Lines Matching refs:EasResponse
430 * @param resp the EasResponse to our POST
434 protected boolean getValidateRedirect(EasResponse resp, HostAuth hostAuth) {
472 EasResponse resp = sendHttpClientOptions();
649 private EasResponse postAutodiscover(HttpClient client, HttpPost post, boolean canRetry)
652 EasResponse resp = executePostWithTimeout(client, post, COMMAND_TIMEOUT);
754 EasResponse resp;
963 EasResponse resp = svc.sendHttpClientPost("Search", s.toByteArray());
1092 EasResponse resp = sendHttpClientPost("MoveItems", s.toByteArray());
1156 EasResponse resp = sendHttpClientPost("MeetingResponse", s.toByteArray());
1274 public EasResponse sendHttpClientPost(String cmd, byte[] bytes) throws IOException {
1281 protected EasResponse executePostWithTimeout(HttpClient client, HttpPost method, int timeout)
1295 protected EasResponse executePostWithTimeout(HttpClient client, HttpPost method,
1312 return EasResponse.fromHttpRequest(getClientConnectionManager(), client, method);
1325 public EasResponse sendHttpClientPost(String cmd, HttpEntity entity, int timeout)
1364 protected EasResponse sendHttpClientOptions() throws IOException {
1372 return EasResponse.fromHttpRequest(getClientConnectionManager(), client, method);
1496 EasResponse resp = svc.sendHttpClientPost("Provision", s.toByteArray());
1571 EasResponse resp = svc.sendHttpClientPost("Provision", s.toByteArray());
1602 EasResponse resp = sendHttpClientPost("Settings", s.toByteArray());
1712 EasResponse resp = sendHttpClientPost("Sync", new ByteArrayEntity(s.toByteArray()),