Package org.apache.mina.handler.demux
package org.apache.mina.handler.demux
A handler implementation that helps you implement complex protocols by splitting
messageReceived handlers into multiple sub-handlers.
-
ClassDescriptionExceptionHandler<E extends Throwable>A handler interface that
DemuxingIoHandlerforwardsexceptionCaughtevents to.