Interface NetworkServer
public interface NetworkServer
Provides access to the information of the network server.
- Author:
- K. Benedyczak
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deployEndpoint
(WebAppEndpointInstance endpoint) void
deployHandler
(org.eclipse.jetty.servlet.ServletContextHandler sharedHandler, String endpointId) void
void
void
undeployHandler
(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
-