Home
last modified time | relevance | path

Searched defs:statusCode (Results 1 – 25 of 44) sorted by relevance

12

/external/apache-http/src/org/apache/http/client/
DHttpResponseException.java40 private final int statusCode; field in HttpResponseException
42 public HttpResponseException(int statusCode, final String s) { in HttpResponseException()
/external/nist-sip/java/javax/sip/message/
DMessageFactory.java32 Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
37 Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
42 Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
46 Response createResponse(int statusCode, Request request, in createResponse()
50 Response createResponse(int statusCode, Request request, in createResponse()
54 Response createResponse(int statusCode, Request request) in createResponse()
/external/apache-http/src/org/apache/http/message/
DBasicStatusLine.java61 private final int statusCode; field in BasicStatusLine
75 public BasicStatusLine(final ProtocolVersion version, int statusCode, in BasicStatusLine()
/external/chromium_org/third_party/WebKit/Source/platform/network/
DWebSocketHandshakeResponse.cpp47 int WebSocketHandshakeResponse::statusCode() const in statusCode() function in WebCore::WebSocketHandshakeResponse
52 void WebSocketHandshakeResponse::setStatusCode(int statusCode) in setStatusCode()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DTestHttpResponse.java24 private int statusCode; field in TestHttpResponse
37 public TestHttpResponse(int statusCode, String responseBody) { in TestHttpResponse()
42 public TestHttpResponse(int statusCode, String responseBody, Header... headers) { in TestHttpResponse()
46 public TestHttpResponse(int statusCode, byte[] responseBody, Header... headers) { in TestHttpResponse()
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java286 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
343 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
390 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
433 public Response createResponse(int statusCode, Request request, in createResponse()
466 public Response createResponse(int statusCode, Request request, in createResponse()
495 public Response createResponse(int statusCode, Request request) in createResponse()
598 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
654 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
DSIPRequest.java660 public SIPResponse createResponse(int statusCode) { in createResponse()
684 public SIPResponse createResponse(int statusCode, String reasonPhrase) { in createResponse()
/external/nist-sip/java/gov/nist/javax/sip/header/
DStatusLine.java57 protected int statusCode; field in StatusLine
154 public void setStatusCode(int statusCode) { in setStatusCode()
DSipStatusLine.java35 public abstract void setStatusCode(int statusCode); in setStatusCode()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSocketHandshakeResponseInfo.cpp50 void WebSocketHandshakeResponseInfo::setStatusCode(int statusCode) in setStatusCode()
DWebHTTPLoadInfo.cpp73 void WebHTTPLoadInfo::setHTTPStatusCode(int statusCode) in setHTTPStatusCode()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DStatusLineParser.java50 protected int statusCode() throws ParseException { in statusCode() method in StatusLineParser
/external/chromium_org/third_party/WebKit/Source/core/events/
DSecurityPolicyViolationEvent.h47 int statusCode; member
71 int statusCode() const { return m_statusCode; } in statusCode() function
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DSpdyReader.java184 int statusCode = in.readInt(); in readRstStream() local
283 int statusCode = in.readInt(); in readGoAway() local
319 void rstStream(int flags, int streamId, int statusCode); in rstStream()
323 void goAway(int flags, int lastGoodStreamId, int statusCode); in goAway()
DSpdyConnection.java202 void writeSynResetLater(final int streamId, final int statusCode) { in writeSynResetLater()
213 void writeSynReset(int streamId, int statusCode) throws IOException { in writeSynReset()
295 public void shutdown(int statusCode) throws IOException { in shutdown()
501 @Override public void rstStream(int flags, int streamId, int statusCode) { in rstStream()
549 @Override public void goAway(int flags, int lastGoodStreamId, int statusCode) { in goAway()
DSpdyWriter.java87 public synchronized void rstStream(int streamId, int statusCode) throws IOException { in rstStream()
151 public synchronized void goAway(int flags, int lastGoodStreamId, int statusCode) in goAway()
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
DMockSpdyPeer.java170 public int statusCode; field in MockSpdyPeer.InFrame
226 @Override public void rstStream(int flags, int streamId, int statusCode) { in rstStream()
246 @Override public void goAway(int flags, int lastGoodStreamId, int statusCode) { in goAway()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRedirectHandler.java81 int statusCode = response.getStatusLine().getStatusCode(); in isRedirectRequested() local
/external/smack/src/com/kenai/jbosh/
DApacheHTTPResponse.java102 private int statusCode; field in ApacheHTTPResponse
/external/nist-sip/java/javax/sip/
DDialog.java67 Response createReliableProvisionalResponse(int statusCode) in createReliableProvisionalResponse()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSASSSourceMapping.js174 function sassLoadedViaNetwork(error, statusCode, headers, content) argument
279 function contentLoaded(error, statusCode, headers, content) argument
DSourceMap.js81 function contentLoaded(error, statusCode, headers, content) argument
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketHandshake.cpp302 int statusCode; in readServerHandshake() local
407 int WebSocketHandshake::readStatusLine(const char* header, size_t headerLength, int& statusCode, St… in readStatusLine()
/external/chromium_org/v8/tools/
DSourceMap.js107 function contentLoaded(error, statusCode, headers, content) argument
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java608 int statusCode = transactionResponse.getStatusCode(); in nonInviteClientTransaction() local
725 int statusCode = transactionResponse.getStatusCode(); in inviteClientTransaction() local

12