Package org.apache.mina.handler.demux

A handler implementation that helps you implement complex protocols by splitting messageReceived handlers into multiple sub-handlers.

Interface Summary

MessageHandler<E> A handler interface that DemuxingIoHandler forwards messageReceived events to.

Class Summary

DemuxingIoHandler A IoHandler that demuxes messageReceived events to the appropriate MessageHandler.
UnknownMessageTypeException An exception that is thrown when DemuxingIoHandler cannot find any MessageHandlers associated with the specific message type.
A handler implementation that helps you implement complex protocols by splitting messageReceived handlers into multiple sub-handlers.