Changelog:
* added hello world example
* added simple tcp/ip service example
* added telnet example
* updated http server example to support directory list
* added DefaultPacket(ByteBuffer)/DefaultPacket(byte[]) constructor
* added SessionType class
* added getSessionType method in the Session/SessionAcceptor interface
* added set method in the Configuration class
* added createSession(SessionType)/createSessionAcceptor(SessionType) method in the SessionFactory class
* fixed bug in DirectDispatcher.block
* some minor changes
Cindy 3.0a2 released.
Changes in version 3.0a2 (02.10.2006)
-------------------------------------
* added jmx support (-Dnet.sf.cindy.useJmx)
* added flow control
* improved buffer efficiency
* improved PacketDecoderFilter efficiency
* changed default PacketEncoder to SimplePacketEncoder, default PacketDecoder to SimplePacketDecoder
* added objectSent event
* check session timeout bug fixed
* instead of throw a runtime exception, send content to a closed session will return a completed failed future
* some minor improved and bugs fixed
his library base on java nio and provide a simple and efficient
asynchronous I/O framework, support tcp/udp/pipe, easy for testing.