C# Class Akka.Interfaced.SlimSocket.Server.TcpChannel

Inheritance: Akka.Interfaced.SlimServer.ActorBoundChannelBase
Show file Open project: SaladLab/Akka.Interfaced.SlimSocket

Public Methods

Method Description
TcpChannel ( GatewayInitiator initiator, Socket socket, object tag ) : System
TcpChannel ( GatewayInitiator initiator, TcpConnection connection, object tag, Tuple bindingActor ) : System

Protected Methods

Method Description
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage message ) : void
OnResponseMessage ( ResponseMessage message ) : void
PostStop ( ) : void
PreStart ( ) : void

Private Methods

Method Description
OnConnectionClose ( TcpConnection connection, int reason ) : void
OnConnectionReceive ( TcpConnection connection, object packet ) : void

Method Details

OnCloseRequest() protected method

protected OnCloseRequest ( ) : void
return void

OnNotificationMessage() protected method

protected OnNotificationMessage ( NotificationMessage message ) : void
message NotificationMessage
return void

OnResponseMessage() protected method

protected OnResponseMessage ( ResponseMessage message ) : void
message ResponseMessage
return void

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void

TcpChannel() public method

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

TcpChannel() public method

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