Package io.undertow.websockets.client
Class WebSocket13ClientHandshake
java.lang.Object
io.undertow.websockets.client.WebSocketClientHandshake
io.undertow.websockets.client.WebSocket13ClientHandshake
- Author:
- Stuart Douglas
-
Field Summary
FieldsFields inherited from class io.undertow.websockets.client.WebSocketClientHandshake
url
-
Constructor Summary
ConstructorsConstructorDescriptionWebSocket13ClientHandshake
(URI url, WebSocketClientNegotiation negotiation, Set<ExtensionHandshake> extensions) -
Method Summary
Modifier and TypeMethodDescriptioncreateChannel
(org.xnio.StreamConnection channel, String wsUri, ByteBufferPool bufferPool, org.xnio.OptionMap options) protected String
org.xnio.http.ExtendedHandshakeChecker
protected final String
Methods inherited from class io.undertow.websockets.client.WebSocketClientHandshake
create, create
-
Field Details
-
MAGIC_NUMBER
- See Also:
-
-
Constructor Details
-
WebSocket13ClientHandshake
public WebSocket13ClientHandshake(URI url, WebSocketClientNegotiation negotiation, Set<ExtensionHandshake> extensions) -
WebSocket13ClientHandshake
-
-
Method Details
-
createChannel
public WebSocketChannel createChannel(org.xnio.StreamConnection channel, String wsUri, ByteBufferPool bufferPool, org.xnio.OptionMap options) - Specified by:
createChannel
in classWebSocketClientHandshake
-
createHeaders
- Specified by:
createHeaders
in classWebSocketClientHandshake
-
createSecKey
-
handshakeChecker
public org.xnio.http.ExtendedHandshakeChecker handshakeChecker(URI uri, Map<String, List<String>> requestHeaders) - Specified by:
handshakeChecker
in classWebSocketClientHandshake
-
solve
-
getVersion
-