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 Interface Description ExceptionHandler<E extends java.lang.Throwable> A handler interface thatDemuxingIoHandlerforwardsexceptionCaughtevents to.MessageHandler<M> -
Class Summary Class Description DemuxingIoHandler