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 SummaryConstructors
- 
Method SummaryModifier 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- 
NettyTransportSettingspublic NettyTransportSettings(com.typesafe.config.Config config) Deprecated.
 
- 
- 
Method Details- 
Backlogpublic int Backlog()Deprecated.
- 
BindHostnameDeprecated.
- 
ByteBufAllocatorpublic io.netty.buffer.ByteBufAllocator ByteBufAllocator()Deprecated.
- 
ClientSocketWorkerPoolSizepublic int ClientSocketWorkerPoolSize()Deprecated.
- 
ConnectionTimeoutpublic scala.concurrent.duration.FiniteDuration ConnectionTimeout()Deprecated.
- 
EnableSslpublic boolean EnableSsl()Deprecated.
- 
HostnameDeprecated.
- 
MaxFrameSizepublic int MaxFrameSize()Deprecated.
- 
ReceiveBufferSizeDeprecated.
- 
SSLEngineProviderClassNameDeprecated.
- 
SendBufferSizeDeprecated.
- 
ServerSocketWorkerPoolSizepublic int ServerSocketWorkerPoolSize()Deprecated.
- 
SslSettingspublic scala.Option<org.apache.pekko.remote.transport.netty.SSLSettings> SslSettings()Deprecated.
- 
TcpKeepalivepublic boolean TcpKeepalive()Deprecated.
- 
TcpNodelaypublic boolean TcpNodelay()Deprecated.
- 
TcpReuseAddrpublic boolean TcpReuseAddr()Deprecated.
- 
UseDispatcherForIoDeprecated.
- 
WriteBufferHighWaterMarkDeprecated.
- 
WriteBufferLowWaterMarkDeprecated.
 
-