public class HttpClientHttpRetrievalService extends BaseHttpRetrievalService
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SSL_PROTOCOL |
static int |
MAX_REDIRECTS |
DEFAULT_MAX_CACHE_AGE, DEFAULT_MAX_DOWNLOAD_SIZE, HTTP_INCLUDE_STACK_HEADER, HTTP_INCLUDE_STACK_MAX_DEPTH, HTTP_USER_AGENT_STRING
Constructor and Description |
---|
HttpClientHttpRetrievalService() |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
get(HttpRequest httpRequest)
Retrieve a URL using custom HttpRequest settings
|
Class[] |
getAvailableAuthenticators()
Retrieve the list of authenticators that can be used with this HttpRetrievalService
|
get, getConnectionParameters, getDefaultRequestFor, getHttpRetrievalServiceConfig, setBandanaManager, setHttpRetrievalServiceConfig, setSettingsManager
public static final int MAX_REDIRECTS
public static final String DEFAULT_SSL_PROTOCOL
public HttpResponse get(HttpRequest httpRequest) throws IOException
HttpRetrievalService
httpRequest
- the request we want to makeIOException
- if the retrieval failspublic Class[] getAvailableAuthenticators()
HttpRetrievalService
Copyright © 2003–2016 Atlassian. All rights reserved.