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

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpTransaction.java293 OutputStream os = new HttpServer.NioOutputStream(channel(), server.getSSLEngine(), server.outNetBB(), server.outAppBB());
317 OutputStream os = new HttpServer.NioOutputStream(channel(), server.getSSLEngine(), server.outNetBB(), server.outAppBB());
H A DHttpServer.java717 static class NioOutputStream extends OutputStream { class in class:HttpServer
727 public NioOutputStream (SocketChannel channel, SSLEngine sslEng, ByteBuffer outNetBB, ByteBuffer outAppBB) throws IOException { method in class:HttpServer.NioOutputStream
/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpTransaction.java293 OutputStream os = new HttpServer.NioOutputStream(channel());
317 OutputStream os = new HttpServer.NioOutputStream(channel());
H A DHttpServer.java525 static class NioOutputStream extends OutputStream { class in class:HttpServer
533 public NioOutputStream (SocketChannel channel) throws IOException { method in class:HttpServer.NioOutputStream
/openjdk7/jdk/test/sun/security/ssl/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 142 milliseconds