Uses of Interface
com.corundumstudio.socketio.store.StoreFactory
Packages that use StoreFactory
Package
Description
-
Uses of StoreFactory in com.corundumstudio.socketio
Methods in com.corundumstudio.socketio that return StoreFactoryMethods in com.corundumstudio.socketio with parameters of type StoreFactoryModifier and TypeMethodDescriptionvoidConfiguration.setStoreFactory(StoreFactory clientStoreFactory) Data store - used to store session data and implements distributed pubsub.Constructors in com.corundumstudio.socketio with parameters of type StoreFactoryModifierConstructorDescriptionSingleRoomBroadcastOperations(String namespace, String room, Iterable<SocketIOClient> clients, StoreFactory storeFactory) -
Uses of StoreFactory in com.corundumstudio.socketio.handler
Constructors in com.corundumstudio.socketio.handler with parameters of type StoreFactoryModifierConstructorDescriptionAuthorizeHandler(String connectPath, CancelableScheduler scheduler, Configuration configuration, NamespacesHub namespacesHub, StoreFactory storeFactory, DisconnectableHub disconnectable, AckManager ackManager, ClientsBox clientsBox) ClientHead(UUID sessionId, AckManager ackManager, DisconnectableHub disconnectable, StoreFactory storeFactory, HandshakeData handshakeData, ClientsBox clientsBox, Transport transport, CancelableScheduler scheduler, Configuration configuration, Map<String, List<String>> params) -
Uses of StoreFactory in com.corundumstudio.socketio.store
Classes in com.corundumstudio.socketio.store that implement StoreFactoryModifier and TypeClassDescriptionclassWARN: It's necessary to add netty-socketio.jar in hazelcast server classpath.classclass -
Uses of StoreFactory in com.corundumstudio.socketio.store.pubsub
Classes in com.corundumstudio.socketio.store.pubsub that implement StoreFactory