public final class MaxForwards extends HeaderInteger
Limit the number of times the message can be forwarded through proxies or gateways.
Max-Forwards: 10
Max-Forwards = "Max-Forwards" ":" 1*DIGIT
The Max-Forwards value is a decimal integer indicating the remaining number of times this request message may be forwarded.
Each proxy or gateway recipient of a TRACE or OPTIONS request containing a Max-Forwards header field MUST check and update its value prior to forwarding the request. If the received value is zero (0), the recipient MUST NOT forward the request; instead, it MUST respond as the final recipient. If the received Max-Forwards value is greater than zero, then the forwarded message MUST contain an updated Max-Forwards field with a value decremented by one (1).
The Max-Forwards header field MAY be ignored for all other methods defined by this specification and for any extension methods for which it is not explicitly referred to as part of that method definition.
Modifier and Type | Method and Description |
---|---|
static MaxForwards |
forString(String value)
Returns a parsed
Max-Forwards header. |
asInt, toString
public static MaxForwards forString(String value)
Max-Forwards
header.value
- The Max-Forwards
header string.Max-Forwards
header, or Copyright © 2018 Apache. All rights reserved.