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
 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)
           
 
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 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)