public class NettyEvent extends Object
| 构造器和说明 |
|---|
NettyEvent(NettyEventType type,
String remoteAddr,
io.netty.channel.Channel channel) |
public NettyEvent(NettyEventType type, String remoteAddr, io.netty.channel.Channel channel)
public NettyEventType getType()
public String getRemoteAddr()
public io.netty.channel.Channel getChannel()
Copyright © 2012–2016. All rights reserved.