Class NettyTransportSettings

java.lang.Object
org.apache.pekko.remote.transport.netty.NettyTransportSettings

public class NettyTransportSettings extends Object
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
  • Constructor Details

    • NettyTransportSettings

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

    • Backlog

      public int Backlog()
      Deprecated.
    • BindHostname

      public String BindHostname()
      Deprecated.
    • ByteBufAllocator

      public io.netty.buffer.ByteBufAllocator ByteBufAllocator()
      Deprecated.
    • ClientSocketWorkerPoolSize

      public int ClientSocketWorkerPoolSize()
      Deprecated.
    • ConnectionTimeout

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

      public boolean EnableSsl()
      Deprecated.
    • Hostname

      public String Hostname()
      Deprecated.
    • MaxFrameSize

      public int MaxFrameSize()
      Deprecated.
    • ReceiveBufferSize

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

      public String SSLEngineProviderClassName()
      Deprecated.
    • SendBufferSize

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

      public int ServerSocketWorkerPoolSize()
      Deprecated.
    • SslSettings

      public scala.Option<org.apache.pekko.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<String> UseDispatcherForIo()
      Deprecated.
    • WriteBufferHighWaterMark

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

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