Package org.apache.pekko.stream
Class IOSettings
java.lang.Object
org.apache.pekko.stream.IOSettings
-
Constructor Summary
ConstructorsConstructorDescriptionIOSettings
(int tcpWriteBufferSize) Deprecated.Use attribute 'TcpAttributes.TcpWriteBufferSize' to read the concrete setting value. -
Method Summary
Modifier and TypeMethodDescriptionstatic IOSettings
apply
(com.typesafe.config.Config config) Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.int
boolean
int
hashCode()
toString()
withCoalesceWrites
(int value) withTcpWriteBufferSize
(int value)
-
Constructor Details
-
IOSettings
public IOSettings(int tcpWriteBufferSize) Deprecated.Use attribute 'TcpAttributes.TcpWriteBufferSize' to read the concrete setting value. Since Akka 2.6.0.
-
-
Method Details
-
apply
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0. -
coalesceWrites
public int coalesceWrites() -
withTcpWriteBufferSize
-
withCoalesceWrites
-
equals
-
hashCode
public int hashCode() -
toString
-