All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.responder.MessageResponse

java.lang.Object
   |
   +----novocode.netforge.http.responder.Response
           |
           +----novocode.netforge.http.responder.MessageResponse

public final class MessageResponse
extends Response

Constructor Index

     o   MessageResponse(Responder, Request, MessageException)

Method Index

     o   performHttpMethod(String)


Constructors 

o   MessageResponse
 public MessageResponse(Responder res,
                        Request req,
                        MessageException e)


Methods 

o   performHttpMethod
 public void performHttpMethod(String method) throws SendableException, IOException
Overrides:
performHttpMethod in class Response

All Packages  Class Hierarchy  This Package  Previous  Next  Index