com.googlecode.mycontainer.web
Class WebServerDeployer
java.lang.Object
com.googlecode.mycontainer.kernel.Command
com.googlecode.mycontainer.kernel.deploy.Deployer
com.googlecode.mycontainer.kernel.deploy.NamingDeployer
com.googlecode.mycontainer.web.WebServerDeployer
- All Implemented Interfaces:
- ShutdownHook, java.io.Serializable
- Direct Known Subclasses:
- JettyServerDeployer
public abstract class WebServerDeployer
- extends NamingDeployer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServerDeployer
public WebServerDeployer()
bindPort
public abstract void bindPort(int port)
bindPort
public abstract void bindPort(int port,
int confidentialPort)
bindSSLPort
@Deprecated
public abstract void bindSSLPort(int port,
java.lang.String keystore,
java.lang.String password)
- Deprecated.
bindSSLPort
public abstract void bindSSLPort(SslConnectorInfo info)
createContextWebServer
public ContextWebServer createContextWebServer()
getWebContexts
public java.util.List<ContextWebServer> getWebContexts()
addRealm
public abstract void addRealm(Realm realm)
Copyright © 2008-2013 Mycontainer Team. All Rights Reserved.