Packages

class NettyTransportSettings extends AnyRef

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. All

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 to any2stringadd[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 to ArrowAssoc[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 TransportMode: Mode
  22. val UseDispatcherForIo: Option[String]
  23. val WriteBufferHighWaterMark: Option[Int]
  24. val WriteBufferLowWaterMark: Option[Int]
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  27. def ensuring(cond: (NettyTransportSettings) ⇒ Boolean, msg: ⇒ Any): NettyTransportSettings
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings to Ensuring[NettyTransportSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: (NettyTransportSettings) ⇒ Boolean): NettyTransportSettings
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings to Ensuring[NettyTransportSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean, msg: ⇒ Any): NettyTransportSettings
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings to Ensuring[NettyTransportSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean): NettyTransportSettings
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings to Ensuring[NettyTransportSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings to StringFormat[NettyTransportSettings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def [B](y: B): (NettyTransportSettings, B)
    Implicit
    This member is added by an implicit conversion from NettyTransportSettings to ArrowAssoc[NettyTransportSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from NettyTransportSettings to any2stringadd[NettyTransportSettings]

Inherited by implicit conversion StringFormat from NettyTransportSettings to StringFormat[NettyTransportSettings]

Inherited by implicit conversion Ensuring from NettyTransportSettings to Ensuring[NettyTransportSettings]

Inherited by implicit conversion ArrowAssoc from NettyTransportSettings to ArrowAssoc[NettyTransportSettings]

Ungrouped