Class ConnectionOrderedChannelHandler
java.lang.Object
org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
- All Implemented Interfaces:
ChannelHandler,ChannelHandlerDelegate
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
close, getExecutorService, getHandler, getPreferredExecutorService, getSharedExecutorService, getSharedExecutorService, getUrl, sent
-
Constructor Details
-
ConnectionOrderedChannelHandler
-
-
Method Details
-
connected
Description copied from interface:ChannelHandleron channel connected.- Specified by:
connectedin interfaceChannelHandler- Overrides:
connectedin classWrappedChannelHandler- Parameters:
channel- channel.- Throws:
RemotingException
-
disconnected
Description copied from interface:ChannelHandleron channel disconnected.- Specified by:
disconnectedin interfaceChannelHandler- Overrides:
disconnectedin classWrappedChannelHandler- Parameters:
channel- channel.- Throws:
RemotingException
-
received
Description copied from interface:ChannelHandleron message received.- Specified by:
receivedin interfaceChannelHandler- Overrides:
receivedin classWrappedChannelHandler- Parameters:
channel- channel.message- message.- Throws:
RemotingException
-
caught
Description copied from interface:ChannelHandleron exception caught.- Specified by:
caughtin interfaceChannelHandler- Overrides:
caughtin classWrappedChannelHandler- Parameters:
channel- channel.exception- exception.- Throws:
RemotingException
-