Package org.apache.http.impl.client
Class TargetAuthenticationStrategy
- java.lang.Object
-
- org.apache.http.impl.client.AuthenticationStrategyImpl
-
- org.apache.http.impl.client.TargetAuthenticationStrategy
-
- All Implemented Interfaces:
AuthenticationStrategy
@Contract(threading=IMMUTABLE) public class TargetAuthenticationStrategy extends AuthenticationStrategyImpl
DefaultAuthenticationStrategy
implementation for proxy host authentication.- Since:
- 4.2
-
-
Field Summary
Fields Modifier and Type Field Description static TargetAuthenticationStrategy
INSTANCE
-
Constructor Summary
Constructors Constructor Description TargetAuthenticationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.util.Collection<java.lang.String>
getPreferredAuthSchemes(RequestConfig config)
-
Methods inherited from class org.apache.http.impl.client.AuthenticationStrategyImpl
authFailed, authSucceeded, getChallenges, isAuthenticationRequested, isCachable, select
-
-
-
-
Field Detail
-
INSTANCE
public static final TargetAuthenticationStrategy INSTANCE
-
-
Method Detail
-
getPreferredAuthSchemes
java.util.Collection<java.lang.String> getPreferredAuthSchemes(RequestConfig config)
- Specified by:
getPreferredAuthSchemes
in classAuthenticationStrategyImpl
-
-