Uses of Class
mmhttp.server.Server

Packages that use Server
mmhttp.server   
 

Uses of Server in mmhttp.server
 

Methods in mmhttp.server with parameters of type Server
 Responder Authenticator.authenticate(Server server, Request request, Responder privilegedResponder)
          This is the primary method used for authenticating a user for a given 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)
           
 

Constructors in mmhttp.server with parameters of type Server
Expediter(java.net.Socket socket, Server server)
          Constructs an Expediter with a fresh socket connection, and the Server from whence it came.
 



Copyright © 2009 Micah Martin. All Rights Reserved.