|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HttpHandler
A handler invoked to process a request.
| Method Summary | |
|---|---|
java.lang.String |
getRootContextPath()
|
void |
handle(HttpExchange exchange)
Handles a HttpExchange containing a HttpRequest. |
| Method Detail |
|---|
java.lang.String getRootContextPath()
void handle(HttpExchange exchange)
throws java.io.IOException
exchange - the HttpExchange object
java.io.IOException - handling the request (e.g. a org.eclipse.jetty.http.HttpException)
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||