com.atlassian.confluence.util.http.httpclient
Class HttpClientHttpRetrievalService
java.lang.Object
com.atlassian.confluence.util.http.BaseHttpRetrievalService
com.atlassian.confluence.util.http.httpclient.HttpClientHttpRetrievalService
- All Implemented Interfaces:
- HttpRetrievalService
public class HttpClientHttpRetrievalService
- extends BaseHttpRetrievalService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SSL_PROTOCOL
public static final String DEFAULT_SSL_PROTOCOL
- See Also:
- Constant Field Values
HttpClientHttpRetrievalService
public HttpClientHttpRetrievalService()
get
public HttpResponse get(HttpRequest httpRequest)
throws IOException
- Description copied from interface:
HttpRetrievalService
- Retrieve a URL using custom HttpRequest settings
- Parameters:
httpRequest
- the request we want to make
- Returns:
- a response object encapsulating the result of the request
- Throws:
IOException
- if the retrieval fails
getAvailableAuthenticators
public Class[] getAvailableAuthenticators()
- Description copied from interface:
HttpRetrievalService
- Retrieve the list of authenticators that can be used with this HttpRetrievalService
- Returns:
- the list of authenticators that can be used with this HttpRetrievalService