object IOSettings
- Source
- ActorMaterializer.scala
- Alphabetic
- By Inheritance
- IOSettings
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Deprecated Value Members
- 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
- 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
- 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
- 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
- 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
- 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