public class RakClientRouteHandler
extends io.netty.channel.ChannelDuplexHandler
| Constructor and Description |
|---|
RakClientRouteHandler(RakClientChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(io.netty.channel.ChannelHandlerContext ctx,
SocketAddress remoteAddress,
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 String NAME
public RakClientRouteHandler(RakClientChannel channel)
public void connect(io.netty.channel.ChannelHandlerContext ctx,
SocketAddress remoteAddress,
SocketAddress localAddress,
io.netty.channel.ChannelPromise promise)
throws Exception
connect in interface io.netty.channel.ChannelOutboundHandlerconnect in class io.netty.channel.ChannelDuplexHandlerExceptionCopyright © 2018–2022. All rights reserved.