org.glassfish.jersey.examples.httptrace
Class App
java.lang.Object
org.glassfish.jersey.examples.httptrace.App
public class App
- extends Object
This is the example entry point, where Jersey application gets populated and published
using the Grizzly 2 HTTP container.
- Author:
- Jakub Podlesak (jakub.podlesak at oracle.com)
|
Constructor Summary |
App()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASE_URI
public static final URI BASE_URI
ROOT_PATH_PROGRAMMATIC
public static final String ROOT_PATH_PROGRAMMATIC
- See Also:
- Constant Field Values
ROOT_PATH_ANNOTATED
public static final String ROOT_PATH_ANNOTATED
- See Also:
- Constant Field Values
App
public App()
main
public static void main(String[] args)
create
public static ResourceConfig create()
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.