Package | Description |
---|---|
org.archive.wayback.webapp |
Modifier and Type | Field and Description |
---|---|
protected PerfStats.OutputFormat |
PerfWritingHttpServletResponse.outputFormat |
Modifier and Type | Method and Description |
---|---|
static PerfStats.OutputFormat |
PerfStats.OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerfStats.OutputFormat[] |
PerfStats.OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
PerfStats.getAllStats(PerfStats.OutputFormat format)
Format all stats in the format specified.
|
void |
AccessPoint.setPerfStatsHeaderFormat(PerfStats.OutputFormat perfStatsHeaderFormat)
Format of profiling header field.
|
Constructor and Description |
---|
PerfWritingHttpServletResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Enum<?> stat,
String perfStatsHeader,
PerfStats.OutputFormat format)
Initialize with all parameters.
|
Copyright © 2005–2015 IIPC. All rights reserved.