| Modifier and Type | Method and Description |
|---|---|
Configuration |
SocketIOServer.getConfiguration()
Allows to get configuration provided
during server creation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SocketIOChannelInitializer.start(Configuration configuration,
NamespacesHub namespacesHub) |
| Constructor and Description |
|---|
SocketIOServer(Configuration configuration) |
| 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) |
EncoderHandler(Configuration configuration,
PacketEncoder encoder) |
| Constructor and Description |
|---|
Namespace(String name,
Configuration configuration) |
NamespacesHub(Configuration configuration) |
| Constructor and Description |
|---|
PacketEncoder(Configuration configuration,
JsonSupport jsonSupport) |
| Constructor and Description |
|---|
WebSocketTransport(boolean isSsl,
AuthorizeHandler authorizeHandler,
Configuration configuration,
CancelableScheduler scheduler,
ClientsBox clientsBox) |
Copyright © 2012–2016. All rights reserved.