|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerEngine
| Method Summary | |
|---|---|
void |
addServant(java.net.URL url,
org.mortbay.http.handler.AbstractHttpHandler handler)
Register a servant. |
org.mortbay.http.HttpHandler |
getServant(java.net.URL url)
Get a previously registered servant. |
void |
removeServant(java.net.URL url)
Remove a previously registered servant. |
| Method Detail |
|---|
void addServant(java.net.URL url,
org.mortbay.http.handler.AbstractHttpHandler handler)
url - the URL associated with the servanthandler - notified on incoming HTTP requestsvoid removeServant(java.net.URL url)
url - the URL the servant was registered against.org.mortbay.http.HttpHandler getServant(java.net.URL url)
url - the associated URL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||