Class WebSocketServerProtocolHandler.HandshakeComplete
java.lang.Object
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
- Enclosing class:
WebSocketServerProtocolHandler
The Handshake was completed successfully and the channel was upgraded to websockets.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HttpHeaders
private final String
private final String
-
Constructor Summary
ConstructorsConstructorDescriptionHandshakeComplete
(String requestUri, HttpHeaders requestHeaders, String selectedSubprotocol) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
requestUri
-
requestHeaders
-
selectedSubprotocol
-
-
Constructor Details
-
HandshakeComplete
-
-
Method Details
-
requestUri
-
requestHeaders
-
selectedSubprotocol
-