| Package | Description |
|---|---|
| net.codestory.http | |
| net.codestory.http.routes |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebServer.onPageNotFound(Match match,
com.sun.net.httpserver.HttpExchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
Match |
RouteCollection.apply(com.sun.net.httpserver.HttpExchange exchange) |
Match |
Route.apply(java.lang.String uri,
com.sun.net.httpserver.HttpExchange exchange) |
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.