| Package | Description |
|---|---|
| com.corundumstudio.socketio.ack | |
| com.corundumstudio.socketio.handler | |
| com.corundumstudio.socketio.scheduler | |
| com.corundumstudio.socketio.transport |
| Constructor and Description |
|---|
AckManager(CancelableScheduler scheduler) |
| 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) |
PacketListener(AckManager ackManager,
NamespacesHub namespacesHub,
PollingTransport xhrPollingTransport,
CancelableScheduler scheduler) |
| Modifier and Type | Class and Description |
|---|---|
class |
HashedWheelScheduler |
class |
HashedWheelTimeoutScheduler |
| Constructor and Description |
|---|
WebSocketTransport(boolean isSsl,
AuthorizeHandler authorizeHandler,
Configuration configuration,
CancelableScheduler scheduler,
ClientsBox clientsBox) |
Copyright © 2012–2021. All rights reserved.