Package akka.remote
Class EndpointWriter$
- java.lang.Object
-
- akka.remote.EndpointWriter$
-
public class EndpointWriter$ extends java.lang.Object
INTERNAL API
-
-
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<akka.remote.transport.AkkaProtocolHandle> handleOrActive, Address localAddress, Address remoteAddress, scala.Option<java.lang.Object> refuseUid, akka.remote.transport.AkkaProtocolTransport transport, RemoteSettings settings, AkkaPduCodec codec, java.util.concurrent.ConcurrentHashMap<akka.remote.EndpointManager.Link,akka.remote.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<akka.remote.transport.AkkaProtocolHandle> handleOrActive, Address localAddress, Address remoteAddress, scala.Option<java.lang.Object> refuseUid, akka.remote.transport.AkkaProtocolTransport transport, RemoteSettings settings, AkkaPduCodec codec, java.util.concurrent.ConcurrentHashMap<akka.remote.EndpointManager.Link,akka.remote.EndpointManager.ResendState> receiveBuffers, scala.Option<ActorRef> reliableDeliverySupervisor)
-
-