Class AbstractServletHttpServerImplementationTest.ServerContext

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jetty.servlet.ServletContextHandler getHandler()
      Obtains the ServletContextHandler.
      org.eclipse.jetty.server.Server getServer()
      Obtains the Server.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getServer

        public org.eclipse.jetty.server.Server getServer()
        Obtains the Server.
        Returns:
        Server.
      • getHandler

        public org.eclipse.jetty.servlet.ServletContextHandler getHandler()
        Obtains the ServletContextHandler.
        Returns:
        ServletContextHandler.