| Package | Description |
|---|---|
| org.hawkular.metrics.api.jaxrs.dropwizard |
| Modifier and Type | Method and Description |
|---|---|
static HTTPMethod |
HTTPMethod.fromString(String method) |
HTTPMethod |
RESTMetricName.getMethod() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static RESTMetaData |
RESTMetaData.forRead(HTTPMethod method,
String uri) |
static RESTMetaData |
RESTMetaData.forWrite(HTTPMethod method,
String uri) |
| Constructor and Description |
|---|
RESTMetricName(HTTPMethod method,
String uri) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.