| Package | Description |
|---|---|
| com.corundumstudio.socketio | |
| com.corundumstudio.socketio.store | |
| com.corundumstudio.socketio.transport |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SocketIOClient
Fully thread-safe.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastStore |
class |
MemoryStore |
class |
RedisStore |
| Modifier and Type | Method and Description |
|---|---|
Store |
StoreFactory.create(UUID sessionId) |
Store |
RedisStoreFactory.create(UUID sessionId) |
Store |
MemoryStoreFactory.create(UUID sessionId) |
Store |
HazelcastStoreFactory.create(UUID sessionId) |
| Modifier and Type | Class and Description |
|---|---|
class |
NamespaceClient |
| Modifier and Type | Method and Description |
|---|---|
Store |
MainBaseClient.getStore() |
Copyright © 2012–2013. All rights reserved.