Interface TowServer

All Superinterfaces:
com.aspectran.utils.lifecycle.LifeCycle
All Known Implementing Classes:
AbstractTowServer, DefaultTowServer

public interface TowServer extends com.aspectran.utils.lifecycle.LifeCycle

Created: 11/25/23

  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.aspectran.utils.lifecycle.LifeCycle

    com.aspectran.utils.lifecycle.LifeCycle.Listener
  • Field Summary

    Fields inherited from interface com.aspectran.utils.lifecycle.LifeCycle

    FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
  • Method Summary

    Modifier and Type
    Method
    Description
    io.undertow.servlet.api.DeploymentManager
    getDeploymentManager(String deploymentName)
     
    io.undertow.servlet.api.DeploymentManager
     
    com.aspectran.core.component.session.SessionHandler
    getSessionHandler(String deploymentName)
     
    com.aspectran.core.component.session.SessionHandler
     
    static String
     
    boolean
     

    Methods inherited from interface com.aspectran.utils.lifecycle.LifeCycle

    addLifeCycleListener, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
  • Method Details

    • getVersion

      static String getVersion()
    • isAutoStart

      boolean isAutoStart()
    • getDeploymentManager

      io.undertow.servlet.api.DeploymentManager getDeploymentManager(String deploymentName)
    • getDeploymentManagerByPath

      io.undertow.servlet.api.DeploymentManager getDeploymentManagerByPath(String path)
    • getSessionHandler

      com.aspectran.core.component.session.SessionHandler getSessionHandler(String deploymentName)
    • getSessionHandlerByPath

      com.aspectran.core.component.session.SessionHandler getSessionHandlerByPath(String path)