Class TowServletContainer

  • All Implemented Interfaces:
    io.undertow.servlet.api.ServletContainer

    public class TowServletContainer
    extends io.undertow.servlet.core.ServletContainerImpl

    Created: 2019-08-05

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.undertow.servlet.api.ServletContainer

        io.undertow.servlet.api.ServletContainer.Factory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.undertow.servlet.api.DeploymentManager addDeployment​(io.undertow.servlet.api.DeploymentInfo deploymentInfo)  
      io.undertow.servlet.api.DeploymentManager[] getDeploymentManagers()  
      void removeDeployment​(io.undertow.servlet.api.DeploymentInfo deploymentInfo)  
      void setTowServletContexts​(TowServletContext... towServletContexts)  
      • Methods inherited from class io.undertow.servlet.core.ServletContainerImpl

        getDeployment, getDeploymentByPath, listDeployments
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TowServletContainer

        public TowServletContainer()
    • Method Detail

      • getDeploymentManagers

        public io.undertow.servlet.api.DeploymentManager[] getDeploymentManagers()
      • setTowServletContexts

        public void setTowServletContexts​(TowServletContext... towServletContexts)
      • addDeployment

        public io.undertow.servlet.api.DeploymentManager addDeployment​(io.undertow.servlet.api.DeploymentInfo deploymentInfo)
        Specified by:
        addDeployment in interface io.undertow.servlet.api.ServletContainer
        Overrides:
        addDeployment in class io.undertow.servlet.core.ServletContainerImpl
      • removeDeployment

        public void removeDeployment​(io.undertow.servlet.api.DeploymentInfo deploymentInfo)
        Specified by:
        removeDeployment in interface io.undertow.servlet.api.ServletContainer
        Overrides:
        removeDeployment in class io.undertow.servlet.core.ServletContainerImpl