HomeSort by relevance Sort by last modified time
    Searched refs:HTTPResponse (Results 1 - 18 of 18) sorted by null

  /external/smack/src/com/kenai/jbosh/
HTTPResponse.java 25 interface HTTPResponse {
HTTPSender.java 52 HTTPResponse send(CMSessionParams params, AbstractBody body);
HTTPExchange.java 55 * HTTPResponse instance.
57 private HTTPResponse response;
87 * Set the HTTPResponse instance.
89 * @return HTTPResponse instance associated with the request.
91 void setHTTPResponse(HTTPResponse resp) {
96 "HTTPResponse was already set"));
106 * Get the HTTPResponse instance.
108 * @return HTTPResponse instance associated with the request.
110 HTTPResponse getHTTPResponse() {
ApacheHTTPSender.java 105 public HTTPResponse send(
ApacheHTTPResponse.java 24 import org.apache.http.HttpResponse;
33 final class ApacheHTTPResponse implements HTTPResponse {
161 // HTTPResponse interface methods:
230 HttpResponse httpResp = client.execute(post, context);
BOSHClient.java 513 HTTPResponse resp = httpSender.send(params, finalReq);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httplib.py 154 resp = httplib.HTTPResponse(sock)
161 resp = httplib.HTTPResponse(sock)
173 resp = httplib.HTTPResponse(sock)
185 resp = httplib.HTTPResponse(sock)
198 resp = httplib.HTTPResponse(sock)
239 r = httplib.HTTPResponse(s)
253 resp = httplib.HTTPResponse(sock, method="HEAD")
293 resp = httplib.HTTPResponse(sock, method="GET")
300 resp = httplib.HTTPResponse(sock, method="GET")
323 resp = httplib.HTTPResponse(sock, method="HEAD"
    [all...]
test_urllib2net.py 86 httpresponse = abused_fileobject._sock
87 self.assertTrue(httpresponse.__class__ is httplib.HTTPResponse)
88 fileobject = httpresponse.fp
174 self.fail("HTTPResponse object should return a valid fileno")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httplib.py 154 resp = httplib.HTTPResponse(sock)
161 resp = httplib.HTTPResponse(sock)
173 resp = httplib.HTTPResponse(sock)
185 resp = httplib.HTTPResponse(sock)
198 resp = httplib.HTTPResponse(sock)
239 r = httplib.HTTPResponse(s)
253 resp = httplib.HTTPResponse(sock, method="HEAD")
293 resp = httplib.HTTPResponse(sock, method="GET")
300 resp = httplib.HTTPResponse(sock, method="GET")
323 resp = httplib.HTTPResponse(sock, method="HEAD"
    [all...]
test_urllib2net.py 86 httpresponse = abused_fileobject._sock
87 self.assertTrue(httpresponse.__class__ is httplib.HTTPResponse)
88 fileobject = httpresponse.fp
174 self.fail("HTTPResponse object should return a valid fileno")
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc 152 ClientMalwareReportRequest::HTTPResponse* pb_response =
175 ClientMalwareReportRequest::HTTPResponse* pb_response =
malware_details_unittest.cc 521 safe_browsing::ClientMalwareReportRequest::HTTPResponse* pb_response =
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_cache.cc 149 ClientMalwareReportRequest::HTTPResponse* pb_response =
176 ClientMalwareReportRequest::HTTPResponse* pb_response =
malware_details_unittest.cc 563 safe_browsing::ClientMalwareReportRequest::HTTPResponse* pb_response =
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 49 HTTPResponse class does not enforce this state machine, which
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
325 class HTTPResponse:
685 response_class = HTTPResponse
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 49 HTTPResponse class does not enforce this state machine, which
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
325 class HTTPResponse:
685 response_class = HTTPResponse
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 105 if not hasattr(httplib.HTTPResponse, 'getheaders'):
106 httplib.HTTPResponse.getheaders = HTTPResponse__getheaders
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 105 if not hasattr(httplib.HTTPResponse, 'getheaders'):
106 httplib.HTTPResponse.getheaders = HTTPResponse__getheaders
    [all...]

Completed in 389 milliseconds