final class IOSettings extends AnyRef

Annotations
@nowarn()
Source
ActorMaterializer.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOSettings
  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 IOSettings(tcpWriteBufferSize: Int)
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use attribute 'TcpAttributes.TcpWriteBufferSize' to read the concrete setting value

Value Members

  1. val coalesceWrites: Int
  2. def equals(other: Any): Boolean
    Definition Classes
    IOSettings → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    IOSettings → AnyRef → Any
  4. def toString(): String
    Definition Classes
    IOSettings → AnyRef → Any
  5. def withCoalesceWrites(value: Int): IOSettings
  6. def withTcpWriteBufferSize(value: Int): IOSettings

Deprecated Value Members

  1. val tcpWriteBufferSize: Int
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use attribute 'TcpAttributes.TcpWriteBufferSize' to read the concrete setting value