All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.responder.RedirectionResponse

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

public final class RedirectionResponse
extends Response

Constructor Index

     o   RedirectionResponse(Responder, Request, RedirectionException)

Method Index

     o   performHttpMethod(String)


Constructors 

o   RedirectionResponse
 public RedirectionResponse(Responder r,
                            Request req,
                            RedirectionException 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