Package org.apache.pekko.stream
Class IOSettings
java.lang.Object
org.apache.pekko.stream.IOSettings
- 
Constructor SummaryConstructorsConstructorDescriptionIOSettings(int tcpWriteBufferSize) Deprecated.Use attribute 'TcpAttributes.TcpWriteBufferSize' to read the concrete setting value.
- 
Method SummaryModifier and TypeMethodDescriptionstatic IOSettingsapply(com.typesafe.config.Config config) Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.intbooleaninthashCode()toString()withCoalesceWrites(int value) withTcpWriteBufferSize(int value) 
- 
Constructor Details- 
IOSettingspublic IOSettings(int tcpWriteBufferSize) Deprecated.Use attribute 'TcpAttributes.TcpWriteBufferSize' to read the concrete setting value. Since Akka 2.6.0.
 
- 
- 
Method Details- 
applyDeprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- 
coalesceWritespublic int coalesceWrites()
- 
withTcpWriteBufferSize
- 
withCoalesceWrites
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-