Class SuccessAuthorizationListener
java.lang.Object
com.corundumstudio.socketio.handler.SuccessAuthorizationListener
- All Implemented Interfaces:
AuthorizationListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionChecks whether a client with handshake data is authorized.
-
Constructor Details
-
SuccessAuthorizationListener
public SuccessAuthorizationListener()
-
-
Method Details
-
getAuthorizationResult
Description copied from interface:AuthorizationListenerChecks whether a client with handshake data is authorized. Optionally returns storeParams that will be added toSocketIOClientstore- Specified by:
getAuthorizationResultin interfaceAuthorizationListener- Parameters:
data- handshake data- Returns:
- -
AuthorizationResult
-