Package org.apache.mina.handler.demux

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

See:
          Description

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.
 

Exception Summary
UnknownMessageTypeException An exception that is thrown when DemuxingIoHandler cannot find any MessageHandlers associated with the specific message type.
 

Package org.apache.mina.handler.demux Description

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



Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.