All Packages

org.apache.mina.commonCommon types required for users to use MINA.
org.apache.mina.common.supportInternal classes used by org.apache.mina.common package.
org.apache.mina.filterUseful IoFilter implementations.
org.apache.mina.filter.codecFilter implementations that helps you to implement complex protocols via 'codec' concept.
org.apache.mina.filter.codec.demuxProtocol codecs that helps you to implement even more complex protocols by splitting a codec into multiple sub-codecs.
org.apache.mina.filter.codec.serializationProtocol codecs which uses Java object serilization and leads to rapid protocol implementation.
org.apache.mina.filter.codec.supportInternal classes used by org.apache.mina.filter.codec package.
org.apache.mina.filter.codec.textlineA protocol codec for text-based protocols.
org.apache.mina.filter.executorAn IoFilter that provides flexible thread models
org.apache.mina.filter.supportInternal classes used by org.apache.mina.filter package.
org.apache.mina.handlerUseful IoHandler implementations.
org.apache.mina.handler.chainA handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern.
org.apache.mina.handler.demuxA handler implementation that helps you implement complex protocols by splitting messageReceived handlers into multiple sub-handlers.
org.apache.mina.handler.multitonEnables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.
org.apache.mina.handler.supportInternal classes used by org.apache.mina.handler package.
org.apache.mina.integration.jmxJMX (Java Management eXtension) integration.
org.apache.mina.managementUtilities that manage and monitor a MINA application.
org.apache.mina.transport.socket.nioSocket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.
org.apache.mina.transport.socket.nio.supportInternal classes used by org.apache.mina.transport.socket.nio package.
org.apache.mina.transport.vmpipeIn-VM pipe support which removes the overhead of local loopback communication.
org.apache.mina.transport.vmpipe.supportInternal classes used by org.apache.mina.transport.vmpipe package.
org.apache.mina.utilMiscellaneous utility classes