| 程序包 | 说明 |
|---|---|
| org.apache.mina.handler.demux |
A handler implementation that helps you implement complex protocols
by splitting messageReceived handlers into multiple sub-handlers.
|
| 类和说明 |
|---|
| ExceptionHandler
A handler interface that
DemuxingIoHandler forwards
exceptionCaught events to. |
| MessageHandler
A handler interface that
DemuxingIoHandler forwards
messageReceived or messageSent events to. |