Class LLServers
java.lang.Object
com.io7m.looseleaf.server.LLServers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionopen(LLServerConfiguration configuration) Create and start a new server.
-
Constructor Details
-
LLServers
public LLServers()A server factory.
-
-
Method Details
-
open
Description copied from interface:LLServerFactoryTypeCreate and start a new server.- Specified by:
openin interfaceLLServerFactoryType- Parameters:
configuration- The server configuration- Returns:
- A new server
- Throws:
IOException- On I/O errors
-