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(java.lang.Object requestLog)
getRequestLog
java.lang.Object getRequestLog()
setConnectors
void setConnectors(java.lang.Object[] connectors)
throws java.lang.Exception
- Throws:
java.lang.Exception
getConnectors
java.lang.Object[] getConnectors()
setUserRealms
void setUserRealms(java.lang.Object[] realms)
throws java.lang.Exception
- Throws:
java.lang.Exception
getUserRealms
java.lang.Object[] getUserRealms()
configureHandlers
void configureHandlers()
throws java.lang.Exception
- Throws:
java.lang.Exception
addWebApplication
void addWebApplication(WebAppContext webapp)
throws java.lang.Exception
- Throws:
java.lang.Exception
start
void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
createDefaultConnector
java.lang.Object createDefaultConnector(java.lang.String port)
throws java.lang.Exception
- Throws:
java.lang.Exception
join
void join()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.