Package akka.remote

Class EndpointWriter$


  • public class EndpointWriter$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static EndpointWriter$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      EndpointWriter$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Props props​(scala.Option<akka.remote.transport.AkkaProtocolHandle> handleOrActive, Address localAddress, Address remoteAddress, scala.Option<java.lang.Object> refuseUid, akka.remote.transport.AkkaProtocolTransport transport, RemoteSettings settings, AkkaPduCodec codec, java.util.concurrent.ConcurrentHashMap<akka.remote.EndpointManager.Link,​akka.remote.EndpointManager.ResendState> receiveBuffers, scala.Option<ActorRef> reliableDeliverySupervisor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final EndpointWriter$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • EndpointWriter$

        public EndpointWriter$()
    • Method Detail

      • props

        public Props props​(scala.Option<akka.remote.transport.AkkaProtocolHandle> handleOrActive,
                           Address localAddress,
                           Address remoteAddress,
                           scala.Option<java.lang.Object> refuseUid,
                           akka.remote.transport.AkkaProtocolTransport transport,
                           RemoteSettings settings,
                           AkkaPduCodec codec,
                           java.util.concurrent.ConcurrentHashMap<akka.remote.EndpointManager.Link,​akka.remote.EndpointManager.ResendState> receiveBuffers,
                           scala.Option<ActorRef> reliableDeliverySupervisor)