public class HttpApache4GetMethod extends HttpApache4Method<org.apache.http.client.methods.HttpGet> implements RIDCHttpGetMethod
httpClient, method, requestConfig, serviceLog
Constructor and Description |
---|
HttpApache4GetMethod(String url,
HttpApache4Client httpApache4Client)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
logRequest(String logID,
org.apache.http.client.methods.HttpGet method) |
addRequestHeader, execute, getResponseBodyAsStream, getResponseHeader, getResponseHeaders, getRidcClient, getStatusCode, getStatusLine, getURI, logResponse, releaseConnection, setCookiePolicy, setFollowRedirects, setParameter, setQueryString, setRequestConfig, setRequestHeader, setServiceLog
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRequestHeader, execute, getResponseBodyAsStream, getResponseHeader, getResponseHeaders, getRidcClient, getStatusCode, getStatusLine, getURI, releaseConnection, setCookiePolicy, setFollowRedirects, setParameter, setQueryString, setRequestConfig, setRequestHeader, setServiceLog
public HttpApache4GetMethod(String url, HttpApache4Client httpApache4Client)
url
- httpApache4Client
- protected void logRequest(String logID, org.apache.http.client.methods.HttpGet method)
logRequest
in class HttpApache4Method<org.apache.http.client.methods.HttpGet>