Searched defs:getStatusCode (Results 1 - 25 of 28) sorted by relevance

12

/external/apache-http/src/org/apache/http/
H A DStatusLine.java56 int getStatusCode(); method in interface:StatusLine
/external/apache-http/src/org/apache/http/client/
H A DHttpResponseException.java52 public int getStatusCode() { method in class:HttpResponseException
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DStatusLineStub.java11 @Override public int getStatusCode() { method in class:StatusLineStub
/external/apache-http/src/org/apache/http/message/
H A DBasicStatusLine.java101 public int getStatusCode() { method in class:BasicStatusLine
/external/oauth/core/src/main/java/net/oauth/client/
H A DURLConnectionResponse.java59 public int getStatusCode() throws IOException { method in class:URLConnectionResponse
114 String firstLine = "HTTP " + getStatusCode();
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpMethodResponse.java68 public int getStatusCode() method in class:HttpMethodResponse
70 return httpResponse.getStatusLine().getStatusCode();
/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpMessageDecoder.java93 public int getStatusCode() throws IOException { method in class:HttpMessageDecoder
94 return in.getStatusCode();
H A DHttpResponseMessage.java38 into.put(STATUS_CODE, Integer.valueOf(getStatusCode()));
45 public abstract int getStatusCode() throws IOException; method in class:HttpResponseMessage
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSipStatusLine.java18 public abstract int getStatusCode(); method in interface:SipStatusLine
H A DStatusLine.java131 * @see gov.nist.javax.sip.header.SipStatusLine#getStatusCode()
133 public int getStatusCode() { method in class:StatusLine
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwWebResourceResponse.java70 private int getStatusCode() { method in class:AwWebResourceResponse
/external/deqp/executor/
H A DxeBatchResult.hpp80 TestStatusCode getStatusCode (void) const { return m_statusCode; } function in class:xe::TestCaseResultData
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPResponse.java328 public int getStatusCode() { method in class:SIPResponse
329 return statusLine.getStatusCode();
366 return isFinalResponse(statusLine.getStatusCode());
425 if (getStatusCode() > 699) {
426 throw new ParseException("Unknown error code!" + getStatusCode(), 0);
629 if (statusLine.getStatusCode() >= 300 ) {
/external/nist-sip/java/javax/sip/message/
H A DResponse.java60 int getStatusCode(); method in interface:Response
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DTestHttpResponse.java237 @Override public int getStatusCode() { method in class:TestHttpResponse.TestStatusLine
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 942 milliseconds

12