Package sunlabs.brazil.server
package sunlabs.brazil.server
-
ClassDescriptionAllows multiple handlers to be invoked sequentially for a single HTTP request.Standard handler for fetching static files.The interface for writing HTTP handlers.Sample main program for starting an http server.Represents an HTTP transaction.The
HttpOutputStream
provides the convenience methodwriteBytes
for writing the byte representation of a string, without bringing in the overhead and the deprecated warnings associated with ajava.io.DataOutputStream
.Yet another HTTP/1.1 server.Version of Request for testing purposes.