- java.lang.Object
-
- org.glassfish.jersey.examples.server.async.managed.ChatResource
-
@Path(value="chat")
@Produces(value="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 (marek.potociar at oracle.com)
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ChatResource
public ChatResource()
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.