@ChannelHandler.Sharable
public class PollingTransport
extends io.netty.channel.ChannelInboundHandlerAdapter
| Constructor and Description |
|---|
PollingTransport(PacketDecoder decoder,
AuthorizeHandler authorizeHandler,
ClientsBox clientsBox) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
protected void |
onGet(UUID sessionId,
io.netty.channel.ChannelHandlerContext ctx,
String origin) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic static final String NAME
public PollingTransport(PacketDecoder decoder, AuthorizeHandler authorizeHandler, ClientsBox clientsBox)
Copyright © 2012–2016. All rights reserved.