8160786: No CCC for public class java.net.http.AsyncSSlDelegate

Reviewed-by: chegar
This commit is contained in:
Michael McMahon 2016-07-11 14:32:51 +01:00
parent 1aceedb6a9
commit c21c81a858

View File

@ -81,7 +81,7 @@ import static javax.net.ssl.SSLEngineResult.HandshakeStatus.*;
* the channel to be closed, and the error is reported to the user's
* Consumer<Throwable>
*/
public class AsyncSSLDelegate implements Closeable, AsyncConnection {
class AsyncSSLDelegate implements Closeable, AsyncConnection {
// outgoing buffers put in this queue first and may remain here
// while SSL handshaking happening.