Class NettyTransportSettings
java.lang.Object
org.apache.pekko.remote.transport.netty.NettyTransportSettings
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Backlog()
Deprecated.Deprecated.io.netty.buffer.ByteBufAllocator
Deprecated.int
Deprecated.scala.concurrent.duration.FiniteDuration
Deprecated.boolean
Deprecated.Hostname()
Deprecated.int
Deprecated.scala.Option<Object>
Deprecated.scala.Option<Object>
Deprecated.int
Deprecated.Deprecated.scala.Option<org.apache.pekko.remote.transport.netty.SSLSettings>
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.scala.Option<String>
Deprecated.scala.Option<Object>
Deprecated.scala.Option<Object>
Deprecated.
-
Constructor Details
-
NettyTransportSettings
public NettyTransportSettings(com.typesafe.config.Config config) Deprecated.
-
-
Method Details
-
Backlog
public int Backlog()Deprecated. -
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
Deprecated. -
MaxFrameSize
public int MaxFrameSize()Deprecated. -
ReceiveBufferSize
Deprecated. -
SSLEngineProviderClassName
Deprecated. -
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
Deprecated. -
WriteBufferHighWaterMark
Deprecated. -
WriteBufferLowWaterMark
Deprecated.
-