Package edu.rit.http

Package edu.rit.http contains components for working with the Hypertext Transfer Protocol (HTTP).

See:
          Description

Class Summary
HttpRequest Class HttpRequest encapsulates an HTTP request received from a web browser.
HttpResponse Class HttpResponse encapsulates an HTTP response returned to a web browser.
HttpServer Class HttpServer provides a lightweight HTTP/1.0 server.
 

Enum Summary
HttpResponse.Status Enumeration HttpResponse.Status enumerates the status codes for an HTTP response message.
 

Package edu.rit.http Description

Package edu.rit.http contains components for working with the Hypertext Transfer Protocol (HTTP).

Class HttpServer provides a lightweight HTTP/1.0 server that is designed to be embedded inside another program.



Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.