| Package | Description |
|---|---|
| com.onlinepayments | |
| com.onlinepayments.defaultimpl |
| Modifier and Type | Method and Description |
|---|---|
static ResponseHeader |
ResponseHeader.getHeader(List<ResponseHeader> headers,
String headerName) |
ResponseHeader |
ResponseException.getHeader(String headerName) |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseHeader> |
ResponseException.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ResponseHeader.getDispositionFilename(List<ResponseHeader> headers) |
static ResponseHeader |
ResponseHeader.getHeader(List<ResponseHeader> headers,
String headerName) |
static String |
ResponseHeader.getHeaderValue(List<ResponseHeader> headers,
String headerName) |
R |
ResponseHandler.handleResponse(int statusCode,
InputStream bodyStream,
List<ResponseHeader> headers) |
| Constructor and Description |
|---|
ResponseException(int statusCode,
String body,
List<ResponseHeader> headers) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ResponseHeader> |
DefaultConnection.getHeaders(org.apache.http.HttpResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
protected <O> O |
DefaultCommunicator.processResponse(int statusCode,
InputStream bodyStream,
List<ResponseHeader> headers,
Class<O> responseType,
String requestPath,
CallContext context) |
protected void |
DefaultCommunicator.throwExceptionIfNecessary(int statusCode,
InputStream bodyStream,
List<ResponseHeader> headers,
String requestPath)
Checks the status code and headers for errors and throws an exception if necessary.
|
protected void |
DefaultCommunicator.updateContext(List<ResponseHeader> headers,
CallContext context)
Updates the given call context based on the contents of the given response.
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.