Uses of Class
com.okta.commons.http.HttpMethod
-
Packages that use HttpMethod Package Description com.okta.commons.http -
-
Uses of HttpMethod in com.okta.commons.http
Methods in com.okta.commons.http that return HttpMethod Modifier and Type Method Description HttpMethodDefaultRequest. getMethod()HttpMethodRequest. getMethod()static HttpMethodHttpMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.commons.http that return types with arguments of type HttpMethod Modifier and Type Method Description java.util.Set<HttpMethod>HttpHeaders. getAllow()Return the set of allowedHTTP methods, as specified by theAllowheader.Method parameters in com.okta.commons.http with type arguments of type HttpMethod Modifier and Type Method Description voidHttpHeaders. setAllow(java.util.Set<HttpMethod> allowedMethods)Set the set of allowedHTTP methods, as specified by theAllowheader.Constructors in com.okta.commons.http with parameters of type HttpMethod Constructor Description DefaultRequest(HttpMethod method, java.lang.String href)DefaultRequest(HttpMethod method, java.lang.String href, QueryString query)DefaultRequest(HttpMethod method, java.lang.String href, QueryString query, HttpHeaders headers)DefaultRequest(HttpMethod method, java.lang.String href, QueryString query, HttpHeaders headers, java.io.InputStream body, long contentLength)
-