|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventType | |
|---|---|
| org.apache.mina.io.filter | Basic IoHandlerFilter implementations. |
| org.apache.mina.protocol.filter | Basic ProtocolHandlerFilter implementations. |
| org.apache.mina.util | This package is used by MINA internally. |
| Uses of EventType in org.apache.mina.io.filter |
|---|
| Methods in org.apache.mina.io.filter with parameters of type EventType | |
|---|---|
protected void |
IoThreadPoolFilter.processEvent(Object nextFilter0,
Session session0,
EventType type,
Object data)
|
| Uses of EventType in org.apache.mina.protocol.filter |
|---|
| Methods in org.apache.mina.protocol.filter with parameters of type EventType | |
|---|---|
protected void |
ProtocolThreadPoolFilter.processEvent(Object nextFilter0,
Session session0,
EventType type,
Object data)
|
| Uses of EventType in org.apache.mina.util |
|---|
| Fields in org.apache.mina.util declared as EventType | |
|---|---|
static EventType |
EventType.CLOSED
|
static EventType |
EventType.EXCEPTION
|
static EventType |
EventType.IDLE
|
static EventType |
EventType.OPENED
|
static EventType |
EventType.READ
|
static EventType |
EventType.RECEIVED
|
static EventType |
EventType.SENT
|
static EventType |
EventType.WRITTEN
|
| Methods in org.apache.mina.util that return EventType | |
|---|---|
EventType |
Event.getType()
|
| Methods in org.apache.mina.util with parameters of type EventType | |
|---|---|
protected void |
BaseThreadPool.fireEvent(Object nextFilter,
Session session,
EventType type,
Object data)
|
protected abstract void |
BaseThreadPool.processEvent(Object nextFilter,
Session session,
EventType type,
Object data)
Implement this method to forward events to nextFilter. |
| Constructors in org.apache.mina.util with parameters of type EventType | |
|---|---|
Event(EventType type,
Object nextFilter,
Object data)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||