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
 public void performHttpMethod(String method) throws ResponseException
Overrides:
performHttpMethod in class Response
 o get
 public void get() throws ResponseException
 o head
 public void head() throws ResponseException
 o post
 public void post() throws ResponseException
 o put
 public void put() throws ResponseException
 o options
 public void options() throws ResponseException
 o delete
 public void delete() throws ResponseException
 o trace
 public void trace() throws ResponseException
 o extensionMethod
 public void extensionMethod(String method) throws ResponseException

All Packages  Class Hierarchy  This Package  Previous  Next  Index