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

Inheritance: InterfacedActor, IGatewaySync, IActorBoundGatewaySync
Show file Open project: SaladLab/Akka.Interfaced.SlimSocket Class Usage Examples

Public Methods

Method Description
TcpGateway ( GatewayInitiator initiator ) : System

Protected Methods

Method Description
PostStop ( ) : void
PreStart ( ) : void

Private Methods

Method Description
EstablishChannel ( string token, TcpConnection connection ) : bool
Handle ( AcceptByTokenMessage m ) : void
Handle ( AcceptMessage m ) : void
Handle ( Terminated m ) : void
Handle ( TimeoutTimerMessage m ) : void
IActorBoundGatewaySync ( IActorRef actor, TaggedType types, object tag, ActorBindingFlags bindingFlags ) : IRequestTarget
IActorBoundGatewaySync ( InterfacedActorRef actor, object tag, ActorBindingFlags bindingFlags ) : InterfacedActorRef
IGatewaySync ( ) : void
IGatewaySync ( bool stopListenOnly ) : void
OnConnectionAccept ( TcpAcceptor sender, Socket socket ) : TcpAcceptor.AcceptResult

Method Details

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void

TcpGateway() public method

public TcpGateway ( GatewayInitiator initiator ) : System
initiator GatewayInitiator
return System