Class ProxyAuthState


  • public class ProxyAuthState
    extends org.apache.http.auth.AuthState
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyAuthState()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.http.auth.AuthScheme getAuthScheme()  
      org.apache.http.auth.AuthScope getAuthScope()  
      org.apache.http.auth.Credentials getCredentials()  
      void setAuthScheme​(org.apache.http.auth.AuthScheme authScheme)  
      • Methods inherited from class org.apache.http.auth.AuthState

        invalidate, isValid, setAuthScope, setCredentials, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProxyAuthState

        public ProxyAuthState()
    • Method Detail

      • getCredentials

        public org.apache.http.auth.Credentials getCredentials()
        Overrides:
        getCredentials in class org.apache.http.auth.AuthState
      • getAuthScope

        public org.apache.http.auth.AuthScope getAuthScope()
        Overrides:
        getAuthScope in class org.apache.http.auth.AuthState
      • getAuthScheme

        public org.apache.http.auth.AuthScheme getAuthScheme()
        Overrides:
        getAuthScheme in class org.apache.http.auth.AuthState
      • setAuthScheme

        public void setAuthScheme​(org.apache.http.auth.AuthScheme authScheme)
        Overrides:
        setAuthScheme in class org.apache.http.auth.AuthState