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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java360 TUNNELING enum constant in enum:HttpURLConnection.TunnelState
497 if (http.usingProxy && tunnelState() != TunnelState.TUNNELING) {
537 if (http.usingProxy && tunnelState() != TunnelState.TUNNELING) {
1862 setTunnelState(TunnelState.TUNNELING);

Completed in 37 milliseconds