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

Inheritance: Akka.Interfaced.SlimServer.ActorBoundChannelBase
Afficher le fichier Open project: SaladLab/Akka.Interfaced.SlimSocket

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage message ) : void
OnResponseMessage ( ResponseMessage message ) : void
PostStop ( ) : void
PreStart ( ) : void

Private Methods

Méthode Description
OnConnectionClose ( TcpConnection connection, int reason ) : void
OnConnectionReceive ( TcpConnection connection, object packet ) : void

Method Details

OnCloseRequest() protected méthode

protected OnCloseRequest ( ) : void
Résultat void

OnNotificationMessage() protected méthode

protected OnNotificationMessage ( NotificationMessage message ) : void
message NotificationMessage
Résultat void

OnResponseMessage() protected méthode

protected OnResponseMessage ( ResponseMessage message ) : void
message ResponseMessage
Résultat void

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void

TcpChannel() public méthode

public TcpChannel ( GatewayInitiator initiator, Socket socket, object tag ) : System
initiator GatewayInitiator
socket Socket
tag object
Résultat System

TcpChannel() public méthode

public TcpChannel ( GatewayInitiator initiator, TcpConnection connection, object tag, Tuple bindingActor ) : System
initiator GatewayInitiator
connection TcpConnection
tag object
bindingActor Tuple
Résultat System