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
      void setServletContexts​(TowServletContext... towServletContexts)  
      • Methods inherited from class io.undertow.servlet.core.ServletContainerImpl

        addDeployment, getDeployment, getDeploymentByPath, listDeployments, removeDeployment
      • 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

      • setServletContexts

        public void setServletContexts​(TowServletContext... towServletContexts)