Uses of Enum Class
eu.europa.esig.dss.spi.client.http.NativeHTTPDataLoader.HttpMethod
-
Uses of NativeHTTPDataLoader.HttpMethod in eu.europa.esig.dss.spi.client.http
Modifier 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.Modifier and TypeMethodDescriptionprotected Callable
<byte[]> NativeHTTPDataLoader.createNativeDataLoaderCall
(String url, NativeHTTPDataLoader.HttpMethod method, byte[] content, boolean refresh) This method creates a task call to be executed by NativeHTTPDataLoaderprotected byte[]
NativeHTTPDataLoader.request
(String url, NativeHTTPDataLoader.HttpMethod method, byte[] content, boolean refresh) Execute the request