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

Inheritance: InterfacedActor, IGatewaySync, IActorBoundGatewaySync
Afficher le fichier Open project: SaladLab/Akka.Interfaced.SlimSocket

Méthodes publiques

Méthode Description
UdpGateway ( GatewayInitiator initiator ) : System

Méthodes protégées

Méthode Description
PostStop ( ) : void
PreStart ( ) : void

Private Methods

Méthode Description
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
ServerThreadWork ( ) : void

Method Details

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void

UdpGateway() public méthode

public UdpGateway ( GatewayInitiator initiator ) : System
initiator GatewayInitiator
Résultat System