public class HTTPProviderFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Constructor<org.apache.http.client.CredentialsProvider> |
constructor |
protected Class<org.apache.http.client.CredentialsProvider> |
providerclass |
| Modifier | Constructor and Description |
|---|---|
protected |
HTTPProviderFactory() |
|
HTTPProviderFactory(Class<org.apache.http.client.CredentialsProvider> pclass) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.CredentialsProvider |
getProvider(org.apache.http.auth.AuthScope scope) |
protected Class<org.apache.http.client.CredentialsProvider> providerclass
protected Constructor<org.apache.http.client.CredentialsProvider> constructor
protected HTTPProviderFactory()
throws HTTPException
HTTPExceptionpublic HTTPProviderFactory(Class<org.apache.http.client.CredentialsProvider> pclass) throws HTTPException
HTTPExceptionpublic org.apache.http.client.CredentialsProvider getProvider(org.apache.http.auth.AuthScope scope)
throws HTTPException
HTTPException