请参阅: 说明
接口 | 说明 |
---|---|
IoHandlerCommand |
A
IoHandlerCommand encapsulates a unit of processing work to be
performed, whose purpose is to examine and/or modify the state of a
transaction that is represented by custom attributes provided by
IoSession . |
IoHandlerCommand.NextCommand |
Represents an indirect reference to the next
IoHandlerCommand of
the IoHandlerChain . |
类 | 说明 |
---|---|
ChainedIoHandler |
An
IoHandler which executes an IoHandlerChain
on a messageReceived event. |
IoHandlerChain |
A chain of
IoHandlerCommand s. |