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

Constructor Index

 o HttpInteger()

Method Index

 o getValue()
HeaderValue implemenntation - Get this header value.
 o parse()
Parse this header value into its various components.
 o setValue(int)
 o setValue(Integer)
 o updateByteValue()
Update the RFC822 compatible header value for this object.

Constructors

 o HttpInteger
 public HttpInteger()

Methods

 o parse
 protected void parse()
Parse this header value into its various components.

Overrides:
parse in class BasicValue
 o updateByteValue
 protected void updateByteValue()
Update the RFC822 compatible header value for this object.

Overrides:
updateByteValue in class BasicValue
 o getValue
 public Object getValue()
HeaderValue implemenntation - Get this header value.

Overrides:
getValue in class BasicValue
 o setValue
 public void setValue(int ival)
 o setValue
 public void setValue(Integer ival)

All Packages  Class Hierarchy  This Package  Previous  Next  Index