Class HeartbeatHandler
java.lang.Object
org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
- All Implemented Interfaces:
ChannelHandler,ChannelHandlerDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
caught, getHandler
-
Field Details
-
KEY_READ_TIMESTAMP
- See Also:
-
KEY_WRITE_TIMESTAMP
- See Also:
-
-
Constructor Details
-
HeartbeatHandler
-
-
Method Details
-
connected
Description copied from interface:ChannelHandleron channel connected.- Specified by:
connectedin interfaceChannelHandler- Overrides:
connectedin classAbstractChannelHandlerDelegate- Parameters:
channel- channel.- Throws:
RemotingException
-
disconnected
Description copied from interface:ChannelHandleron channel disconnected.- Specified by:
disconnectedin interfaceChannelHandler- Overrides:
disconnectedin classAbstractChannelHandlerDelegate- Parameters:
channel- channel.- Throws:
RemotingException
-
sent
Description copied from interface:ChannelHandleron message sent.- Specified by:
sentin interfaceChannelHandler- Overrides:
sentin classAbstractChannelHandlerDelegate- Parameters:
channel- channel.message- message.- Throws:
RemotingException
-
received
Description copied from interface:ChannelHandleron message received.- Specified by:
receivedin interfaceChannelHandler- Overrides:
receivedin classAbstractChannelHandlerDelegate- Parameters:
channel- channel.message- message.- Throws:
RemotingException
-