Package 

Class ServletServer

  • All Implemented Interfaces:
    java.util.EventListener , javax.servlet.ServletContextListener

    
    public abstract class ServletServer
     implements ServletContextListener
                        

    Adapter to run a router inside a Servlets container. It is not a standard engine as it is not started/stopped.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit contextInitialized(ServletContextEvent sce)
      Unit contextDestroyed(ServletContextEvent sce)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait