Uses of Enum Class
org.gcube.smartgears.extensions.HttpExtension.Method
Packages that use HttpExtension.Method
-
Uses of HttpExtension.Method in org.gcube.smartgears.extensions
Methods in org.gcube.smartgears.extensions that return HttpExtension.MethodModifier and TypeMethodDescriptionstatic HttpExtension.MethodReturns the enum constant of this class with the specified name.static HttpExtension.Method[]HttpExtension.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gcube.smartgears.extensions that return types with arguments of type HttpExtension.MethodModifier and TypeMethodDescriptionApiSignature.methods()Returns the set of HTTP methods supported by this API.ApiSignature.requestTypes()Returns the request types accepted for each HTTP method.ApiSignature.responseTypes()Returns the response types produced for each HTTP method.Methods in org.gcube.smartgears.extensions with parameters of type HttpExtension.MethodModifier and TypeMethodDescriptionbooleanApiResource.accepts(HttpExtension.Method method, String type) Returnstrueif this resource accepts a given media type for a given method.static ApiMethodSignatureApiResource.method(HttpExtension.Method method) Returns anApiMethodSignaturethat declares the media types handled by anApiResourcefor a given method.booleanApiResource.produces(HttpExtension.Method method, String type) Returnstrueif this resource produces a given media type for a given method.booleanApiResource.supports(HttpExtension.Method method) Returnstrueif this resource supports a given method.Constructors in org.gcube.smartgears.extensions with parameters of type HttpExtension.MethodModifierConstructorDescriptionCreates a new API method signature with the specified HTTP method. -
Uses of HttpExtension.Method in org.gcube.smartgears.extensions.resource
Methods in org.gcube.smartgears.extensions.resource with parameters of type HttpExtension.MethodModifier and TypeMethodDescriptionbooleanLifecycleResource.supports(HttpExtension.Method method)