All Packages Class Hierarchy This Package Previous Next Index
Class w3c.www.http.HttpInteger
java.lang.Object
|
+----w3c.www.http.BasicValue
|
+----w3c.www.http.HttpInteger
- public class HttpInteger
- extends BasicValue
-
HttpInteger()
-
-
getValue()
- HeaderValue implemenntation - Get this header value.
-
parse()
- Parse this header value into its various components.
-
setValue(int)
-
-
setValue(Integer)
-
-
updateByteValue()
- Update the RFC822 compatible header value for this object.
HttpInteger
public HttpInteger()
parse
protected void parse()
- Parse this header value into its various components.
- Overrides:
- parse in class BasicValue
updateByteValue
protected void updateByteValue()
- Update the RFC822 compatible header value for this object.
- Overrides:
- updateByteValue in class BasicValue
getValue
public Object getValue()
- HeaderValue implemenntation - Get this header value.
- Overrides:
- getValue in class BasicValue
setValue
public void setValue(int ival)
setValue
public void setValue(Integer ival)
All Packages Class Hierarchy This Package Previous Next Index