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
public void setRequestLog(Object requestLog)
getRequestLog
public Object getRequestLog()
setConnectors
public void setConnectors(Object[] connectors)
throws Exception
- Throws:
Exception
getConnectors
public Object[] getConnectors()
setUserRealms
public void setUserRealms(Object[] realms)
throws Exception
- Throws:
Exception
getUserRealms
public Object[] getUserRealms()
configureHandlers
public void configureHandlers()
throws Exception
- Throws:
Exception
addWebApplication
public void addWebApplication(JettyPluginWebApplication webapp)
throws Exception
- Throws:
Exception
start
public void start()
throws Exception
- Throws:
Exception
createDefaultConnector
public Object createDefaultConnector(String port)
throws Exception
- Throws:
Exception
createWebApplication
public JettyPluginWebApplication createWebApplication()
throws Exception
- Throws:
Exception
join
public void join()
throws Exception
- Throws:
Exception
Copyright © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.