Class AbstractRTSService

    • Constructor Detail

      • AbstractRTSService

        public AbstractRTSService​(Supplier<Host> hostSupplier,
                                  Supplier<org.jboss.as.network.SocketBinding> socketBindingSupplier)
    • Method Detail

      • getDeploymentInfo

        protected io.undertow.servlet.api.DeploymentInfo getDeploymentInfo​(String name,
                                                                           String contextPath,
                                                                           Map<String,​String> initialParameters)
      • deployServlet

        protected void deployServlet​(io.undertow.servlet.api.DeploymentInfo deploymentInfo)
      • undeployServlet

        protected void undeployServlet()
      • getBaseUrl

        protected String getBaseUrl()