接口 ChannelEventListener
- 所有已知实现类:
NettyInboundClient
public interface ChannelEventListener
ChannelEventListener interface.
- 版本:
- 1.0.0
- 作者:
- : zhouhailin
-
方法概要
修饰符和类型方法说明voidhandleAuthRequest(String remoteAddr, InboundChannelHandler inboundChannelHandler) handleAuthRequest.voidhandleDisconnectNotice(String remoteAddr) handleDisconnectNotice.voidhandleEslEvent(String remoteAddr, EslEvent event) handleEslEvent.voidhandleRudeRejection(String remoteAddr) handleRudeRejection.voidonChannelActive(String remoteAddr, InboundChannelHandler inboundChannelHandler) onChannelActive.voidonChannelClosed(String remoteAddr) onChannelClosed.
-
方法详细资料
-
onChannelActive
onChannelActive.
- 参数:
remoteAddr- aStringobject.inboundChannelHandler- aInboundChannelHandlerobject.
-
onChannelClosed
onChannelClosed.
- 参数:
remoteAddr- aStringobject.
-
handleAuthRequest
handleAuthRequest.
- 参数:
remoteAddr- aStringobject.inboundChannelHandler- aInboundChannelHandlerobject.
-
handleEslEvent
handleEslEvent.
-
handleDisconnectNotice
handleDisconnectNotice.
- 参数:
remoteAddr- aStringobject.
-
handleRudeRejection
handleRudeRejection.
- 参数:
remoteAddr- aStringobject.
-