| Package | Description |
|---|---|
| com.corundumstudio.socketio | |
| com.corundumstudio.socketio.handler | |
| com.corundumstudio.socketio.transport |
| Modifier and Type | Method and Description |
|---|---|
HandshakeData |
SocketIOClient.getHandshakeData()
Handshake data used during client connection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthorizationListener.isAuthorized(HandshakeData data)
Checks is client with handshake data is authorized
|
| Modifier and Type | Method and Description |
|---|---|
HandshakeData |
AuthorizeHandler.getHandshakeData(UUID sessionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SuccessAuthorizationListener.isAuthorized(HandshakeData data) |
| Modifier and Type | Method and Description |
|---|---|
HandshakeData |
NamespaceClient.getHandshakeData() |
HandshakeData |
MainBaseClient.getHandshakeData() |
| Constructor and Description |
|---|
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) |
XHRPollingClient(AckManager ackManager,
DisconnectableHub disconnectable,
UUID sessionId,
Transport transport,
StoreFactory storeFactory,
HandshakeData handshakeData) |
Copyright © 2012–2014. All rights reserved.