Modifier and Type | Method and Description |
---|---|
RIDCHttpHeader |
RIDCHttpMethod.getResponseHeader(String headerName)
Get response header
|
Modifier and Type | Method and Description |
---|---|
List<RIDCHttpHeader> |
RIDCHttpMethod.getResponseHeaders()
Get all response headers
|
Modifier and Type | Class and Description |
---|---|
class |
RIDCHttpHeaderImpl
Implementation of the RIDCHttpHeader
|
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
RIDCHttpClientUtils.getResponseHeaders(List<RIDCHttpHeader> headers) |
Modifier and Type | Method and Description |
---|---|
RIDCHttpHeader |
HttpApache3Method.getResponseHeader(String headerName)
Get the response header
|
Modifier and Type | Method and Description |
---|---|
List<RIDCHttpHeader> |
HttpApache3Method.getResponseHeaders()
Get the response headers
|
Modifier and Type | Method and Description |
---|---|
static List<RIDCHttpHeader> |
Apache3Utils.convertToRIDCHeaders(org.apache.commons.httpclient.Header[] apacheHeaders)
Convert Apache headers to RIDC headers
|
Modifier and Type | Method and Description |
---|---|
RIDCHttpHeader |
HttpApache4Method.getResponseHeader(String headerName)
Get response header
|
Modifier and Type | Method and Description |
---|---|
List<RIDCHttpHeader> |
HttpApache4Method.getResponseHeaders()
Get all response headers
|
Modifier and Type | Method and Description |
---|---|
static List<RIDCHttpHeader> |
Apache4Utils.convertToRIDCHeaders(org.apache.http.Header[] allHeaders)
Convert Apache headers to generic RIDC headers
|
Modifier and Type | Method and Description |
---|---|
RIDCHttpHeader |
HttpURLConnectionMethod.getResponseHeader(String headerName) |
Modifier and Type | Method and Description |
---|---|
List<RIDCHttpHeader> |
HttpURLConnectionMethod.getResponseHeaders() |
Modifier and Type | Method and Description |
---|---|
RIDCHttpHeader |
HttpOracleMethod.getResponseHeader(String headerName) |
Modifier and Type | Method and Description |
---|---|
List<RIDCHttpHeader> |
HttpOracleMethod.getResponseHeaders() |