Package org.apache.awf.web.http

Interface Summary
HttpRequest An HTTP request received from a client
HttpResponse An HTTP response build and sent to a client in response to a HttpRequest
 

Class Summary
HttpBufferedLexer Lexer class responsible for lexing an HTTP stream into tokens.
HttpParsingContext Context object holding data of the currently or last parser execution.
HttpProtocol  
HttpRequestDispatcher The RequestDispatcher is responsible for invoking the appropriate RequestHandler method for the current HttpRequest.
HttpRequestImpl  
HttpRequestParser Builds HttpRequest using a given ByteBuffer and already existing request object (unfinished).
HttpResponseImpl  
HttpServerDescriptor This class provides a possiblity to change the tunables used by AWF for the HTTP server configuration.
MalFormedHttpRequest  
 

Exception Summary
HttpException Representation of an exception thrown by the server through the HTTP protocol.
 



Copyright © 2012. All Rights Reserved.