All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.www.http.HttpMimeType

java.lang.Object
   |
   +----org.w3c.www.http.BasicValue
           |
           +----org.w3c.www.http.HttpMimeType

public class HttpMimeType
extends BasicValue

Constructor Index

 o HttpMimeType()

Method Index

 o getValue()
HeaderValue implemenntation - Get this header value.
 o parse()
parse.
 o updateByteValue()
Update the RFC822 compatible header value for this object.

Constructors

 o HttpMimeType
 public HttpMimeType()

Methods

 o parse
 protected void parse() throws HttpParserException
parse.

Throws: HttpParserException
if parsing failed.
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

All Packages  Class Hierarchy  This Package  Previous  Next  Index