Uses of Class
microsoft.exchange.webservices.data.core.request.HttpWebRequest
-
-
Uses of HttpWebRequest in microsoft.exchange.webservices.data.autodiscover
Methods in microsoft.exchange.webservices.data.autodiscover that return HttpWebRequest Modifier and Type Method Description HttpWebRequestAutodiscoverService. prepareHttpWebRequestForUrl(URI url)Creates an HttpWebRequest instance and initializes it with the appropriate parameters, based on the configuration of this service object.Methods in microsoft.exchange.webservices.data.autodiscover with parameters of type HttpWebRequest Modifier and Type Method Description voidAutodiscoverService. processHttpErrorResponse(HttpWebRequest httpWebResponse, Exception webException)Processes an HTTP error response.voidAutodiscoverService. traceResponse(HttpWebRequest request, ByteArrayOutputStream memoryStream)Traces the response. -
Uses of HttpWebRequest in microsoft.exchange.webservices.data.autodiscover.request
Methods in microsoft.exchange.webservices.data.autodiscover.request with parameters of type HttpWebRequest Modifier and Type Method Description protected static InputStreamAutodiscoverRequest. getResponseStream(HttpWebRequest request)Gets the response stream (may be wrapped with GZip/Deflate stream to decompress content).static booleanAutodiscoverRequest. isRedirectionResponse(HttpWebRequest request)Determines whether response is a redirection. -
Uses of HttpWebRequest in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return HttpWebRequest Modifier and Type Method Description HttpWebRequestWebAsyncCallStateAnchor. getHttpWebRequest()HttpWebRequestExchangeService. prepareHttpPoolingWebRequest()Prepares a http web request from a pooling connection manager, used for subscriptions.protected HttpWebRequestExchangeServiceBase. prepareHttpPoolingWebRequestForUrl(URI url, boolean acceptGzipEncoding, boolean allowAutoRedirect)Creates an HttpWebRequest instance from a pooling connection manager and initialises it with the appropriate parameters, based on the configuration of this service object.HttpWebRequestExchangeService. prepareHttpWebRequest()Prepare http web request.protected HttpWebRequestExchangeServiceBase. prepareHttpWebRequestForUrl(URI url, boolean acceptGzipEncoding, boolean allowAutoRedirect)Creates an HttpWebRequest instance and initialises it with the appropriate parameters, based on the configuration of this service object.Methods in microsoft.exchange.webservices.data.core with parameters of type HttpWebRequest Modifier and Type Method Description static StringEwsUtilities. formatHttpRequestHeaders(HttpWebRequest request)Format request HTTP headers.static StringEwsUtilities. formatHttpResponseHeaders(HttpWebRequest response)Format http response headers.protected voidExchangeServiceBase. internalProcessHttpErrorResponse(HttpWebRequest httpWebResponse, Exception webException, TraceFlags responseHeadersTraceFlag, TraceFlags responseTraceFlag)This method doesn't handle 500 ISE errors.protected voidExchangeServiceBase. prepareCredentials(HttpWebRequest request)voidExchangeService. processHttpErrorResponse(HttpWebRequest httpWebResponse, Exception webException)Processes an HTTP error response.protected abstract voidExchangeServiceBase. processHttpErrorResponse(HttpWebRequest httpWebResponse, Exception webException)voidExchangeServiceBase. processHttpResponseHeaders(TraceFlags traceType, HttpWebRequest request)Traces the HTTP response headers.voidWebAsyncCallStateAnchor. setHttpWebRequest(HttpWebRequest waswebRequest)voidExchangeServiceBase. traceHttpRequestHeaders(TraceFlags traceType, HttpWebRequest request)Traces the HTTP request headers.<T> voidExchangeServiceBase. traceServiceRequestError(ServiceRequestBase<T> serviceRequest, HttpWebRequest request, Exception e)<T> voidExchangeServiceBase. traceServiceRequestStart(ServiceRequestBase<T> serviceRequest, HttpWebRequest request)<T> voidExchangeServiceBase. traceServiceRequestSuccess(ServiceRequestBase<T> serviceRequest, HttpWebRequest request)Constructors in microsoft.exchange.webservices.data.core with parameters of type HttpWebRequest Constructor Description WebAsyncCallStateAnchor(ServiceRequestBase serviceRequest, HttpWebRequest webRequest, AsyncCallback asyncCallback, Object asyncState) -
Uses of HttpWebRequest in microsoft.exchange.webservices.data.core.request
Subclasses of HttpWebRequest in microsoft.exchange.webservices.data.core.request Modifier and Type Class Description classHttpClientWebRequestHttpClientWebRequest is used for making request to the server through NTLM Authentication by using Apache HttpClient 3.1 and JCIFS Library.Methods in microsoft.exchange.webservices.data.core.request that return HttpWebRequest Modifier and Type Method Description protected HttpWebRequestServiceRequestBase. buildEwsHttpPoolingWebRequest()Builds a HttpWebRequest object from a pooling connection manager for current service request with exception handling.protected HttpWebRequestGetStreamingEventsRequest. buildEwsHttpWebRequest()protected HttpWebRequestServiceRequestBase. buildEwsHttpWebRequest()Builds the HttpWebRequest object for current service request with exception handling.protected HttpWebRequestUnsubscribeRequest. buildEwsHttpWebRequest()protected HttpWebRequestServiceRequestBase. getEwsHttpWebResponse(HttpWebRequest request)Gets the IEwsHttpWebRequest object from the specifiedHttpWebRequest object with exception handlingprotected HttpWebRequestServiceRequestBase. validateAndEmitRequest()Validates request parameters, and emits the request to the server.Methods in microsoft.exchange.webservices.data.core.request with parameters of type HttpWebRequest Modifier and Type Method Description protected HttpWebRequestServiceRequestBase. getEwsHttpWebResponse(HttpWebRequest request)Gets the IEwsHttpWebRequest object from the specifiedHttpWebRequest object with exception handlingprotected static InputStreamServiceRequestBase. getResponseStream(HttpWebRequest request)Gets the response stream (may be wrapped with GZip/Deflate stream to decompress content).protected voidServiceRequestBase. processWebException(Exception webException, HttpWebRequest req)Processes the web exception.protected TServiceRequestBase. readResponse(HttpWebRequest response)Reads the response.protected voidServiceRequestBase. traceResponse(HttpWebRequest request, ByteArrayOutputStream memoryStream)Traces the response. -
Uses of HttpWebRequest in microsoft.exchange.webservices.data.credential
Methods in microsoft.exchange.webservices.data.credential with parameters of type HttpWebRequest Modifier and Type Method Description voidExchangeCredentials. prepareWebRequest(HttpWebRequest client)This method is called to apply credential to a service request before the request is made.voidTokenCredentials. prepareWebRequest(HttpWebRequest request)This method is called to apply credential to a service request before the request is made.voidWebCredentials. prepareWebRequest(HttpWebRequest request)This method is called to apply credential to a service request before the request is made. -
Uses of HttpWebRequest in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that return HttpWebRequest Modifier and Type Method Description HttpWebRequestCallableMethod. call()HttpWebRequestAsyncRequestResult. getHttpWebRequest()Methods in microsoft.exchange.webservices.data.misc with parameters of type HttpWebRequest Modifier and Type Method Description voidServiceRequestTraceListener. requestError(ServiceRequestBase<?> serviceRequest, HttpWebRequest request, Exception e)voidServiceRequestTraceListener. requestFinish(ServiceRequestBase<?> serviceRequest, HttpWebRequest request)voidServiceRequestTraceListener. requestStart(ServiceRequestBase<?> serviceRequest, HttpWebRequest request)voidAsyncRequestResult. setHttpWebRequest(HttpWebRequest webRequest)Constructors in microsoft.exchange.webservices.data.misc with parameters of type HttpWebRequest Constructor Description AsyncRequestResult(ServiceRequestBase serviceRequest, HttpWebRequest webRequest, Future<?> task, Object asyncState)CallableMethod(HttpWebRequest request)
-