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

/openjdk7/jdk/test/java/net/HttpURLConnection/
H A DgetResponseCode.java27 * @summary REGRESSION: HttpURLConnection.getResponseCode() returns always -1
32 public class getResponseCode { class
36 int responseCode = myCon.getResponseCode();
40 +"for getResponseCode()");
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DAuthenticator.java61 public int getResponseCode() { method in class:Authenticator.Failure
88 * getResponseCode(). The Authenticator must also have
103 public int getResponseCode() { method in class:Authenticator.Retry
H A DHttpExchange.java197 public abstract int getResponseCode (); method in class:HttpExchange
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpResponseProperties.java55 public int getResponseCode() { method in class:HttpResponseProperties
/openjdk7/jdk/test/java/net/ResponseCache/
H A DgetResponseCode.java25 * @summary getResponseCode() doesn't return correct value when using cached response
39 public class getResponseCode { class
44 getResponseCode() throws Exception { method in class:getResponseCode
47 int respCode = http.getResponseCode();
58 new getResponseCode();
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DHttpExchangeImpl.java74 public int getResponseCode () { method in class:HttpExchangeImpl
75 return impl.getResponseCode();
H A DHttpsExchangeImpl.java74 public int getResponseCode () { method in class:HttpsExchangeImpl
75 return impl.getResponseCode();
H A DExchangeImpl.java171 public int getResponseCode () { method in class:ExchangeImpl
/openjdk7/jdk/src/share/classes/java/net/
H A DHttpURLConnection.java453 public int getResponseCode() throws IOException { method in class:HttpURLConnection
534 getResponseCode();
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java307 public int getResponseCode() throws IOException { method in class:HttpsURLConnectionOldImpl
308 return delegate.getResponseCode();
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java337 public int getResponseCode() throws IOException { method in class:HttpsURLConnectionImpl
338 return delegate.getResponseCode();

Completed in 151 milliseconds