Uses of Class
org.archive.wayback.util.webapp.AbstractRequestHandler

Packages that use AbstractRequestHandler
org.archive.wayback.liveweb   
org.archive.wayback.resourcestore.locationdb   
org.archive.wayback.util.webapp   
org.archive.wayback.webapp   
 

Uses of AbstractRequestHandler in org.archive.wayback.liveweb
 

Subclasses of AbstractRequestHandler in org.archive.wayback.liveweb
 class ARCRecordingProxy
           
 class ARCUnwrappingProxy
          ServletRequestContext which proxies to an ARCRecordingProxy, and unwraps the "application/x-arc-record" MIME response into the inner HTTP response, sending all HTTP headers AS-IS, and the HTTP Entity.
 

Uses of AbstractRequestHandler in org.archive.wayback.resourcestore.locationdb
 

Subclasses of AbstractRequestHandler in org.archive.wayback.resourcestore.locationdb
 class FileProxyServlet
          ServletRequestContext interface which uses a ResourceFileLocationDB to reverse proxy an incoming HTTP request for a file by name to it's actual back-end location.
 class ResourceFileLocationDBServlet
          ServletRequestContext enabling remote HTTP GET/POST access to a local ResourceFileLocationDB.
 

Uses of AbstractRequestHandler in org.archive.wayback.util.webapp
 

Subclasses of AbstractRequestHandler in org.archive.wayback.util.webapp
 class StaticFileRequestHandler
          RequestHandler implementation which allows serving of static files, and .jsp files within a ServletContext.
 

Uses of AbstractRequestHandler in org.archive.wayback.webapp
 

Subclasses of AbstractRequestHandler in org.archive.wayback.webapp
 class AccessPoint
          Retains all information about a particular Wayback configuration within a ServletContext, including holding references to the implementation instances of the primary Wayback classes: RequestParser ResourceIndex(via WaybackCollection) ResourceStore(via WaybackCollection) QueryRenderer ReplayDispatcher ExceptionRenderer ResultURIConverter
 class LiveWebAccessPoint
           
 class ServerRelativeArchivalRedirect
           
 



Copyright © 2005-2011 Internet Archive. All Rights Reserved.