@Deprecated public interface ChannelHandler extends org.apache.dubbo.remoting.ChannelHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
caught(Channel channel,
Throwable exception)
已过时。
|
default void |
caught(org.apache.dubbo.remoting.Channel channel,
Throwable exception)
已过时。
|
void |
connected(Channel channel)
已过时。
|
default void |
connected(org.apache.dubbo.remoting.Channel channel)
已过时。
|
void |
disconnected(Channel channel)
已过时。
|
default void |
disconnected(org.apache.dubbo.remoting.Channel channel)
已过时。
|
void |
received(Channel channel,
Object message)
已过时。
|
default void |
received(org.apache.dubbo.remoting.Channel channel,
Object message)
已过时。
|
void |
sent(Channel channel,
Object message)
已过时。
|
default void |
sent(org.apache.dubbo.remoting.Channel channel,
Object message)
已过时。
|
void connected(Channel channel) throws RemotingException
void disconnected(Channel channel) throws RemotingException
void sent(Channel channel, Object message) throws RemotingException
void received(Channel channel, Object message) throws RemotingException
void caught(Channel channel, Throwable exception) throws RemotingException
default void connected(org.apache.dubbo.remoting.Channel channel)
throws org.apache.dubbo.remoting.RemotingException
connected 在接口中 org.apache.dubbo.remoting.ChannelHandlerorg.apache.dubbo.remoting.RemotingExceptiondefault void disconnected(org.apache.dubbo.remoting.Channel channel)
throws org.apache.dubbo.remoting.RemotingException
disconnected 在接口中 org.apache.dubbo.remoting.ChannelHandlerorg.apache.dubbo.remoting.RemotingExceptiondefault void sent(org.apache.dubbo.remoting.Channel channel,
Object message)
throws org.apache.dubbo.remoting.RemotingException
sent 在接口中 org.apache.dubbo.remoting.ChannelHandlerorg.apache.dubbo.remoting.RemotingExceptiondefault void received(org.apache.dubbo.remoting.Channel channel,
Object message)
throws org.apache.dubbo.remoting.RemotingException
received 在接口中 org.apache.dubbo.remoting.ChannelHandlerorg.apache.dubbo.remoting.RemotingExceptiondefault void caught(org.apache.dubbo.remoting.Channel channel,
Throwable exception)
throws org.apache.dubbo.remoting.RemotingException
caught 在接口中 org.apache.dubbo.remoting.ChannelHandlerorg.apache.dubbo.remoting.RemotingExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.