Uses of Enum
org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
Packages that use WebSocketVersion
Package
Description
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
-
Uses of WebSocketVersion in org.jboss.netty.handler.codec.http.websocketx
Fields in org.jboss.netty.handler.codec.http.websocketx declared as WebSocketVersionModifier and TypeFieldDescriptionprivate final WebSocketVersionWebSocketClientHandshaker.versionprivate final WebSocketVersionWebSocketServerHandshaker.versionMethods in org.jboss.netty.handler.codec.http.websocketx that return WebSocketVersionModifier and TypeMethodDescriptionWebSocketClientHandshaker.getVersion()Version of the web socket specification that is being usedWebSocketServerHandshaker.getVersion()Returns the version of the specification being supportedstatic WebSocketVersionReturns the enum constant of this type with the specified name.static WebSocketVersion[]WebSocketVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.netty.handler.codec.http.websocketx with parameters of type WebSocketVersionModifier and TypeMethodDescriptionWebSocketClientHandshakerFactory.newHandshaker(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, Map<String, String> customHeaders) Instances a new handshakerWebSocketClientHandshakerFactory.newHandshaker(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, Map<String, String> customHeaders, long maxFramePayloadLength) Instances a new handshakerConstructors in org.jboss.netty.handler.codec.http.websocketx with parameters of type WebSocketVersionModifierConstructorDescriptionprotectedWebSocketClientHandshaker(URI webSocketUrl, WebSocketVersion version, String subprotocol, Map<String, String> customHeaders) Base constructor with default valuesprotectedWebSocketClientHandshaker(URI webSocketUrl, WebSocketVersion version, String subprotocol, Map<String, String> customHeaders, long maxFramePayloadLength) Base constructorWebSocketClientHandshaker00(URI webSocketURL, WebSocketVersion version, String subprotocol, Map<String, String> customHeaders) Constructor with default valuesWebSocketClientHandshaker00(URI webSocketURL, WebSocketVersion version, String subprotocol, Map<String, String> customHeaders, long maxFramePayloadLength) ConstructorWebSocketClientHandshaker07(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, Map<String, String> customHeaders, long maxFramePayloadLength) Creates a new instance.WebSocketClientHandshaker08(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, Map<String, String> customHeaders) Constructor with default valuesWebSocketClientHandshaker08(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, Map<String, String> customHeaders, long maxFramePayloadLength) ConstructorWebSocketClientHandshaker13(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, Map<String, String> customHeaders) Constructor with default valuesWebSocketClientHandshaker13(URI webSocketURL, WebSocketVersion version, String subprotocol, boolean allowExtensions, Map<String, String> customHeaders, long maxFramePayloadLength) ConstructorprotectedWebSocketServerHandshaker(WebSocketVersion version, String webSocketUrl, String subprotocols) Constructor using default valuesprotectedWebSocketServerHandshaker(WebSocketVersion version, String webSocketUrl, String subprotocols, long maxFramePayloadLength) Constructor specifying the destination web socket location