Home | History | Annotate | Download | only in exchange

Lines Matching refs:HttpPost

89 import org.apache.http.client.methods.HttpPost;
219 // The HttpPost in progress
220 private volatile HttpPost mPendingPost = null;
276 HttpPost post;
281 // executePostWithTimeout (which executes the HttpPost) also uses this lock
650 * Gets the redirect location from the HTTP headers and uses that to modify the HttpPost so that
654 * @param post the HttpPost that was originally sent to the server
655 * @return the HttpPost, updated with the redirect location
657 private HttpPost getRedirect(HttpResponse resp, HttpPost post) {
677 * @param post the HttpPost we're going to send
683 private EasResponse postAutodiscover(HttpClient client, HttpPost post, boolean canRetry)
770 HttpPost post = new HttpPost("https://" + domain + AUTO_DISCOVER_PAGE);
1315 protected EasResponse executePostWithTimeout(HttpClient client, HttpPost method, int timeout)
1323 * @param method the HttpPost
1329 protected EasResponse executePostWithTimeout(HttpClient client, HttpPost method, int timeout,
1372 HttpPost method = new HttpPost(URI.create(us));