|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.plovr.soy.server.RequestHandlerSelector
public class RequestHandlerSelector
RequestHandlerSelector
selects the HttpHandler
to use
to respond to a request based on the path.
Constructor Summary | |
---|---|
RequestHandlerSelector(Config config)
|
Method Summary | |
---|---|
void |
handle(com.sun.net.httpserver.HttpExchange exchange)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestHandlerSelector(Config config)
Method Detail |
---|
public void handle(com.sun.net.httpserver.HttpExchange exchange) throws java.io.IOException
handle
in interface com.sun.net.httpserver.HttpHandler
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |