Class LLServer
java.lang.Object
com.io7m.looseleaf.server.internal.LLServer
- All Implemented Interfaces:
LLServerType, Closeable, AutoCloseable
The main server implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionLLServer(com.io7m.jmulticlose.core.CloseableCollectionType<IOException> inResources, ArrayList<org.eclipse.jetty.server.Server> inServers, com.io7m.repetoir.core.RPServiceDirectoryType inServices) The main server implementation. -
Method Summary
-
Constructor Details
-
LLServer
public LLServer(com.io7m.jmulticlose.core.CloseableCollectionType<IOException> inResources, ArrayList<org.eclipse.jetty.server.Server> inServers, com.io7m.repetoir.core.RPServiceDirectoryType inServices) The main server implementation.- Parameters:
inResources- The server resourcesinServers- The Jetty serversinServices- The service directory
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-