Uses of Class
de.dlr.proseo.basewrap.rest.HttpResponseInfo
Packages that use HttpResponseInfo
Package
Description
prosEO Sample Processor Wrapper package containing wrapper procedures for
processors conforming to ESA's "Generic IPF Interface Specification"
(MMFI-GSEG-EOPG-TN-07-0003, V.1.8)
Classes for the base wrapper's REST connections.
-
Uses of HttpResponseInfo in de.dlr.proseo.basewrap
Methods in de.dlr.proseo.basewrap with parameters of type HttpResponseInfoModifier and TypeMethodDescriptionprotected StringBaseWrapper.extractProseoMessage(HttpResponseInfo responseInfo) Extracts the prosEO-compliant message from the "Warning" header, if any -
Uses of HttpResponseInfo in de.dlr.proseo.basewrap.rest
Methods in de.dlr.proseo.basewrap.rest that return HttpResponseInfoModifier and TypeMethodDescriptionstatic HttpResponseInfoRestOps.restApiCall(String user, String pw, String endPoint, String endPointPath, String payLoad, Map<String, String> queryParams, RestOps.HttpMethod method) Generic REST API client (currently only supporting GET, PUT and POST)