C# 클래스 Akka.Remote.EndpointManager

INTERNAL API
상속: ReceiveActor
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AcceptPendingReader void
CreateAndRegisterEndpoint void
CreateEndpoint IActorRef
HandleInboundAssociation void
HandleStashedInbound void
KeepQuarantinedOr void
Receiving void
RemovePendingReader void

공개 메소드들

메소드 설명
EndpointManager ( Config config, ILoggingAdapter log ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Accepting() 보호된 메소드

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

EndpointManager() 공개 메소드

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

Flushing() 보호된 메소드

protected Flushing ( ) : void
리턴 void

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void

PreStart() 보호된 메소드

protected PreStart ( ) : void
리턴 void

SupervisorStrategy() 보호된 메소드

protected SupervisorStrategy ( ) : Akka.Actor.SupervisorStrategy
리턴 Akka.Actor.SupervisorStrategy