- java.lang.Object
-
- org.glassfish.jersey.examples.server.async.SimpleLongRunningResource
-
@Path(value="async/longrunning")
@Produces(value="text/plain")
public class SimpleLongRunningResource
extends Object
Example of a simple resource with a long-running operation executed in a
custom application thread.
- Author:
- Marek Potociar
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.