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

/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/
H A DProxyTunnelServer.java139 Socket sockIn; field in class:ProxyTunnelServer.ProxyTunnel
145 public ProxyTunnel(Socket sockIn, Socket sockOut, boolean delayedWrite) argument
147 this.sockIn = sockIn;
149 input = sockIn.getInputStream();
186 if (!sockIn.isClosed())
187 sockIn.close();
/openjdk7/jdk/test/java/net/URL/
H A DPerConnectionProxy.java172 Socket sockIn; field in class:PerConnectionProxy.ProxyServer.ProxyTunnel
177 public ProxyTunnel(Socket sockIn, Socket sockOut) argument
179 this.sockIn = sockIn;
181 input = sockIn.getInputStream();
208 if (!sockIn.isClosed())
209 sockIn.close();
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/
H A DProxyTunnelServer.java202 Socket sockIn; field in class:ProxyTunnelServer.ProxyTunnel
207 public ProxyTunnel(Socket sockIn, Socket sockOut) argument
209 this.sockIn = sockIn;
211 input = sockIn.getInputStream();
238 if (!sockIn.isClosed())
239 sockIn.close();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DProxyTunnelServer.java204 Socket sockIn; field in class:ProxyTunnelServer.ProxyTunnel
209 public ProxyTunnel(Socket sockIn, Socket sockOut) argument
211 this.sockIn = sockIn;
213 input = sockIn.getInputStream();
240 if (!sockIn.isClosed())
241 sockIn.close();
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DProxyTunnelServer.java204 Socket sockIn; field in class:ProxyTunnelServer.ProxyTunnel
209 public ProxyTunnel(Socket sockIn, Socket sockOut) argument
211 this.sockIn = sockIn;
213 input = sockIn.getInputStream();
240 if (!sockIn.isClosed())
241 sockIn.close();

Completed in 70 milliseconds