I often felt the need to write a wrapper class libaray around Java NIO packages to reduce the complexity for developers.
I was pleased to find one opensource project that does just that :)
The Netty project provides a very clean and easy API for writing network applications. Very useful if we need to implement a customized protocol for special purpose.
I was pleased to find one opensource project that does just that :)
The Netty project provides a very clean and easy API for writing network applications. Very useful if we need to implement a customized protocol for special purpose.
No comments:
Post a Comment