Uses of Class
org.apache.http.impl.auth.RFC2617Scheme
-
Packages that use RFC2617Scheme Package Description org.apache.http.impl.auth Default implementations of standard and common HTTP authentication schemes. -
-
Uses of RFC2617Scheme in org.apache.http.impl.auth
Subclasses of RFC2617Scheme in org.apache.http.impl.auth Modifier and Type Class Description class
BasicScheme
Basic authentication scheme as defined in RFC 2617.class
DigestScheme
Digest authentication scheme as defined in RFC 2617.
-