Uses of Interface
com.corundumstudio.socketio.scheduler.CancelableScheduler
Packages that use CancelableScheduler
Package
Description
-
Uses of CancelableScheduler in com.corundumstudio.socketio.ack
Constructors in com.corundumstudio.socketio.ack with parameters of type CancelableScheduler -
Uses of CancelableScheduler in com.corundumstudio.socketio.handler
Constructors in com.corundumstudio.socketio.handler with parameters of type CancelableSchedulerModifierConstructorDescriptionAuthorizeHandler(String connectPath, CancelableScheduler scheduler, Configuration configuration, NamespacesHub namespacesHub, StoreFactory storeFactory, DisconnectableHub disconnectable, AckManager ackManager, ClientsBox clientsBox) ClientHead(UUID sessionId, AckManager ackManager, DisconnectableHub disconnectable, StoreFactory storeFactory, HandshakeData handshakeData, ClientsBox clientsBox, Transport transport, CancelableScheduler scheduler, Configuration configuration, Map<String, List<String>> params) PacketListener(AckManager ackManager, NamespacesHub namespacesHub, PollingTransport xhrPollingTransport, CancelableScheduler scheduler) -
Uses of CancelableScheduler in com.corundumstudio.socketio.scheduler
Classes in com.corundumstudio.socketio.scheduler that implement CancelableScheduler -
Uses of CancelableScheduler in com.corundumstudio.socketio.transport
Constructors in com.corundumstudio.socketio.transport with parameters of type CancelableSchedulerModifierConstructorDescriptionWebSocketTransport(boolean isSsl, AuthorizeHandler authorizeHandler, Configuration configuration, CancelableScheduler scheduler, ClientsBox clientsBox)