Home | History | Annotate | Download | only in exchange

Lines Matching refs:Header

82 import org.apache.http.Header;
368 private void setupProtocolVersion(EasSyncService service, Header versionHeader)
483 Header commands = resp.getHeader("MS-ASProtocolCommands");
484 Header versions = resp.getHeader("ms-asprotocolversions");
616 Header locHeader = resp.getFirstHeader("X-MS-Location");
661 // Recreate the basic authentication string and reset the header
1169 * POSTs, including the authentication header string, the base URI we use to communicate with
1331 // Send the proper Content-Type header; it's always wbxml except for messages when
1333 // If entity is null (e.g. for attachments), don't set this header
1353 // For OPTIONS, just use the base string and the single header
1679 Header header = resp.getHeader("MS-ASProtocolCommands");
1680 userLog(header.getValue());
1681 header = resp.getHeader("ms-asprotocolversions");
1683 setupProtocolVersion(this, header);