| Package | Description |
|---|---|
| org.jolokia.request | |
| org.jolokia.restrictor | |
| org.jolokia.restrictor.policy | |
| org.jolokia.util |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
JmxRequest.getHttpMethod()
HTTP method used for creating this request
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
Restrictor.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 © 2019. All rights reserved.