JavaDoc fixes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@573984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
260091f9f9
commit
e06ad24e3d
|
@ -141,7 +141,7 @@ public interface ManagedClientConnection extends
|
|||
|
||||
|
||||
/**
|
||||
* Layers a new protocol on top of a {@link #tunnelCreated tunnelled}
|
||||
* Layers a new protocol on top of a {@link #tunnelTarget tunnelled}
|
||||
* connection. This is typically used to create a TLS/SSL connection
|
||||
* through a proxy.
|
||||
* The route is the one previously passed to {@link #open open}.
|
||||
|
|
|
@ -699,7 +699,7 @@ public class DefaultClientRequestDirector
|
|||
|
||||
/**
|
||||
* Creates the CONNECT request for tunnelling.
|
||||
* Called by {@link #createTunnel createTunnel}.
|
||||
* Called by {@link #createTunnelToTarget createTunnelToTarget}.
|
||||
*
|
||||
* @param route the route to establish
|
||||
* @param context the context for request execution
|
||||
|
|
Loading…
Reference in New Issue