Home
last modified time | relevance | path

Searched refs:in2 (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/net/Socks/
DSocksServer.java236 InputStream in2 = new BufferedInputStream(dest.getInputStream()); in getRequestV4() local
239 Tunnel tunnel = new Tunnel(in2, out); in getRequestV4()
330 InputStream in2 = new BufferedInputStream(dest.getInputStream()); in doConnect() local
333 Tunnel tunnel = new Tunnel(in2, out); in doConnect()
375 InputStream in2 = dest.getInputStream(); in doBind() local
378 Tunnel tunnel = new Tunnel(in2, out); in doBind()