Class SocksServerInitializer
- java.lang.Object
-
- io.netty5.channel.ChannelInitializer<io.netty5.channel.socket.SocketChannel>
-
- io.netty.contrib.handler.codec.example.socksproxy.SocksServerInitializer
-
- All Implemented Interfaces:
io.netty5.channel.ChannelHandler
public final class SocksServerInitializer extends io.netty5.channel.ChannelInitializer<io.netty5.channel.socket.SocketChannel>
-
-
Constructor Summary
Constructors Constructor Description SocksServerInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitChannel(io.netty5.channel.socket.SocketChannel ch)-
Methods inherited from class io.netty5.channel.ChannelInitializer
channelExceptionCaught, handlerAdded, isSharable
-
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, channelActive, channelInactive, channelInboundEvent, channelRead, channelReadComplete, channelRegistered, channelShutdown, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, flush, handlerRemoved, pendingOutboundBytes, read, register, sendOutboundEvent, shutdown, write
-
-