Apache HttpComponents Client is the successor to the widely used Jakarta Commons HttpClient 3.1 and is tightly integrated with the Apache HttpComponents Core library. The HttpComponents Client library is a tool destined to extend Java's built-in...

Apache HttpComponents Core doesn't cover all facets of the HTTP protocol, but only the main basics, all that's needed to support basic communications between a client and a server. The library can be used for building both client-side and...

Apache SSHD

Apache SSHD 1.1.0 updated

Apache SSHD spun out of the Apache MINA development process and was created as a Java standalone solution for supporting SSH-like communications between Java applications and services. The library was not created as a replacement for the protocol itself...