From c42fd5bb55035c219243af72739a94578cbb3b68 Mon Sep 17 00:00:00 2001 From: baswerc Date: Sat, 30 May 2015 09:45:09 -0500 Subject: [PATCH] Initial check in --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ac0a56..9bfaa76 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NIO SSL Unlike blocking IO, the JVM does not provide standard SSLSocketChannel and SSLServerSocketChannel classes that extend the base socket channel classes. Instead the SSL exchanges must be manually orchestrated using a SSLEngine. -This project provides implementations for SSLSocketChannel and SSLServerSocketChannel that can be used like +This project provides implementations for SSLSocketChannel and SSLServerSocketChannel that can be used like SSLSocket and SSLServerSocket. ## Getting Started