Package akka.remote
Class EndpointWriter$
- java.lang.Object
-
- akka.remote.EndpointWriter$
-
public class EndpointWriter$ extends java.lang.Object
This message signals that the current association maintained by the local EndpointWriter and EndpointReader is to be overridden by a new inbound association. This is needed to avoid parallel inbound associations from the same remote endpoint: when a parallel inbound association is detected, the old one is removed and the new one is used instead. param: handle Handle of the new inbound association.
-
-
Field Summary
Fields Modifier and Type Field Description static EndpointWriter$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EndpointWriter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Props
props(scala.Option<AkkaProtocolHandle> handleOrActive, Address localAddress, Address remoteAddress, scala.Option<java.lang.Object> refuseUid, AkkaProtocolTransport transport, RemoteSettings settings, AkkaPduCodec codec, java.util.concurrent.ConcurrentHashMap<EndpointManager.Link,EndpointManager.ResendState> receiveBuffers, scala.Option<ActorRef> reliableDeliverySupervisor)
-
-
-
Field Detail
-
MODULE$
public static final EndpointWriter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
props
public Props props(scala.Option<AkkaProtocolHandle> handleOrActive, Address localAddress, Address remoteAddress, scala.Option<java.lang.Object> refuseUid, AkkaProtocolTransport transport, RemoteSettings settings, AkkaPduCodec codec, java.util.concurrent.ConcurrentHashMap<EndpointManager.Link,EndpointManager.ResendState> receiveBuffers, scala.Option<ActorRef> reliableDeliverySupervisor)
-
-