Package | Description |
---|---|
io.undertow.websockets.client |
Modifier and Type | Method and Description |
---|---|
WebSocketClientNegotiation | WebSocketClient.ConnectionBuilder.getClientNegotiation() |
Modifier and Type | Method and Description |
---|---|
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, 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 | WebSocketClient.ConnectionBuilder.setClientNegotiation(WebSocketClientNegotiation clientNegotiation) |
Constructor and Description |
---|
WebSocket13ClientHandshake(URI url, WebSocketClientNegotiation negotiation, Set<ExtensionHandshake> extensions) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.