Package sunlabs.brazil.server
Interface Summary |
Handler |
The interface for writing HTTP handlers. |
Class Summary |
ChainHandler |
Allows multiple handlers to be invoked sequentially for a single HTTP
request. |
FileHandler |
Standard handler for fetching static files.
|
Main |
Sample main program for starting an http server.
|
Request |
Represents an HTTP transaction. |
Request.HttpOutputStream |
The HttpOutputStream provides the convenience method
writeBytes for writing the byte representation of a
string, without bringing in the overhead and the deprecated warnings
associated with a java.io.DataOutputStream .
|
Server |
Yet another HTTP/1.1 server.
|
TestRequest |
Version of Request for testing purposes. |