|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.red5.io.filter.ExecutorFilter.EventType
protected static class ExecutorFilter.EventType
Type of event
| Field Summary | |
|---|---|
static ExecutorFilter.EventType |
CLOSED
On connection closed |
static ExecutorFilter.EventType |
EXCEPTION
On exception |
static ExecutorFilter.EventType |
IDLE
On connection idle |
static ExecutorFilter.EventType |
OPENED
On connection opened |
static ExecutorFilter.EventType |
READ
On data read |
static ExecutorFilter.EventType |
RECEIVED
On data recieved |
static ExecutorFilter.EventType |
SENT
On data sent |
static ExecutorFilter.EventType |
WRITTEN
On data written |
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExecutorFilter.EventType OPENED
public static final ExecutorFilter.EventType CLOSED
public static final ExecutorFilter.EventType READ
public static final ExecutorFilter.EventType WRITTEN
public static final ExecutorFilter.EventType RECEIVED
public static final ExecutorFilter.EventType SENT
public static final ExecutorFilter.EventType IDLE
public static final ExecutorFilter.EventType EXCEPTION
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||