Class DefaultTowServer

java.lang.Object
com.aspectran.utils.lifecycle.AbstractLifeCycle
com.aspectran.undertow.server.AbstractTowServer
com.aspectran.undertow.server.DefaultTowServer
All Implemented Interfaces:
com.aspectran.core.component.bean.ablility.DisposableBean, com.aspectran.core.component.bean.ablility.InitializableBean, TowServer, com.aspectran.utils.lifecycle.LifeCycle

public class DefaultTowServer extends AbstractTowServer implements com.aspectran.core.component.bean.ablility.InitializableBean, com.aspectran.core.component.bean.ablility.DisposableBean
The Undertow Server managed by Aspectran.
Since:
6.3.0
See Also:
  • Constructor Details

    • DefaultTowServer

      public DefaultTowServer()
  • Method Details

    • doStart

      public void doStart() throws Exception
      Overrides:
      doStart in class com.aspectran.utils.lifecycle.AbstractLifeCycle
      Throws:
      Exception
    • doStop

      public void doStop()
      Overrides:
      doStop in class com.aspectran.utils.lifecycle.AbstractLifeCycle
    • initialize

      public void initialize() throws Exception
      Specified by:
      initialize in interface com.aspectran.core.component.bean.ablility.InitializableBean
      Throws:
      Exception
    • destroy

      public void destroy()
      Specified by:
      destroy in interface com.aspectran.core.component.bean.ablility.DisposableBean