Class NettyTransportSettings


  • public class NettyTransportSettings
    extends java.lang.Object
    Deprecated.
    Classic remoting is deprecated, use Artery. Since 2.6.0.
    • Constructor Detail

      • NettyTransportSettings

        public NettyTransportSettings​(com.typesafe.config.Config config)
        Deprecated.
    • Method Detail

      • Backlog

        public int Backlog()
        Deprecated.
      • BindHostname

        public java.lang.String BindHostname()
        Deprecated.
      • BindPortSelector

        public int BindPortSelector()
        Deprecated.
        WARNING: This should only be used by professionals. Since 2.4.
      • ClientSocketWorkerPoolSize

        public int ClientSocketWorkerPoolSize()
        Deprecated.
      • ConnectionTimeout

        public scala.concurrent.duration.FiniteDuration ConnectionTimeout()
        Deprecated.
      • EnableSsl

        public boolean EnableSsl()
        Deprecated.
      • Hostname

        public java.lang.String Hostname()
        Deprecated.
      • MaxFrameSize

        public int MaxFrameSize()
        Deprecated.
      • PortSelector

        public int PortSelector()
        Deprecated.
        WARNING: This should only be used by professionals. Since 2.0.
      • ReceiveBufferSize

        public scala.Option<java.lang.Object> ReceiveBufferSize()
        Deprecated.
      • SSLEngineProviderClassName

        public java.lang.String SSLEngineProviderClassName()
        Deprecated.
      • SendBufferSize

        public scala.Option<java.lang.Object> SendBufferSize()
        Deprecated.
      • ServerSocketWorkerPoolSize

        public int ServerSocketWorkerPoolSize()
        Deprecated.
      • SslSettings

        public scala.Option<akka.remote.transport.netty.SSLSettings> SslSettings()
        Deprecated.
      • TcpKeepalive

        public boolean TcpKeepalive()
        Deprecated.
      • TcpNodelay

        public boolean TcpNodelay()
        Deprecated.
      • TcpReuseAddr

        public boolean TcpReuseAddr()
        Deprecated.
      • UseDispatcherForIo

        public scala.Option<java.lang.String> UseDispatcherForIo()
        Deprecated.
      • WriteBufferHighWaterMark

        public scala.Option<java.lang.Object> WriteBufferHighWaterMark()
        Deprecated.
      • WriteBufferLowWaterMark

        public scala.Option<java.lang.Object> WriteBufferLowWaterMark()
        Deprecated.