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 Summary

    Modifier and Type
    Method
    Description
    Returns the servlet engines associated with this server.
  • Method Details

    • getEngines

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