Package | Description |
---|---|
org.apache.mina.service.executor |
Classes in charge of decoupling IoHandler event of the low level read/write/accept I/O threads (
SelectorLoop ). |
Modifier and Type | Class and Description |
---|---|
class |
CloseEvent
A session was closed event.
|
class |
IdleEvent
An
IoSession is idle (no sent or receive events) |
class |
OpenEvent
|
class |
ReceiveEvent
|
class |
SentEvent
|
Modifier and Type | Method and Description |
---|---|
void |
UnorderHandlerExecutor.execute(Event event) |
void |
OrderedHandlerExecutor.execute(Event event)
execute a given event
|
void |
IoHandlerExecutor.execute(Event event)
execute a given event
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.