Uses of Class
com.corundumstudio.socketio.handler.AuthorizeHandler
Packages that use AuthorizeHandler
Package
Description
-
Uses of AuthorizeHandler in com.corundumstudio.socketio.store
Methods in com.corundumstudio.socketio.store with parameters of type AuthorizeHandlerModifier and TypeMethodDescriptionvoidStoreFactory.init(NamespacesHub namespacesHub, AuthorizeHandler authorizeHandler, JsonSupport jsonSupport) -
Uses of AuthorizeHandler in com.corundumstudio.socketio.store.pubsub
Methods in com.corundumstudio.socketio.store.pubsub with parameters of type AuthorizeHandlerModifier and TypeMethodDescriptionvoidBaseStoreFactory.init(NamespacesHub namespacesHub, AuthorizeHandler authorizeHandler, JsonSupport jsonSupport) -
Uses of AuthorizeHandler in com.corundumstudio.socketio.transport
Constructors in com.corundumstudio.socketio.transport with parameters of type AuthorizeHandlerModifierConstructorDescriptionPollingTransport(PacketDecoder decoder, AuthorizeHandler authorizeHandler, ClientsBox clientsBox) WebSocketTransport(boolean isSsl, AuthorizeHandler authorizeHandler, Configuration configuration, CancelableScheduler scheduler, ClientsBox clientsBox)