Uses of Class
com.corundumstudio.socketio.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in com.corundumstudio.socketio
Methods in com.corundumstudio.socketio that return ConfigurationModifier and TypeMethodDescriptionSocketIOServer.getConfiguration()Allows to get configuration provided during server creation.Methods in com.corundumstudio.socketio with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidSocketIOChannelInitializer.start(Configuration configuration, NamespacesHub namespacesHub) Constructors in com.corundumstudio.socketio with parameters of type Configuration -
Uses of Configuration in com.corundumstudio.socketio.handler
Constructors in com.corundumstudio.socketio.handler with parameters of type ConfigurationModifierConstructorDescriptionAuthorizeHandler(String connectPath, com.corundumstudio.socketio.scheduler.CancelableScheduler scheduler, Configuration configuration, NamespacesHub namespacesHub, com.corundumstudio.socketio.store.StoreFactory storeFactory, DisconnectableHub disconnectable, AckManager ackManager, ClientsBox clientsBox) ClientHead(UUID sessionId, AckManager ackManager, DisconnectableHub disconnectable, com.corundumstudio.socketio.store.StoreFactory storeFactory, HandshakeData handshakeData, ClientsBox clientsBox, Transport transport, com.corundumstudio.socketio.scheduler.CancelableScheduler scheduler, Configuration configuration, Map<String, List<String>> params) EncoderHandler(Configuration configuration, PacketEncoder encoder) -
Uses of Configuration in com.corundumstudio.socketio.namespace
Constructors in com.corundumstudio.socketio.namespace with parameters of type ConfigurationModifierConstructorDescriptionNamespace(String name, Configuration configuration) NamespacesHub(Configuration configuration) -
Uses of Configuration in com.corundumstudio.socketio.protocol
Constructors in com.corundumstudio.socketio.protocol with parameters of type ConfigurationModifierConstructorDescriptionPacketEncoder(Configuration configuration, JsonSupport jsonSupport)