Uses of Class
dk.netarkivet.common.distribute.HTTPRemoteFileRegistry

Packages that use HTTPRemoteFileRegistry
dk.netarkivet.common.distribute   
 

Uses of HTTPRemoteFileRegistry in dk.netarkivet.common.distribute
 

Subclasses of HTTPRemoteFileRegistry in dk.netarkivet.common.distribute
 class HTTPSRemoteFileRegistry
          This is a registry for HTTPS remote file, meant for serving registered files to remote hosts.
 

Fields in dk.netarkivet.common.distribute declared as HTTPRemoteFileRegistry
protected static HTTPRemoteFileRegistry HTTPRemoteFileRegistry.instance
          The unique instance.
 

Methods in dk.netarkivet.common.distribute that return HTTPRemoteFileRegistry
static HTTPRemoteFileRegistry HTTPRemoteFileRegistry.getInstance()
          Get the unique instance.
static HTTPRemoteFileRegistry HTTPSRemoteFileRegistry.getInstance()
          Get the unique instance.
protected  HTTPRemoteFileRegistry HTTPRemoteFile.getRegistry()
          Get the webserver registry for this class of files.
protected  HTTPRemoteFileRegistry HTTPSRemoteFile.getRegistry()
          Get the HTTPS serving registry for remote files.