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
Methods 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) 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