@Path(value="/") public class MyResource extends Object
MyResource()
void
get(AsynchronousResponse response)
timeout(AsynchronousResponse response)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MyResource()
@GET @Produces(value="text/plain") public void get(AsynchronousResponse response)
@GET @Path(value="timeout") @Produces(value="text/plain") public void timeout(AsynchronousResponse response)
Copyright © 2015. All Rights Reserved.