| Package | Description |
|---|---|
| com.corundumstudio.socketio.store | |
| com.corundumstudio.socketio.store.pubsub | |
| com.corundumstudio.socketio.transport |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreFactory.init(NamespacesHub namespacesHub,
AuthorizeHandler authorizeHandler,
JsonSupport jsonSupport) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreFactory.init(NamespacesHub namespacesHub,
AuthorizeHandler authorizeHandler,
JsonSupport jsonSupport) |
| Constructor and Description |
|---|
FlashSocketTransport(String connectPath,
boolean isSsl,
AckManager ackManager,
DisconnectableHub disconnectable,
AuthorizeHandler authorizeHandler,
HeartbeatHandler heartbeatHandler,
StoreFactory storeFactory) |
WebSocketTransport(String connectPath,
boolean isSsl,
AckManager ackManager,
DisconnectableHub disconnectable,
AuthorizeHandler authorizeHandler,
HeartbeatHandler heartbeatHandler,
StoreFactory storeFactory) |
XHRPollingTransport(String connectPath,
AckManager ackManager,
DisconnectableHub disconnectable,
CancelableScheduler scheduler,
AuthorizeHandler authorizeHandler,
Configuration configuration) |
Copyright © 2012–2014. All rights reserved.