Uses of Class
mmhttp.protocol.Response

Packages that use Response
mmhttp.protocol   
mmhttp.server   
 

Uses of Response in mmhttp.protocol
 

Subclasses of Response in mmhttp.protocol
 class ChunkedResponse
          This a special type of Response that supports HTTP 1.1 Chunking.
 class InputStreamResponse
          A derivative of Response that is ideal for large data sets.
 class SimpleResponse
          The most basic implementation of Response.
 

Uses of Response in mmhttp.server
 

Methods in mmhttp.server that return Response
 Response Expediter.createGoodResponse(Request request)
          Creates the correct response object based on the request and authentication settings.
 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)
           
 

Methods in mmhttp.server with parameters of type Response
 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.
 



Copyright © 2009 Micah Martin. All Rights Reserved.