Uses of Interface
dk.netarkivet.viewerproxy.URIResolverHandler

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

Uses of URIResolverHandler in dk.netarkivet.viewerproxy
 

Classes in dk.netarkivet.viewerproxy that implement URIResolverHandler
 class CommandResolver
          An abstract superclass for URIResolvers that handle commands given to the server host (http://<>/<>/<>=<>*
 class GetDataResolver
          Wrapper for an URIResolver, which retrieves raw data on given specific URLs, and forwards all others to the wrapped handler.
 class NotifyingURIResolver
          A wrapper class for URI resolver, which also notifies an URIObserver about all URIs visited and their response codes.
 class UnknownCommandResolver
          Wrapper for an URIResolver, which gives failures on specific specific URLs, and forwards all others to the wrapped handler.
 class WebProxy
          The WebProxy is the ONLY viewerproxy class that interfaces with the Jetty classes.
 

Uses of URIResolverHandler in dk.netarkivet.viewerproxy.distribute
 

Classes in dk.netarkivet.viewerproxy.distribute that implement URIResolverHandler
 class HTTPControllerServer
          Wrapper for an URIResolver, which calls the controller methods on given specific URLs, and forwards all others to the wrapped handler.