Uses of Class
dk.netarkivet.viewerproxy.CommandResolver

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

Uses of CommandResolver in dk.netarkivet.viewerproxy
 

Subclasses of CommandResolver in dk.netarkivet.viewerproxy
 class GetDataResolver
          Wrapper for an URIResolver, which retrieves raw data on given specific URLs, and forwards all others to the wrapped handler.
 class UnknownCommandResolver
          Wrapper for an URIResolver, which gives failures on specific specific URLs, and forwards all others to the wrapped handler.
 

Uses of CommandResolver in dk.netarkivet.viewerproxy.distribute
 

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