mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-03-02 14:49:06 +00:00
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571419 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7eb9097b1c
commit
78198edcbd
@ -98,7 +98,7 @@ public class AuthScope {
|
|||||||
* to any port of the host.
|
* to any port of the host.
|
||||||
* @param realm authentication realm. May be {@link #ANY_REALM} if applies
|
* @param realm authentication realm. May be {@link #ANY_REALM} if applies
|
||||||
* to any realm on the host.
|
* to any realm on the host.
|
||||||
* @param scheme authentication scheme. May be {@link #ANY_SCHEME} if applies
|
* @param schemeName authentication scheme. May be {@link #ANY_SCHEME} if applies
|
||||||
* to any scheme supported by the host.
|
* to any scheme supported by the host.
|
||||||
*/
|
*/
|
||||||
public AuthScope(
|
public AuthScope(
|
||||||
@ -119,7 +119,7 @@ public AuthScope(
|
|||||||
* @param origin host of origin
|
* @param origin host of origin
|
||||||
* @param realm authentication realm. May be {@link #ANY_REALM} if applies
|
* @param realm authentication realm. May be {@link #ANY_REALM} if applies
|
||||||
* to any realm on the host.
|
* to any realm on the host.
|
||||||
* @param scheme authentication scheme. May be {@link #ANY_SCHEME} if applies
|
* @param schemeName authentication scheme. May be {@link #ANY_SCHEME} if applies
|
||||||
* to any scheme supported by the host.
|
* to any scheme supported by the host.
|
||||||
*
|
*
|
||||||
* @since 4.2
|
* @since 4.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user