Class App
- java.lang.Object
-
- org.glassfish.jersey.examples.server.async.managed.App
-
public class App extends Object
Jersey example application for custom executors managed async resources.- Author:
- Marek Potociar
-
-
Field Summary
Fields Modifier and Type Field Description static StringASYNC_LONG_RUNNING_MANAGED_OP_PATH
-
Constructor Summary
Constructors Constructor Description App()
-
-
-
Field Detail
-
ASYNC_LONG_RUNNING_MANAGED_OP_PATH
public static final String ASYNC_LONG_RUNNING_MANAGED_OP_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
create
public static ResourceConfig create()
-
-