com.alibaba.dubbo.qos.server.handler
Class LocalHostPermitHandler

java.lang.Object
  extended by io.netty.channel.ChannelHandlerAdapter
      extended by com.alibaba.dubbo.qos.server.handler.LocalHostPermitHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler

public class LocalHostPermitHandler
extends io.netty.channel.ChannelHandlerAdapter

Author:
weipeng2k 2015年9月6日 下午5:52:26

Nested Class Summary
 
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
 
Constructor Summary
LocalHostPermitHandler()
           
 
Method Summary
 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 Detail

LocalHostPermitHandler

public LocalHostPermitHandler()
Method Detail

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


Copyright © 2012–2017 Alibaba. All rights reserved.