Package org.apache.pekko.remote
Class EndpointReader$
- java.lang.Object
-
- org.apache.pekko.remote.EndpointReader$
-
public class EndpointReader$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static EndpointReader$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EndpointReader$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Field Detail
-
MODULE$
public static final EndpointReader$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
props
public 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)
-
-