@ChannelHandler.Sharable
public class WebSocketTransport
extends io.netty.channel.ChannelInboundHandlerAdapter
| Constructor and Description |
|---|
WebSocketTransport(boolean isSsl,
AuthorizeHandler authorizeHandler,
Configuration configuration,
CancelableScheduler scheduler,
ClientsBox clientsBox) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelInactive(io.netty.channel.ChannelHandlerContext ctx) |
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
void |
channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) |
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic static final String NAME
public WebSocketTransport(boolean isSsl,
AuthorizeHandler authorizeHandler,
Configuration configuration,
CancelableScheduler scheduler,
ClientsBox clientsBox)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
throws Exception
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelReadComplete in interface io.netty.channel.ChannelInboundHandlerchannelReadComplete in class io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2012–2016. All rights reserved.