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