xSocket is a easy to use nio-based library to build high performance, high scalable network applications.

See:
          Description

Packages
org.xsocket Provides shared classes for nio-based network applications.
org.xsocket.datagram Provides classes to send or receive datagram packets in a unicast and multicast mode (one-to-many interaction) on the server and on the client side.
org.xsocket.stream Provides classes to handle a connection-oriented, sequenced flow of data in a blocking or non-blocking mode on the server and on the client side.
org.xsocket.stream.io.impl Provides the default implementation of the io spi package.
org.xsocket.stream.io.spi Provides spi classes to plugin low-level NIO libraries (experimental).

 

xSocket is a easy to use nio-based library to build high performance, high scalable network applications.