Uses of Class
io.undertow.websockets.client.WebSocketClientNegotiation
-
Packages that use WebSocketClientNegotiation Package Description io.undertow.websockets.client -
-
Uses of WebSocketClientNegotiation in io.undertow.websockets.client
Methods in io.undertow.websockets.client that return WebSocketClientNegotiation Modifier and Type Method Description WebSocketClientNegotiationWebSocketClient.ConnectionBuilder. getClientNegotiation()Methods in io.undertow.websockets.client with parameters of type WebSocketClientNegotiation Modifier and Type Method Description static org.xnio.IoFuture<WebSocketChannel>WebSocketClient. connect(org.xnio.XnioWorker worker, ByteBufferPool bufferPool, org.xnio.OptionMap optionMap, java.net.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, java.net.InetSocketAddress bindAddress, java.net.URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation, java.util.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, java.net.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, java.net.URI uri, WebSocketVersion version, WebSocketClientNegotiation clientNegotiation, java.util.Set<ExtensionHandshake> clientExtensions)Deprecated.static WebSocketClientHandshakeWebSocketClientHandshake. create(WebSocketVersion version, java.net.URI uri, WebSocketClientNegotiation clientNegotiation, java.util.Set<ExtensionHandshake> extensions)WebSocketClient.ConnectionBuilderWebSocketClient.ConnectionBuilder. setClientNegotiation(WebSocketClientNegotiation clientNegotiation)Constructors in io.undertow.websockets.client with parameters of type WebSocketClientNegotiation Constructor Description WebSocket13ClientHandshake(java.net.URI url, WebSocketClientNegotiation negotiation, java.util.Set<ExtensionHandshake> extensions)
-