Package pt.opensoft.http

Examples of pt.opensoft.http.HtmlResponse


    super(appName, TRX_NAME);
  }

  protected Response process (Request request) throws Exception {
    TrxStats.TrxStatsEntry stats = Transaction.getTrxStats().getStats("STATS", null);
    if (stats == null) return new HtmlResponse("OK [STATS ] [MIN:MED:MAX:COUNT] 0:0:0:0");
    return new HtmlResponse("OK "+stats);
  }
View Full Code Here

TOP

Related Classes of pt.opensoft.http.HtmlResponse

Copyright © 2018 www.massapicom. 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.