Uses of Class
com.onlinepayments.communication.ResponseHeader
Packages that use ResponseHeader
-
Uses of ResponseHeader in com.onlinepayments
Method parameters in com.onlinepayments with type arguments of type ResponseHeaderModifier and TypeMethodDescriptionvoidBodyHandler.handleBody(InputStream bodyStream, List<ResponseHeader> headers) protected voidDefaultCommunicator.processResponse(int statusCode, InputStream bodyStream, List<ResponseHeader> headers, BodyHandler bodyHandler, String requestPath, CallContext context) protected <O> ODefaultCommunicator.processResponse(int statusCode, InputStream bodyStream, List<ResponseHeader> headers, Class<O> responseType, String requestPath, CallContext context) protected static voidDefaultCommunicator.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 static voidDefaultCommunicator.updateContext(List<ResponseHeader> headers, CallContext context) Updates the given call context based on the contents of the given response. -
Uses of ResponseHeader in com.onlinepayments.communication
Methods in com.onlinepayments.communication that return ResponseHeaderModifier and TypeMethodDescriptionstatic ResponseHeaderResponseHeader.getHeader(List<ResponseHeader> headers, String headerName) Methods in com.onlinepayments.communication that return types with arguments of type ResponseHeaderModifier and TypeMethodDescriptionprotected List<ResponseHeader> DefaultConnection.getHeaders(org.apache.http.HttpResponse httpResponse) ResponseException.getHeaders()Method parameters in com.onlinepayments.communication with type arguments of type ResponseHeaderModifier and TypeMethodDescriptionstatic StringResponseHeader.getDispositionFilename(List<ResponseHeader> headers) static ResponseHeaderResponseHeader.getHeader(List<ResponseHeader> headers, String headerName) static StringResponseHeader.getHeaderValue(List<ResponseHeader> headers, String headerName) ResponseHandler.handleResponse(int statusCode, InputStream bodyStream, List<ResponseHeader> headers) Constructor parameters in com.onlinepayments.communication with type arguments of type ResponseHeaderModifierConstructorDescriptionResponseException(int statusCode, String body, List<ResponseHeader> headers)