public class RakClientRouteHandler
extends io.netty.channel.ChannelDuplexHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
RakClientRouteHandler(RakClientChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(io.netty.channel.ChannelHandlerContext ctx,
java.net.SocketAddress remoteAddress,
java.net.SocketAddress localAddress,
io.netty.channel.ChannelPromise promise) |
void |
read(io.netty.channel.ChannelHandlerContext ctx) |
bind, close, deregister, disconnect, flush, writechannelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic static final java.lang.String NAME
public RakClientRouteHandler(RakClientChannel channel)
public void connect(io.netty.channel.ChannelHandlerContext ctx,
java.net.SocketAddress remoteAddress,
java.net.SocketAddress localAddress,
io.netty.channel.ChannelPromise promise)
throws java.lang.Exception
connect in interface io.netty.channel.ChannelOutboundHandlerconnect in class io.netty.channel.ChannelDuplexHandlerjava.lang.Exceptionpublic void read(io.netty.channel.ChannelHandlerContext ctx)
throws java.lang.Exception
read in interface io.netty.channel.ChannelOutboundHandlerread in class io.netty.channel.ChannelDuplexHandlerjava.lang.Exception