Uses of Enum Class
eu.europa.esig.dss.spi.client.http.NativeHTTPDataLoader.HttpMethod
Packages that use NativeHTTPDataLoader.HttpMethod
-
Uses of NativeHTTPDataLoader.HttpMethod in eu.europa.esig.dss.spi.client.http
Subclasses with type arguments of type NativeHTTPDataLoader.HttpMethod in eu.europa.esig.dss.spi.client.httpModifier and TypeClassDescriptionprotected static enumAvailable HTTPMethodsMethods in eu.europa.esig.dss.spi.client.http that return NativeHTTPDataLoader.HttpMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static NativeHTTPDataLoader.HttpMethod[]NativeHTTPDataLoader.HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.europa.esig.dss.spi.client.http with parameters of type NativeHTTPDataLoader.HttpMethodModifier and TypeMethodDescriptionprotected Callable<byte[]> NativeHTTPDataLoader.createNativeDataLoaderCall(String url, NativeHTTPDataLoader.HttpMethod method, byte[] content, boolean refresh) Deprecated.since DSS 6.4.protected 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 NativeHTTPDataLoaderprotected byte[]NativeHTTPDataLoader.request(String url, NativeHTTPDataLoader.HttpMethod method, byte[] content, boolean refresh) Deprecated.since DSS 6.4.protected ResponseEnvelopeNativeHTTPDataLoader.request(String url, NativeHTTPDataLoader.HttpMethod method, byte[] content, boolean refresh, boolean includeResponseDetails, boolean includeResponseBody) Execute the request