|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.util.http.BaseHttpRetrievalService com.atlassian.confluence.util.http.httpclient.HttpClientHttpRetrievalService
public class HttpClientHttpRetrievalService
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_SSL_PROTOCOL
|
static int |
MAX_REDIRECTS
|
Fields inherited from interface com.atlassian.confluence.util.http.HttpRetrievalService |
---|
DEFAULT_MAX_CACHE_AGE, DEFAULT_MAX_DOWNLOAD_SIZE, HTTP_INCLUDE_STACK_HEADER, HTTP_INCLUDE_STACK_MAX_DEPTH, HTTP_USER_AGENT_STRING |
Constructor Summary | |
---|---|
HttpClientHttpRetrievalService()
|
Method Summary | |
---|---|
HttpResponse |
get(HttpRequest httpRequest)
Retrieve a URL using custom HttpRequest settings |
java.lang.Class[] |
getAvailableAuthenticators()
Retrieve the list of authenticators that can be used with this HttpRetrievalService |
Methods inherited from class com.atlassian.confluence.util.http.BaseHttpRetrievalService |
---|
get, getConnectionParameters, getDefaultRequestFor, getHttpRetrievalServiceConfig, setBandanaManager, setHttpRetrievalServiceConfig, setSettingsManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAX_REDIRECTS
public static final java.lang.String DEFAULT_SSL_PROTOCOL
Constructor Detail |
---|
public HttpClientHttpRetrievalService()
Method Detail |
---|
public HttpResponse get(HttpRequest httpRequest) throws java.io.IOException
HttpRetrievalService
httpRequest
- the request we want to make
java.io.IOException
- if the retrieval failspublic java.lang.Class[] getAvailableAuthenticators()
HttpRetrievalService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |