diff --git a/docs/xml/Org.Apache.Http.Client/CircularRedirectException.xml b/docs/xml/Org.Apache.Http.Client/CircularRedirectException.xml index b920c19e4..afe096a80 100644 --- a/docs/xml/Org.Apache.Http.Client/CircularRedirectException.xml +++ b/docs/xml/Org.Apache.Http.Client/CircularRedirectException.xml @@ -82,7 +82,7 @@ - To be added. + The exception detail message. Creates a new CircularRedirectException with the specified detail message. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -134,8 +134,8 @@ - To be added. - To be added. + The exception detail message. + The that caused this exception, or null if the cause is unavailable or unknown. Creates a new CircularRedirectException with the specified detail message and cause. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Client/ICookieStore.xml b/docs/xml/Org.Apache.Http.Client/ICookieStore.xml index aad92527c..03ff064c2 100644 --- a/docs/xml/Org.Apache.Http.Client/ICookieStore.xml +++ b/docs/xml/Org.Apache.Http.Client/ICookieStore.xml @@ -124,10 +124,10 @@ - To be added. + The date by which cookies must have expired to be removed. Removes all of in this store that have expired by the specified . - To be added. + true if any cookies were purged; otherwise, false. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -159,7 +159,7 @@ Returns all cookies contained in this store. - To be added. + All cookies. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Client/ICredentialsProvider.xml b/docs/xml/Org.Apache.Http.Client/ICredentialsProvider.xml index 1ae25ecf4..7fde61010 100644 --- a/docs/xml/Org.Apache.Http.Client/ICredentialsProvider.xml +++ b/docs/xml/Org.Apache.Http.Client/ICredentialsProvider.xml @@ -94,7 +94,7 @@ the Get the for the given authentication scope. - To be added. + The credentials. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Client/IHttpClient.xml b/docs/xml/Org.Apache.Http.Client/IHttpClient.xml index 9f2c5a133..121642a16 100644 --- a/docs/xml/Org.Apache.Http.Client/IHttpClient.xml +++ b/docs/xml/Org.Apache.Http.Client/IHttpClient.xml @@ -62,7 +62,7 @@ Obtains the connection manager used by this client. - To be added. + The connection manager. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -94,7 +94,7 @@ the request to execute Executes a request to the target using the given context. - To be added. + The final response to the request. It is never an intermediate response with a 1xx status code. Whether redirects or authentication challenges are returned or handled automatically depends on the client implementation and configuration. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -132,10 +132,10 @@ - To be added. - To be added. - To be added. - To be added. + The request to execute. + The response handler. + Executes a request using the default context and processes the response using the given response handler. + The response object generated by the response handler. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -169,7 +169,7 @@ the context to use for the execution, or null to use the default context Executes a request using the given context. - To be added. + The final response to the request. It is never an intermediate response with a 1xx status code. Whether redirects or authentication challenges are returned or handled automatically depends on the client implementation and configuration. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -209,7 +209,7 @@ to a default target or by inspecting the request. the request to execute Executes a request to the target using the default context. - To be added. + The final response to the request. It is never an intermediate response with a 1xx status code. Whether redirects or authentication challenges are returned or handled automatically depends on the client implementation and configuration. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -248,11 +248,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The request to execute. + The response handler. + The context to use for the execution, or null to use the default context. + Executes a request using the given context and processes the response using the given response handler. + The response object generated by the response handler. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -287,11 +287,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The target host for the request. Implementations may accept null when they can still determine a route, for example to a default target or by inspecting the request. + The request to execute. + The response handler. + Executes a request to the target using the default context and processes the response using the given response handler. + The response object generated by the response handler. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -330,7 +330,7 @@ the context to use for the execution, or null to use the default context Executes a request to the target using the given context. - To be added. + The final response to the request. It is never an intermediate response with a 1xx status code. Whether redirects or authentication challenges are returned or handled automatically depends on the client implementation and configuration. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -370,12 +370,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The target host for the request. Implementations may accept null when they can still determine a route, for example to a default target or by inspecting the request. + The request to execute. + The response handler. + The context to use for the execution, or null to use the default context. + Executes a request to the target using the given context and processes the response using the given response handler. + The response object generated by the response handler. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -402,7 +402,7 @@ Obtains the parameters for this client. - To be added. + The default parameters. These become defaults for requests executed with this client and for parameters of dependent objects. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Client/IHttpClientExtensions.xml b/docs/xml/Org.Apache.Http.Client/IHttpClientExtensions.xml index 3c1ca22f8..a118eda90 100644 --- a/docs/xml/Org.Apache.Http.Client/IHttpClientExtensions.xml +++ b/docs/xml/Org.Apache.Http.Client/IHttpClientExtensions.xml @@ -59,10 +59,10 @@ - To be added. - To be added. - To be added. - To be added. + The HTTP client. + The request to execute. + Executes a request using the default context. + A task whose result is the final response to the request. It is never an intermediate response with a 1xx status code. Whether redirects or authentication challenges are returned or handled automatically depends on the client implementation and configuration. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -100,11 +100,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The HTTP client. + The request to execute. + The response handler. + Executes a request using the default context and processes the response using the given response handler. + A task whose result is the response object generated by the response handler. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -142,11 +142,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The HTTP client. + The request to execute. + The context to use for the execution, or null to use the default context. + Executes a request using the given context. + A task whose result is the final response to the request. It is never an intermediate response with a 1xx status code. Whether redirects or authentication challenges are returned or handled automatically depends on the client implementation and configuration. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -184,11 +184,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The HTTP client. + The target host for the request. Implementations may accept null when they can still determine a route, for example to a default target or by inspecting the request. + The request to execute. + Executes a request to the target using the default context. + A task whose result is the final response to the request. It is never an intermediate response with a 1xx status code. Whether redirects or authentication challenges are returned or handled automatically depends on the client implementation and configuration. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -227,12 +227,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The HTTP client. + The request to execute. + The response handler. + The context to use for the execution, or null to use the default context. + Executes a request using the given context and processes the response using the given response handler. + A task whose result is the response object generated by the response handler. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -271,12 +271,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The HTTP client. + The target host for the request. Implementations may accept null when they can still determine a route, for example to a default target or by inspecting the request. + The request to execute. + The response handler. + Executes a request to the target using the default context and processes the response using the given response handler. + A task whose result is the response object generated by the response handler. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -315,12 +315,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The HTTP client. + The target host for the request. Implementations may accept null when they can still determine a route, for example to a default target or by inspecting the request. + The request to execute. + The context to use for the execution, or null to use the default context. + Executes a request to the target using the given context. + A task whose result is the final response to the request. It is never an intermediate response with a 1xx status code. Whether redirects or authentication challenges are returned or handled automatically depends on the client implementation and configuration. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -360,13 +360,13 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The HTTP client. + The target host for the request. Implementations may accept null when they can still determine a route, for example to a default target or by inspecting the request. + The request to execute. + The response handler. + The context to use for the execution, or null to use the default context. + Executes a request to the target using the given context and processes the response using the given response handler. + A task whose result is the response object generated by the response handler. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Client/IHttpRequestRetryHandler.xml b/docs/xml/Org.Apache.Http.Client/IHttpRequestRetryHandler.xml index 2b0227543..81ae0c270 100644 --- a/docs/xml/Org.Apache.Http.Client/IHttpRequestRetryHandler.xml +++ b/docs/xml/Org.Apache.Http.Client/IHttpRequestRetryHandler.xml @@ -73,7 +73,7 @@ the context for the request execution Determines if a method should be retried after an IOException occurs during execution. - To be added. + true if the method should be retried; otherwise, false. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Client/IRedirectHandler.xml b/docs/xml/Org.Apache.Http.Client/IRedirectHandler.xml index c102415ca..f562a790f 100644 --- a/docs/xml/Org.Apache.Http.Client/IRedirectHandler.xml +++ b/docs/xml/Org.Apache.Http.Client/IRedirectHandler.xml @@ -72,7 +72,7 @@ Determines the location request is expected to be redirected to given the response from the target server and the current request execution context. - To be added. + The redirect URI. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -108,7 +108,7 @@ the context for the request execution Determines if a request should be redirected to a new location given the response from the target server. - To be added. + true if the request should be redirected; otherwise, false. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Client/IRequestDirector.xml b/docs/xml/Org.Apache.Http.Client/IRequestDirector.xml index 70ab68602..42513db18 100644 --- a/docs/xml/Org.Apache.Http.Client/IRequestDirector.xml +++ b/docs/xml/Org.Apache.Http.Client/IRequestDirector.xml @@ -73,7 +73,7 @@ the request to execute the context for executing the request Executes a request. - To be added. + The final response to the request. This is never an intermediate response with a 1xx status code. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Client/IResponseHandler.xml b/docs/xml/Org.Apache.Http.Client/IResponseHandler.xml index bc8e273f6..67024fb3c 100644 --- a/docs/xml/Org.Apache.Http.Client/IResponseHandler.xml +++ b/docs/xml/Org.Apache.Http.Client/IResponseHandler.xml @@ -72,7 +72,7 @@ The response to process Processes an and returns some value corresponding to that response. - To be added. + A value determined by the response. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Client/IUserTokenHandler.xml b/docs/xml/Org.Apache.Http.Client/IUserTokenHandler.xml index 68f6688f5..4c95de608 100644 --- a/docs/xml/Org.Apache.Http.Client/IUserTokenHandler.xml +++ b/docs/xml/Org.Apache.Http.Client/IUserTokenHandler.xml @@ -69,7 +69,7 @@ The token object returned by this method is expected to uniquely identify the current user if the context is user specific or to be null if it is not. - To be added. + A user token that uniquely identifies the user, or null if the context is not user specific. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Client/NonRepeatableRequestException.xml b/docs/xml/Org.Apache.Http.Client/NonRepeatableRequestException.xml index 2ef777663..f9cf4b8a9 100644 --- a/docs/xml/Org.Apache.Http.Client/NonRepeatableRequestException.xml +++ b/docs/xml/Org.Apache.Http.Client/NonRepeatableRequestException.xml @@ -83,8 +83,8 @@ - To be added. - Creates a new NonRepeatableEntityException with the specified detail message. + The exception detail message. + Creates a new NonRepeatableRequestException with the specified detail message. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Org.Apache.Http.Client/RedirectException.xml b/docs/xml/Org.Apache.Http.Client/RedirectException.xml index 63456c852..5cece2282 100644 --- a/docs/xml/Org.Apache.Http.Client/RedirectException.xml +++ b/docs/xml/Org.Apache.Http.Client/RedirectException.xml @@ -82,7 +82,7 @@ - To be added. + The exception detail message. Creates a new RedirectException with the specified detail message. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -134,8 +134,8 @@ - To be added. - To be added. + The exception detail message. + The that caused this exception, or null if the cause is unavailable or unknown. Creates a new RedirectException with the specified detail message and cause. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/ns-Org.Apache.Http.Client.xml b/docs/xml/ns-Org.Apache.Http.Client.xml index 5742cafff..2c07d78de 100644 --- a/docs/xml/ns-Org.Apache.Http.Client.xml +++ b/docs/xml/ns-Org.Apache.Http.Client.xml @@ -1,7 +1,6 @@ - - + The API for client-side HTTP communication and entry point to the HttpClient module.