public static interface URLFileUpdater.httpClientInteraction
| Modifier and Type | Method and Description |
|---|---|
int |
executeMethod() |
java.io.InputStream |
getResponseBodyAsStream() |
org.apache.commons.httpclient.Header |
getResponseHeader(java.lang.String name) |
java.lang.String |
getStatusText() |
void |
releaseConnection() |
void |
setClient(org.apache.commons.httpclient.HttpClient client) |
void |
setFollowRedirects(boolean follow) |
void |
setMethod(org.apache.commons.httpclient.HttpMethod method) |
void |
setRequestHeader(java.lang.String name,
java.lang.String value) |
void setMethod(org.apache.commons.httpclient.HttpMethod method)
void setClient(org.apache.commons.httpclient.HttpClient client)
int executeMethod()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getStatusText()
java.io.InputStream getResponseBodyAsStream()
throws java.io.IOException
java.io.IOExceptionvoid releaseConnection()
void setRequestHeader(java.lang.String name,
java.lang.String value)
org.apache.commons.httpclient.Header getResponseHeader(java.lang.String name)
void setFollowRedirects(boolean follow)