-
Cindy 3.0b1 released
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
2006-04-19 09:27:27 UTC by crmky
-
Cindy 3.0a3 released
added ssl support.
several improvement and bugs fixed.
2006-02-27 09:25:55 UTC by crmky
-
Cindy 3.0a2 released
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
2006-02-10 12:50:33 UTC by crmky
-
Cindy 3.0a1 released
Cindy 3.0a1 released
2006-01-25 02:45:01 UTC by crmky
-
Cindy 2.3 released
his library base on java nio and provide a simple and efficient
asynchronous I/O framework, support tcp/udp/pipe, easy for testing.
2005-03-18 07:36:19 UTC by crmky