| Package | Description |
|---|---|
| com.northernwall.hadrian.handlers.routing |
| Modifier and Type | Field and Description |
|---|---|
TargetRule |
RouteEntry.targetRule |
| Modifier and Type | Method and Description |
|---|---|
static TargetRule |
TargetRule.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TargetRule[] |
TargetRule.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.add(MethodRule methodRule,
TargetRule targetRule,
java.lang.String targetPattern,
org.eclipse.jetty.server.Handler handler,
boolean logAccess) |
| Constructor and Description |
|---|
RouteEntry(TargetRule targetRule,
java.lang.String targetPattern,
org.eclipse.jetty.server.Handler handler,
boolean logAccess) |
Copyright © 2017 Richard Thurston. All Rights Reserved.