Interface NetworkServer


public interface NetworkServer
Provides access to the information of the network server.
Author:
K. Benedyczak
  • Method Details

    • deployEndpoint

      void deployEndpoint(WebAppEndpointInstance endpoint) throws pl.edu.icm.unity.base.exceptions.EngineException
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException
    • undeployEndpoint

      void undeployEndpoint(String id) throws pl.edu.icm.unity.base.exceptions.EngineException
      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

      void undeployHandler(String contextPath) throws pl.edu.icm.unity.base.exceptions.EngineException
      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

      Set<String> getUsedContextPaths()