接口 ChannelHandler
-
- 所有超级接口:
org.apache.dubbo.remoting.ChannelHandler
@Deprecated public interface ChannelHandler extends org.apache.dubbo.remoting.ChannelHandler
已过时。
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 已过时的方法 修饰符和类型 方法 说明 voidcaught(Channel channel, Throwable exception)已过时。default voidcaught(org.apache.dubbo.remoting.Channel channel, Throwable exception)已过时。voidconnected(Channel channel)已过时。default voidconnected(org.apache.dubbo.remoting.Channel channel)已过时。voiddisconnected(Channel channel)已过时。default voiddisconnected(org.apache.dubbo.remoting.Channel channel)已过时。voidreceived(Channel channel, Object message)已过时。default voidreceived(org.apache.dubbo.remoting.Channel channel, Object message)已过时。voidsent(Channel channel, Object message)已过时。default voidsent(org.apache.dubbo.remoting.Channel channel, Object message)已过时。
-
-
-
方法详细资料
-
connected
void connected(Channel channel) throws RemotingException
已过时。
-
disconnected
void disconnected(Channel channel) throws RemotingException
已过时。
-
sent
void sent(Channel channel, Object message) throws RemotingException
已过时。
-
received
void received(Channel channel, Object message) throws RemotingException
已过时。
-
caught
void caught(Channel channel, Throwable exception) throws RemotingException
已过时。
-
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
-
-