Package com.corundumstudio.socketio
Interface AuthorizationListener
- All Known Implementing Classes:
SuccessAuthorizationListener
public interface AuthorizationListener
-
Method Summary
Modifier and TypeMethodDescriptionChecks whether a client with handshake data is authorized.
-
Method Details
-
getAuthorizationResult
Checks whether a client with handshake data is authorized. Optionally returns storeParams that will be added toSocketIOClientstore- Parameters:
data- handshake data- Returns:
- -
AuthorizationResult
-