org.glassfish.jersey.examples.reload
Class StatsResource

java.lang.Object
  extended by org.glassfish.jersey.examples.reload.StatsResource

@Path(value="stats")
@Produces(value="text/plain")
public class StatsResource
extends Object

Author:
Jakub Podlesak (jakub.podlesak at oracle.com)

Constructor Summary
StatsResource()
           
 
Method Summary
 String getStats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsResource

public StatsResource()
Method Detail

getStats

@GET
public String getStats()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.