类 LocalHostPermitHandler

  • 所有已实现的接口:
    io.netty.channel.ChannelHandler

    public class LocalHostPermitHandler
    extends io.netty.channel.ChannelHandlerAdapter
    • 构造器详细资料

      • LocalHostPermitHandler

        public LocalHostPermitHandler​(boolean acceptForeignIp)
    • 方法详细资料

      • handlerAdded

        public void handlerAdded​(io.netty.channel.ChannelHandlerContext ctx)
                          throws Exception
        指定者:
        handlerAdded 在接口中 io.netty.channel.ChannelHandler
        覆盖:
        handlerAdded 在类中 io.netty.channel.ChannelHandlerAdapter
        抛出:
        Exception