Searched defs:post (Results 1 – 4 of 4) sorted by relevance
94 …public void post(String feedUrl, byte[] data, String contentType, Operation operation) throws IOEx… in post() method in GDataClient97 HttpPost post = new HttpPost(feedUrl); in post() local105 HttpPost post = new HttpPost(feedUrl); in put() local114 HttpPost post = new HttpPost(feedUrl); in putStream() local121 HttpPost post = new HttpPost(feedUrl); in delete() local
76 public void post(Runnable runnable) { in post() method in DeferredHandler
131 HttpPost post = new HttpPost(url); in httpConnection() local
256 HttpPost post; in alarm() local478 private HttpPost getRedirect(HttpResponse resp, HttpPost post) { in getRedirect()504 private HttpResponse postAutodiscover(HttpClient client, HttpPost post, boolean canRetry) in postAutodiscover()591 HttpPost post = new HttpPost("https://" + domain + AUTO_DISCOVER_PAGE); in tryAutodiscover() local