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.
|
||||
* @param realm authentication realm. May be {@link #ANY_REALM} if applies
|
||||
* 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.
|
||||
*/
|
||||
public AuthScope(
|
||||
|
@ -119,7 +119,7 @@ public class AuthScope {
|
|||
* @param origin host of origin
|
||||
* @param realm authentication realm. May be {@link #ANY_REALM} if applies
|
||||
* 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.
|
||||
*
|
||||
* @since 4.2
|
||||
|
|
Loading…
Reference in New Issue