接口 ChannelHandler

  • 所有超级接口:
    org.apache.dubbo.remoting.ChannelHandler

    @Deprecated
    public interface ChannelHandler
    extends org.apache.dubbo.remoting.ChannelHandler
    已过时。
    • 方法详细资料

      • connected

        default void connected​(org.apache.dubbo.remoting.Channel channel)
                        throws org.apache.dubbo.remoting.RemotingException
        已过时。
        指定者:
        connected 在接口中 org.apache.dubbo.remoting.ChannelHandler
        抛出:
        org.apache.dubbo.remoting.RemotingException
      • disconnected

        default void disconnected​(org.apache.dubbo.remoting.Channel channel)
                           throws org.apache.dubbo.remoting.RemotingException
        已过时。
        指定者:
        disconnected 在接口中 org.apache.dubbo.remoting.ChannelHandler
        抛出:
        org.apache.dubbo.remoting.RemotingException
      • sent

        default void sent​(org.apache.dubbo.remoting.Channel channel,
                          Object message)
                   throws org.apache.dubbo.remoting.RemotingException
        已过时。
        指定者:
        sent 在接口中 org.apache.dubbo.remoting.ChannelHandler
        抛出:
        org.apache.dubbo.remoting.RemotingException
      • received

        default void received​(org.apache.dubbo.remoting.Channel channel,
                              Object message)
                       throws org.apache.dubbo.remoting.RemotingException
        已过时。
        指定者:
        received 在接口中 org.apache.dubbo.remoting.ChannelHandler
        抛出:
        org.apache.dubbo.remoting.RemotingException
      • caught

        default void caught​(org.apache.dubbo.remoting.Channel channel,
                            Throwable exception)
                     throws org.apache.dubbo.remoting.RemotingException
        已过时。
        指定者:
        caught 在接口中 org.apache.dubbo.remoting.ChannelHandler
        抛出:
        org.apache.dubbo.remoting.RemotingException