@Deprecated public interface ChannelHandler extends org.apache.dubbo.remoting.ChannelHandler
| Modifier and Type | Method and Description |
|---|---|
void |
caught(Channel channel,
Throwable exception)
Deprecated.
|
default void |
caught(org.apache.dubbo.remoting.Channel channel,
Throwable exception)
Deprecated.
|
void |
connected(Channel channel)
Deprecated.
|
default void |
connected(org.apache.dubbo.remoting.Channel channel)
Deprecated.
|
void |
disconnected(Channel channel)
Deprecated.
|
default void |
disconnected(org.apache.dubbo.remoting.Channel channel)
Deprecated.
|
void |
received(Channel channel,
Object message)
Deprecated.
|
default void |
received(org.apache.dubbo.remoting.Channel channel,
Object message)
Deprecated.
|
void |
sent(Channel channel,
Object message)
Deprecated.
|
default void |
sent(org.apache.dubbo.remoting.Channel channel,
Object message)
Deprecated.
|
void connected(Channel channel) throws RemotingException
RemotingExceptionvoid disconnected(Channel channel) throws RemotingException
RemotingExceptionvoid sent(Channel channel, Object message) throws RemotingException
RemotingExceptionvoid received(Channel channel, Object message) throws RemotingException
RemotingExceptionvoid caught(Channel channel, Throwable exception) throws RemotingException
RemotingExceptiondefault void connected(org.apache.dubbo.remoting.Channel channel)
throws org.apache.dubbo.remoting.RemotingException
connected in interface org.apache.dubbo.remoting.ChannelHandlerorg.apache.dubbo.remoting.RemotingExceptiondefault void disconnected(org.apache.dubbo.remoting.Channel channel)
throws org.apache.dubbo.remoting.RemotingException
disconnected in interface 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 in interface 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 in interface 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 in interface org.apache.dubbo.remoting.ChannelHandlerorg.apache.dubbo.remoting.RemotingExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.