ExchangeAttribute
public class ResponseTimeAttribute extends java.lang.Object implements ExchangeAttribute
UndertowOptions.RECORD_REQUEST_START_TIME
has been setModifier and Type | Class | Description |
---|---|---|
static class |
ResponseTimeAttribute.Builder |
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
RESPONSE_TIME_MICROS |
|
static java.lang.String |
RESPONSE_TIME_MILLIS |
|
static java.lang.String |
RESPONSE_TIME_MILLIS_SHORT |
|
static java.lang.String |
RESPONSE_TIME_NANOS |
|
static java.lang.String |
RESPONSE_TIME_SECONDS_SHORT |
Constructor | Description |
---|---|
ResponseTimeAttribute(java.util.concurrent.TimeUnit timeUnit) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
readAttribute(HttpServerExchange exchange) |
Resolve the attribute from the HTTP server exchange.
|
void |
writeAttribute(HttpServerExchange exchange,
java.lang.String newValue) |
Sets a new value for the attribute.
|
public static final java.lang.String RESPONSE_TIME_MILLIS_SHORT
public static final java.lang.String RESPONSE_TIME_SECONDS_SHORT
public static final java.lang.String RESPONSE_TIME_MILLIS
public static final java.lang.String RESPONSE_TIME_MICROS
public static final java.lang.String RESPONSE_TIME_NANOS
public ResponseTimeAttribute(java.util.concurrent.TimeUnit timeUnit)
public java.lang.String readAttribute(HttpServerExchange exchange)
ExchangeAttribute
readAttribute
in interface ExchangeAttribute
exchange
- The exchangepublic void writeAttribute(HttpServerExchange exchange, java.lang.String newValue) throws ReadOnlyAttributeException
ExchangeAttribute
writeAttribute
in interface ExchangeAttribute
exchange
- The exchangenewValue
- The new value for the attributeReadOnlyAttributeException
- when attribute cannot be writtenCopyright © 2018. All rights reserved.