Packages

c

akka.remote.transport.netty

NettyTransportSettings

class NettyTransportSettings extends AnyRef

Annotations
@deprecated
Deprecated

(Since version 2.6.0) Classic remoting is deprecated, use Artery

Source
NettyTransport.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NettyTransportSettings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NettyTransportSettings(config: Config)

Value Members

  1. val Backlog: Int
  2. val BindHostname: String
  3. val ClientSocketWorkerPoolSize: Int
  4. val ConnectionTimeout: FiniteDuration
  5. val EnableSsl: Boolean
  6. val Hostname: String
  7. val MaxFrameSize: Int
  8. val ReceiveBufferSize: Option[Int]
  9. val SSLEngineProviderClassName: String
  10. val SendBufferSize: Option[Int]
  11. val ServerSocketWorkerPoolSize: Int
  12. val SslSettings: Option[SSLSettings]
  13. val TcpKeepalive: Boolean
  14. val TcpNodelay: Boolean
  15. val TcpReuseAddr: Boolean
  16. val UseDispatcherForIo: Option[String]
  17. val WriteBufferHighWaterMark: Option[Int]
  18. val WriteBufferLowWaterMark: Option[Int]

Deprecated Value Members

  1. val BindPortSelector: Int
    Annotations
    @deprecated
    Deprecated

    (Since version 2.4) WARNING: This should only be used by professionals.

  2. val PortSelector: Int
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0) WARNING: This should only be used by professionals.