| Package | Description |
|---|---|
| org.apache.mina.handler.demux |
A handler implementation that helps you implement complex protocols
by splitting messageReceived handlers into multiple sub-handlers.
|
| Class and Description |
|---|
| ExceptionHandler
A handler interface that
DemuxingIoHandler forwards
exceptionCaught events to. |
| MessageHandler
A handler interface that
DemuxingIoHandler forwards
messageReceived or messageSent events to. |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.