| Package | Description |
|---|---|
| net.codestory.http | |
| net.codestory.http.routes |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebServer.onPageNotFound(Match match,
org.simpleframework.http.Response response) |
| Modifier and Type | Method and Description |
|---|---|
Match |
RouteCollection.apply(org.simpleframework.http.Request request,
org.simpleframework.http.Response response) |
Match |
Route.apply(java.lang.String uri,
org.simpleframework.http.Request request,
org.simpleframework.http.Response response) |
static Match |
Match.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Match[] |
Match.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Match.isBetter(Match other) |
Copyright © 2013. All Rights Reserved.