Package akka.io
Class TcpConnection$
- java.lang.Object
 - 
- akka.io.TcpConnection$
 
 
- 
public class TcpConnection$ extends java.lang.ObjectINTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TcpConnection$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TcpConnection$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Function0<scala.runtime.BoxedUnit>doNothing()java.io.IOExceptionDroppingWriteBecauseQueueIsFullException()java.io.IOExceptionDroppingWriteBecauseWritingIsSuspendedException() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TcpConnection$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
doNothing
public scala.Function0<scala.runtime.BoxedUnit> doNothing()
 
- 
DroppingWriteBecauseWritingIsSuspendedException
public java.io.IOException DroppingWriteBecauseWritingIsSuspendedException()
 
- 
DroppingWriteBecauseQueueIsFullException
public java.io.IOException DroppingWriteBecauseQueueIsFullException()
 
 - 
 
 -