public class ServerChannelEventListener extends Object implements com.alibaba.dts.common.remoting.ChannelEventListener
| 构造器和说明 |
|---|
ServerChannelEventListener(ClientContextImpl clientContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onChannelClose(String remoteAddr,
io.netty.channel.Channel channel) |
void |
onChannelConnect(String remoteAddr,
io.netty.channel.Channel channel) |
void |
onChannelException(String remoteAddr,
io.netty.channel.Channel channel) |
void |
onChannelIdle(String remoteAddr,
io.netty.channel.Channel channel) |
public ServerChannelEventListener(ClientContextImpl clientContext)
public void onChannelConnect(String remoteAddr, io.netty.channel.Channel channel)
onChannelConnect 在接口中 com.alibaba.dts.common.remoting.ChannelEventListenerpublic void onChannelClose(String remoteAddr, io.netty.channel.Channel channel)
onChannelClose 在接口中 com.alibaba.dts.common.remoting.ChannelEventListenerpublic void onChannelException(String remoteAddr, io.netty.channel.Channel channel)
onChannelException 在接口中 com.alibaba.dts.common.remoting.ChannelEventListenerpublic void onChannelIdle(String remoteAddr, io.netty.channel.Channel channel)
onChannelIdle 在接口中 com.alibaba.dts.common.remoting.ChannelEventListenerCopyright © 2018. All rights reserved.