Uses of Class
mmhttp.protocol.Request

Packages that use Request
mmhttp.server   
 

Uses of Request in mmhttp.server
 

Methods in mmhttp.server that return Request
 Request Expediter.makeRequest()
          Instantiates the request.
 

Methods in mmhttp.server with parameters of type Request
 Responder Authenticator.authenticate(Server server, Request request, Responder privilegedResponder)
          This is the primary method used for authenticating a user for a given request.
 Response Expediter.createGoodResponse(Request request)
          Creates the correct response object based on the request and authentication settings.
 void Expediter.log(java.net.Socket s, Request request, Response response)
          Constructs the LogData and sends it to the Server's Logger for logging.
static LogData Expediter.makeLogData(java.net.Socket socket, Request request, Response response)
          Constructs a LogData object representing the loggable data of this request.
 Response ErrorResponder.makeResponse(Server server, Request request)
           
 Response NotFoundResponder.makeResponse(Server server, Request request)
           
 Response Responder.makeResponse(Server server, Request request)
           
 Response UnauthorizedResponder.makeResponse(Server server, Request request)
           
 



Copyright © 2009 Micah Martin. All Rights Reserved.