Package org.apache.pekko.stream
Class IOSettings$
- java.lang.Object
 - 
- org.apache.pekko.stream.IOSettings$
 
 
- 
public class IOSettings$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static IOSettings$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description IOSettings$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IOSettingsapply(int tcpWriteBufferSize)Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.IOSettingsapply(com.typesafe.config.Config config)Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.IOSettingsapply(ActorSystem system)Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.IOSettingscreate(int tcpWriteBufferSize)Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.IOSettingscreate(com.typesafe.config.Config config)Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.IOSettingscreate(ActorSystem system)Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final IOSettings$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
apply
public IOSettings apply(ActorSystem system)
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0. 
- 
apply
public IOSettings apply(com.typesafe.config.Config config)
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0. 
- 
apply
public IOSettings apply(int tcpWriteBufferSize)
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0. 
- 
create
public IOSettings create(com.typesafe.config.Config config)
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0. 
- 
create
public IOSettings create(ActorSystem system)
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0. 
- 
create
public IOSettings create(int tcpWriteBufferSize)
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0. 
 - 
 
 -