Package com.io7m.looseleaf.server.api
Interface LLServerFactoryType
- All Known Implementing Classes:
LLServers
public interface LLServerFactoryType
A factory of servers.
-
Method Summary
Modifier and TypeMethodDescriptionopen(LLServerConfiguration configuration) Create and start a new server.
-
Method Details
-
open
Create and start a new server.- Parameters:
configuration- The server configuration- Returns:
- A new server
- Throws:
IOException- On I/O errors
-