Modifier and Type | Class and Description |
---|---|
class |
AccessControlChecker |
Modifier and Type | Class and Description |
---|---|
class |
UpdateRobotsRequestHandler |
Modifier and Type | Class and Description |
---|---|
class |
AccessPointAdapter
Sub-AccessPoint managed by
CompositeAccessPoint . |
class |
CompositeAccessPoint
2014-11-06:
oracleUrl property is removed. |
Modifier and Type | Class and Description |
---|---|
class |
ProxyAccessPoint |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedCDXServerIndex
ResourceIndex on top of CDXServer . |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRequestHandler
Abstract RequestHandler implementation which performs the minimal behavior
for self registration with a RequestMapper, requiring subclasses to implement
only handleRequest().
|
class |
StaticFileRequestHandler
RequestHandler implementation which allows serving of static files, and
.jsp files within a ServletContext.
|
Modifier and Type | Method and Description |
---|---|
RequestHandler |
RequestHandlerContext.getRequestHandler() |
Modifier and Type | Method and Description |
---|---|
void |
RequestMapper.addGlobalPostRequestHandler(RequestHandler requestHandler)
Configure the specified RequestHandler to handle ALL incoming requests
after all other normal mapping has been attempted
|
void |
RequestMapper.addGlobalPreRequestHandler(RequestHandler requestHandler)
Configure the specified RequestHandler to handle ALL incoming requests
before any other normal mapping.
|
void |
RequestMapper.addRequestHandler(int port,
String host,
String path,
RequestHandler requestHandler)
Register the RequestHandler to accept requests on the given port, for the
specified host and path.
|
void |
PortMapper.addRequestHandler(String host,
String firstPath,
RequestHandler requestHandler)
Register the RequestHandler to accept requests for the given host and
port.
|
static void |
BeanNameRegistrar.registerHandler(RequestHandler handler,
RequestMapper mapper)
Extract the RequestHandler objects beanName, parse it, and register the
RequestHandler with the RequestMapper according to the beanNames
semantics.
|
Constructor and Description |
---|
RequestHandlerContext(RequestHandler handler,
String pathPrefix)
Constructor
|
Constructor and Description |
---|
RequestMapper(Collection<RequestHandler> requestHandlers,
javax.servlet.ServletContext servletContext)
Construct a RequestMapper, for the given RequestHandler objects, on the
specified ServletContext.
|
Modifier and Type | Class and Description |
---|---|
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 |
LiveWebRequestHandler |
class |
ServerRelativeArchivalRedirect
ServerRelativeArchivalRedirect is a RequestHandler
that redirects leaked server-relative URL back to replay request
URL. |
Copyright © 2005–2015 IIPC. All rights reserved.