Uses of Interface
dk.netarkivet.viewerproxy.Response

Packages that use Response
dk.netarkivet.viewerproxy This module gives access to previously harvested material, through a proxy solution. 
dk.netarkivet.viewerproxy.distribute   
 

Uses of Response in dk.netarkivet.viewerproxy
 

Classes in dk.netarkivet.viewerproxy that implement Response
static class WebProxy.HttpResponse
          A wrapper around the Jetty HttpResponse, giving the simple Response interface used in our URIResolvers.
 

Methods in dk.netarkivet.viewerproxy with parameters of type Response
protected  void ARCArchiveAccess.createNotFoundResponse(java.net.URI uri, Response response)
          Generate an appropriate response when a URI is not found.
protected  boolean GetDataResolver.executeCommand(Request request, Response response)
          Handles parsing of the URL and delegating to relevant methods for known commands.
protected  boolean UnknownCommandResolver.executeCommand(Request request, Response response)
          Helper method that checks if this is a command URL and throw an error if it is.
protected abstract  boolean CommandResolver.executeCommand(Request request, Response response)
          Abstract method for parsing of the URL and delegating to relevant methods.
 int ARCArchiveAccess.lookup(Request request, Response response)
          Look up a given URI and add its contents to the Response given.
 int URIResolver.lookup(Request request, Response response)
          Do a lookup on a request and update response with the result.
 int NotifyingURIResolver.lookup(Request request, Response response)
          Passes the uri to the current wrapped resolver and notifies the observer of the result.
 int CommandResolver.lookup(Request request, Response response)
          Parses the given URI and executes commands for all command URLs.
 

Uses of Response in dk.netarkivet.viewerproxy.distribute
 

Methods in dk.netarkivet.viewerproxy.distribute with parameters of type Response
protected  boolean HTTPControllerServer.executeCommand(Request request, Response response)
          Handles parsing of the URL and delegating to relevant methods.