Uses of Class
org.apache.juneau.rest.stats.RestContextStats
Packages that use RestContextStats
Package
Description
REST Server API
REST Servlets
Spring Boot Integration
-
Uses of RestContextStats in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return RestContextStatsModifier and TypeMethodDescriptionRestContext.getStats()Gives access to the internal statistics on this context. -
Uses of RestContextStats in org.apache.juneau.rest.servlet
Methods in org.apache.juneau.rest.servlet that return RestContextStatsModifier and TypeMethodDescriptionBasicRestObject.getStats(RestRequest req) BasicRestOperations.getStats(RestRequest req) [GET /stats] - Timing statistics.BasicRestServlet.getStats(RestRequest req) -
Uses of RestContextStats in org.apache.juneau.rest.springboot
Methods in org.apache.juneau.rest.springboot that return RestContextStats