Package mmhttp.server

Interface Summary
Logger  
Responder An interface that custom Responders must implement.
 

Class Summary
Authenticator Base class for all authentication implementations.
ErrorResponder Used in the event of an error.
Expediter This class fills a role in the restaurant metaphore.
LogData An object representing all the loggable data of a request.
NotFoundResponder Creates a 404 Not Found response.
PromiscuousAuthenticator An implementation of Authenticator that lets every request thought.
ResponderFactory The spawning place of all Responders.
Server This is where the action begins.
UnauthorizedResponder Generates a 401 response which will usually cause the browser to promt the user for credentials.
 



Copyright © 2009 Micah Martin. All Rights Reserved.