Package jason.framework.protocol.http

Interface Summary
HttpRequestParser Created Wed Jan 2 17:54:03 2002 Interface for Parsing HTTP protocol request
HttpResponseBuilder Created Thu Jan 3 13:58:05 2002 Interface for building an HTTP response
StatusCode Lise of STATUS CODE from the RFC 2068
 

Class Summary
HttpParserTester Test for the parser
HttpRequestParserImpl This class is responsible for parsing a HTTP request and obtain the following information 1) Fully qualified resource name 2) Header names 3) Header values 4) Request message body It takes a InputStream to access the client request.
HttpResponseBuilderImpl Created Thu Jan 3 13:11:22 2002 This classe is responsable to build a valid HTTP response.
HttpResponseTester Created Thu Jan 3 16:20:34 2002 Test for Http response
 

Exception Summary
HttpParsingException Created Wed Jan 2 17:48:21 2002 Comments