@Path(value="counter") public class CounterResource extends Object
CounterResource()
int
getAppCounter()
getReqCounter()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CounterResource()
@GET @Path(value="application") @Produces(value="text/plain") public int getAppCounter()
@GET @Path(value="request") @Produces(value="text/plain") public int getReqCounter()
Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.