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 | Method and Description |
---|---|
void |
SentEvent.visit(EventVisitor visitor) |
void |
ReceiveEvent.visit(EventVisitor visitor) |
void |
OpenEvent.visit(EventVisitor visitor) |
void |
IdleEvent.visit(EventVisitor visitor) |
void |
Event.visit(EventVisitor visitor)
Call the visitor method for this kind of event.
|
void |
CloseEvent.visit(EventVisitor visitor) |
Copyright © 2009–2013 Apache MINA Project. All rights reserved.