Class IdUVServer
java.lang.Object
com.io7m.idstore.server.user_view.IdUVServer
A user view server.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.jetty.server.ServercreateUserViewServer(IdServiceDirectoryType services) Create a user view server.
-
Method Details
-
createUserViewServer
public static org.eclipse.jetty.server.Server createUserViewServer(IdServiceDirectoryType services) throws Exception Create a user view server.- Parameters:
services- The service directory- Returns:
- A server
- Throws:
Exception- On errors
-