org.mortbay.jetty.plugin.util
Interface JettyPluginServer
- All Superinterfaces:
- Proxy
- All Known Implementing Classes:
- Jetty6PluginServer
public interface JettyPluginServer
- extends Proxy
JettyPluginServer
Type to hide differences in API for different versions
of Jetty for Server class.
setRequestLog
void setRequestLog(Object requestLog)
getRequestLog
Object getRequestLog()
setConnectors
void setConnectors(Object[] connectors)
throws Exception
- Throws:
Exception
getConnectors
Object[] getConnectors()
setUserRealms
void setUserRealms(Object[] realms)
throws Exception
- Throws:
Exception
getUserRealms
Object[] getUserRealms()
configureHandlers
void configureHandlers()
throws Exception
- Throws:
Exception
addWebApplication
void addWebApplication(WebAppContext webapp)
throws Exception
- Throws:
Exception
start
void start()
throws Exception
- Throws:
Exception
createDefaultConnector
Object createDefaultConnector(String port)
throws Exception
- Throws:
Exception
join
void join()
throws Exception
- Throws:
Exception
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.