A G L M O P S 

A

asyncEcho(String, AsyncResponse) - Method in class org.glassfish.jersey.examples.server.async.LongRunningEchoResource
Asynchronously echo the last path segment after sleeping for a long time.
AsyncJaxrsApplication - Class in org.glassfish.jersey.examples.server.async
TODO: javadoc.
AsyncJaxrsApplication() - Constructor for class org.glassfish.jersey.examples.server.async.AsyncJaxrsApplication
 

G

getClasses() - Method in class org.glassfish.jersey.examples.server.async.AsyncJaxrsApplication
 
getSingletons() - Method in class org.glassfish.jersey.examples.server.async.AsyncJaxrsApplication
 

L

LongRunningEchoResource - Class in org.glassfish.jersey.examples.server.async
Example of a simple resource with a long-running operation executed in a custom application thread.
LongRunningEchoResource() - Constructor for class org.glassfish.jersey.examples.server.async.LongRunningEchoResource
 

M

MessagingResource - Class in org.glassfish.jersey.examples.server.async
Example of a simple blocking point-to-point messaging resource.
MessagingResource() - Constructor for class org.glassfish.jersey.examples.server.async.MessagingResource
 

O

org.glassfish.jersey.examples.server.async - package org.glassfish.jersey.examples.server.async
 

P

pickUpMessage(AsyncResponse) - Method in class org.glassfish.jersey.examples.server.async.MessagingResource
Retrieve a message from the blocking message queue.
postMessage(AsyncResponse, String) - Method in class org.glassfish.jersey.examples.server.async.MessagingResource
Post a new message to the blocking message queue.

S

syncEcho(String) - Method in class org.glassfish.jersey.examples.server.async.LongRunningEchoResource
Synchronously echo the last path segment after sleeping for a long time.
A G L M O P S 

Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.