Uses of Class
com.corundumstudio.socketio.HandshakeData
Packages that use HandshakeData
Package
Description
-
Uses of HandshakeData in com.corundumstudio.socketio
Methods in com.corundumstudio.socketio that return HandshakeDataModifier and TypeMethodDescriptionSocketIOClient.getHandshakeData()Handshake data used during client connectionMethods in com.corundumstudio.socketio with parameters of type HandshakeDataModifier and TypeMethodDescriptionAuthorizationListener.getAuthorizationResult(HandshakeData data) Checks whether a client with handshake data is authorized. -
Uses of HandshakeData in com.corundumstudio.socketio.handler
Methods in com.corundumstudio.socketio.handler that return HandshakeDataModifier and TypeMethodDescriptionClientHead.getHandshakeData()ClientsBox.getHandshakeData(UUID sessionId) Methods in com.corundumstudio.socketio.handler with parameters of type HandshakeDataModifier and TypeMethodDescriptionSuccessAuthorizationListener.getAuthorizationResult(HandshakeData data) Constructors in com.corundumstudio.socketio.handler with parameters of type HandshakeDataModifierConstructorDescriptionClientHead(UUID sessionId, AckManager ackManager, DisconnectableHub disconnectable, StoreFactory storeFactory, HandshakeData handshakeData, ClientsBox clientsBox, Transport transport, CancelableScheduler scheduler, Configuration configuration, Map<String, List<String>> params) -
Uses of HandshakeData in com.corundumstudio.socketio.transport
Methods in com.corundumstudio.socketio.transport that return HandshakeData