| Package | Description |
|---|---|
| com.corundumstudio.socketio.handler | |
| com.corundumstudio.socketio.transport |
| Constructor and Description |
|---|
AuthorizeHandler(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 disconnectScheduler,
Configuration configuration) |
| Constructor and Description |
|---|
PollingTransport(PacketDecoder decoder,
AuthorizeHandler authorizeHandler,
ClientsBox clientsBox) |
WebSocketTransport(boolean isSsl,
AuthorizeHandler authorizeHandler,
Configuration configuration,
CancelableScheduler scheduler,
ClientsBox clientsBox) |
Copyright © 2012–2016. All rights reserved.