Uses of Package
org.apache.mina.handler.demux
-
Packages that use org.apache.mina.handler.demux Package Description org.apache.mina.handler.demux A handler implementation that helps you implement complex protocols by splitting messageReceived handlers into multiple sub-handlers. -
Classes in org.apache.mina.handler.demux used by org.apache.mina.handler.demux Class Description ExceptionHandler A handler interface thatDemuxingIoHandler
forwardsexceptionCaught
events to.MessageHandler A handler interface thatDemuxingIoHandler
forwards messageReceived or messageSent events to.