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
 Props props(Address localAddress, Address remoteAddress, Transport transport, RemoteSettings settings, AkkaPduCodec codec, InboundMessageDispatcher msgDispatch, boolean inbound, int uid, scala.Option<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 Props props(Address localAddress,
                   Address remoteAddress,
                   Transport transport,
                   RemoteSettings settings,
                   AkkaPduCodec codec,
                   InboundMessageDispatcher msgDispatch,
                   boolean inbound,
                   int uid,
                   scala.Option<ActorRef> reliableDeliverySupervisor,
                   java.util.concurrent.ConcurrentHashMap<EndpointManager.Link,EndpointManager.ResendState> receiveBuffers)