接口 ChannelEventListener

所有已知实现类:
NettyInboundClient

public interface ChannelEventListener

ChannelEventListener interface.

版本:
1.0.0
作者:
: zhouhailin
  • 方法详细资料

    • onChannelActive

      void onChannelActive(String remoteAddr, InboundChannelHandler inboundChannelHandler)

      onChannelActive.

      参数:
      remoteAddr - a String object.
      inboundChannelHandler - a InboundChannelHandler object.
    • onChannelClosed

      void onChannelClosed(String remoteAddr)

      onChannelClosed.

      参数:
      remoteAddr - a String object.
    • handleAuthRequest

      void handleAuthRequest(String remoteAddr, InboundChannelHandler inboundChannelHandler)

      handleAuthRequest.

      参数:
      remoteAddr - a String object.
      inboundChannelHandler - a InboundChannelHandler object.
    • handleEslEvent

      void handleEslEvent(String remoteAddr, EslEvent event)

      handleEslEvent.

      参数:
      remoteAddr - a String object.
      event - a EslEvent object.
    • handleDisconnectNotice

      void handleDisconnectNotice(String remoteAddr)

      handleDisconnectNotice.

      参数:
      remoteAddr - a String object.
    • handleRudeRejection

      void handleRudeRejection(String remoteAddr)

      handleRudeRejection.

      参数:
      remoteAddr - a String object.