public class HttpApache3GetMethod extends HttpApache3Method<org.apache.commons.httpclient.methods.GetMethod> implements RIDCHttpGetMethod
apacheMethod, requestConfig, ridcClient, serviceLog
Constructor and Description |
---|
HttpApache3GetMethod(String url,
HttpApache3Client httpApache3Client)
Create the GET Method
|
Modifier and Type | Method and Description |
---|---|
protected void |
logRequest(String logID,
org.apache.commons.httpclient.methods.GetMethod method) |
addRequestHeader, execute, getDelegateObject, 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 HttpApache3GetMethod(String url, HttpApache3Client httpApache3Client)
url
- the urlhttpApache3Client
- the associated clientprotected void logRequest(String logID, org.apache.commons.httpclient.methods.GetMethod method)
logRequest
in class HttpApache3Method<org.apache.commons.httpclient.methods.GetMethod>