Package org.tamacat.httpd.jmx

Examples of org.tamacat.httpd.jmx.BasicCounter.countDown()


  @Override
  public void afterResponse(HttpRequest request, HttpResponse response,
      HttpContext context) {
    BasicCounter counter = urlCounter.getCounter(getPath(serviceUrl));
    if (counter != null) counter.countDown();
  }
 
  private static String getPath(ServiceUrl serviceUrl) {
    URL host = serviceUrl.getHost();
    String name = host != null?
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.