Uses of Class
eu.europa.esig.dss.spi.client.http.NativeHTTPDataLoader.HttpMethod
Package | Description |
---|---|
eu.europa.esig.dss.spi.client.http |
-
Uses of NativeHTTPDataLoader.HttpMethod in eu.europa.esig.dss.spi.client.http
Methods in eu.europa.esig.dss.spi.client.http that return NativeHTTPDataLoader.HttpMethod Modifier and Type Method Description static NativeHTTPDataLoader.HttpMethod
NativeHTTPDataLoader.HttpMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static NativeHTTPDataLoader.HttpMethod[]
NativeHTTPDataLoader.HttpMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.esig.dss.spi.client.http with parameters of type NativeHTTPDataLoader.HttpMethod Modifier and Type Method Description protected byte[]
NativeHTTPDataLoader. request(String url, NativeHTTPDataLoader.HttpMethod method, byte[] content, boolean refresh)