Class/Object

akka.remote.transport.netty

NettyTransportSettings

Related Docs: object NettyTransportSettings | package netty

Permalink

class NettyTransportSettings extends AnyRef

Source
NettyTransport.scala
Linear Supertypes
AnyRef, Any
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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. val Backlog: Int

    Permalink
  7. val BindHostname: String

    Permalink
  8. val ClientSocketWorkerPoolSize: Int

    Permalink
  9. val ConnectionTimeout: FiniteDuration

    Permalink
  10. val EnableSsl: Boolean

    Permalink
  11. val Hostname: String

    Permalink
  12. val MaxFrameSize: Int

    Permalink
  13. val ReceiveBufferSize: Option[Int]

    Permalink
  14. val SSLEngineProviderClassName: String

    Permalink
  15. val SendBufferSize: Option[Int]

    Permalink
  16. val ServerSocketWorkerPoolSize: Int

    Permalink
  17. val SslSettings: Option[SSLSettings]

    Permalink
  18. val TcpKeepalive: Boolean

    Permalink
  19. val TcpNodelay: Boolean

    Permalink
  20. val TcpReuseAddr: Boolean

    Permalink
  21. val TransportMode: Mode

    Permalink
  22. val UseDispatcherForIo: Option[String]

    Permalink
  23. val WriteBufferHighWaterMark: Option[Int]

    Permalink
  24. val WriteBufferLowWaterMark: Option[Int]

    Permalink
  25. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def ensuring(cond: (NettyTransportSettings) ⇒ Boolean, msg: ⇒ Any): NettyTransportSettings

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  33. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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()
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def [B](y: B): (NettyTransportSettings, B)

    Permalink
    Implicit information
    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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  2. val PortSelector: Int

    Permalink
    Annotations
    @deprecated
    Deprecated

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

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