Package edu.neu.ccs.demeterf.http.server

HTTP Server, Port, and Path annotation classes.

See:
          Description

Class Summary
Factory Web Server Factory class
ServerThread Represents the Dispatch portion of an HTTP Server.
 

Annotation Types Summary
Path Attach a Server method to a given (relative) Path.
Port Used to annotate a field of the Server as representing the Port number that it will listen on (bound at Server creation time).
Server Attach to a Server to describe the Port it will listen on
 

Package edu.neu.ccs.demeterf.http.server Description

HTTP Server, Port, and Path annotation classes.