Package io.undertow.websockets.client
Class WebSocketClientHandshake
java.lang.Object
io.undertow.websockets.client.WebSocketClientHandshake
- Direct Known Subclasses:
WebSocket13ClientHandshake
- Author:
- Stuart Douglas
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WebSocketClientHandshake
create
(WebSocketVersion version, URI uri) static WebSocketClientHandshake
create
(WebSocketVersion version, URI uri, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> extensions) abstract WebSocketChannel
createChannel
(org.xnio.StreamConnection channel, String wsUri, ByteBufferPool bufferPool, org.xnio.OptionMap options) abstract org.xnio.http.ExtendedHandshakeChecker
-
Field Details
-
url
-
-
Constructor Details
-
WebSocketClientHandshake
-
-
Method Details
-
create
-
create
public static WebSocketClientHandshake create(WebSocketVersion version, URI uri, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> extensions) -
createChannel
public abstract WebSocketChannel createChannel(org.xnio.StreamConnection channel, String wsUri, ByteBufferPool bufferPool, org.xnio.OptionMap options) -
createHeaders
-
handshakeChecker
-