Uses of Enum Class
org.linkedopenactors.rdfpub.adapter.http.HttpMethod
-
Uses of HttpMethod in org.linkedopenactors.rdfpub.adapter.http
Modifier and TypeMethodDescriptionstatic HttpMethod
Returns the enum constant of this class with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
HttpHeaders.setRequestTarget
(HttpMethod httpMethod, String path) void
HttpHeaders.setRequestTarget
(HttpMethod httpMethod, URL destination)