object IOSettings

Source
ActorMaterializer.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Deprecated Value Members

  1. def apply(tcpWriteBufferSize: Int): IOSettings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead

  2. def apply(config: Config): IOSettings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead

  3. def apply(system: ActorSystem): IOSettings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead

  4. def create(tcpWriteBufferSize: Int): IOSettings

    Java API

    Java API

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead

  5. def create(system: ActorSystem): IOSettings

    Java API

    Java API

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead

  6. def create(config: Config): IOSettings

    Java API

    Java API

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead