Uses of Class
org.apache.http.impl.auth.RFC2617Scheme

Packages that use RFC2617Scheme
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
 class BasicScheme
          Basic authentication scheme as defined in RFC 2617.
 class DigestScheme
          Digest authentication scheme as defined in RFC 2617.
 



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.