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.ee10.servlet.ServletContextHandler sharedHandler, String endpointId) void
void
void
undeployHandler
(String contextPath)
-
Method Details
-
deployEndpoint
void deployEndpoint(WebAppEndpointInstance endpoint) throws pl.edu.icm.unity.base.exceptions.EngineException - Throws:
pl.edu.icm.unity.base.exceptions.EngineException
-
undeployEndpoint
- Throws:
pl.edu.icm.unity.base.exceptions.EngineException
-
deployHandler
void deployHandler(org.eclipse.jetty.ee10.servlet.ServletContextHandler sharedHandler, String endpointId) throws pl.edu.icm.unity.base.exceptions.EngineException - Throws:
pl.edu.icm.unity.base.exceptions.EngineException
-
undeployHandler
- Throws:
pl.edu.icm.unity.base.exceptions.EngineException
-
undeployAllHandlers
void undeployAllHandlers() throws pl.edu.icm.unity.base.exceptions.EngineException- Throws:
pl.edu.icm.unity.base.exceptions.EngineException
-
getUsedContextPaths
-