Uses of Enum Class
cool.scx.http.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in cool.scx.http
Subclasses with type arguments of type HttpMethod in cool.scx.httpFields in cool.scx.http declared as HttpMethodMethods in cool.scx.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodstatic HttpMethodstatic HttpMethodReturns 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.Methods in cool.scx.http with parameters of type HttpMethodModifier and TypeMethodDescriptionScxHttpClientRequest.method(HttpMethod method) ScxHttpClientRequestBase.method(HttpMethod method) -
Uses of HttpMethod in cool.scx.http.routing
Methods in cool.scx.http.routing that return types with arguments of type HttpMethodMethods in cool.scx.http.routing with parameters of type HttpMethod -
Uses of HttpMethod in cool.scx.http.web_socket
Methods in cool.scx.http.web_socket with parameters of type HttpMethodModifier and TypeMethodDescriptiondefault ScxHttpClientRequestScxClientWebSocketHandshakeRequest.method(HttpMethod method)