Uses of Enum Class
is.galia.http.Method
Packages that use Method
Package
Description
Contains a simple HTTP client and server along with some utility
classes.
HTTP resource classes and server request handler class.
-
Uses of Method in is.galia.http
Subclasses with type arguments of type Method in is.galia.httpMethods in is.galia.http that return MethodModifier and TypeMethodDescriptionClient.getMethod()
static Method
Returns the enum constant of this class with the specified name.static Method[]
Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in is.galia.http with parameters of type Method -
Uses of Method in is.galia.resource
Methods in is.galia.resource that return MethodModifier and TypeMethodDescriptionJettyRequestWrapper.getMethod()
MutableRequest.getMethod()
Request.getMethod()
Methods in is.galia.resource that return types with arguments of type MethodModifier and TypeMethodDescriptionRoute.requestMethods()
Returns the value of therequestMethods
record component.Methods in is.galia.resource with parameters of type MethodConstructor parameters in is.galia.resource with type arguments of type Method