Class LongRunningAsyncOperationResource
- java.lang.Object
-
- org.glassfish.jersey.examples.server.async.LongRunningAsyncOperationResource
-
-
Field Summary
Fields Modifier and Type Field Description static StringNOTIFICATION_RESPONSE
-
Constructor Summary
Constructors Constructor Description LongRunningAsyncOperationResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbasicSyncExample()voidsuspendViaContextExample(AsyncResponse ar, String query)
-
-
-
Field Detail
-
NOTIFICATION_RESPONSE
public static final String NOTIFICATION_RESPONSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
suspendViaContextExample
@GET @Path("async") public void suspendViaContextExample(@Suspended AsyncResponse ar, @QueryParam("query") String query)
-
-