Package sunlabs.brazil.server


package sunlabs.brazil.server
  • Class
    Description
    Allows 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 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.
    Yet another HTTP/1.1 server.
    Version of Request for testing purposes.