C# Class Akka.Remote.EndpointManager

INTERNAL API
Inheritance: ReceiveActor
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Private Properties

Свойство Type Description
AcceptPendingReader void
CreateAndRegisterEndpoint void
CreateEndpoint IActorRef
HandleInboundAssociation void
HandleStashedInbound void
KeepQuarantinedOr void
Receiving void
RemovePendingReader void

Méthodes publiques

Méthode Description
EndpointManager ( Config config, ILoggingAdapter log ) : System

Méthodes protégées

Méthode Description
Accepting ( ) : void

Message-processing behavior when the EndpointManager is able to accept inbound association requests.

Flushing ( ) : void
PostStop ( ) : void
PreStart ( ) : void
SupervisorStrategy ( ) : Akka.Actor.SupervisorStrategy

Private Methods

Méthode Description
AcceptPendingReader ( IActorRef takingOverFrom ) : void
CreateAndRegisterEndpoint ( AkkaProtocolHandle handle, int refuseUid ) : void
CreateEndpoint ( Akka.Actor.Address remoteAddress, Akka.Actor.Address localAddress, Akka.Remote.Transport.AkkaProtocolTransport transport, Akka.Remote.RemoteSettings endpointSettings, bool writing, AkkaProtocolHandle handleOption = null, int refuseUid = null ) : IActorRef
HandleInboundAssociation ( InboundAssociation ia, bool writerIsIdle ) : void
HandleStashedInbound ( IActorRef endpoint, bool writerIsIdle ) : void
KeepQuarantinedOr ( Akka.Actor.Address remoteAddress, System.Action body ) : void
Receiving ( ) : void
RemovePendingReader ( IActorRef takingOverFrom, AkkaProtocolHandle withHandle ) : void

Method Details

Accepting() protected méthode

Message-processing behavior when the EndpointManager is able to accept inbound association requests.
protected Accepting ( ) : void
Résultat void

EndpointManager() public méthode

public EndpointManager ( Config config, ILoggingAdapter log ) : System
config Akka.Configuration.Config
log ILoggingAdapter
Résultat System

Flushing() protected méthode

protected Flushing ( ) : void
Résultat void

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void

SupervisorStrategy() protected méthode

protected SupervisorStrategy ( ) : Akka.Actor.SupervisorStrategy
Résultat Akka.Actor.SupervisorStrategy