mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-09 11:35:30 +00:00
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 @@ void tunnelProxy(HttpHost next, boolean secure, HttpParams params)
|
||||
|
||||
|
||||
/**
|
||||
* 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 @@ protected boolean createTunnelToProxy(HttpRoute route, int hop,
|
||||
|
||||
/**
|
||||
* 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…
x
Reference in New Issue
Block a user