[xSocket-develop] xSocket V2.2 has been released
Status: Inactive
Brought to you by:
grro
|
From: Gregor R. <gre...@go...> - 2008-10-20 06:50:23
|
Hello, xSocket V2.2 has been released. This release is a bugfix release which contains minor feature updates: Release 2.2 ----------- a, New features: - [connection] Server - setMaxConcurrentConnections(...) added - [connection] new configuration parameter "org.xsocket.connection.sendFlushTimeoutMillis" b, Bug fix/Implementation changes: - [*] IServer#DEFAULT_HOST_ADDRESS & IEndpoint#DEFAULT_HOST_ADDRESS (IPV4 addresses) are deprecated. - [*] Code cleaning based on findbugs and pmd reports - [datagram] implementations of IEndoint.receive()/receive(...) will throw an IOException, if receiveSize equals or smaller 0 - [connection] Server: methods setFlushmode() & getFlushmode() added - [connection] INonBlockingConection - setWorkerpool(Executor) added - [connection] INonBlockingConection/IBlockingConnection - isReceiving(), suspendReceiving(), resumeReceiving added (isRead(), suspendRead(), resumeRead() has been set to deprecated) - [connection] IBlockingConnection - getReadTimeoutMillis(), setReadTimeoutMillis() added (getReceivedTimeoutMillis(), setReceivedTimeoutMillis() has been set to deprecated) Gregor |