| 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 |
ClientHead.getHandshakeData() |
HandshakeData |
ClientsBox.getHandshakeData(UUID sessionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SuccessAuthorizationListener.isAuthorized(HandshakeData data) |
| Constructor and Description |
|---|
ClientHead(UUID sessionId,
AckManager ackManager,
DisconnectableHub disconnectable,
StoreFactory storeFactory,
HandshakeData handshakeData,
ClientsBox clientsBox,
Transport transport,
CancelableScheduler disconnectScheduler,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
HandshakeData |
NamespaceClient.getHandshakeData() |
Copyright © 2012–2021. All rights reserved.