Searched defs:pipe2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java133 Pipeline pipe2 = null; field in class:TunnelProxy.Server
154 if (pipe2 != null) pipe2.terminate();
277 pipe2 = new Pipeline(fromServer, toClient);
280 pipe2.start();

Completed in 320 milliseconds