public class PreemptiveAuthHttpClientConnectionFactory extends Object implements HttpConnectionFactory
| Constructor and Description |
|---|
PreemptiveAuthHttpClientConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
HttpConnection |
create(URL url) |
HttpConnection |
create(URL url,
Proxy proxy) |
SmartCredentialsProvider |
getCredentialsProvider() |
protected HttpConnection |
innerCreate(URL url,
Proxy proxy) |
void |
setCredentialsProvider(SmartCredentialsProvider credentialsProvider) |
public PreemptiveAuthHttpClientConnectionFactory()
public HttpConnection create(URL url) throws IOException
create in interface HttpConnectionFactoryIOExceptionpublic HttpConnection create(URL url, Proxy proxy) throws IOException
create in interface HttpConnectionFactoryIOExceptionpublic SmartCredentialsProvider getCredentialsProvider()
public void setCredentialsProvider(SmartCredentialsProvider credentialsProvider)
protected HttpConnection innerCreate(URL url, Proxy proxy)
Copyright © 2013–2020. All rights reserved.