Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

absDistanceFromTimestamp(Timestamp) - Method in class org.archive.wayback.util.Timestamp
function that calculates integer seconds between this records timeStamp and the arguments timeStamp. result is the absolute number of seconds difference.
AbstractPeekableIterator<E> - Class in org.archive.wayback.util.iterator
 
AbstractPeekableIterator() - Constructor for class org.archive.wayback.util.iterator.AbstractPeekableIterator
 
AbstractRequestHandler - Class in org.archive.wayback.util.webapp
Abstract RequestHandler implementation which performs the minimal behavior for self registration with a RequestMapper, requiring subclasses to implement only handleRequest().
AbstractRequestHandler() - Constructor for class org.archive.wayback.util.webapp.AbstractRequestHandler
 
accept(File, String) - Method in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
accept(File, String) - Method in class org.archive.wayback.resourcestore.resourcefile.RegexFilenameFilter
 
ACCEPT_DATE_FORMATS - Static variable in class org.archive.wayback.memento.MementoUtils
 
ACCEPT_DATETIME - Static variable in interface org.archive.wayback.memento.MementoConstants
 
AccessCheckFilter - Class in org.archive.wayback.resourceindex.cdxserver
Standard CDXAccessFilter implementation useful for most cases.
AccessCheckFilter(AuthToken, ExclusionFilter, ExclusionFilter, CDXFilter) - Constructor for class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
Initialize with AuthToken, two ExclusionFilters and just one CDXFilter.
AccessCheckFilter(AuthToken, ExclusionFilter, ExclusionFilter, CDXFilter, CDXFilter) - Constructor for class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
Initializes with AuthToken, two ExclusionFilters and two CDXFilters.
AccessCheckFilter.CDXSearchResult - Class in org.archive.wayback.resourceindex.cdxserver
Adapts CDXLine to CaptureSearchResult interface.
accessCheckUrl - Variable in class org.archive.cdxserver.auth.RemoteAuthChecker
 
AccessControlChecker - Class in org.archive.wayback.accesscontrol.robotstxt
 
AccessControlChecker() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.AccessControlChecker
 
AccessControlException - Exception in org.archive.wayback.exception
Exception indicating no captures can be replayed because entire URL is blocked by robots.txt or other type of exclusion rules.
AccessControlException(String) - Constructor for exception org.archive.wayback.exception.AccessControlException
Constructor
AccessControlException(String, String) - Constructor for exception org.archive.wayback.exception.AccessControlException
Constructor with message and details
AccessControlSettingOperation - Class in org.archive.wayback.authenticationcontrol
BooleanOperator which tests a delegate operator, and sets an ExclusionFilterFactory on the WaybackRequest if the delegate is true.
AccessControlSettingOperation() - Constructor for class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
accessGroup - Variable in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
AccessPoint - Class in org.archive.wayback.webapp
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
AccessPoint() - Constructor for class org.archive.wayback.webapp.AccessPoint
 
AccessPoint.PerfStat - Enum in org.archive.wayback.webapp
 
AccessPoint.SingleLoadResourceStore - Class in org.archive.wayback.webapp
Per-request, decorating ResourceStore that throws ResourceNotAvailableException if retrieval of the archive has failed previously within the session.
AccessPointAdapter - Class in org.archive.wayback.accesspoint
Sub-AccessPoint managed by CompositeAccessPoint.
AccessPointAdapter(CompositeAccessPoint, AccessPointConfig) - Constructor for class org.archive.wayback.accesspoint.AccessPointAdapter
 
AccessPointAdapter(String, CompositeAccessPoint) - Constructor for class org.archive.wayback.accesspoint.AccessPointAdapter
 
AccessPointAuthChecker - Class in org.archive.wayback.resourceindex.cdxserver
AuthChecker implementation that runs ExclusionFilter provided through AccessPoint.getExclusionFactory() as well as the filtering provided by WaybackAPAuthChecker.
AccessPointAuthChecker() - Constructor for class org.archive.wayback.resourceindex.cdxserver.AccessPointAuthChecker
 
AccessPointAuthChecker.CombinedFilenamePrefixFilter - Class in org.archive.wayback.resourceindex.cdxserver
CDXFilter on prefix of filename field.
AccessPointAware - Interface in org.archive.wayback.webapp
Interface for object which need to be made aware of the AccessPoint within which they are operating
AccessPointCaptureFilterGroup - Class in org.archive.wayback.resourceindex.filterfactory
 
AccessPointCaptureFilterGroup(WaybackRequest) - Constructor for class org.archive.wayback.resourceindex.filterfactory.AccessPointCaptureFilterGroup
 
AccessPointCaptureFilterGroupFactory - Class in org.archive.wayback.resourceindex.filterfactory
 
AccessPointCaptureFilterGroupFactory() - Constructor for class org.archive.wayback.resourceindex.filterfactory.AccessPointCaptureFilterGroupFactory
 
AccessPointConfig - Class in org.archive.wayback.accesspoint
 
AccessPointConfig() - Constructor for class org.archive.wayback.accesspoint.AccessPointConfig
 
AccessPointConfigs - Class in org.archive.wayback.accesspoint
 
AccessPointConfigs() - Constructor for class org.archive.wayback.accesspoint.AccessPointConfigs
 
activeUrls - Variable in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRefresher
 
adapt(BDBRecord) - Method in class org.archive.wayback.resourceindex.bdb.BDBRecordToSearchResultAdapter
 
adapt(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.bdb.SearchResultToBDBRecordAdapter
 
adapt(String) - Method in class org.archive.wayback.resourceindex.cdx.CDXFormatToSearchResultAdapter
 
adapt(String) - Method in class org.archive.wayback.resourceindex.cdx.CDXLineToSearchResultAdapter
 
adapt(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXFormatAdapter
 
adapt(Iterator<CaptureSearchResult>, CDXFormat) - Static method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXFormatAdapter
 
adapt(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
adapt(Iterator<CaptureSearchResult>) - Static method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
adapt(Iterator<CaptureSearchResult>, boolean) - Static method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
adapt(String) - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
adapt(ARCRecord) - Method in class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
adapt(WARCRecord) - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
adapt(S) - Method in interface org.archive.wayback.util.Adapter
Transform one object into another
AdaptedIterator<S,T> - Class in org.archive.wayback.util
Iterator that transforms objects of one type to another.
AdaptedIterator(Iterator<S>, Adapter<S, T>) - Constructor for class org.archive.wayback.util.AdaptedIterator
 
adapter - Variable in class org.archive.wayback.util.AdaptedIterator
 
Adapter<S,T> - Interface in org.archive.wayback.util
 
adaptIterator(Iterator<String>) - Method in class org.archive.wayback.resourceindex.cdx.CDXFormatIndex
 
adaptIterator(Iterator<String>) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
adaptIterator(Iterator<String>) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
add(ResourceFileLocation) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
add(T) - Method in class org.archive.wayback.util.partition.Partition
 
ADD_OPERATION - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
addAll(Iterator<ResourceFileLocation>) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
addAllow(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotsDirectives
 
addBase() - Method in class org.archive.wayback.replay.TextDocument
 
addCDX(File) - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
addCloseMatch(String, String) - Method in class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroup
 
addCloseTagHandler(CloseTagHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addCloseTagHandler(CloseTagHandler, String) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addComponent(ExclusionFilter) - Method in class org.archive.wayback.resourceindex.filters.CompositeExclusionFilter
 
addComponent(Iterator<E>) - Method in class org.archive.wayback.util.CompositeSortedIterator
 
addContentTextHandler(ContentTextHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addConverter(String, ResultURIConverter) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
addCSSTextHandler(CSSTextHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addDay(Date, int) - Static method in class org.archive.wayback.partition.ToolBarData
Increment a Date object by +/- some days
addDirectives(String, RobotsDirectives) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotsDirectiveAggregation
 
addDisallow(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotsDirectives
 
addDoNotNegotiateHeader(HttpServletResponse) - Static method in class org.archive.wayback.memento.MementoUtils
 
addElementToPartition(CaptureSearchResult, Partition<CaptureSearchResult>) - Method in class org.archive.wayback.partition.CaptureSearchResultPartitionMap
 
addElementToPartition(Partition<CaptureSearchResult>, Partition<Partition<CaptureSearchResult>>) - Method in class org.archive.wayback.partition.PartitionPartitionMap
 
addElementToPartition(T, Partition<T>) - Method in interface org.archive.wayback.util.partition.ElementPartitionMap
Add the element to a partition, possible modifying the Partition in some way. ex: partition.add(element); partition.addTotal(1);
addFactory(ExclusionFilterFactory) - Method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
addFilter(ObjectFilter<E>) - Method in class org.archive.wayback.util.ObjectFilterChain
 
addFilters(Collection<ObjectFilter<E>>) - Method in class org.archive.wayback.util.ObjectFilterChain
 
addGlobalPostRequestHandler(RequestHandler) - Method in class org.archive.wayback.util.webapp.RequestMapper
Configure the specified RequestHandler to handle ALL incoming requests after all other normal mapping has been attempted
addGlobalPreRequestHandler(RequestHandler) - Method in class org.archive.wayback.util.webapp.RequestMapper
Configure the specified RequestHandler to handle ALL incoming requests before any other normal mapping.
addHeader(String, String) - Method in exception org.archive.wayback.exception.BetterRequestException
Deprecated.
1.8.1 2014-09-09, no replacement (define sub-class and override BetterRequestException.generateResponse(HttpServletResponse, WaybackRequest))
addJSTextHandler(JSTextHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addLinkHeader(HttpServletResponse, CaptureSearchResults, WaybackRequest, boolean, boolean) - Static method in class org.archive.wayback.memento.MementoUtils
Add Link header.
addMementoDatetimeHeader(HttpServletResponse, CaptureSearchResult) - Static method in class org.archive.wayback.memento.MementoUtils
Add Memento-Datetime header.
addMementoHeaders(HttpServletResponse, CaptureSearchResults, CaptureSearchResult, WaybackRequest) - Static method in class org.archive.wayback.memento.MementoUtils
addMime(String) - Method in class org.archive.wayback.resourceindex.filters.MimeTypeFilter
 
addMonth(Date, int) - Static method in class org.archive.wayback.partition.ToolBarData
Increment a Date object by +/- some months
addName(String) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBLog
 
addNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
add an url location for a name, unless it already exists
addNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
This method currently does nothing.
addNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
add an Url location for an arcName, unless it already exists
addNameUrl(String, String) - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
addOffset(int) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedMultiBlock
 
addOpenTagHandler(OpenTagHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addOpenTagHandler(OpenTagHandler, String) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addOption(String, String) - Method in class org.archive.wayback.util.html.SelectHTML
 
addOption(String) - Method in class org.archive.wayback.util.html.SelectHTML
 
addOrigHeader(HttpServletResponse, String) - Static method in class org.archive.wayback.memento.MementoUtils
Add Link header with just original relation link url.
addOrigHeader(HttpServletResponse, WaybackRequest) - Static method in class org.archive.wayback.memento.MementoUtils
 
addParseCompleteHandler(ParseCompleteHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addParseStartHandler(ParseStartHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addRemarkTextHandler(RemarkTextHandler) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
addRequestHandler(String, String, RequestHandler) - Method in class org.archive.wayback.util.webapp.PortMapper
Register the RequestHandler to accept requests for the given host and port.
addRequestHandler(int, String, String, RequestHandler) - Method in class org.archive.wayback.util.webapp.RequestMapper
Register the RequestHandler to accept requests on the given port, for the specified host and path.
addResultFilter(ObjectFilter<CaptureSearchResult>) - Method in class org.archive.wayback.core.WaybackRequest
 
addSearchResult(CaptureSearchResult) - Method in class org.archive.wayback.core.CaptureSearchResults
Append a capture.
addSearchResult(CaptureSearchResult, boolean) - Method in class org.archive.wayback.core.CaptureSearchResults
Add a result to this results, at either the beginning or the end, depending on the append argument
addSearchResult(UrlSearchResult) - Method in class org.archive.wayback.core.UrlSearchResults
 
addSearchResult(UrlSearchResult, boolean) - Method in class org.archive.wayback.core.UrlSearchResults
 
addSearchResults(Iterator<CaptureSearchResult>, UrlCanonicalizer) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
addSearchResults(Iterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
addSearchResults(Iterator<CaptureSearchResult>, UrlCanonicalizer) - Method in interface org.archive.wayback.resourceindex.UpdatableSearchResultSource
 
addSearchResults(String, Iterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
addShutdownListener(ShutdownListener) - Method in class org.archive.wayback.util.webapp.RequestMapper
Request the shutdownListener object to be notified of ServletContext shutdown.
addSkip(String) - Method in class org.archive.wayback.webapp.AccessPoint.SingleLoadResourceStore
 
addSource(SearchResultSource) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
add a SearchResultSource to this composite
addTimegateHeaders(HttpServletResponse, CaptureSearchResults, WaybackRequest, boolean) - Method in class org.archive.wayback.memento.DefaultMementoHandler
 
addTimegateHeaders(HttpServletResponse, CaptureSearchResults, WaybackRequest, boolean) - Method in interface org.archive.wayback.memento.MementoHandler
 
addTimegateHeaders(HttpServletResponse, CaptureSearchResults, WaybackRequest, boolean) - Static method in class org.archive.wayback.memento.MementoUtils
Add Vary: accept-datetime header and Link header for timegate response.
addTimegateHeaders(HttpServletResponse, CaptureSearchResults, WaybackRequest, boolean) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
addTimestampForId(String, String, String) - Static method in class org.archive.wayback.util.bdb.BDBMap
associate timestamp time with idenfier ip persistantly
addTotal(int) - Method in class org.archive.wayback.util.partition.Partition
Add and int to the Total count for this partition.
addVaryHeader(HttpServletResponse) - Static method in class org.archive.wayback.memento.MementoUtils
 
addYear(Date, int) - Static method in class org.archive.wayback.partition.ToolBarData
Increment a Date object by +/- some years
adminExclusions - Variable in class org.archive.wayback.resourceindex.cdxserver.WaybackAuthChecker
 
adminFilter - Variable in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
 
AdministrativeAccessControlException - Exception in org.archive.wayback.exception
 
AdministrativeAccessControlException(String) - Constructor for exception org.archive.wayback.exception.AdministrativeAccessControlException
 
AfterBodyStartTagJSPExecRule - Class in org.archive.wayback.replay.html.rules
This Rule fires just after the BODY start tag, emitting the result of the replay .jsp into the resulting page at that point.
AfterBodyStartTagJSPExecRule() - Constructor for class org.archive.wayback.replay.html.rules.AfterBodyStartTagJSPExecRule
 
afterPropertiesSet() - Method in class org.archive.cdxserver.BaseCDXServer
 
afterPropertiesSet() - Method in class org.archive.cdxserver.CDXServer
 
afterPropertiesSet() - Method in class org.archive.cdxserver.HowManyController
 
AGGREGATION_PREFIX_CONFIG - Static variable in interface org.archive.wayback.memento.MementoConstants
 
AggressiveUrlCanonicalizer - Class in org.archive.wayback.util.url
Class that performs the standard Heritrix URL canonicalization.
AggressiveUrlCanonicalizer() - Constructor for class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
 
ajaxAccessControl - Variable in class org.archive.cdxserver.BaseCDXServer
 
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.DayResultsPartitioner
Deprecated.
 
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.HourResultsPartitioner
Deprecated.
 
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.MonthResultsPartitioner
Deprecated.
 
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.
 
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.TwoMonthResultsPartitioner
Deprecated.
 
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.WeekResultsPartitioner
Deprecated.
 
alignStart(Calendar) - Method in class org.archive.wayback.query.resultspartitioner.YearResultsPartitioner
Deprecated.
 
alignStart(Calendar) - Method in interface org.archive.wayback.util.partition.PartitionSize
Align the calendar argument to the start of the interval covered by this size.
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.DayPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.HourPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.MonthPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.TwoMonthPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.TwoYearPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.WeekPartitionSize
 
alignStart(Calendar) - Method in class org.archive.wayback.util.partition.size.YearPartitionSize
 
ALL_SCHEMES - Static variable in class org.archive.wayback.util.url.UrlOperations
array of static Strings for all "known" schemes
AllAccessAuth - Class in org.archive.cdxserver.auth
 
AllAccessAuth() - Constructor for class org.archive.cdxserver.auth.AllAccessAuth
 
allCdxFieldsAccessTokens - Variable in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
allClusters - Variable in class org.archive.cdxserver.HowManyController
 
AllEventsHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
ALLOW_PATTERN - Static variable in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
 
allows(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.FixedRobotsDirectives
 
allows(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotsDirectives
 
allowsAll() - Method in class org.archive.wayback.accesscontrol.robotstxt.Robotstxt
Does this policy effectively allow everything?
allUrlAccessTokens - Variable in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
AlphaPartitionedIndex - Class in org.archive.wayback.resourceindex.distributed
ResourceIndex which delegates queries to multiple partitioned remote indexes.
AlphaPartitionedIndex() - Constructor for class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
alt - Variable in class org.archive.wayback.archivalurl.StandardAttributeRewriter.TransformAttr
 
AlwaysMatchSelector - Class in org.archive.wayback.replay.selector
 
AlwaysMatchSelector() - Constructor for class org.archive.wayback.replay.selector.AlwaysMatchSelector
 
ANCHOR_PREFIX - Static variable in class org.archive.wayback.replay.html.ReplayParseContext
 
AnchorWindowTooSmallException - Exception in org.archive.wayback.exception
 
AnchorWindowTooSmallException(String) - Constructor for exception org.archive.wayback.exception.AnchorWindowTooSmallException
 
AnchorWindowTooSmallException(String, String) - Constructor for exception org.archive.wayback.exception.AnchorWindowTooSmallException
 
and(byte[], byte[]) - Static method in class org.archive.wayback.util.IPRange
 
AndBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
AndBooleanOperator() - Constructor for class org.archive.wayback.util.operator.AndBooleanOperator
 
annotateHTMLContent(InputStream, String, String, CaptureSearchResult) - Method in class org.archive.wayback.resourcestore.indexer.HTTPRecordAnnotater
 
annotateHTTPContent(CaptureSearchResult, InputStream, Header[], String) - Method in class org.archive.wayback.resourcestore.indexer.HTTPRecordAnnotater
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.AccessPointCaptureFilterGroup
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.AnnotatingCaptureFilterGroup
 
annotateResults(SearchResults) - Method in interface org.archive.wayback.resourceindex.filterfactory.CaptureFilterGroup
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.ClosestTrackingCaptureFilterGroup
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.CoreCaptureFilterGroup
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroup
 
annotateResults(SearchResults) - Method in class org.archive.wayback.resourceindex.filterfactory.WindowFilterGroup
 
AnnotatingCaptureFilterGroup - Class in org.archive.wayback.resourceindex.filterfactory
 
AnnotatingCaptureFilterGroup(LocalResourceIndex) - Constructor for class org.archive.wayback.resourceindex.filterfactory.AnnotatingCaptureFilterGroup
 
AnnotatingCaptureFilterGroupFactory - Class in org.archive.wayback.resourceindex.filterfactory
 
AnnotatingCaptureFilterGroupFactory() - Constructor for class org.archive.wayback.resourceindex.filterfactory.AnnotatingCaptureFilterGroupFactory
 
AnnotationExceptionRenderer - Class in org.archive.wayback.exception
Deprecated. 
AnnotationExceptionRenderer() - Constructor for class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.
 
ANY_TAGNAME - Static variable in class org.archive.wayback.replay.TagMagix
 
APContextAuthToken - Class in org.archive.wayback.resourceindex.cdxserver
Variant of AuthToken used to pass AccessPoint reference to AuthChecker implementations.
APContextAuthToken(AccessPoint) - Constructor for class org.archive.wayback.resourceindex.cdxserver.APContextAuthToken
 
appendLogInfo(PrintWriter) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
appendLogInfo(PrintWriter) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
APPLICATION_LINK_FORMAT - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
APPLICATION_LINK_FORMAT - Static variable in interface org.archive.wayback.memento.MementoConstants
 
APPLICATION_RDF_XML_FORMAT - Static variable in interface org.archive.wayback.memento.MementoConstants
 
apply(ReplayParseContext, TagNode) - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter.TransformAttr
 
apply(ReplayParseContext, TagNode) - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter.TransformAttrIfAttrValue
 
apply(String, CaptureSearchResult) - Method in interface org.archive.wayback.resourceindex.cdx.format.CDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.CompressedLengthCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.DigestCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.FilenameCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.HTTPCodeCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.MIMETypeCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.OriginalURLCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.RedirectURLCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.RobotFlagsCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.StartOffsetCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.TimestampCDXField
 
apply(String, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.URLKeyCDXField
 
apply(CaptureSearchResult) - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaFlags
 
ARC_EXTENSION - Static variable in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
ARC_GZ_EXTENSION - Static variable in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
ARC_GZ_SUFFIX - Static variable in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
ARC_SUFFIX - Static variable in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
ARCArchiveRecordToResource(ArchiveRecord, ArchiveReader) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
ARCCacheDirectory - Class in org.archive.wayback.liveweb
Class uses an ARCWriterPool to provide access to a set of ARCWriters, exposing getting and setters which simplify Spring configuration.
ARCCacheDirectory() - Constructor for class org.archive.wayback.liveweb.ARCCacheDirectory
 
ARCCreator - Class in org.archive.wayback.util
 
ARCCreator() - Constructor for class org.archive.wayback.util.ARCCreator
 
ArchivalUrl - Class in org.archive.wayback.archivalurl
 
ArchivalUrl(WaybackRequest) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrl
 
ArchivalUrlASXReplayRenderer - Class in org.archive.wayback.archivalurl
 
ArchivalUrlASXReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlASXReplayRenderer
 
ArchivalUrlContextResultURIConverterFactory - Class in org.archive.wayback.archivalurl
ContextResultURIConverterFactory which creates a context specific ArchivalUrlResultURIConverter, given a base ArchivalUrlResultURIConverter and the flags to add.
ArchivalUrlContextResultURIConverterFactory(ArchivalUrlResultURIConverter) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlContextResultURIConverterFactory
 
ArchivalUrlContextResultURIConverterFactory.ArchivalUrlSpecialContextResultURIConverter - Class in org.archive.wayback.archivalurl
 
ArchivalUrlCSSReplayRenderer - Class in org.archive.wayback.archivalurl
ReplayRenderer that rewrites URLs found in CSS resource and inserts jspInserts at the top of the document.
ArchivalUrlCSSReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlCSSReplayRenderer
 
ArchivalUrlDateRedirectingClosestResultSelector - Class in org.archive.wayback.archivalurl
Deprecated.
1.8.1 2014-07-2 no replacement. use DefaultClosestResultSelector.
ArchivalUrlDateRedirectingClosestResultSelector() - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlDateRedirectingClosestResultSelector
Deprecated.
 
ArchivalUrlDateRedirectReplayRenderer - Class in org.archive.wayback.archivalurl
Deprecated.
1.8.1 2014-06-26 with no replacement.
ArchivalUrlDateRedirectReplayRenderer() - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlDateRedirectReplayRenderer
Deprecated.
 
ArchivalUrlFormRequestParser - Class in org.archive.wayback.archivalurl.requestparser
 
ArchivalUrlFormRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.ArchivalUrlFormRequestParser
 
ArchivalUrlJSReplayRenderer - Class in org.archive.wayback.archivalurl
TextReplayRenderer that rewrites URLs in JavaScript resource for replay in ArchivalURL mode, and inserts jspInserts at the top of the document.
ArchivalUrlJSReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlJSReplayRenderer
 
ArchivalURLJSStringTransformerReplayRenderer - Class in org.archive.wayback.archivalurl
TextReplayRenderer that uses StringTransformer as an underlining rewrite engine.
ArchivalURLJSStringTransformerReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ArchivalURLJSStringTransformerReplayRenderer
 
ArchivalUrlRef(String, String, String, String) - Constructor for class org.archive.wayback.webapp.ServerRelativeArchivalRedirect.ArchivalUrlRef
 
ArchivalUrlRequestParser - Class in org.archive.wayback.archivalurl
CompositeRequestParser that handles Archival Url Replay and Query requests, in addition to "standard" OpenSearch and Form RequestParsers.
ArchivalUrlRequestParser() - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
 
ArchivalUrlResultURIConverter - Class in org.archive.wayback.archivalurl
 
ArchivalUrlResultURIConverter() - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlResultURIConverter
 
ArchivalUrlResultURIConverterFactory - Class in org.archive.wayback.archivalurl
ArchivalUrlResultURIConverterFactory() - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlResultURIConverterFactory
 
ArchivalUrlSAXRewriteReplayRenderer - Class in org.archive.wayback.archivalurl
ReplayRenderer which attempts to rewrite text/html documents so URLs references within the document load from the correct ArchivalURL AccessPoint.
ArchivalUrlSAXRewriteReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
ArchivalUrlSpecialContextResultURIConverter(String) - Constructor for class org.archive.wayback.archivalurl.ArchivalUrlContextResultURIConverterFactory.ArchivalUrlSpecialContextResultURIConverter
 
ArchiveReaderCloseableIterator - Class in org.archive.wayback.resourcestore.indexer
 
ArchiveReaderCloseableIterator(ArchiveReader, Iterator<ArchiveRecord>) - Constructor for class org.archive.wayback.resourcestore.indexer.ArchiveReaderCloseableIterator
 
ArcIndexer - Class in org.archive.wayback.resourcestore.indexer
Transforms an ARC file into Iterator.
ArcIndexer() - Constructor for class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
arcReader - Variable in class org.archive.wayback.resourcestore.jwat.JWATResource
 
arcRecord - Variable in class org.archive.wayback.resourcestore.jwat.JWATResource
 
ARCRecordingProxy - Class in org.archive.wayback.liveweb
 
ARCRecordingProxy() - Constructor for class org.archive.wayback.liveweb.ARCRecordingProxy
 
ARCRecordToSearchResultAdapter - Class in org.archive.wayback.resourcestore.indexer
 
ARCRecordToSearchResultAdapter() - Constructor for class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
ArcRemoteLiveWebCache - Class in org.archive.wayback.liveweb
This class fetches resource from live web.
ArcRemoteLiveWebCache() - Constructor for class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
ArcResource - Class in org.archive.wayback.resourcestore.resourcefile
 
ArcResource(ARCRecord, ArchiveReader) - Constructor for class org.archive.wayback.resourcestore.resourcefile.ArcResource
Constructor
ARCUnwrappingProxy - Class in org.archive.wayback.liveweb
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.
ARCUnwrappingProxy() - Constructor for class org.archive.wayback.liveweb.ARCUnwrappingProxy
 
ArcWarcFilenameFilter - Class in org.archive.wayback.resourcestore.resourcefile
FilenameFilter which returns only compressed/uncompressed ARC/WARC files.
ArcWarcFilenameFilter() - Constructor for class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
assignFlags(WaybackRequest, String) - Static method in class org.archive.wayback.archivalurl.ArchivalUrl
 
attemptBlockLoad(BlockLoader) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
AttributeModifyingRule - Class in org.archive.wayback.replay.html.rules
 
AttributeModifyingRule() - Constructor for class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
AttributeRewriter - Interface in org.archive.wayback.archivalurl
The AttributeRewriter provides service for rewriting attribute values in HTML document.
attrName - Variable in class org.archive.wayback.archivalurl.StandardAttributeRewriter.TransformAttr
 
AuthChecker - Interface in org.archive.cdxserver.auth
 
authChecker - Variable in class org.archive.cdxserver.BaseCDXServer
 
AuthenticationControlException - Exception in org.archive.wayback.exception
Exception class for content inaccessible due to HTTP auth problems, or user coming from the wrong network.
AuthenticationControlException(String) - Constructor for exception org.archive.wayback.exception.AuthenticationControlException
Constructor
AuthenticationControlException(String, boolean) - Constructor for exception org.archive.wayback.exception.AuthenticationControlException
Constructor with option to request auth
AuthenticationControlException(String, String) - Constructor for exception org.archive.wayback.exception.AuthenticationControlException
Constructor with message and details
AuthProxyConfigSelector - Class in org.archive.wayback.accesspoint.proxy
 
AuthProxyConfigSelector() - Constructor for class org.archive.wayback.accesspoint.proxy.AuthProxyConfigSelector
 
AuthToken - Class in org.archive.cdxserver.auth
 
AuthToken() - Constructor for class org.archive.cdxserver.auth.AuthToken
 
AuthToken(String) - Constructor for class org.archive.cdxserver.auth.AuthToken
 
authToken - Variable in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
 
available() - Method in class org.archive.wayback.core.Resource
 
available() - Method in class org.archive.wayback.replay.CompositeResource
 
availableRange() - Method in class org.archive.wayback.replay.RangeResource
Look at resource HTTP header fields and determine the byte range available.

B

backgroundColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
Main background color for graphs
BadContentException - Exception in org.archive.wayback.exception
 
BadContentException(String) - Constructor for exception org.archive.wayback.exception.BadContentException
Constructor
BadContentException(String, String) - Constructor for exception org.archive.wayback.exception.BadContentException
Constructor with message and details
BadQueryException - Exception in org.archive.wayback.exception
Exception class for malformed user query.
BadQueryException(String) - Constructor for exception org.archive.wayback.exception.BadQueryException
Constructor
BadQueryException(String, String) - Constructor for exception org.archive.wayback.exception.BadQueryException
Constructor with message and details
BadRequestException - Exception in org.archive.wayback.util.http
 
BadRequestException(String) - Constructor for exception org.archive.wayback.util.http.BadRequestException
 
BaseCDXServer - Class in org.archive.cdxserver
 
BaseCDXServer() - Constructor for class org.archive.cdxserver.BaseCDXServer
 
BaseCSSStringTransformer - Class in org.archive.wayback.replay.html.transformer
 
BaseCSSStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
BaseEncodingSniffer - Class in org.archive.wayback.replay.charset
Implements common utility methods for EncodingSniffer.
BaseEncodingSniffer() - Constructor for class org.archive.wayback.replay.charset.BaseEncodingSniffer
 
BaseExceptionRenderer - Class in org.archive.wayback.exception
Default implementation responsible for outputting error responses to users for expected failure situations, for both Replay and Query requests.
BaseExceptionRenderer() - Constructor for class org.archive.wayback.exception.BaseExceptionRenderer
 
baseHandleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
BaseHrefStringTransformer - Class in org.archive.wayback.replay.html.transformer
 
BaseHrefStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.BaseHrefStringTransformer
 
BaseProcessor - Interface in org.archive.cdxserver.processor
BaseProcessor is an interface for a receiver of CDXLines.
BaseReplayRendererSelector - Class in org.archive.wayback.replay.selector
 
BaseReplayRendererSelector() - Constructor for class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
BaseRequestParser - Class in org.archive.wayback.requestparser
Abstract implementation of the RequestParser interface, which provides some convenience methods for accessing data in Map's, and also allows for configuring maxRecords, and earliest and latest timestamp strings.
BaseRequestParser() - Constructor for class org.archive.wayback.requestparser.BaseRequestParser
 
baseStatusFilter - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
baseStatusRegexp - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
baseUrl - Variable in class org.archive.wayback.util.htmllex.ParseContext
 
BDBIndex - Class in org.archive.wayback.resourceindex.bdb
 
BDBIndex() - Constructor for class org.archive.wayback.resourceindex.bdb.BDBIndex
 
BDBMap - Class in org.archive.wayback.util.bdb
Generic class for simple key-value pair lookup using BDBJE.
BDBMap(String, String) - Constructor for class org.archive.wayback.util.bdb.BDBMap
consturctor
BDBRecord - Class in org.archive.wayback.util.bdb
 
BDBRecord(DatabaseEntry, DatabaseEntry) - Constructor for class org.archive.wayback.util.bdb.BDBRecord
 
BDBRecordIterator - Class in org.archive.wayback.util.bdb
 
BDBRecordIterator(Cursor, String) - Constructor for class org.archive.wayback.util.bdb.BDBRecordIterator
 
BDBRecordIterator(Cursor, String, boolean) - Constructor for class org.archive.wayback.util.bdb.BDBRecordIterator
 
BDBRecordSet - Class in org.archive.wayback.util.bdb
 
BDBRecordSet() - Constructor for class org.archive.wayback.util.bdb.BDBRecordSet
 
BDBRecordToSearchResultAdapter - Class in org.archive.wayback.resourceindex.bdb
Adapter that converts a BDBRecord into a SearchResult
BDBRecordToSearchResultAdapter() - Constructor for class org.archive.wayback.resourceindex.bdb.BDBRecordToSearchResultAdapter
Constructor
BDBResourceFileLocationDB - Class in org.archive.wayback.resourcestore.locationdb
 
BDBResourceFileLocationDB() - Constructor for class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
BeanNameRegistrar - Class in org.archive.wayback.util.webapp
Helper static methods to implement registration of a RequestHandler with a RequestMapper, based on the beanName() method.
BeanNameRegistrar() - Constructor for class org.archive.wayback.util.webapp.BeanNameRegistrar
 
BeanShellFilter - Class in org.archive.wayback.resourceindex.filters
 
BeanShellFilter() - Constructor for class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
BeforeBodyEndTagJSPExecRule - Class in org.archive.wayback.replay.html.rules
 
BeforeBodyEndTagJSPExecRule() - Constructor for class org.archive.wayback.replay.html.rules.BeforeBodyEndTagJSPExecRule
 
begin() - Method in interface org.archive.cdxserver.processor.BaseProcessor
This method will be called just before looping over the sequence of CDX lines.
begin() - Method in class org.archive.cdxserver.processor.WrappedProcessor
 
begin() - Method in class org.archive.cdxserver.writer.CDXListWriter
 
begin() - Method in class org.archive.cdxserver.writer.JsonWriter
 
begin() - Method in class org.archive.cdxserver.writer.MementoLinkWriter
 
begin() - Method in class org.archive.cdxserver.writer.PlainTextWriter
 
begin() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
begin() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToSearchResultWriter
 
begin() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToUrlSearchResultWriter
 
bestHttpCode - Variable in class org.archive.cdxserver.processor.DupeTimestampBestStatusFilter
 
bestHttpCode - Variable in class org.archive.wayback.resourceindex.filters.DuplicateTimestampFilter
 
bestLine - Variable in class org.archive.cdxserver.processor.DupeTimestampLastBestStatusFilter
Keeps the best CDX line so far within a group.
BetterReplayRequestException - Exception in org.archive.wayback.exception
Sub-class of BetterRequestException for instructing a redirect to ArchivalUrl for the URL on different timestamp.
BetterReplayRequestException(String, String, CaptureSearchResults) - Constructor for exception org.archive.wayback.exception.BetterReplayRequestException
Initializes with capture information and additional information for generating navigation headers (Memento headers).
BetterReplayRequestException(CaptureSearchResult, CaptureSearchResults) - Constructor for exception org.archive.wayback.exception.BetterReplayRequestException
Initializes with originalUrl and captureTimestamp from CaptureSearchResult.
BetterRequestException - Exception in org.archive.wayback.exception
Exception class for queries which can be better expressed as another URL, or should, for one reason or another, be requested at a different URL.
BetterRequestException(String, int) - Constructor for exception org.archive.wayback.exception.BetterRequestException
Constructor
BetterRequestException(String) - Constructor for exception org.archive.wayback.exception.BetterRequestException
Constructor
BinaryBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
BinaryBooleanOperator() - Constructor for class org.archive.wayback.util.operator.BinaryBooleanOperator
 
BitArray - Class in org.archive.wayback.util
 
BitArray(int) - Constructor for class org.archive.wayback.util.BitArray
Construct a new BitArray holding at least n bits
BitArray(byte[]) - Constructor for class org.archive.wayback.util.BitArray
Construct a new BitArray using argument as initial values.
BitArray(ByteBuffer) - Constructor for class org.archive.wayback.util.BitArray
Construct a new BitArray holding at least n bits
bitString(byte) - Static method in class org.archive.wayback.util.IPRange
 
BLOCK_SIZE - Static variable in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
BlockCSSStringTransformer - Class in org.archive.wayback.replay.html.transformer
StringTransformer for translating URLs found in <STYLE> element.
BlockCSSStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.BlockCSSStringTransformer
 
BlockLoader - Interface in org.archive.wayback.resourceindex.ziplines
 
blockLoader - Variable in class org.archive.wayback.resourcestore.FlexResourceStore
 
BlockLocation - Class in org.archive.wayback.resourceindex.ziplines
 
BlockLocation(String, String[]) - Constructor for class org.archive.wayback.resourceindex.ziplines.BlockLocation
 
blocksPathForUA(String, String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
Checks first the specified ua UserAgent, if rules are present for it, and then falls back to using rules for the '*' UserAgent.
bodyInsertContent(ReplayParseContext) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
return body-insert text.
BooleanOperator<E> - Interface in org.archive.wayback.util.operator
 
br - Variable in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
BubbleCalendarData - Class in org.archive.wayback.partition
Support bean for rendering capture calendar.
BubbleCalendarData() - Constructor for class org.archive.wayback.partition.BubbleCalendarData
default constructor for use in JSP.
BubbleCalendarData(UIResults) - Constructor for class org.archive.wayback.partition.BubbleCalendarData
 
BUFFER_SIZE - Static variable in class org.archive.wayback.util.ByteOp
Default buffer size for IO ops
buildInsertText(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResults, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.TextReplayRenderer
return text to insert.
buildStatusFilter(String) - Static method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
ByteOp - Class in org.archive.wayback.util
Byte oriented static methods.
ByteOp() - Constructor for class org.archive.wayback.util.ByteOp
 
ByteOrderMarkSniffer - Class in org.archive.wayback.replay.charset
EncodingSniffer that peek the content for Byte Order Mark bytes.
ByteOrderMarkSniffer() - Constructor for class org.archive.wayback.replay.charset.ByteOrderMarkSniffer
 
BYTES_HEADER - Static variable in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
BYTES_MINUS - Static variable in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
bytesToString(byte[]) - Static method in class org.archive.wayback.util.bdb.BDBRecordSet
 

C

cachedCompressedLength - Variable in class org.archive.wayback.core.CaptureSearchResult
 
cachedDate - Variable in class org.archive.wayback.core.CaptureSearchResult
 
CachedFile - Class in org.archive.wayback.util
 
CachedFile(File, URL, long) - Constructor for class org.archive.wayback.util.CachedFile
 
cachedNext - Variable in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
cachedOffset - Variable in class org.archive.wayback.core.CaptureSearchResult
 
cachedValue - Variable in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
 
cacheURL(String, ARCCacheDirectory) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in interface org.archive.wayback.replay.ReplayRendererSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in interface org.archive.wayback.replay.ReplayRendererSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.AlwaysMatchSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.CSSRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.DateMismatchSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.FrameEmbeddedRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.IdentityRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.IFrameEmbeddedRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.IMGRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.IMGRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.JSRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.MimeTypeSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.selector.ObjectEmbedRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.ObjectEmbedRequestSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
canHandle(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.selector.RedirectSelector
 
CanonicalizationInput - Class in org.archive.wayback.util.url
 
CanonicalizationRule - Class in org.archive.wayback.util.url
 
CanonicalizationRule() - Constructor for class org.archive.wayback.util.url.CanonicalizationRule
 
canonicalize(String, boolean) - Method in class org.archive.cdxserver.BaseCDXServer
 
canonicalize(String) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
canonicalize(String) - Method in class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
Idempotent operation that will determine the 'fuzziest' form of the url argument.
canonicalizer - Variable in class org.archive.cdxserver.BaseCDXServer
 
canonicalizer - Variable in class org.archive.wayback.accesscontrol.robotstxt.AccessControlChecker
 
canonicalizer - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
Capture - Interface in org.archive.wayback.core
capture of a URL at certain time.
CAPTURE_CAPTURE_TIMESTAMP - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: 14-digit timestamp when document was captured
CAPTURE_CLOSEST_INDICATOR - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: flag within a SearchResult that indicates this is the closest to a particular requested date.
CAPTURE_CLOSEST_VALUE - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_COMPRESSED_LENGTH - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: compressed byte offset within ARC/WARC file where this document's gzip envelope Ends.
CAPTURE_DIGEST - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: some form of document fingerprint.
CAPTURE_DUPLICATE_ANNOTATION - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: this key being present indicates that this particular capture was not actually stored, and that other values within this SearchResult are actually values from a different record which *should* be identical to this capture, had it been stored.
CAPTURE_DUPLICATE_DIGEST - Static variable in class org.archive.wayback.core.CaptureSearchResult
flag indicates that this document was downloaded and verified as identical to a previous capture by digest.
CAPTURE_DUPLICATE_HTTP - Static variable in class org.archive.wayback.core.CaptureSearchResult
flag indicates that this document was NOT downloaded, but that the origin server indicated that the document had not changed, based on If-Modified HTTP request headers.
CAPTURE_DUPLICATE_PAYLOAD_COMPRESSED_LENGTH - Static variable in class org.archive.wayback.core.CaptureSearchResult
For identical content digest revisit records, the compressed length in CAPTURE_DUPLICATE_PAYLOAD_LENGTH where the payload record can be found, if known.
CAPTURE_DUPLICATE_PAYLOAD_FILE - Static variable in class org.archive.wayback.core.CaptureSearchResult
For identical content digest revisit records, the file where the payload can be found, if known.
CAPTURE_DUPLICATE_PAYLOAD_OFFSET - Static variable in class org.archive.wayback.core.CaptureSearchResult
For identical content digest revisit records, the offset in CAPTURE_DUPLICATE_PAYLOAD_FILE where the payload record can be found, if known.
CAPTURE_DUPLICATE_STORED_TS - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: this key is present when the CAPTURE_DUPLICATE_ANNOTATION is also present, with the value indicating the last date that was actually stored for this duplicate.
CAPTURE_FILE - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: basename of ARC/WARC file containing this document.
CAPTURE_HTTP_CODE - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: 3-digit integer HTTP response code. may be '0' in some fringe conditions, old ARCs, bug in crawler, etc.
CAPTURE_MIME_TYPE - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: best-guess at mime-type of this document.
CAPTURE_OFFSET - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: compressed byte offset within ARC/WARC file where this document's gzip envelope begins.
CAPTURE_ORACLE_POLICY - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_ORIGINAL_HOST - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_ORIGINAL_URL - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_REDIRECT_URL - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: URL that this document redirected to, or '-' if it does not redirect
CAPTURE_ROBOT_BLOCKED - Static variable in class org.archive.wayback.core.CaptureSearchResult
non-standard robot-flag indicating the capture is soft-blocked (not available for direct replay, but available as the original for a revisits.)
CAPTURE_ROBOT_FLAGS - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: String flags which indicate robot instructions found in an HTML page.
CAPTURE_ROBOT_IGNORE - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_ROBOT_NOARCHIVE - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_ROBOT_NOFOLLOW - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_ROBOT_NOINDEX - Static variable in class org.archive.wayback.core.CaptureSearchResult
 
CAPTURE_URL_KEY - Static variable in class org.archive.wayback.core.CaptureSearchResult
Result: canonicalized(lookup key) form of URL of captured document
captureDate(String, Date) - Static method in class org.archive.wayback.memento.MementoUtils
format label="date in HTTP date format".
CaptureFilterGroup - Interface in org.archive.wayback.resourceindex.filterfactory
 
CaptureSearchResult - Class in org.archive.wayback.core
 
CaptureSearchResult() - Constructor for class org.archive.wayback.core.CaptureSearchResult
 
CaptureSearchResult(boolean) - Constructor for class org.archive.wayback.core.CaptureSearchResult
 
CaptureSearchResultPartitionMap - Class in org.archive.wayback.partition
 
CaptureSearchResultPartitionMap() - Constructor for class org.archive.wayback.partition.CaptureSearchResultPartitionMap
 
CaptureSearchResults - Class in org.archive.wayback.core
Output of capture search query, an ordered sequence of CaptureSearchResult.
CaptureSearchResults() - Constructor for class org.archive.wayback.core.CaptureSearchResults
 
captureTimestamp - Variable in class org.archive.wayback.core.FastCaptureSearchResult
 
CaptureToUrlSearchResultIterator - Class in org.archive.wayback.resourceindex.adapters
 
CaptureToUrlSearchResultIterator(Iterator<CaptureSearchResult>) - Constructor for class org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator
 
CDX_AUTH_TOKEN - Static variable in class org.archive.cdxserver.BaseCDXServer
 
CDX_HEADER_MAGIC - Static variable in class org.archive.wayback.resourceindex.cdx.CDXFormatIndex
 
CDX_HEADER_MAGIC_NEW - Static variable in class org.archive.wayback.resourceindex.cdx.CDXFormatIndex
 
CDX_MAGIC - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
CDXAccessFilter - Interface in org.archive.cdxserver.filter
 
CDXDefinitionFile - Class in org.archive.wayback.resourceindex.cdx.dynamic
 
CDXDefinitionFile(FlatFile) - Constructor for class org.archive.wayback.resourceindex.cdx.dynamic.CDXDefinitionFile
 
CDXField - Interface in org.archive.wayback.resourceindex.cdx.format
 
CDXFilter - Interface in org.archive.cdxserver.filter
 
cdxFilter - Variable in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
 
cdxFilter2 - Variable in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
 
CDXFlexFormat - Class in org.archive.wayback.resourceindex.cdx.format
 
CDXFlexFormat(String) - Constructor for class org.archive.wayback.resourceindex.cdx.format.CDXFlexFormat
 
cdxFormat - Variable in class org.archive.cdxserver.CDXServer
 
CDXFormat - Class in org.archive.wayback.resourceindex.cdx.format
Class which allows serialization/deserialization of CaptureSearchResult objects into/out of a single line String representation.
CDXFormat(String) - Constructor for class org.archive.wayback.resourceindex.cdx.format.CDXFormat
Construct a CDXFormat reader/writer based on the specification argument
CDXFormatException - Exception in org.archive.wayback.resourceindex.cdx.format
 
CDXFormatException(String) - Constructor for exception org.archive.wayback.resourceindex.cdx.format.CDXFormatException
 
CDXFormatIndex - Class in org.archive.wayback.resourceindex.cdx
 
CDXFormatIndex() - Constructor for class org.archive.wayback.resourceindex.cdx.CDXFormatIndex
 
CDXFormatToSearchResultAdapter - Class in org.archive.wayback.resourceindex.cdx
 
CDXFormatToSearchResultAdapter(CDXFormat) - Constructor for class org.archive.wayback.resourceindex.cdx.CDXFormatToSearchResultAdapter
 
CDXIndex - Class in org.archive.wayback.resourceindex.cdx
 
CDXIndex() - Constructor for class org.archive.wayback.resourceindex.cdx.CDXIndex
 
cdxLineFactory - Variable in class org.archive.cdxserver.CDXServer
 
cdxLines - Variable in class org.archive.cdxserver.writer.CDXListWriter
 
CDXLineToSearchResultAdapter - Class in org.archive.wayback.resourceindex.cdx
Adapter that converts a CDX record String into a CaptureSearchResult
CDXLineToSearchResultAdapter() - Constructor for class org.archive.wayback.resourceindex.cdx.CDXLineToSearchResultAdapter
 
CDXListWriter - Class in org.archive.cdxserver.writer
 
CDXListWriter() - Constructor for class org.archive.cdxserver.writer.CDXListWriter
 
CDXQuery - Class in org.archive.cdxserver
container for CDX query parameters.
CDXQuery() - Constructor for class org.archive.cdxserver.CDXQuery
 
CDXQuery(String) - Constructor for class org.archive.cdxserver.CDXQuery
 
CDXQuery(HttpServletRequest) - Constructor for class org.archive.cdxserver.CDXQuery
 
CDXQuery.SortType - Enum in org.archive.cdxserver
 
CDXSearchResult(CDXLine) - Constructor for class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter.CDXSearchResult
 
CDXServer - Class in org.archive.cdxserver
 
CDXServer() - Constructor for class org.archive.cdxserver.CDXServer
 
cdxServer - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
cdxSource - Variable in class org.archive.cdxserver.CDXServer
 
CDXToCaptureSearchResultsWriter - Class in org.archive.wayback.resourceindex.cdxserver
CDXToCaptureSearchResultsWriter(CDXQuery, boolean, boolean, String) - Constructor for class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
Initialize with CDXQuery and other options.
CDXToSearchResultWriter - Class in org.archive.wayback.resourceindex.cdxserver
Receive CDXLines, produce SearchResults.
CDXToSearchResultWriter(CDXQuery) - Constructor for class org.archive.wayback.resourceindex.cdxserver.CDXToSearchResultWriter
 
CDXToUrlSearchResultWriter - Class in org.archive.wayback.resourceindex.cdxserver
 
CDXToUrlSearchResultWriter(CDXQuery) - Constructor for class org.archive.wayback.resourceindex.cdxserver.CDXToUrlSearchResultWriter
Initialize with query parameters.
CDXWriter - Class in org.archive.cdxserver.writer
 
CDXWriter() - Constructor for class org.archive.cdxserver.writer.CDXWriter
 
CHARSET_MODE - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
Charset detection strategy context - should be followed by an integer indicating which strategy to use
CHARSET_TOKEN - Static variable in class org.archive.wayback.replay.charset.BaseEncodingSniffer
 
CharsetDetector - Class in org.archive.wayback.replay.charset
Abstract class containing common methods for determining the character encoding of a text Resource, most of which should be refactored into a Util package.
CharsetDetector() - Constructor for class org.archive.wayback.replay.charset.CharsetDetector
 
checkAccess(String, PrintWriter) - Method in class org.archive.wayback.accesscontrol.robotstxt.AccessControlChecker
 
checkAccessPointAware(Object...) - Method in class org.archive.wayback.webapp.AccessPoint
 
checkAllowTag(ParseContext, TagNode) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
checkDocumentForExceptions(Document) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
checkUrlDns(URL, int) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
cleanup(CloseableIterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
cleanup(CloseableIterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
cleanup(CloseableIterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
cleanup(CloseableIterator<CaptureSearchResult>) - Method in interface org.archive.wayback.resourceindex.SearchResultSource
 
cleanup(CloseableIterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
cleanup(CloseableIterator<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
clear() - Method in class org.archive.wayback.webapp.PerfStats.PerfStatEntry
 
clearAll() - Static method in class org.archive.wayback.webapp.PerfStats
 
client - Variable in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
ClientSideHTMLReplayRenderer - Class in org.archive.wayback.archivalurl
Classic ReplayRenderer which uses a combination of server-side modification and embedded javascript to rewrite URLs within an HTML page to make embedded URLs point back to a specific ArchivalURL AccessPoint.
ClientSideHTMLReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ClientSideHTMLReplayRenderer
 
clone() - Method in class org.archive.wayback.core.WaybackRequest
 
close() - Method in class org.archive.cdxserver.writer.CDXWriter
 
close() - Method in class org.archive.cdxserver.writer.HttpCDXWriter
 
close() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
close() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
close() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RobotsTxtResource
 
close() - Method in class org.archive.wayback.core.Resource
 
close() - Method in class org.archive.wayback.replay.CompositeResource
 
close() - Method in class org.archive.wayback.replay.GzipDecodingResource
 
close() - Method in class org.archive.wayback.replay.RangeResource
 
close() - Method in class org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator
 
close() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
close() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
close() - Method in class org.archive.wayback.resourcestore.indexer.ArchiveReaderCloseableIterator
 
close() - Method in class org.archive.wayback.resourcestore.jwat.JWATResource
 
close() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
close() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
close() - Method in class org.archive.wayback.util.AdaptedIterator
 
close() - Method in class org.archive.wayback.util.bdb.BDBRecordIterator
 
close() - Method in class org.archive.wayback.util.CompositeSortedIterator
 
close() - Method in class org.archive.wayback.util.flatfile.RecordIterator
 
close() - Method in class org.archive.wayback.util.flatfile.ReverseBufferedReader
 
close() - Method in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
close() - Method in class org.archive.wayback.util.ObjectFilterIterator
 
close() - Method in class org.archive.wayback.util.PeekableIterator
 
close() - Method in class org.archive.wayback.util.WrappedCloseableIterator
 
closeResources(Resource, Resource) - Method in class org.archive.wayback.webapp.AccessPoint
 
closest - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
closest - Variable in class org.archive.wayback.resourceindex.filters.ClosestResultTrackingFilter
 
closestDiffMS - Variable in class org.archive.wayback.resourceindex.filters.ClosestResultTrackingFilter
 
ClosestResultSelector - Interface in org.archive.wayback.replay
New interface component on Replay to allow customized selection of the "best" particular search result from a set to return for a particular request.
ClosestResultTrackingFilter - Class in org.archive.wayback.resourceindex.filters
Class which observes CaptureSearchResults, keeping track of the closest result found to a given date.
ClosestResultTrackingFilter(long) - Constructor for class org.archive.wayback.resourceindex.filters.ClosestResultTrackingFilter
 
ClosestTimestampSorted - Class in org.archive.cdxserver.processor
 
ClosestTimestampSorted(BaseProcessor, String, int) - Constructor for class org.archive.cdxserver.processor.ClosestTimestampSorted
 
ClosestTrackingCaptureFilterGroup - Class in org.archive.wayback.resourceindex.filterfactory
 
ClosestTrackingCaptureFilterGroup(WaybackRequest, UrlCanonicalizer) - Constructor for class org.archive.wayback.resourceindex.filterfactory.ClosestTrackingCaptureFilterGroup
 
ClosestTrackingCaptureFilterGroupFactory - Class in org.archive.wayback.resourceindex.filterfactory
 
ClosestTrackingCaptureFilterGroupFactory() - Constructor for class org.archive.wayback.resourceindex.filterfactory.ClosestTrackingCaptureFilterGroupFactory
 
CloseTagHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
cluster - Variable in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
cmp(byte[], byte[]) - Static method in class org.archive.wayback.util.ByteOp
Compare two byte arrays
CollapseFieldFilter - Class in org.archive.cdxserver.filter
Dedupes a FieldSplitLine by a specific field, or part of a specific field eg: = if matches previous match, then its a dupe : = if first character of match, then its a dupe
CollapseFieldFilter(String[], FieldSplitFormat) - Constructor for class org.archive.cdxserver.filter.CollapseFieldFilter
 
collapseToLast - Variable in class org.archive.cdxserver.CDXServer
 
collection - Variable in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect.ArchivalUrlRef
 
CollectionContext - Interface in org.archive.wayback.accesscontrol
View of exclusion context for ExclusionFilterFactory.
CombinedFilenamePrefixFilter(List<String>, List<String>) - Constructor for class org.archive.wayback.resourceindex.cdxserver.AccessPointAuthChecker.CombinedFilenamePrefixFilter
 
CommentRule - Class in org.archive.wayback.replay.html.rules
 
CommentRule() - Constructor for class org.archive.wayback.replay.html.rules.CommentRule
 
compare(CaptureSearchResult, CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.SearchResultComparator
 
compare(IPeekableIterator<J>, IPeekableIterator<J>) - Method in class org.archive.wayback.util.iterator.PeekableIteratorComparator
 
compareTo(StandardAttributeRewriter.TransformAttr) - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter.TransformAttr
 
complete() - Method in class org.archive.wayback.partition.NotableResultExtractor
 
CompositeAccessPoint - Class in org.archive.wayback.accesspoint
2014-11-06: oracleUrl property is removed.
CompositeAccessPoint() - Constructor for class org.archive.wayback.accesspoint.CompositeAccessPoint
 
CompositeAccessPoint.Status - Enum in org.archive.wayback.accesspoint
 
CompositeExclusionFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter that abstracts multiple SearchResultFilters -- if all filters return INCLUDE, then the result is included, but the first to return ABORT or EXCLUDE short-circuits the rest
CompositeExclusionFilter() - Constructor for class org.archive.wayback.resourceindex.filters.CompositeExclusionFilter
 
CompositeExclusionFilterFactory - Class in org.archive.wayback.accesscontrol
Class that provides SearchResult Filtering based on multiple ExclusionFilterFactory instances by returning a single composite SearchResultFilter based on the results of each ExclusionFilter.
CompositeExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
CompositeFilter - Class in org.archive.wayback.resourceindex.filters
Simple composite ObjectFilter - which includes only if all components include
CompositeFilter() - Constructor for class org.archive.wayback.resourceindex.filters.CompositeFilter
 
CompositeRequestParser - Class in org.archive.wayback.requestparser
Abstract RequestParser implementation.
CompositeRequestParser() - Constructor for class org.archive.wayback.requestparser.CompositeRequestParser
 
CompositeResource - Class in org.archive.wayback.replay
Virtual Resource made up from pair of header resource and payload resource.
CompositeResource(Resource, Resource) - Constructor for class org.archive.wayback.replay.CompositeResource
constructor.
CompositeSearchResultSource - Class in org.archive.wayback.resourceindex
SearchResultSource that aggregates results from multiple SearchResultSources.
CompositeSearchResultSource() - Constructor for class org.archive.wayback.resourceindex.CompositeSearchResultSource
Constructor
CompositeSortedIterator<E> - Class in org.archive.wayback.util
Composite of multiple Iterators that returns the next from a series of all component Iterators based on Comparator constructor argument.
CompositeSortedIterator(Comparator<E>) - Constructor for class org.archive.wayback.util.CompositeSortedIterator
 
CompositeStringTransformer - Class in org.archive.wayback.replay.html.transformer
StringTransformer that aggregates multiple sub- StringTransformers that are applied in sequence.
CompositeStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.CompositeStringTransformer
 
COMPRESSED_LENGTH - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
COMPRESSED_OFFSET - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
CompressedLengthCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
CompressedLengthCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.CompressedLengthCDXField
 
computeGraphString(String, int, int) - Method in class org.archive.wayback.partition.ToolBarData
 
computeIdentityUrl(WaybackRequest) - Static method in class org.archive.wayback.util.url.UrlOperations
build replay Archival-URL for the same capture as request wbRequest, with identity-context (id_) flag on.
concatBytes(byte[][], boolean) - Method in class org.archive.wayback.util.http.HttpMessage
 
ConditionalGetAnnotationFilter - Class in org.archive.wayback.resourceindex.filters
WARC file allows 2 forms of deduplication.
ConditionalGetAnnotationFilter() - Constructor for class org.archive.wayback.resourceindex.filters.ConditionalGetAnnotationFilter
 
CONFIG_PROPERTIES - Static variable in class org.archive.wayback.archivalurl.StandardAttributeRewriter
name of properties file with default rewrite rules.
ConfigurationException - Exception in org.archive.wayback.exception
Exception class for configuration-related problems
ConfigurationException(String) - Constructor for exception org.archive.wayback.exception.ConfigurationException
Constructor
ConfigurationException(String, String) - Constructor for exception org.archive.wayback.exception.ConfigurationException
Constructor with message and details
connectionManager - Variable in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
connectionManager - Variable in class org.archive.wayback.liveweb.StdRemoteLiveWebCache
 
contains(String) - Method in class org.archive.wayback.util.IPRange
 
contains(byte[]) - Method in class org.archive.wayback.util.IPRange
 
containsDate(Date) - Method in class org.archive.wayback.util.partition.Partition
Checks if a date is within this partition
containsFilter(String) - Method in class org.archive.wayback.core.SearchResults
 
containsKey(String) - Method in class org.archive.wayback.core.WaybackRequest
Deprecated. 
containsMatch - Variable in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
contents - Variable in class org.archive.wayback.accesscontrol.robotstxt.redis.RobotsTxtResource
 
ContentTextHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
ContentTypeHeaderSniffer - Class in org.archive.wayback.replay.charset
EncodingSniffer obtaining character encoding from Content-Type HTTP header.
ContentTypeHeaderSniffer() - Constructor for class org.archive.wayback.replay.charset.ContentTypeHeaderSniffer
 
contentTypeToCharset(String) - Method in class org.archive.wayback.replay.charset.BaseEncodingSniffer
return character encoding from content-type, if specified and valid.
ContextAwareLexer - Class in org.archive.wayback.util.htmllex
The Lexer that comes with htmlparser does not handle non-escaped HTML entities within SCRIPT tags - by default, something like: <script> for(var i=0; i<23; i++) { j+=i; } </script> Can cause the lexer to skip over a large part of the document.
ContextAwareLexer(Lexer, ParseContext) - Constructor for class org.archive.wayback.util.htmllex.ContextAwareLexer
 
ContextExclusionFilterFactory - Interface in org.archive.wayback.accesscontrol
Extended ExclusionFilterFactory interface for configuring ExclusionFilter instance depending on context information.
ContextResultURIConverterFactory - Interface in org.archive.wayback.replay.html
Abstracts creation of specialized ResultURIConverters based on particular flags.
contextualizeUrl(String) - Method in class org.archive.wayback.replay.html.ReplayParseContext
Rewrite URL url in accordance with current replay mode, not using replay context flags.
contextualizeUrl(String, String) - Method in class org.archive.wayback.replay.html.ReplayParseContext
Rewrite URL url in accordance with current replay mode, taking replay context flags into account.
contextualizeUrl(String) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
converter - Variable in class org.archive.wayback.replay.html.IdentityResultURIConverterFactory
 
convertYearMonth(List<Partition<Partition<CaptureSearchResult>>>, int, int) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
convTimestamp(String) - Method in class org.archive.cdxserver.processor.ClosestTimestampSorted
 
cookieAuthToken - Variable in class org.archive.cdxserver.BaseCDXServer
 
copy(byte[], int, int) - Static method in class org.archive.wayback.util.ByteOp
Create a new byte array with contents initialized to values from the argument byte array.
copyHTTPMessageHeader(Resource, HttpServletResponse) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
copyStream(InputStream, OutputStream) - Static method in class org.archive.wayback.util.ByteOp
Write all bytes from is to os.
copyStream(InputStream, OutputStream, int) - Static method in class org.archive.wayback.util.ByteOp
Write all bytes from is to os.
copyToOutputStream(OutputStream) - Method in class org.archive.wayback.liveweb.FileRegion
Copy this record to the provided OutputStream
CoreCaptureFilterGroup - Class in org.archive.wayback.resourceindex.filterfactory
 
CoreCaptureFilterGroup(LocalResourceIndex) - Constructor for class org.archive.wayback.resourceindex.filterfactory.CoreCaptureFilterGroup
 
CoreCaptureFilterGroupFactory - Class in org.archive.wayback.resourceindex.filterfactory
 
CoreCaptureFilterGroupFactory() - Constructor for class org.archive.wayback.resourceindex.filterfactory.CoreCaptureFilterGroupFactory
 
count() - Method in class org.archive.wayback.util.partition.Partition
 
countAllClusters(String, String, String, String[]) - Method in class org.archive.cdxserver.HowManyController
 
CounterFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which INCLUDEs all checked records, but keeps track of how many were seen during processing.
CounterFilter() - Constructor for class org.archive.wayback.resourceindex.filters.CounterFilter
 
countLines(ZipNumCluster, String, String, String[]) - Method in class org.archive.cdxserver.HowManyController
 
CR - Static variable in class org.archive.wayback.util.http.HttpMessage
 
createAccessFilter(AuthToken) - Method in class org.archive.cdxserver.auth.AllAccessAuth
 
createAccessFilter(AuthToken) - Method in interface org.archive.cdxserver.auth.AuthChecker
 
createAccessFilter(AuthToken) - Method in class org.archive.cdxserver.auth.RemoteAuthChecker
 
createAccessFilter(AuthToken) - Method in class org.archive.wayback.resourceindex.cdxserver.AccessPointAuthChecker
 
createAccessFilter(AuthToken) - Method in class org.archive.wayback.resourceindex.cdxserver.WaybackAPAuthChecker
 
createAccessFilter(AuthToken) - Method in class org.archive.wayback.resourceindex.cdxserver.WaybackAuthChecker
 
createAuthToken(HttpServletRequest) - Method in class org.archive.cdxserver.BaseCDXServer
 
createAuthToken(WaybackRequest, String) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
robots.txt may be ignored for embedded resources (CSS, images, javascripts) robots.txt may be ignored if urlkey starts with any of ignoreRobotPaths
createBoundedCdxIterator(String[], CDXQuery, ZipNumIndex.PageResult, CloseableIterator<String>) - Method in class org.archive.cdxserver.CDXServer
 
createCaptureQueryRequet(String, String, String, String) - Static method in class org.archive.wayback.core.WaybackRequest
create WaybackRequest for Capture-Query request.
createConverterFactory(ResultURIConverter, HttpServletRequest, WaybackRequest) - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
createDupeTrack() - Method in class org.archive.cdxserver.processor.DupeCountProcessor
 
createDupeTrack() - Method in class org.archive.cdxserver.processor.ForwardRevisitResolver
 
createDupeTrack() - Method in class org.archive.cdxserver.processor.ReverseRevisitResolver
 
createExclusionFilter() - Method in class org.archive.wayback.webapp.AccessPoint
Return new instance of ExclusionFilter instance for this AccessPoint.
createPagedCdxIterator(String[], CDXQuery, AuthToken, CDXWriter) - Method in class org.archive.cdxserver.CDXServer
 
createQuery(WaybackRequest, boolean) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
Create CDXQuery that is sent to CDXServer.
createRemoteIter(String, HTTPSeekableLineReader) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
createReplayRequest(String, String, String, String) - Static method in class org.archive.wayback.core.WaybackRequest
create WaybackRequet for Replay request.
createSocket(String, int) - Method in class org.archive.wayback.liveweb.DNSTimingProtocolSocketFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class org.archive.wayback.liveweb.DNSTimingProtocolSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.archive.wayback.liveweb.DNSTimingProtocolSocketFactory
 
createUrlQueryRequest(String, String, String) - Static method in class org.archive.wayback.core.WaybackRequest
create WaybackRequet for URL-Query request.
CSS_CONTEXT - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
text/css context
cssImportNoUrlPatString - Static variable in class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
cssImportNoUrlPattern - Static variable in class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
CSSRequestSelector - Class in org.archive.wayback.replay.selector
 
CSSRequestSelector() - Constructor for class org.archive.wayback.replay.selector.CSSRequestSelector
 
CSSTextHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
cssUrlPatString - Static variable in class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
cssUrlPattern - Static variable in class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
currentContext - Static variable in class org.archive.wayback.util.webapp.SpringReader
 
currentTimestamp() - Static method in class org.archive.wayback.util.Timestamp
 
curResult - Variable in class org.archive.wayback.partition.ToolBarData
current result being shown
CUSTOM_HEADER_PREFIX - Static variable in class org.archive.wayback.core.SearchResult
 
customHeader - Variable in class org.archive.wayback.resourcestore.FlexResourceStore
 
CustomMultiFilterFactory - Class in org.archive.wayback.webapp
 
CustomMultiFilterFactory() - Constructor for class org.archive.wayback.webapp.CustomMultiFilterFactory
 
CustomNotInArchiveExceptionRenderer - Class in org.archive.wayback.exception
Deprecated. 
CustomNotInArchiveExceptionRenderer() - Constructor for class org.archive.wayback.exception.CustomNotInArchiveExceptionRenderer
Deprecated.
 
CustomPolicyOracleFilter - Class in org.archive.wayback.accesscontrol.oracleclient
Oracle Filter Implementation that supports custom policies in addition to allow, block, block-message and robots The policy is stored in the CaptureSearchResult Note: this class is being re-designed to allow for run-time customization (i.e. with Spring config): Redefine Policy as an interface + abstract implementation.
CustomPolicyOracleFilter(String, String, String) - Constructor for class org.archive.wayback.accesscontrol.oracleclient.CustomPolicyOracleFilter
 
CustomPolicyOracleFilter(AccessControlClient, String) - Constructor for class org.archive.wayback.accesscontrol.oracleclient.CustomPolicyOracleFilter
 
CustomPolicyOracleFilterFactory - Class in org.archive.wayback.accesscontrol.oracleclient
 
CustomPolicyOracleFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.oracleclient.CustomPolicyOracleFilterFactory
 
CustomResultFilterFactory - Interface in org.archive.wayback.webapp
Factory of CaptureSearchResult ObjectFilters

D

data - Variable in class org.archive.wayback.core.SearchResult
Expandable Data bag for String to String tuples -- who knows what data we'll want to put in an Index.
DATA_PREFIX - Static variable in class org.archive.wayback.replay.html.ReplayParseContext
 
dataEndMSSE - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
dataFileForMD5(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
dataStartMSSE - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
DATE_FORMAT_14 - Static variable in interface org.archive.wayback.memento.MementoConstants
 
DateEmbargoFilter - Class in org.archive.wayback.resourceindex.filters
 
DateEmbargoFilter(long) - Constructor for class org.archive.wayback.resourceindex.filters.DateEmbargoFilter
 
DatelessReplayRequestParser - Class in org.archive.wayback.archivalurl.requestparser
 
DatelessReplayRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.DatelessReplayRequestParser
 
DateMismatchSelector - Class in org.archive.wayback.replay.selector
 
DateMismatchSelector() - Constructor for class org.archive.wayback.replay.selector.DateMismatchSelector
 
DateRangeFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter that excludes records outside of start and end range.
DateRangeFilter(String, String) - Constructor for class org.archive.wayback.resourceindex.filters.DateRangeFilter
 
DateRedirectingClosestResultSelector - Class in org.archive.wayback.replay
Deprecated.
1.8.1 2014-07-02 now this class is identical to DefaultClosestResultSelector in behavior.
DateRedirectingClosestResultSelector() - Constructor for class org.archive.wayback.replay.DateRedirectingClosestResultSelector
Deprecated.
 
DateRedirectReplayRenderer - Class in org.archive.wayback.replay
 
DateRedirectReplayRenderer() - Constructor for class org.archive.wayback.replay.DateRedirectReplayRenderer
 
datespec - Variable in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect.ArchivalUrlRef
 
dateStrToCalendar(String) - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.
 
dateStrToCalendar(String) - Static method in class org.archive.wayback.util.Timestamp
 
dateStrToDate(String) - Static method in class org.archive.wayback.util.Timestamp
cleanup the dateStr argument assuming earliest values, and return a GMT calendar set to the time described by the dateStr.
DATETIME - Static variable in interface org.archive.wayback.memento.MementoConstants
 
dateToTS(Date) - Method in class org.archive.wayback.core.SearchResult
 
DateUrlPathRequestParser - Class in org.archive.wayback.archivalurl.requestparser
PathRequestParser that expects TIMESTAMP/URL path pattern.
DateUrlPathRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.DateUrlPathRequestParser
 
DAY_IN_MONTH - Static variable in interface org.archive.wayback.util.partition.PartitionSize
approximate days in one month, that is, 30 days
DAY_IN_WEEK - Static variable in interface org.archive.wayback.util.partition.PartitionSize
days in a 7 day week... what color was his white horse?
DAY_IN_YEAR - Static variable in interface org.archive.wayback.util.partition.PartitionSize
days in one year, assuming a non-leap year
DAY_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
DayPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on one Day partitions
DayPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.DayPartitionSize
 
DayResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated.
use org.archive.wayback.util.parition.*
DayResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.DayResultsPartitioner
Deprecated.
 
daySize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Day intervals
db - Variable in class org.archive.wayback.util.bdb.BDBMap
 
decode(String, boolean) - Static method in class org.archive.wayback.util.graph.GraphEncoder
convert a String-encoded graph into a usable Graph object, using default GraphConfiguration
decode(String, GraphConfiguration) - Static method in class org.archive.wayback.util.graph.GraphEncoder
convert a String-encoded graph into a usable Graph object, using the provided GraphConfiguration.
DECODE_RULE - Static variable in class org.archive.wayback.replay.swf.RobustMovieDecoder
Decoding robustness/sloppiness factor.
DECODE_RULE_LAX - Static variable in class org.archive.wayback.replay.swf.RobustMovieDecoder
Allow arbitrary trailing values in decoded tags - attempt anything.
DECODE_RULE_NULLS - Static variable in class org.archive.wayback.replay.swf.RobustMovieDecoder
Allow trailing NULL values in decoded tags.
DECODE_RULE_STRICT - Static variable in class org.archive.wayback.replay.swf.RobustMovieDecoder
Allow no unparsed data - very strict decoding.
decodeResource(Resource) - Static method in class org.archive.wayback.replay.TextReplayRenderer
 
decodeResource(Resource, Resource) - Static method in class org.archive.wayback.replay.TextReplayRenderer
return gzip-decoding wrapper Resource if Resource has Content-Encoding: gzip.
decorate(ReplayRenderer) - Method in interface org.archive.wayback.replay.ReplayRendererDecoratorFactory
 
decorated - Variable in class org.archive.wayback.replay.ReplayRendererDecorator
 
DEFAULT - Static variable in interface org.archive.wayback.webapp.LiveWebRedirector
 
DEFAULT_CHARSET - Static variable in class org.archive.wayback.replay.charset.CharsetDetector
the default charset name to use when giving up
DEFAULT_MAX_RECORDS - Static variable in class org.archive.wayback.requestparser.BaseRequestParser
Default maximum number of records to assume, overridden by configuration, when not specified in the client request
DEFAULT_MISSING_MIMETYPE - Static variable in class org.archive.wayback.replay.SelectorReplayDispatcher
 
DEFAULT_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
Default scheme to assume if unspecified.
DEFAULT_SNIFF_LENGTH - Static variable in class org.archive.wayback.replay.mimetype.SimpleMimeTypeDetector
default value for sniffLength.
DEFAULT_UNTRUSTFUL_MIMETYPES - Static variable in class org.archive.wayback.replay.SelectorReplayDispatcher
DEFAULT_VALUE - Static variable in interface org.archive.wayback.resourceindex.cdx.format.CDXField
 
DefaultClosestResultSelector - Class in org.archive.wayback.replay
 
DefaultClosestResultSelector() - Constructor for class org.archive.wayback.replay.DefaultClosestResultSelector
 
defaultFilter - Variable in class org.archive.wayback.accesscontrol.oracleclient.CustomPolicyOracleFilter
 
DefaultLiveWebRedirector - Class in org.archive.wayback.webapp
 
DefaultLiveWebRedirector() - Constructor for class org.archive.wayback.webapp.DefaultLiveWebRedirector
 
DefaultLiveWebRedirector(String) - Constructor for class org.archive.wayback.webapp.DefaultLiveWebRedirector
 
DefaultMementoHandler - Class in org.archive.wayback.memento
 
DefaultMementoHandler() - Constructor for class org.archive.wayback.memento.DefaultMementoHandler
 
defaultMessage - Static variable in exception org.archive.wayback.exception.LiveDocumentNotAvailableException
 
defaultMessage - Static variable in exception org.archive.wayback.exception.LiveWebCacheUnavailableException
 
defaultParams - Variable in class org.archive.cdxserver.CDXServer
 
DefaultReplayCaptureSelector - Class in org.archive.wayback.replay
Default implementation of ReplayCaptureSelector.
DefaultReplayCaptureSelector(ReplayDispatcher) - Constructor for class org.archive.wayback.replay.DefaultReplayCaptureSelector
Initialize object with ReplayDispatcher, to which closest-selection is delegated.
DefaultTimeoutArchiveReaderFactory() - Constructor for class org.archive.wayback.resourcestore.resourcefile.ResourceFactory.DefaultTimeoutArchiveReaderFactory
 
DefaultTimeoutArchiveReaderFactory(int, int) - Constructor for class org.archive.wayback.resourcestore.resourcefile.ResourceFactory.DefaultTimeoutArchiveReaderFactory
 
DefaultTimeoutArchiveReaderFactory(int) - Constructor for class org.archive.wayback.resourcestore.resourcefile.ResourceFactory.DefaultTimeoutArchiveReaderFactory
 
deferWriteLine - Variable in class org.archive.cdxserver.processor.GroupCountProcessor
 
delete(String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
delim - Variable in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
delim - Variable in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
delimiter - Variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
delimiterS - Variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
dequeue() - Method in class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
dequeue() - Method in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
deserializeLine(String) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
destroy() - Method in class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
destroy() - Method in class org.archive.wayback.util.webapp.RequestFilter
 
detectCSS(String) - Method in class org.archive.wayback.replay.mimetype.SimpleMimeTypeDetector
 
detectHTML(String) - Method in class org.archive.wayback.replay.mimetype.SimpleMimeTypeDetector
 
detectJavaScript(String) - Method in class org.archive.wayback.replay.mimetype.SimpleMimeTypeDetector
 
determineClosest(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
determineGzip(HttpServletRequest, CDXQuery) - Method in class org.archive.cdxserver.CDXServer
 
digest - Variable in class org.archive.wayback.core.FastCaptureSearchResult
 
DIGEST - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
DigestCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
DigestCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.DigestCDXField
 
digestToOriginal - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
digestToRevisits - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
dir - Variable in class org.archive.wayback.util.bdb.BDBMap
 
DirectoryIndexQueue - Class in org.archive.wayback.resourcestore.indexer
Simple queue implementation, which uses a directory containing empty files to indicate the presence of items in a queue (set in this case...)
DirectoryIndexQueue() - Constructor for class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
DirectoryResourceFileSource - Class in org.archive.wayback.resourcestore.resourcefile
Local directory tree holding ARC and WARC files.
DirectoryResourceFileSource() - Constructor for class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
directoryToArc(File, File, String) - Method in class org.archive.wayback.util.ARCCreator
Reads all component files (.meta, .body, .sh) in srcDir, and writes one or more ARC files in tgtDir with names beginning with prefix.
DirMaker - Class in org.archive.wayback.util
Lots of things need to transform Strings to Files, constructing them if needed.
DirMaker() - Constructor for class org.archive.wayback.util.DirMaker
 
DisableJSBlocksRewriteRule - Class in org.archive.wayback.replay.html.rewrite
RewriteRule for disabling inline SCRIPT block by zero-based positiional index.
DisableJSBlocksRewriteRule() - Constructor for class org.archive.wayback.replay.html.rewrite.DisableJSBlocksRewriteRule
 
DisableJSIncludeRewriteRule - Class in org.archive.wayback.replay.html.rewrite
Special RewriteRule for disabling script inclusion ({@code

Copyright © 2005–2017 IIPC. All rights reserved.