Java io.netty.handler.codec.http.websocketx WebSocketServerHandshaker fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http.websocketx WebSocketServerHandshaker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http.websocketx WebSocketServerHandshaker.

The text is from its open source code.

Field

WebSocketVersionversion
StringselectedSubprotocol

Method

ChannelFutureclose(Channel channel, CloseWebSocketFrame frame)
Performs the closing handshake
ChannelFuturehandshake(Channel channel, FullHttpRequest req)
Performs the opening handshake.
ChannelFuturehandshake(Channel channel, HttpRequest req)
Performs the opening handshake.