Class ExecutionChannelHandler

java.lang.Object
org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionChannelHandler
All Implemented Interfaces:
ChannelHandler, ChannelHandlerDelegate

public class ExecutionChannelHandler extends WrappedChannelHandler
Only request message will be dispatched to thread pool. Other messages like response, connect, disconnect, heartbeat will be directly executed by I/O thread.