Class AuthSchemePool


  • final class AuthSchemePool
    extends java.lang.Object
    Pool of (equivalent) auth schemes for a single host.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.LinkedList<org.apache.http.auth.AuthScheme> authSchemes  
      private java.lang.String schemeName  
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthSchemePool()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.http.auth.AuthScheme get()  
      void put​(org.apache.http.auth.AuthScheme authScheme)  
      • Methods inherited from class java.lang.Object

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

      • authSchemes

        private final java.util.LinkedList<org.apache.http.auth.AuthScheme> authSchemes
      • schemeName

        private java.lang.String schemeName
    • Constructor Detail

      • AuthSchemePool

        AuthSchemePool()
    • Method Detail

      • get

        public org.apache.http.auth.AuthScheme get()
      • put

        public void put​(org.apache.http.auth.AuthScheme authScheme)