org.apache.mina.common
Class IdleStatus
java.lang.Object
org.apache.mina.common.IdleStatus
public class IdleStatus
extends java.lang.Object
String | toString() - Returns the string representation of this status.
|
READER_IDLE
public static final IdleStatus READER_IDLE
Represents the session status that no data is coming from the remote
peer.
WRITER_IDLE
public static final IdleStatus WRITER_IDLE
Represents the session status that the session is not writing any data.
toString
public String toString()
Returns the string representation of this status.