Uses of Class
eu.europa.esig.dss.model.http.ResponseEnvelope
Packages that use ResponseEnvelope
Package
Description
-
Uses of ResponseEnvelope in eu.europa.esig.dss.service.http.commons
Methods in eu.europa.esig.dss.service.http.commons that return ResponseEnvelopeModifier and TypeMethodDescriptionprotected ResponseEnvelopeCommonsDataLoader.executeHttpRequest(org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, org.apache.hc.client5.http.classic.methods.HttpUriRequest httpRequest) Deprecated.since DSS 6.4.protected ResponseEnvelopeCommonsDataLoader.executeHttpRequest(org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, org.apache.hc.client5.http.classic.methods.HttpUriRequest httpRequest, boolean includeResponseDetails, boolean includeResponseBody) ProcesseshttpRequestand returns the byte array representing the response's contentCommonsDataLoader.requestGet(String url) CommonsDataLoader.requestGet(String url, boolean includeResponseDetails) CommonsDataLoader.requestGet(String url, boolean includeResponseDetails, boolean includeResponseBody) CommonsDataLoader.requestPost(String url, byte[] content) CommonsDataLoader.requestPost(String url, byte[] content, boolean includeResponseDetails) CommonsDataLoader.requestPost(String url, byte[] content, boolean includeResponseDetails, boolean includeResponseBody) -
Uses of ResponseEnvelope in eu.europa.esig.dss.spi.client.http
Classes in eu.europa.esig.dss.spi.client.http that implement interfaces with type arguments of type ResponseEnvelopeModifier and TypeClassDescriptionclassThe call of native java DataLoader using the java.net.URL class.Methods in eu.europa.esig.dss.spi.client.http that return ResponseEnvelopeModifier and TypeMethodDescriptionNativeHTTPDataLoaderCall.call()protected ResponseEnvelopeNativeHTTPDataLoader.request(String url, NativeHTTPDataLoader.HttpMethod method, byte[] content, boolean refresh, boolean includeResponseDetails, boolean includeResponseBody) Execute the requestAdvancedDataLoader.requestGet(String url) Executes a GET request and returns anResponseEnvelopeobject.AdvancedDataLoader.requestGet(String url, boolean includeResponseDetails) Executes a GET request and returns anResponseEnvelopeobject.AdvancedDataLoader.requestGet(String url, boolean includeResponseDetails, boolean includeResponseBody) Executes a GET request and returns anResponseEnvelopeobject.AdvancedMemoryDataLoader.requestGet(String url) AdvancedMemoryDataLoader.requestGet(String url, boolean includeResponseDetails) AdvancedMemoryDataLoader.requestGet(String url, boolean includeResponseDetails, boolean includeResponseBody) NativeHTTPDataLoader.requestGet(String url) NativeHTTPDataLoader.requestGet(String url, boolean includeResponseDetails) NativeHTTPDataLoader.requestGet(String url, boolean includeResponseDetails, boolean includeResponseBody) AdvancedDataLoader.requestPost(String url, byte[] content) Executes a POST request and returns anResponseEnvelopeobject.AdvancedDataLoader.requestPost(String url, byte[] content, boolean includeResponseDetails) Executes a POST request and returns anResponseEnvelopeobject.AdvancedDataLoader.requestPost(String url, byte[] content, boolean includeResponseDetails, boolean includeResponseBody) Executes a POST request and returns anResponseEnvelopeobject.AdvancedMemoryDataLoader.requestPost(String url, byte[] content) AdvancedMemoryDataLoader.requestPost(String url, byte[] content, boolean includeResponseDetails) AdvancedMemoryDataLoader.requestPost(String url, byte[] content, boolean includeResponseDetails, boolean includeResponseBody) NativeHTTPDataLoader.requestPost(String url, byte[] content) NativeHTTPDataLoader.requestPost(String url, byte[] content, boolean includeResponseDetails) NativeHTTPDataLoader.requestPost(String url, byte[] content, boolean includeResponseDetails, boolean includeResponseBody) Methods in eu.europa.esig.dss.spi.client.http that return types with arguments of type ResponseEnvelopeModifier and TypeMethodDescriptionprotected Callable<ResponseEnvelope> NativeHTTPDataLoader.createNativeHTTPDataLoaderCall(String url, NativeHTTPDataLoader.HttpMethod method, byte[] content, boolean refresh, boolean includeResponseDetails, boolean includeResponseBody) This method creates a task call to be executed by NativeHTTPDataLoaderConstructor parameters in eu.europa.esig.dss.spi.client.http with type arguments of type ResponseEnvelopeModifierConstructorDescriptionAdvancedMemoryDataLoader(Map<String, ResponseEnvelope> dataMap) Default constructor -
Uses of ResponseEnvelope in eu.europa.esig.dss.validation.qwac
Methods in eu.europa.esig.dss.validation.qwac that return ResponseEnvelopeModifier and TypeMethodDescriptionprotected ResponseEnvelopeQWACValidator.connectToUrl()Connects to theurlMethods in eu.europa.esig.dss.validation.qwac with parameters of type ResponseEnvelopeModifier and TypeMethodDescriptionprotected voidQWACValidator.assertResponseValid(ResponseEnvelope response) Verifies whether theresponseis valid and contains the information required to continue the QWAC validation processprotected StringQWACValidator.readTLSCertificateBindingUrl(ResponseEnvelope responseEnvelope) This method reads the HTTP response headers and extracts the value of the "Link" header with a "rel" value of "tls-certificate-binding".