Package org.eclipse.jetty.http
Class HttpField.LongValueHttpField
java.lang.Object
org.eclipse.jetty.http.HttpField
org.eclipse.jetty.http.HttpField.LongValueHttpField
- Enclosing class:
- HttpField
A specialized HttpField
whose value is a long
.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.http.HttpField
HttpField.IntValueHttpField, HttpField.LongValueHttpField
-
Field Summary
Fields inherited from class org.eclipse.jetty.http.HttpField
NAME_VALUE_TOKENIZER, PARAMETER_TOKENIZER
-
Constructor Summary
ConstructorDescriptionLongValueHttpField
(String header, long value) LongValueHttpField
(HttpHeader header, long value) LongValueHttpField
(HttpHeader header, String name, long value) LongValueHttpField
(HttpHeader header, String name, String value) LongValueHttpField
(HttpHeader header, String name, String value, long longValue) -
Method Summary
Methods inherited from class org.eclipse.jetty.http.HttpField
contains, contains, containsLast, containsLast, equals, getHeader, getLowerCaseName, getName, getValue, getValueList, getValueParameters, getValues, hashCode, is, isSameName, stripParameters, toString, valueParameters, withoutValue, withValue, withValues
-
Constructor Details
-
LongValueHttpField
-
LongValueHttpField
-
LongValueHttpField
-
LongValueHttpField
-
LongValueHttpField
-
-
Method Details
-
getIntValue
public int getIntValue()- Overrides:
getIntValue
in classHttpField
- Returns:
- the value of this field as an
int
-
getLongValue
public long getLongValue()- Overrides:
getLongValue
in classHttpField
- Returns:
- the value of this field as an
long
-