Searched refs:NioOutputStream (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/sun/net/www/protocol/https/
H A DHttpTransaction.java293 OutputStream os = new TestHttpsServer.NioOutputStream(channel(), server.getSSLEngine(), server.outNetBB(), server.outAppBB());
317 OutputStream os = new TestHttpsServer.NioOutputStream(channel(), server.getSSLEngine(), server.outNetBB(), server.outAppBB());
H A DTestHttpsServer.java717 static class NioOutputStream extends OutputStream { class in class:TestHttpsServer
727 public NioOutputStream (SocketChannel channel, SSLEngine sslEng, ByteBuffer outNetBB, ByteBuffer outAppBB) throws IOException { method in class:TestHttpsServer.NioOutputStream
/openjdk9/jdk/test/sun/net/www/httptest/
H A DHttpTransaction.java293 OutputStream os = new TestHttpServer.NioOutputStream(channel());
317 OutputStream os = new TestHttpServer.NioOutputStream(channel());
H A DTestHttpServer.java545 static class NioOutputStream extends OutputStream { class in class:TestHttpServer
553 public NioOutputStream (SocketChannel channel) throws IOException { method in class:TestHttpServer.NioOutputStream
/openjdk9/jdk/test/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java256 OutputStream os = new BufferedOutputStream(new NioOutputStream(chan));
460 static class NioOutputStream extends OutputStream { class in class:TunnelProxy
468 public NioOutputStream (SocketChannel channel) throws IOException { method in class:TunnelProxy.NioOutputStream

Completed in 117 milliseconds