com.alibaba.rocketmq.remoting.netty
类 NettyEvent

java.lang.Object
  继承者 com.alibaba.rocketmq.remoting.netty.NettyEvent

public class NettyEvent
extends Object

Netty产生的各种事件

从以下版本开始:
2013-7-13
作者:
shijia.wxr

构造方法摘要
NettyEvent(NettyEventType type, String remoteAddr, io.netty.channel.Channel channel)
           
 
方法摘要
 io.netty.channel.Channel getChannel()
           
 String getRemoteAddr()
           
 NettyEventType getType()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

NettyEvent

public NettyEvent(NettyEventType type,
                  String remoteAddr,
                  io.netty.channel.Channel channel)
方法详细信息

getType

public NettyEventType getType()

getRemoteAddr

public String getRemoteAddr()

getChannel

public io.netty.channel.Channel getChannel()

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2012-2015. All Rights Reserved.