LittleShoot Mina Port 1.4 API

Packages
org.littleshoot.mina.common Common types required for users to use MINA.
org.littleshoot.mina.common.support Internal classes used by org.apache.mina.common package.
org.littleshoot.mina.filter Useful IoFilter implementations.
org.littleshoot.mina.filter.codec Filter implementations that helps you to implement complex protocols via 'codec' concept.
org.littleshoot.mina.filter.codec.demux Protocol codecs that helps you to implement even more complex protocols by splitting a codec into multiple sub-codecs.
org.littleshoot.mina.filter.codec.serialization Protocol codecs which uses Java object serilization and leads to rapid protocol implementation.
org.littleshoot.mina.filter.codec.support Internal classes used by org.apache.mina.filter.codec package.
org.littleshoot.mina.filter.codec.textline A protocol codec for text-based protocols.
org.littleshoot.mina.filter.executor An IoFilter that provides flexible thread models
org.littleshoot.mina.handler Useful IoHandler implementations.
org.littleshoot.mina.handler.chain A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern.
org.littleshoot.mina.handler.demux A handler implementation that helps you implement complex protocols by splitting messageReceived handlers into multiple sub-handlers.
org.littleshoot.mina.handler.multiton Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.
org.littleshoot.mina.handler.support Internal classes used by org.apache.mina.handler package.
org.littleshoot.mina.management Utilities that manage and monitor a MINA application.
org.littleshoot.mina.transport.socket.nio Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.
org.littleshoot.mina.transport.socket.nio.support Internal classes used by org.apache.mina.transport.socket.nio package.
org.littleshoot.mina.transport.vmpipe In-VM pipe support which removes the overhead of local loopback communication.
org.littleshoot.mina.transport.vmpipe.support Internal classes used by org.apache.mina.transport.vmpipe package.
org.littleshoot.mina.util Miscellaneous utility classes

 



Copyright © 2011-2013 LittleShoot. All Rights Reserved.