akka.remote
Class EndpointWriter$

java.lang.Object
  extended by akka.remote.EndpointWriter$

public class EndpointWriter$
extends java.lang.Object

INTERNAL API


Field Summary
static EndpointWriter$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
EndpointWriter$()
           
 
Method Summary
 akka.actor.Props props(scala.Option<AkkaProtocolHandle> handleOrActive, akka.actor.Address localAddress, akka.actor.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<akka.actor.ActorRef> reliableDeliverySupervisor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final EndpointWriter$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

EndpointWriter$

public EndpointWriter$()
Method Detail

props

public akka.actor.Props props(scala.Option<AkkaProtocolHandle> handleOrActive,
                              akka.actor.Address localAddress,
                              akka.actor.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<akka.actor.ActorRef> reliableDeliverySupervisor)