Uses of Class
io.undertow.websockets.client.WebSocketClientNegotiation
Packages that use WebSocketClientNegotiation
-
Uses of WebSocketClientNegotiation in io.undertow.websockets.client
Methods in io.undertow.websockets.client that return WebSocketClientNegotiationMethods in io.undertow.websockets.client with parameters of type WebSocketClientNegotiationModifier and TypeMethodDescriptionstatic 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, 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, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> extensions) WebSocketClient.ConnectionBuilder.setClientNegotiation
(WebSocketClientNegotiation clientNegotiation) Constructors in io.undertow.websockets.client with parameters of type WebSocketClientNegotiationModifierConstructorDescriptionWebSocket13ClientHandshake
(URI url, WebSocketClientNegotiation negotiation, Set<ExtensionHandshake> extensions)