Uses of Class
org.attribyte.api.http.Stats
Packages that use Stats
-
Uses of Stats in org.attribyte.api.http
Fields in org.attribyte.api.http declared as StatsMethods in org.attribyte.api.http that return StatsMethods in org.attribyte.api.http with parameters of type StatsModifier and TypeMethodDescriptionSets request/response stats.Constructors in org.attribyte.api.http with parameters of type StatsModifierConstructorDescriptionCreates a response with attributes and stats.Response(int statusCode, Map<?, ?> headers, Map<String, Object> attributes, Stats stats, Collection<Cookie> cookies) Creates a response with attributes, stats and cookies.StreamedResponse(int statusCode, Map<?, ?> headers, com.google.common.io.ByteSource body, Map<String, Object> attributes, Stats stats, Collection<Cookie> cookies) Creates a response. -
Uses of Stats in org.attribyte.api.http.impl.jetty
Methods in org.attribyte.api.http.impl.jetty that return Stats