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 TypeMethodDescriptionintBacklog()Deprecated.Deprecated.io.netty.buffer.ByteBufAllocatorDeprecated.intDeprecated.scala.concurrent.duration.FiniteDurationDeprecated.booleanDeprecated.Hostname()Deprecated.intDeprecated.scala.Option<Object>Deprecated.scala.Option<Object>Deprecated.intDeprecated.Deprecated.scala.Option<org.apache.pekko.remote.transport.netty.SSLSettings>Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.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.
-