C# Class Akka.Remote.EndpointManager

INTERNAL API
Inheritance: ReceiveActor
ファイルを表示 Open project: rogeralsing/akka.net Class Usage Examples

Private Properties

Property Type Description
AcceptPendingReader void
CreateAndRegisterEndpoint void
CreateEndpoint IActorRef
HandleInboundAssociation void
HandleStashedInbound void
KeepQuarantinedOr void
Receiving void
RemovePendingReader void

Public Methods

Method Description
EndpointManager ( Config config, ILoggingAdapter log ) : System

Protected Methods

Method 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

Method 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 method

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

EndpointManager() public method

public EndpointManager ( Config config, ILoggingAdapter log ) : System
config Akka.Configuration.Config
log ILoggingAdapter
return System

Flushing() protected method

protected Flushing ( ) : void
return void

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void

SupervisorStrategy() protected method

protected SupervisorStrategy ( ) : Akka.Actor.SupervisorStrategy
return Akka.Actor.SupervisorStrategy