public class HttpClientHttpRetrievalService extends BaseHttpRetrievalService
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_SSL_PROTOCOLDeprecated. 
 since 6.5. Not used. | 
| 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, setSettingsManagerpublic static final int MAX_REDIRECTS
@Deprecated public static final String DEFAULT_SSL_PROTOCOL
public HttpResponse get(HttpRequest httpRequest) throws IOException
HttpRetrievalServicehttpRequest - the request we want to makeIOException - if the retrieval failspublic Class[] getAvailableAuthenticators()
HttpRetrievalServiceCopyright © 2003–2017 Atlassian. All rights reserved.