M
- public abstract class HttpApache4Method<M extends org.apache.http.client.methods.HttpRequestBase> extends Object implements RIDCHttpMethod
Modifier and Type | Field and Description |
---|---|
protected HttpApache4Client |
httpClient |
protected M |
method |
protected IdcRequestConfig |
requestConfig |
protected ServiceLog |
serviceLog |
Constructor and Description |
---|
HttpApache4Method() |
Modifier and Type | Method and Description |
---|---|
void |
addRequestHeader(String name,
String value)
Add a request header
|
int |
execute()
Execute the request
|
InputStream |
getResponseBodyAsStream()
Get the response as a stream
|
RIDCHttpHeader |
getResponseHeader(String headerName)
Get response header
|
List<RIDCHttpHeader> |
getResponseHeaders()
Get all response headers
|
RIDCHttpClient |
getRidcClient()
Get the connection instance that this method is associated with
|
int |
getStatusCode()
Get the status code of the response
|
String |
getStatusLine()
Get the status line of the response
|
URI |
getURI()
Get the uri of the request
|
protected void |
logRequest(String logID,
M method) |
protected void |
logResponse(String logID,
M method,
org.apache.http.HttpResponse httpResponse) |
void |
releaseConnection()
Release the connection
|
void |
setCookiePolicy(String cookiePolicy)
Set Cookie policy for this action
|
void |
setFollowRedirects(boolean followRedirects)
Set the follow directs option for the connection
|
void |
setParameter(String param,
String value)
Set request parameters
|
void |
setQueryString(List<NameValuePair> nvpairList)
Set the query string for the request
|
void |
setRequestConfig(IdcRequestConfig requestConfig)
Set the request-specific config for the request
|
void |
setRequestHeader(String headerName,
String headerValue)
Set the request header for the request
|
void |
setServiceLog(ServiceLog serviceLog)
Set the service log for the request
|
protected M extends org.apache.http.client.methods.HttpRequestBase method
protected HttpApache4Client httpClient
protected ServiceLog serviceLog
protected IdcRequestConfig requestConfig
public void addRequestHeader(String name, String value)
addRequestHeader
in interface RIDCHttpMethod
name
- the header namevalue
- the header valuepublic InputStream getResponseBodyAsStream() throws IOException
getResponseBodyAsStream
in interface RIDCHttpMethod
IOException
public RIDCHttpHeader getResponseHeader(String headerName)
getResponseHeader
in interface RIDCHttpMethod
headerName
- the header namepublic List<RIDCHttpHeader> getResponseHeaders()
getResponseHeaders
in interface RIDCHttpMethod
public int getStatusCode()
getStatusCode
in interface RIDCHttpMethod
public String getStatusLine()
getStatusLine
in interface RIDCHttpMethod
public URI getURI() throws URISyntaxException
getURI
in interface RIDCHttpMethod
URISyntaxException
public void releaseConnection()
releaseConnection
in interface RIDCHttpMethod
public void setCookiePolicy(String cookiePolicy)
setCookiePolicy
in interface RIDCHttpMethod
cookiePolicy
- public void setFollowRedirects(boolean followRedirects)
setFollowRedirects
in interface RIDCHttpMethod
followRedirects
- public void setRequestHeader(String headerName, String headerValue)
setRequestHeader
in interface RIDCHttpMethod
headerName
- headerValue
- public void setParameter(String param, String value)
setParameter
in interface RIDCHttpMethod
param
- param namevalue
- param valuepublic void setQueryString(List<NameValuePair> nvpairList)
setQueryString
in interface RIDCHttpMethod
nvpairList
- the list of NameValuePair instancespublic RIDCHttpClient getRidcClient()
getRidcClient
in interface RIDCHttpMethod
public int execute() throws IOException
execute
in interface RIDCHttpMethod
IOException
public void setServiceLog(ServiceLog serviceLog)
setServiceLog
in interface RIDCHttpMethod
serviceLog
- public void setRequestConfig(IdcRequestConfig requestConfig)
RIDCHttpMethod
setRequestConfig
in interface RIDCHttpMethod