akka.remote
Class EndpointReader$

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

public class EndpointReader$
extends java.lang.Object

INTERNAL API


Field Summary
static EndpointReader$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
EndpointReader$()
           
 
Method Summary
 akka.actor.Props props(akka.actor.Address localAddress, akka.actor.Address remoteAddress, Transport transport, RemoteSettings settings, AkkaPduCodec codec, InboundMessageDispatcher msgDispatch, boolean inbound, int uid, scala.Option<akka.actor.ActorRef> reliableDeliverySupervisor, java.util.concurrent.ConcurrentHashMap<EndpointManager.Link,EndpointManager.ResendState> receiveBuffers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

EndpointReader$

public EndpointReader$()
Method Detail

props

public akka.actor.Props props(akka.actor.Address localAddress,
                              akka.actor.Address remoteAddress,
                              Transport transport,
                              RemoteSettings settings,
                              AkkaPduCodec codec,
                              InboundMessageDispatcher msgDispatch,
                              boolean inbound,
                              int uid,
                              scala.Option<akka.actor.ActorRef> reliableDeliverySupervisor,
                              java.util.concurrent.ConcurrentHashMap<EndpointManager.Link,EndpointManager.ResendState> receiveBuffers)