| Package | Description |
|---|---|
| com.corundumstudio.socketio | |
| com.corundumstudio.socketio.store | |
| com.corundumstudio.socketio.store.pubsub | |
| com.corundumstudio.socketio.transport |
| 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) |
| 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 |
| Constructor and Description |
|---|
FlashSocketTransport(String connectPath,
boolean isSsl,
AckManager ackManager,
DisconnectableHub disconnectable,
AuthorizeHandler authorizeHandler,
HeartbeatHandler heartbeatHandler,
StoreFactory storeFactory) |
MainBaseClient(UUID sessionId,
AckManager ackManager,
DisconnectableHub disconnectable,
Transport transport,
StoreFactory storeFactory,
HandshakeData handshakeData) |
WebSocketClient(io.netty.channel.Channel channel,
AckManager ackManager,
DisconnectableHub disconnectable,
UUID sessionId,
Transport transport,
StoreFactory storeFactory,
HandshakeData handshakeData) |
WebSocketTransport(String connectPath,
boolean isSsl,
AckManager ackManager,
DisconnectableHub disconnectable,
AuthorizeHandler authorizeHandler,
HeartbeatHandler heartbeatHandler,
StoreFactory storeFactory) |
XHRPollingClient(AckManager ackManager,
DisconnectableHub disconnectable,
UUID sessionId,
Transport transport,
StoreFactory storeFactory,
HandshakeData handshakeData) |
Copyright © 2012–2014. All rights reserved.