public interface ServerEngine
Modifier and Type | Method and Description |
---|---|
void |
addServant(URL url,
JettyHTTPHandler handler)
Register a servant.
|
org.eclipse.jetty.server.Handler |
getServant(URL url)
Get a previously registered servant.
|
void |
removeServant(URL url)
Remove a previously registered servant.
|
void addServant(URL url, JettyHTTPHandler handler)
url
- the URL associated with the servanthandler
- notified on incoming HTTP requestsvoid removeServant(URL url)
url
- the URL the servant was registered against.org.eclipse.jetty.server.Handler getServant(URL url)
url
- the associated URLApache CXF