Package com.ocient.rest
Class RestServer
java.lang.Object
com.ocient.rest.RestServer
- All Implemented Interfaces:
AutoCloseable
Entry point for the REST API.
-
Constructor Details
-
RestServer
public RestServer(int port)
-
-
Method Details
-
createResourceConfig
public static org.glassfish.jersey.server.ResourceConfig createResourceConfig() -
getUri
-
start
- Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-