Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1435315 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ff88c8faa
commit
5bdd456c8c
|
@ -88,10 +88,9 @@ class RequestProtocolCompliance {
|
|||
|
||||
/**
|
||||
* If the {@link HttpRequest} is non-compliant but 'fixable' we go ahead and
|
||||
* fix the request here. Returning the updated one.
|
||||
* fix the request here.
|
||||
*
|
||||
* @param request the request to check for compliance
|
||||
* @return the updated request
|
||||
* @throws ClientProtocolException when we have trouble making the request compliant
|
||||
*/
|
||||
public void makeRequestCompliant(final HttpRequestWrapper request)
|
||||
|
|
|
@ -119,7 +119,7 @@ public class ProxyClient {
|
|||
}
|
||||
|
||||
/**
|
||||
* @deprecated (4.3) use {@link ProxyClient#ProxyClient(RequestConfig)}
|
||||
* @deprecated (4.3) use {@link ProxyClient#ProxyClient(HttpConnectionFactory, ConnectionConfig, RequestConfig)}
|
||||
* @param params
|
||||
*/
|
||||
@Deprecated
|
||||
|
|
|
@ -112,7 +112,7 @@ public class LocalTestServer {
|
|||
* @param responseFactory the response factory to be used by the
|
||||
* server, or <code>null</code> to use
|
||||
* {@link #newHttpResponseFactory() default} factory.
|
||||
* @param expectationVerifier. the expectation verifier. May be
|
||||
* @param expectationVerifier the expectation verifier. May be
|
||||
* <code>null</code>.
|
||||
* @param sslcontext optional SSL context if the server is to leverage
|
||||
* SSL/TLS transport security
|
||||
|
|
Loading…
Reference in New Issue