Class WebSocketServerProtocolHandshakeHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

class WebSocketServerProtocolHandshakeHandler extends ChannelInboundHandlerAdapter
Handles the HTTP handshake (the HTTP Upgrade request) for WebSocketServerProtocolHandler.