Package org.apache.pekko.remote
Class EndpointReader$
- java.lang.Object
- 
- org.apache.pekko.remote.EndpointReader$
 
- 
 public class EndpointReader$ extends java.lang.ObjectINTERNAL API
- 
- 
Field SummaryFields Modifier and Type Field Description static EndpointReader$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description EndpointReader$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Propsprops(Address localAddress, Address remoteAddress, Transport transport, RemoteSettings settings, PekkoPduCodec codec, InboundMessageDispatcher msgDispatch, boolean inbound, int uid, scala.Option<ActorRef> reliableDeliverySupervisor, java.util.concurrent.ConcurrentHashMap<org.apache.pekko.remote.EndpointManager.Link,org.apache.pekko.remote.EndpointManager.ResendState> receiveBuffers)
 
- 
- 
- 
Field Detail- 
MODULE$public static final EndpointReader$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
propspublic Props props(Address localAddress, Address remoteAddress, Transport transport, RemoteSettings settings, PekkoPduCodec codec, InboundMessageDispatcher msgDispatch, boolean inbound, int uid, scala.Option<ActorRef> reliableDeliverySupervisor, java.util.concurrent.ConcurrentHashMap<org.apache.pekko.remote.EndpointManager.Link,org.apache.pekko.remote.EndpointManager.ResendState> receiveBuffers) 
 
- 
 
-