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
-
BasicResponse(Responder, Request)
-
-
delete()
-
-
extensionMethod(String)
-
-
get()
-
-
head()
-
-
options()
-
-
performHttpMethod(String)
-
-
post()
-
-
put()
-
-
trace()
-
BasicResponse
public BasicResponse(Responder res,
Request req)
performHttpMethod
public void performHttpMethod(String method) throws ResponseException
- Overrides:
- performHttpMethod in class Response
get
public void get() throws ResponseException
head
public void head() throws ResponseException
post
public void post() throws ResponseException
put
public void put() throws ResponseException
options
public void options() throws ResponseException
delete
public void delete() throws ResponseException
trace
public void trace() throws ResponseException
extensionMethod
public void extensionMethod(String method) throws ResponseException
All Packages Class Hierarchy This Package Previous Next Index