| Package | Description |
|---|---|
| com.corundumstudio.socketio | |
| com.corundumstudio.socketio.handler | |
| com.corundumstudio.socketio.store | |
| com.corundumstudio.socketio.store.pubsub |
| Modifier and Type | Method and Description |
|---|---|
StoreFactory |
Configuration.getStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setStoreFactory(StoreFactory clientStoreFactory)
Data store - used to store session data and implements distributed pubsub.
|
| Constructor and Description |
|---|
BroadcastOperations(Iterable<SocketIOClient> clients,
StoreFactory storeFactory) |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastStoreFactory
WARN: It's necessary to add netty-socketio.jar in hazelcast server classpath.
|
class |
MemoryStoreFactory |
class |
RedissonStoreFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseStoreFactory |
Copyright © 2012–2016. All rights reserved.