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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings toany2stringadd[NettyTransportSettings] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NettyTransportSettings, B)
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings toArrowAssoc[NettyTransportSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val Backlog: Int
  7. val BindHostname: String
  8. val ClientSocketWorkerPoolSize: Int
  9. val ConnectionTimeout: FiniteDuration
  10. val EnableSsl: Boolean
  11. val Hostname: String
  12. val MaxFrameSize: Int
  13. val ReceiveBufferSize: Option[Int]
  14. val SSLEngineProviderClassName: String
  15. val SendBufferSize: Option[Int]
  16. val ServerSocketWorkerPoolSize: Int
  17. val SslSettings: Option[SSLSettings]
  18. val TcpKeepalive: Boolean
  19. val TcpNodelay: Boolean
  20. val TcpReuseAddr: Boolean
  21. val UseDispatcherForIo: Option[String]
  22. val WriteBufferHighWaterMark: Option[Int]
  23. val WriteBufferLowWaterMark: Option[Int]
  24. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  25. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  26. def ensuring(cond: (NettyTransportSettings) => Boolean, msg: => Any): NettyTransportSettings
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings toEnsuring[NettyTransportSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: (NettyTransportSettings) => Boolean): NettyTransportSettings
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings toEnsuring[NettyTransportSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean, msg: => Any): NettyTransportSettings
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings toEnsuring[NettyTransportSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean): NettyTransportSettings
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings toEnsuring[NettyTransportSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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.

  3. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  4. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings toStringFormat[NettyTransportSettings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  5. def [B](y: B): (NettyTransportSettings, B)
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings toArrowAssoc[NettyTransportSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromNettyTransportSettings to any2stringadd[NettyTransportSettings]

Inherited by implicit conversion StringFormat fromNettyTransportSettings to StringFormat[NettyTransportSettings]

Inherited by implicit conversion Ensuring fromNettyTransportSettings to Ensuring[NettyTransportSettings]

Inherited by implicit conversion ArrowAssoc fromNettyTransportSettings to ArrowAssoc[NettyTransportSettings]

Ungrouped