public interface ContextManager
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createContext(java.lang.String strUrl,
HttpProcessor processor) |
HttpProcessor |
getMainProcessor() |
void |
init() |
void |
remove(java.lang.Object context) |
void |
setConfiguration(HttpConfiguration configuration) |
void |
shutDown() |
void |
start() |
void |
stop() |
void init()
throws java.lang.Exception
java.lang.Exceptionvoid shutDown()
throws java.lang.Exception
java.lang.Exceptionvoid start()
throws java.lang.Exception
java.lang.Exceptionvoid stop()
throws java.lang.Exception
java.lang.Exceptionjava.lang.Object createContext(java.lang.String strUrl,
HttpProcessor processor)
throws java.lang.Exception
java.lang.Exceptionvoid remove(java.lang.Object context)
throws java.lang.Exception
java.lang.Exceptionvoid setConfiguration(HttpConfiguration configuration)
HttpProcessor getMainProcessor()
Copyright © 2005-2014 FuseSource. All Rights Reserved.