All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.responder.NotModifiedResponse

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

public final class NotModifiedResponse
extends Response

Constructor Index

 o NotModifiedResponse(Responder, Request, NotModifiedException)

Method Index

 o performHttpMethod(String)

Constructors

 o NotModifiedResponse
 public NotModifiedResponse(Responder r,
                            Request req,
                            NotModifiedException e)

Methods

 o performHttpMethod
 public void performHttpMethod(String method) throws ResponseException
Overrides:
performHttpMethod in class Response

All Packages  Class Hierarchy  This Package  Previous  Next  Index