|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EWSHttpException in microsoft.exchange.webservices.data.autodiscover |
|---|
| Methods in microsoft.exchange.webservices.data.autodiscover that throw EWSHttpException | |
|---|---|
void |
AutodiscoverService.traceResponse(HttpWebRequest request,
ByteArrayOutputStream memoryStream)
Traces the response. |
| Uses of EWSHttpException in microsoft.exchange.webservices.data.autodiscover.request |
|---|
| Methods in microsoft.exchange.webservices.data.autodiscover.request that throw EWSHttpException | |
|---|---|
protected static InputStream |
AutodiscoverRequest.getResponseStream(HttpWebRequest request)
Gets the response stream (may be wrapped with GZip/Deflate stream to decompress content). |
static boolean |
AutodiscoverRequest.isRedirectionResponse(HttpWebRequest request)
Determines whether response is a redirection. |
| Uses of EWSHttpException in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core that throw EWSHttpException | |
|---|---|
static String |
EwsUtilities.formatHttpRequestHeaders(HttpWebRequest request)
Format request HTTP headers. |
static String |
EwsUtilities.formatHttpResponseHeaders(HttpWebRequest response)
Format http response headers. |
void |
ExchangeServiceBase.processHttpResponseHeaders(TraceFlags traceType,
HttpWebRequest request)
Traces the HTTP response headers. |
void |
ExchangeServiceBase.traceHttpRequestHeaders(TraceFlags traceType,
HttpWebRequest request)
Traces the HTTP request headers. |
| Uses of EWSHttpException in microsoft.exchange.webservices.data.core.request |
|---|
| Methods in microsoft.exchange.webservices.data.core.request that throw EWSHttpException | |
|---|---|
abstract int |
HttpWebRequest.executeRequest()
Executes Request by sending request xml data to server. |
int |
HttpClientWebRequest.executeRequest()
Executes Request by sending request xml data to server. |
abstract String |
HttpWebRequest.getContentEncoding()
Gets the content encoding. |
String |
HttpClientWebRequest.getContentEncoding()
Gets the content encoding. |
abstract InputStream |
HttpWebRequest.getErrorStream()
Gets the error stream. |
InputStream |
HttpClientWebRequest.getErrorStream()
Gets the error stream. |
abstract InputStream |
HttpWebRequest.getInputStream()
Gets the input stream. |
InputStream |
HttpClientWebRequest.getInputStream()
Gets the input stream. |
abstract OutputStream |
HttpWebRequest.getOutputStream()
Gets the output stream. |
OutputStream |
HttpClientWebRequest.getOutputStream()
Gets the output stream. |
abstract Map<String,String> |
HttpWebRequest.getRequestProperty()
Gets the request property. |
Map<String,String> |
HttpClientWebRequest.getRequestProperty()
Gets the request property. |
abstract int |
HttpWebRequest.getResponseCode()
Gets the response code. |
int |
HttpClientWebRequest.getResponseCode()
Gets the response code. |
abstract String |
HttpWebRequest.getResponseContentType()
Gets the response content type. |
String |
HttpClientWebRequest.getResponseContentType()
Gets the response content type. |
abstract String |
HttpWebRequest.getResponseHeaderField(String headerName)
Gets the response header field. |
String |
HttpClientWebRequest.getResponseHeaderField(String headerName)
|
abstract Map<String,String> |
HttpWebRequest.getResponseHeaders()
Gets the response headers. |
Map<String,String> |
HttpClientWebRequest.getResponseHeaders()
Gets the response headers. |
protected static InputStream |
ServiceRequestBase.getResponseStream(HttpWebRequest request)
Gets the response stream (may be wrapped with GZip/Deflate stream to decompress content). |
abstract String |
HttpWebRequest.getResponseText()
Gets the response message. |
String |
HttpClientWebRequest.getResponseText()
Gets the response message. |
protected void |
ServiceRequestBase.traceResponse(HttpWebRequest request,
ByteArrayOutputStream memoryStream)
Traces the response. |
| Uses of EWSHttpException in microsoft.exchange.webservices.data.misc |
|---|
| Methods in microsoft.exchange.webservices.data.misc that throw EWSHttpException | |
|---|---|
protected HttpClientWebRequest |
CallableMethod.executeMethod()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||