Interface Server

  • All Known Implementing Classes:
    TomcatServer

    public interface Server
    SPI for a web application server, defined as a collection of one or more Engines.
    Author:
    Paul Ferraro
    • Method Detail

      • getEngines

        Iterable<Engine> getEngines()
        Returns the servlet engines associated with this server.
        Returns:
        the server's engines