| Package | Description |
|---|---|
| com.corundumstudio.socketio | |
| com.corundumstudio.socketio.handler | |
| com.corundumstudio.socketio.store | |
| com.corundumstudio.socketio.transport |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SocketIOClient
Fully thread-safe.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
ClientHead.getStore() |
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastStore |
class |
MemoryStore |
class |
RedissonStore |
| Modifier and Type | Method and Description |
|---|---|
Store |
StoreFactory.createStore(UUID sessionId) |
Store |
RedissonStoreFactory.createStore(UUID sessionId) |
Store |
MemoryStoreFactory.createStore(UUID sessionId) |
Store |
HazelcastStoreFactory.createStore(UUID sessionId) |
| Modifier and Type | Class and Description |
|---|---|
class |
NamespaceClient |
Copyright © 2012–2016. All rights reserved.