Package org.w3c.www.http

Interface Summary
HeaderValue  
HTTP  
HttpStreamObserver  
 

Class Summary
BasicValue  
ByteRangeOutputStream  
ChunkedInputStream A Stream that parses and present chunk encoded data.
ChunkedOutputStream  
ContentLengthInputStream The content length input stream is used internally to return entity bodies.
CookieDate  
HeaderDescription  
HttpAccept  
HttpAcceptCharset  
HttpAcceptCharsetList  
HttpAcceptEncoding  
HttpAcceptEncodingList  
HttpAcceptLanguage  
HttpAcceptLanguageList  
HttpAcceptList  
HttpBag Internal representation of protocol headers conforming to the bag spec.
HttpCacheControl The parsed cache-control directive of HTTP/1.1 This object gives access to the parsed value of the cache-control directive of HTTP/1.1, as defined in section 14.9 of the specification.
HttpCaseTokenList Parse a comma separated list of tokens.
HttpChallenge  
HttpContentRange  
HttpCookie  
HttpCookieList  
HttpCredential This class has a hack to handle basic authentication.
HttpDate  
HttpEntityMessage  
HttpEntityTag  
HttpEntityTagList  
HttpExt  
HttpExtList  
HttpFactory Use this class to create pre-defined header values of various kind.
HttpInteger  
HttpMessage The basic class for all HTTP messages, as define in the HTTP spec.
HttpMimeType  
HttpParamList This class parses name->value pairs, used in Authentication Info
HttpParser A private class to help with the parsing.
HttpRange  
HttpRangeList  
HttpReplyMessage  
HttpRequestMessage  
HttpSetCookie  
HttpSetCookieList  
HttpString  
HttpTokenList Parse a comma separated list of tokens.
HttpUpperTokenList Parse a comma separated list of tokens.
HttpWarning  
HttpWarningList  
MimeParserMessageFactory The MIME parser factory for HTTP requests.
MimeParserReplyFactory The MIME parse factory for HTTP replies.
MimeParserRequestFactory The MIME parser factory for HTTP requests.
 

Exception Summary
HttpAccessException Invalid access to an HTTP message header.
HttpExtException  
HttpInvalidValueException  
HttpParserException