Class ForeignHostPermitHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
org.apache.dubbo.qos.server.handler.ForeignHostPermitHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler

public class ForeignHostPermitHandler extends io.netty.channel.ChannelHandlerAdapter
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

    io.netty.channel.ChannelHandler.Sharable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handlerAdded(io.netty.channel.ChannelHandlerContext ctx)
     

    Methods inherited from class io.netty.channel.ChannelHandlerAdapter

    exceptionCaught, handlerRemoved, isSharable

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ForeignHostPermitHandler

      public ForeignHostPermitHandler(QosConfiguration qosConfiguration)
  • Method Details

    • handlerAdded

      public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx) throws Exception
      Specified by:
      handlerAdded in interface io.netty.channel.ChannelHandler
      Overrides:
      handlerAdded in class io.netty.channel.ChannelHandlerAdapter
      Throws:
      Exception