Class WsSslErrorHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public class WsSslErrorHandler extends SimpleChannelInboundHandler<WebSocketFrame>
Processes WebSocket frames and passes successful ones to the appropriate registered final handler
Author:
gmt2001