Interface ServletContainer.ServerController

  • All Known Implementing Classes:
    Jetty9ServerController
    Enclosing class:
    ServletContainer

    public static interface ServletContainer.ServerController
    Allows us to work with multiple Jetty versions.
    • Method Detail

      • newServer

        org.eclipse.jetty.server.Server newServer​(int port)
      • getLocalPort

        int getLocalPort​(org.eclipse.jetty.server.Server server)