Name |
Description |
ReactorProxyResponseChannel |
Response channel receives all of its events directly from the ReactorBase and doesn't maintain any internal buffers, nor does it directly interact with its socket in any way |
ReactorResponseChannel |
Wraps a remote endpoint which connected IReactor instance inside a IConnection object |
TcpReactorResponseChannel |
A ReactorResponseChannel instance which manages all of the socket I/O for the child connection directly. Shares the same underlying IFiber as the parent IReactor responsible for creating this child. |