Uses of Interface
mmhttp.server.Responder

Packages that use Responder
mmhttp.server   
 

Uses of Responder in mmhttp.server
 

Classes in mmhttp.server that implement Responder
 class ErrorResponder
          Used in the event of an error.
 class NotFoundResponder
          Creates a 404 Not Found response.
 class UnauthorizedResponder
          Generates a 401 response which will usually cause the browser to promt the user for credentials.
 

Methods in mmhttp.server that return Responder
 Responder Authenticator.authenticate(Server server, Request request, Responder privilegedResponder)
          This is the primary method used for authenticating a user for a given request.
 Responder ResponderFactory.responderFor(java.lang.String resource)
          This will find the correct Responder for the resource and construct it using the default constructor.
 

Methods in mmhttp.server with parameters of type Responder
 Responder Authenticator.authenticate(Server server, Request request, Responder privilegedResponder)
          This is the primary method used for authenticating a user for a given request.
 boolean Authenticator.isRestricted(Responder privilegedResponder)
          Should be overridden to determine if the specifed Responder should require a valid user to be logged in.
 



Copyright © 2009 Micah Martin. All Rights Reserved.