org.apache.mina.filter
Class ThreadPoolFilter.EventType
java.lang.Object
org.apache.mina.filter.ThreadPoolFilter.EventType
- Enclosing class:
- ThreadPoolFilter
protected static class ThreadPoolFilter.EventType
- extends Object
OPENED
public static final ThreadPoolFilter.EventType OPENED
CLOSED
public static final ThreadPoolFilter.EventType CLOSED
READ
public static final ThreadPoolFilter.EventType READ
WRITTEN
public static final ThreadPoolFilter.EventType WRITTEN
RECEIVED
public static final ThreadPoolFilter.EventType RECEIVED
SENT
public static final ThreadPoolFilter.EventType SENT
IDLE
public static final ThreadPoolFilter.EventType IDLE
EXCEPTION
public static final ThreadPoolFilter.EventType EXCEPTION
toString
public String toString()
- Overrides:
toString
in class Object