| Package | Description |
|---|---|
| de.androbit.nibbler.dsl | |
| de.androbit.nibbler.http |
| Modifier and Type | Method and Description |
|---|---|
RestHttpMethod |
HandlerDefinition.getRestHttpMethod() |
| Modifier and Type | Method and Description |
|---|---|
Map<RestHttpMethod,List<HandlerDefinition>> |
PathDefinition.getMethodHandlers() |
| Modifier and Type | Method and Description |
|---|---|
protected List<HandlerDefinition> |
PathDefinition.getOrCreateMethodHandlerList(RestHttpMethod restHttpMethod) |
HandlerDefinition |
HandlerDefinition.withHttpMethod(RestHttpMethod restHttpMethod) |
| Modifier and Type | Method and Description |
|---|---|
RestHttpMethod |
RestRequest.method() |
static RestHttpMethod |
RestHttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestHttpMethod[] |
RestHttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.