Uses of Enum Class
org.jolokia.server.core.util.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in org.jolokia.server.core.osgi.security
Methods in org.jolokia.server.core.osgi.security with parameters of type HttpMethodModifier and TypeMethodDescriptionbooleanDelegatingRestrictor.isHttpMethodAllowed(HttpMethod pMethod) Check whether the HTTP method with which the request was sent is allowed. -
Uses of HttpMethod in org.jolokia.server.core.request
Methods in org.jolokia.server.core.request that return HttpMethodModifier and TypeMethodDescriptionJolokiaRequest.getHttpMethod()HTTP method used for creating this request -
Uses of HttpMethod in org.jolokia.server.core.restrictor
Methods in org.jolokia.server.core.restrictor with parameters of type HttpMethodModifier and TypeMethodDescriptionbooleanAbstractConstantRestrictor.isHttpMethodAllowed(HttpMethod pMethod) Check whether the HTTP method with which the request was sent is allowed. -
Uses of HttpMethod in org.jolokia.server.core.restrictor.policy
Methods in org.jolokia.server.core.restrictor.policy with parameters of type HttpMethodModifier and TypeMethodDescriptionbooleanHttpMethodChecker.check(HttpMethod pMethod) booleanPolicyRestrictor.isHttpMethodAllowed(HttpMethod method) Check whether the HTTP method with which the request was sent is allowed. -
Uses of HttpMethod in org.jolokia.server.core.service.api
Methods in org.jolokia.server.core.service.api with parameters of type HttpMethodModifier and TypeMethodDescriptionbooleanRestrictor.isHttpMethodAllowed(HttpMethod pMethod) Check whether the HTTP method with which the request was sent is allowed. -
Uses of HttpMethod in org.jolokia.server.core.service.impl
Methods in org.jolokia.server.core.service.impl with parameters of type HttpMethodModifier and TypeMethodDescriptionbooleanJolokiaContextImpl.isHttpMethodAllowed(HttpMethod pMethod) Check whether the HTTP method with which the request was sent is allowed. -
Uses of HttpMethod in org.jolokia.server.core.util
Methods in org.jolokia.server.core.util that return HttpMethodModifier and TypeMethodDescriptionstatic 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.