Uses of Class
com.corundumstudio.socketio.handler.ClientsBox
Packages that use ClientsBox
-
Uses of ClientsBox in com.corundumstudio.socketio.handler
Constructors in com.corundumstudio.socketio.handler with parameters of type ClientsBoxModifierConstructorDescriptionAuthorizeHandler(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 ClientsBox in com.corundumstudio.socketio.transport
Constructors in com.corundumstudio.socketio.transport with parameters of type ClientsBoxModifierConstructorDescriptionPollingTransport(PacketDecoder decoder, AuthorizeHandler authorizeHandler, ClientsBox clientsBox) WebSocketTransport(boolean isSsl, AuthorizeHandler authorizeHandler, Configuration configuration, CancelableScheduler scheduler, ClientsBox clientsBox)