Package akka.stream.scaladsl
Class TcpAttributes
- java.lang.Object
 - 
- akka.stream.scaladsl.TcpAttributes
 
 
- 
public class TcpAttributes extends java.lang.Object 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTcpAttributes.TcpWriteBufferSizestatic classTcpAttributes.TcpWriteBufferSize$ 
- 
Constructor Summary
Constructors Constructor Description TcpAttributes() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AttributestcpWriteBufferSize(int size) 
 - 
 
- 
- 
Method Detail
- 
tcpWriteBufferSize
public static Attributes tcpWriteBufferSize(int size)
 
 - 
 
 -