Package akka.stream.scaladsl
Class TcpAttributes$
- java.lang.Object
 - 
- akka.stream.scaladsl.TcpAttributes$
 
 
- 
public class TcpAttributes$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TcpAttributes$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TcpAttributes$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributestcpWriteBufferSize(int size) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TcpAttributes$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
tcpWriteBufferSize
public Attributes tcpWriteBufferSize(int size)
 
 - 
 
 -