Class TowServletContainer

java.lang.Object
io.undertow.servlet.core.ServletContainerImpl
com.aspectran.undertow.server.servlet.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • TowServletContainer

      public TowServletContainer()
  • Method Details