Uses of Class
org.smallmind.bayeux.oumuamua.server.spi.websocket.jsr356.WebsocketConfiguration
Packages that use WebsocketConfiguration
-
Uses of WebsocketConfiguration in org.smallmind.bayeux.oumuamua.server.spi.websocket.jsr356
Constructors in org.smallmind.bayeux.oumuamua.server.spi.websocket.jsr356 with parameters of type WebsocketConfigurationModifierConstructorDescriptionWebsocketProtocol(long longPollTimeoutMilliseconds, WebsocketConfiguration websocketConfiguration) WebsocketProtocol(long longPollTimeoutMilliseconds, WebsocketConfiguration websocketConfiguration, Protocol.ProtocolListener<V>[] listeners) WebSocketTransport(WebsocketProtocol<V> websocketProtocol, WebsocketConfiguration websocketConfiguration)