All Packages Class Hierarchy This Package Previous Next Index
Interface org.apache.tomcat.core.ServerConnector
- public interface ServerConnector
-
getAttribute(String)
-
-
setAttribute(String, Object)
-
-
setContextManager(ContextManager)
-
-
setProperty(String, String)
- Something better is needed
-
start()
-
-
stop()
-
start
public abstract void start() throws Exception
stop
public abstract void stop() throws Exception
setContextManager
public abstract void setContextManager(ContextManager ctx)
setProperty
public abstract void setProperty(String prop,
String value)
- Something better is needed
setAttribute
public abstract void setAttribute(String prop,
Object value)
getAttribute
public abstract Object getAttribute(String prop)
All Packages Class Hierarchy This Package Previous Next Index