Package org.apache.pekko.remote
Class EndpointReader$
java.lang.Object
org.apache.pekko.remote.EndpointReader$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EndpointReader$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprops(Address localAddress, Address remoteAddress, Transport transport, RemoteSettings settings, PekkoPduCodec codec, InboundMessageDispatcher msgDispatch, boolean inbound, int uid, scala.Option<ActorRef> reliableDeliverySupervisor, ConcurrentHashMap<org.apache.pekko.remote.EndpointManager.Link, org.apache.pekko.remote.EndpointManager.ResendState> receiveBuffers)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
EndpointReader$
public EndpointReader$()
-
-
Method Details
-
props
public Props props(Address localAddress, Address remoteAddress, Transport transport, RemoteSettings settings, PekkoPduCodec codec, InboundMessageDispatcher msgDispatch, boolean inbound, int uid, scala.Option<ActorRef> reliableDeliverySupervisor, ConcurrentHashMap<org.apache.pekko.remote.EndpointManager.Link, org.apache.pekko.remote.EndpointManager.ResendState> receiveBuffers)
-