From 54b271dff75c09ca49b7ff3d098b32b3c4aa2e39 Mon Sep 17 00:00:00 2001 From: Mariano Barrios Date: Tue, 16 Oct 2018 20:34:45 +0200 Subject: [PATCH] Add TLS Channel (#690) Add TLS Channel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fa6889..b26d183 100644 --- a/README.md +++ b/README.md @@ -631,6 +631,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Netty](https://netty.io) - Framework for building high-performance network applications. - [Nifty](https://github.com/facebook/nifty) - Implementation of Thrift clients and servers on Netty. - [sshj](https://github.com/hierynomus/sshj) - Programatically use SSH, SCP or SFTP. +- [TLS Channel](https://github.com/marianobarrios/tls-channel) - Implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS. - [Undertow](http://undertow.io) - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly. - [urnlib](https://github.com/slub/urnlib) - Represent, parse and encode URNs, as in RFC 2141.