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 Stringorg.xnio.http.ExtendedHandshakeCheckerprotected final StringMethods 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:
createChannelin classWebSocketClientHandshake
-
createHeaders
- Specified by:
createHeadersin classWebSocketClientHandshake
-
createSecKey
-
handshakeChecker
public org.xnio.http.ExtendedHandshakeChecker handshakeChecker(URI uri, Map<String, List<String>> requestHeaders) - Specified by:
handshakeCheckerin classWebSocketClientHandshake
-
solve
-
getVersion
-