Class App
- java.lang.Object
-
- org.glassfish.jersey.examples.helloworld.jaxrs.App
-
public class App extends Object
Hello world application using only the standard JAX-RS API and lightweight HTTP server bundled in JDK.- Author:
- Martin Matula
-
-
Constructor Summary
Constructors Constructor Description App()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URIgetBaseURI()Gets baseURI.static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-