111

Monday, 7 July 2014

TcpChannel download

TcpChannel

TcpChannel Description
TcpChannel is a simple, small API to allow processes to communicate using TCP sockets based on NIO implementations. The API presents the communication between processes using an observer pattern for handling received messages and an asynchronous send method for sending.

Generally, writing NIO socket handling is non-trivial. TcpChannel exists to let Java developers write processes that communicate with each other using a simple send and receive pattern.
TcpChannel Features

Download:Click Here

No comments:

Post a Comment