C# Class Helios.Reactor.Response.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
Inheritance: ReactorResponseChannel
显示文件 Open project: helios-io/helios Class Usage Examples

Public Methods

Method Description
Configure ( IConnectionConfig config ) : void
ReactorProxyResponseChannel ( ReactorBase reactor, Socket outboundSocket, IPEndPoint endPoint, NetworkEventLoop eventLoop ) : System.Net
ReactorProxyResponseChannel ( ReactorBase reactor, Socket outboundSocket, NetworkEventLoop eventLoop ) : System.Net

Protected Methods

Method Description
BeginReceiveInternal ( ) : void
StopReceiveInternal ( ) : void

Method Details

BeginReceiveInternal() protected method

protected BeginReceiveInternal ( ) : void
return void

Configure() public method

public Configure ( IConnectionConfig config ) : void
config IConnectionConfig
return void

ReactorProxyResponseChannel() public method

public ReactorProxyResponseChannel ( ReactorBase reactor, Socket outboundSocket, IPEndPoint endPoint, NetworkEventLoop eventLoop ) : System.Net
reactor ReactorBase
outboundSocket Socket
endPoint System.Net.IPEndPoint
eventLoop Helios.Net.NetworkEventLoop
return System.Net

ReactorProxyResponseChannel() public method

public ReactorProxyResponseChannel ( ReactorBase reactor, Socket outboundSocket, NetworkEventLoop eventLoop ) : System.Net
reactor ReactorBase
outboundSocket Socket
eventLoop Helios.Net.NetworkEventLoop
return System.Net

StopReceiveInternal() protected method

protected StopReceiveInternal ( ) : void
return void