public interface NetworkServer
| Modifier and Type | Method and Description |
|---|---|
void |
deployEndpoint(WebAppEndpointInstance endpoint) |
void |
deployHandler(org.eclipse.jetty.servlet.ServletContextHandler sharedHandler) |
URL |
getAdvertisedAddress() |
Set<String> |
getUsedContextPaths() |
void |
undeployAllHandlers() |
void |
undeployEndpoint(String id) |
void |
undeployHandler(String contextPath) |
URL getAdvertisedAddress()
void deployEndpoint(WebAppEndpointInstance endpoint) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionvoid undeployEndpoint(String id) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionvoid deployHandler(org.eclipse.jetty.servlet.ServletContextHandler sharedHandler)
throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionvoid undeployHandler(String contextPath) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionvoid undeployAllHandlers()
throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2020 Unity. All rights reserved.