Interface NetworkServer
public interface NetworkServer
Provides access to the information of the network server.
- Author:
- K. Benedyczak
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeployEndpoint(WebAppEndpointInstance endpoint) voiddeployHandler(org.eclipse.jetty.servlet.ServletContextHandler sharedHandler, String endpointId) voidvoidvoidundeployHandler(String contextPath)
-
Method Details
-
deployEndpoint
- Throws:
EngineException
-
undeployEndpoint
- Throws:
EngineException
-
deployHandler
void deployHandler(org.eclipse.jetty.servlet.ServletContextHandler sharedHandler, String endpointId) throws EngineException - Throws:
EngineException
-
undeployHandler
- Throws:
EngineException
-
undeployAllHandlers
- Throws:
EngineException
-
getUsedContextPaths
-