Class w3c.jigsaw.proxy.ProxyStatistics
All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.proxy.ProxyStatistics
java.lang.Object
|
+----w3c.tools.store.AttributeHolder
|
+----w3c.tools.store.Resource
|
+----w3c.jigsaw.resources.HTTPResource
|
+----w3c.jigsaw.resources.FilteredResource
|
+----w3c.jigsaw.proxy.ProxyStatistics
- public class ProxyStatistics
- extends FilteredResource
-
ATTR_REFRESH
- Attribute index - The refresh reate.
-
ProxyStatistics()
-
-
get(Request)
- Get this resource.
-
getRefresh()
- Get the refresh rate.
-
initialize(Object[])
- Initialization method for attribute holders.
ATTR_REFRESH
protected static int ATTR_REFRESH
- Attribute index - The refresh reate.
ProxyStatistics
public ProxyStatistics()
getRefresh
public int getRefresh()
- Get the refresh rate.
- Returns:
- The refresh rate as a number of seconds.
get
public Reply get(Request request) throws HTTPException
- Get this resource.
Dump the available statistics.
- Parameters:
- request - The incoming request.
- Returns:
- A Reply instance.
- Overrides:
- get in class HTTPResource
initialize
public void initialize(Object values[])
- Initialization method for attribute holders.
- Overrides:
- initialize in class AttributeHolder
All Packages Class Hierarchy This Package Previous Next Index