Package com.aspectran.undertow.server
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 TypeMethodDescriptionio.undertow.servlet.api.DeploymentManagergetDeploymentManager(String deploymentName) io.undertow.servlet.api.DeploymentManagercom.aspectran.core.component.session.SessionHandlergetSessionHandler(String deploymentName) com.aspectran.core.component.session.SessionHandlerstatic StringbooleanMethods inherited from interface com.aspectran.utils.lifecycle.LifeCycle
addLifeCycleListener, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
-
Method Details
-
getVersion
-
isAutoStart
boolean isAutoStart() -
getDeploymentManager
-
getDeploymentManagerByPath
-
getSessionHandler
-
getSessionHandlerByPath
-