All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.responder.BasicResponse

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

public class BasicResponse
extends Response

Constructor Index

     o   BasicResponse(Responder, Request)

Method Index

     o   delete()

     o   extensionMethod(String)

     o   get()

     o   head()

     o   options()

     o   performHttpMethod(String)

     o   post()

     o   put()

     o   trace()


Constructors 

o   BasicResponse
 public BasicResponse(Responder res,
                      Request req)


Methods 

o   performHttpMethod
 protected void performHttpMethod(String method) throws SendableException, IOException
Overrides:
performHttpMethod in class Response
o   get
 protected void get() throws SendableException, IOException
o   head
 protected void head() throws SendableException, IOException
o   post
 protected void post() throws SendableException, IOException
o   put
 protected void put() throws SendableException, IOException
o   options
 protected void options() throws SendableException, IOException
o   delete
 protected void delete() throws SendableException, IOException
o   trace
 protected void trace() throws SendableException, IOException
o   extensionMethod
 protected void extensionMethod(String method) throws SendableException, IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index