C# 클래스 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
상속: ReactorResponseChannel
파일 보기 프로젝트 열기: helios-io/helios 1 사용 예제들

공개 메소드들

메소드 설명
Configure ( IConnectionConfig config ) : void
ReactorProxyResponseChannel ( ReactorBase reactor, Socket outboundSocket, IPEndPoint endPoint, NetworkEventLoop eventLoop ) : System.Net
ReactorProxyResponseChannel ( ReactorBase reactor, Socket outboundSocket, NetworkEventLoop eventLoop ) : System.Net

보호된 메소드들

메소드 설명
BeginReceiveInternal ( ) : void
StopReceiveInternal ( ) : void

메소드 상세

BeginReceiveInternal() 보호된 메소드

protected BeginReceiveInternal ( ) : void
리턴 void

Configure() 공개 메소드

public Configure ( IConnectionConfig config ) : void
config IConnectionConfig
리턴 void

ReactorProxyResponseChannel() 공개 메소드

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

ReactorProxyResponseChannel() 공개 메소드

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

StopReceiveInternal() 보호된 메소드

protected StopReceiveInternal ( ) : void
리턴 void