Class DigestSchemeFactory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.charset.Charset charset  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AuthScheme create​(org.apache.http.protocol.HttpContext context)
      Creates an instance of AuthScheme.
      AuthScheme newInstance​(org.apache.http.params.HttpParams params)
      Creates an instance of AuthScheme using given HTTP parameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • charset

        private final java.nio.charset.Charset charset
    • Constructor Detail

      • DigestSchemeFactory

        public DigestSchemeFactory​(java.nio.charset.Charset charset)
        Since:
        4.3
      • DigestSchemeFactory

        public DigestSchemeFactory()