Package juju.reattore.protocol.http.impl

Interface Summary
HeaderParser.Callback Called when a header has been parsed.
StartLineParser.Callback May be used to generate events on the end of parse instead of being data driven.
 

Class Summary
BaseHttpRequest HTTP request implementation.
BaseHttpResponse Basic HTTP response implementation.
BasicHttpParser Stateful HTTP parser that will parse blocks of bytes as they are fed in.
HeaderParser HTTP header parser.
Http11Protocol Logic for a HTTP/1.1 session
HttpParserHelper Testing interface that wraps the impl parser and request/response.
StartLineParser Parses a HTTP start (request/response) line.
 



Copyright © 2002-2003 Michael Hope. All Rights Reserved.