Package org.eclipse.jetty.http
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 org.eclipse.jetty.http.HttpField
HttpField.IntValueHttpField, HttpField.LongValueHttpField
-
Constructor Summary
ConstructorDescriptionIntValueHttpField
(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 org.eclipse.jetty.http.HttpField
contains, equals, getHeader, getLowerCaseName, getName, getValue, getValueParameters, getValues, hashCode, is, isSameName, stripParameters, toString, valueParameters
-
Constructor Details
-
IntValueHttpField
-
IntValueHttpField
-
IntValueHttpField
-
IntValueHttpField
-
-
Method Details
-
getIntValue
public int getIntValue()- Overrides:
getIntValue
in classHttpField
-
getLongValue
public long getLongValue()- Overrides:
getLongValue
in classHttpField
-