java.lang.Object
org.glassfish.jersey.examples.server.async.managed.ChatResource

@Path("chat") @Produces("application/json") public class ChatResource extends Object
Example of a simple fire&forget point-to-point messaging resource. This version of the messaging resource does not block when POSTing a new message.
Author:
Marek Potociar