public class JettyManagerImpl implements WebManager(Code)
Jetty implementation of WebManager. Knows how to manipulate
other Jetty objects for management purposes.
version: $Rev:386276 $ $Date: 2007-11-06 12:06:33 -0800 (Tue, 06 Nov 2007) $
Gets the protocols that this web container supports (that you can create
connectors for).
removeConnector
public void removeConnector(AbstractName connectorName)(Code)
Removes a connector. This shuts it down if necessary, and removes it
from the server environment. It must be a connector that this container
is responsible for.
Parameters: connectorName -