Uses of Enum
com.okta.commons.http.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in com.okta.commons.http
Methods in com.okta.commons.http that return HttpMethodModifier and TypeMethodDescriptionDefaultRequest.getMethod()Request.getMethod()static HttpMethodReturns 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 HttpMethodModifier and TypeMethodDescriptionHttpHeaders.getAllow()Return the set of allowedHTTP methods, as specified by theAllowheader.Method parameters in com.okta.commons.http with type arguments of type HttpMethodModifier and TypeMethodDescriptionvoidHttpHeaders.setAllow(Set<HttpMethod> allowedMethods) Set the set of allowedHTTP methods, as specified by theAllowheader.Constructors in com.okta.commons.http with parameters of type HttpMethodModifierConstructorDescriptionDefaultRequest(HttpMethod method, String href) DefaultRequest(HttpMethod method, String href, QueryString query) DefaultRequest(HttpMethod method, String href, QueryString query, HttpHeaders headers) DefaultRequest(HttpMethod method, String href, QueryString query, HttpHeaders headers, InputStream body, long contentLength)