C# 클래스 Akka.Interfaced.SlimSocket.Server.TcpChannel

상속: Akka.Interfaced.SlimServer.ActorBoundChannelBase
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced.SlimSocket

공개 메소드들

메소드 설명
TcpChannel ( GatewayInitiator initiator, Socket socket, object tag ) : System
TcpChannel ( GatewayInitiator initiator, TcpConnection connection, object tag, Tuple bindingActor ) : System

보호된 메소드들

메소드 설명
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage message ) : void
OnResponseMessage ( ResponseMessage message ) : void
PostStop ( ) : void
PreStart ( ) : void

비공개 메소드들

메소드 설명
OnConnectionClose ( TcpConnection connection, int reason ) : void
OnConnectionReceive ( TcpConnection connection, object packet ) : void

메소드 상세

OnCloseRequest() 보호된 메소드

protected OnCloseRequest ( ) : void
리턴 void

OnNotificationMessage() 보호된 메소드

protected OnNotificationMessage ( NotificationMessage message ) : void
message NotificationMessage
리턴 void

OnResponseMessage() 보호된 메소드

protected OnResponseMessage ( ResponseMessage message ) : void
message ResponseMessage
리턴 void

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void

PreStart() 보호된 메소드

protected PreStart ( ) : void
리턴 void

TcpChannel() 공개 메소드

public TcpChannel ( GatewayInitiator initiator, Socket socket, object tag ) : System
initiator GatewayInitiator
socket Socket
tag object
리턴 System

TcpChannel() 공개 메소드

public TcpChannel ( GatewayInitiator initiator, TcpConnection connection, object tag, Tuple bindingActor ) : System
initiator GatewayInitiator
connection TcpConnection
tag object
bindingActor Tuple
리턴 System