Package | Description |
---|---|
org.jolokia.osgi.security | |
org.jolokia.request | |
org.jolokia.restrictor | |
org.jolokia.restrictor.policy | |
org.jolokia.util |
Modifier and Type | Method and Description |
---|---|
boolean |
DelegatingRestrictor.isHttpMethodAllowed(HttpMethod pMethod)
Check whether the HTTP method with which the request
was sent is allowed.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
JmxRequest.getHttpMethod()
HTTP method used for creating this request
|
Modifier and Type | Method and Description |
---|---|
boolean |
Restrictor.isHttpMethodAllowed(HttpMethod pMethod)
Check whether the HTTP method with which the request
was sent is allowed.
|
boolean |
PolicyRestrictor.isHttpMethodAllowed(HttpMethod method)
Check whether the HTTP method with which the request
was sent is allowed.
|
boolean |
AbstractConstantRestrictor.isHttpMethodAllowed(HttpMethod pMethod)
Check whether the HTTP method with which the request
was sent is allowed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpMethodChecker.check(HttpMethod pMethod) |
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns 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.
|
Copyright © 2017. All rights reserved.