| Package | Description |
|---|---|
| com.northernwall.hadrian.utilityHandlers.routingHandler |
| Modifier and Type | Field and Description |
|---|---|
MethodRule |
RouteEntry.methodRule |
| Modifier and Type | Method and Description |
|---|---|
static MethodRule |
MethodRule.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MethodRule[] |
MethodRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingHandler.addRoute(MethodRule methodRule,
TargetRule targetRule,
java.lang.String targetPattern,
org.eclipse.jetty.server.Handler handler) |
| Constructor and Description |
|---|
RouteEntry(MethodRule methodRule,
TargetRule targetRule,
java.lang.String targetPattern,
org.eclipse.jetty.server.Handler handler) |
Copyright © 2016 Richard Thurston. All Rights Reserved.