Class LLServer

java.lang.Object
com.io7m.looseleaf.server.internal.LLServer
All Implemented Interfaces:
LLServerType, Closeable, AutoCloseable

public final class LLServer extends Object implements LLServerType
The main server implementation.
  • Constructor Details

    • LLServer

      public LLServer(com.io7m.jmulticlose.core.CloseableCollectionType<IOException> inResources, ArrayList<org.eclipse.jetty.server.Server> inServers, LLServices inServices)
      The main server implementation.
      Parameters:
      inServices - The service directory
      inServers - The Jetty servers
      inResources - The server resources
  • Method Details