Class DirectClientHandler
- java.lang.Object
-
- io.netty.contrib.handler.codec.example.socksproxy.DirectClientHandler
-
- All Implemented Interfaces:
io.netty5.channel.ChannelHandler
public final class DirectClientHandler extends Object implements io.netty5.channel.ChannelHandler
-
-
Constructor Summary
Constructors Constructor Description DirectClientHandler(io.netty5.util.concurrent.Promise<io.netty5.channel.Channel> promise)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchannelActive(io.netty5.channel.ChannelHandlerContext ctx)voidchannelExceptionCaught(io.netty5.channel.ChannelHandlerContext ctx, Throwable throwable)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.netty5.channel.ChannelHandler
bind, channelInactive, channelInboundEvent, channelRead, channelReadComplete, channelRegistered, channelShutdown, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, flush, handlerAdded, handlerRemoved, isSharable, pendingOutboundBytes, read, register, sendOutboundEvent, shutdown, write
-
-
-
-
Method Detail
-
channelActive
public void channelActive(io.netty5.channel.ChannelHandlerContext ctx)
- Specified by:
channelActivein interfaceio.netty5.channel.ChannelHandler
-
channelExceptionCaught
public void channelExceptionCaught(io.netty5.channel.ChannelHandlerContext ctx, Throwable throwable)- Specified by:
channelExceptionCaughtin interfaceio.netty5.channel.ChannelHandler
-
-