Class SocksServerInitializer

  • All Implemented Interfaces:
    io.netty5.channel.ChannelHandler

    public final class SocksServerInitializer
    extends io.netty5.channel.ChannelInitializer<io.netty5.channel.socket.SocketChannel>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initChannel​(io.netty5.channel.socket.SocketChannel ch)  
      • Methods inherited from class io.netty5.channel.ChannelInitializer

        channelExceptionCaught, handlerAdded, isSharable
      • 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
    • Constructor Detail

      • SocksServerInitializer

        public SocksServerInitializer()
    • Method Detail

      • initChannel

        public void initChannel​(io.netty5.channel.socket.SocketChannel ch)
                         throws Exception
        Specified by:
        initChannel in class io.netty5.channel.ChannelInitializer<io.netty5.channel.socket.SocketChannel>
        Throws:
        Exception