Uses of Enum
io.undertow.websockets.core.WebSocketVersion
Packages that use WebSocketVersion
Package
Description
-
Uses of WebSocketVersion in io.undertow.websockets.client
Methods in io.undertow.websockets.client that return WebSocketVersionModifier and TypeMethodDescriptionWebSocket13ClientHandshake.getVersion()
WebSocketClient.ConnectionBuilder.getVersion()
Methods in io.undertow.websockets.client with parameters of type WebSocketVersionModifier and TypeMethodDescriptionstatic org.xnio.IoFuture<WebSocketChannel>
WebSocketClient.connect
(org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, URI uri, WebSocketVersion version) Deprecated.static org.xnio.IoFuture<WebSocketChannel>
WebSocketClient.connect
(org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation) Deprecated.static org.xnio.IoFuture<WebSocketChannel>
WebSocketClient.connect
(org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, InetSocketAddress bindAddress, URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> clientExtensions) Deprecated.static org.xnio.IoFuture<WebSocketChannel>
WebSocketClient.connect
(org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, URI uri, WebSocketVersion version) Deprecated.static org.xnio.IoFuture<WebSocketChannel>
WebSocketClient.connect
(org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation) Deprecated.static org.xnio.IoFuture<WebSocketChannel>
WebSocketClient.connect
(org.xnio.XnioWorker worker, org.xnio.ssl.XnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> clientExtensions) Deprecated.static WebSocketClientHandshake
WebSocketClientHandshake.create
(WebSocketVersion version, URI uri) static WebSocketClientHandshake
WebSocketClientHandshake.create
(WebSocketVersion version, URI uri, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> extensions) WebSocketClient.ConnectionBuilder.setVersion
(WebSocketVersion version) -
Uses of WebSocketVersion in io.undertow.websockets.core
Fields in io.undertow.websockets.core with type parameters of type WebSocketVersionModifier and TypeFieldDescriptionstatic final AttachmentKey<WebSocketVersion>
WebSocketVersion.ATTACHMENT_KEY
Methods in io.undertow.websockets.core that return WebSocketVersionModifier and TypeMethodDescriptionWebSocketChannel.getVersion()
Return theWebSocketVersion
which is usedstatic WebSocketVersion
Returns 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.Constructors in io.undertow.websockets.core with parameters of type WebSocketVersionModifierConstructorDescriptionprotected
WebSocketChannel
(org.xnio.StreamConnection connectedStreamChannel, ByteBufferPool bufferPool, WebSocketVersion version, String wsUrl, String subProtocol, boolean client, boolean extensionsSupported, ExtensionFunction extensionFunction, Set<WebSocketChannel> peerConnections, org.xnio.OptionMap options) Create a newWebSocketChannel
8 -
Uses of WebSocketVersion in io.undertow.websockets.core.protocol
Methods in io.undertow.websockets.core.protocol that return WebSocketVersionModifier and TypeMethodDescriptionHandshake.getVersion()
Return the version for which theHandshake
can be used.Constructors in io.undertow.websockets.core.protocol with parameters of type WebSocketVersion -
Uses of WebSocketVersion in io.undertow.websockets.core.protocol.version07
Constructors in io.undertow.websockets.core.protocol.version07 with parameters of type WebSocketVersionModifierConstructorDescriptionprotected
Hybi07Handshake
(WebSocketVersion version, Set<String> subprotocols, boolean allowExtensions) -
Uses of WebSocketVersion in io.undertow.websockets.core.protocol.version08
Methods in io.undertow.websockets.core.protocol.version08 that return WebSocketVersion -
Uses of WebSocketVersion in io.undertow.websockets.core.protocol.version13
Methods in io.undertow.websockets.core.protocol.version13 that return WebSocketVersion