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.
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.
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? (No disallows or timing (crawl-delay) directives?)
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.
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.DecodingResource
 
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:
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
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...
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
Returns a compression-decoding wrapper Resource if Resource has Content-Encoding: gzip or br.
DecodingResource - Class in org.archive.wayback.replay
Provide a wrapper for a Resource that is gzip or brotli encoded, that is, Resources that have the header: Content-Type: gzip Content-Type: br Used by TextReplayRenderers and other ReplayRenderers that add content to the resulting output
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 (<SCRIPT SRC="..."></SCRIPT>).
DisableJSIncludeRewriteRule() - Constructor for class org.archive.wayback.replay.html.rewrite.DisableJSIncludeRewriteRule
 
DISALLOW_PATTERN - Static variable in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
 
discardStream(InputStream) - Static method in class org.archive.wayback.util.ByteOp
throw away all bytes from stream argument
discardStream(InputStream, int) - Static method in class org.archive.wayback.util.ByteOp
throw away all bytes from stream argument
discardStreamCount(InputStream) - Static method in class org.archive.wayback.util.ByteOp
throw away all bytes from stream argument, and count how many bytes were discarded before reaching the end of the stream.
discardStreamCount(InputStream, int) - Static method in class org.archive.wayback.util.ByteOp
throw away all bytes from stream argument, and count how many bytes were discarded before reaching the end of the stream.
dispatchLocal(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.webapp.AccessPoint
 
distanceFromTimestamp(Timestamp) - Method in class org.archive.wayback.util.Timestamp
function that calculates integer seconds between this records timeStamp and the arguments timeStamp.
DNS_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
ARC/WARC specific DNS resolution record.
DNS_URL_PREFIX - Static variable in interface org.archive.wayback.WaybackConstants
prefixes of DNS Record URLs..
DNSTimingProtocolSocketFactory - Class in org.archive.wayback.liveweb
ProtocolSocketFactory which logs the amount of time taked to do DNS lookups.
DNSTimingProtocolSocketFactory() - Constructor for class org.archive.wayback.liveweb.DNSTimingProtocolSocketFactory
 
doCaptureQuery(WaybackRequest, int) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
documentToSearchResults(Document, ObjectFilter<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.archive.wayback.util.webapp.RequestFilter
 
DomainPrefixCompositeRequestParser - Class in org.archive.wayback.domainprefix
 
DomainPrefixCompositeRequestParser() - Constructor for class org.archive.wayback.domainprefix.DomainPrefixCompositeRequestParser
 
DomainPrefixRequestParser - Class in org.archive.wayback.domainprefix
 
DomainPrefixRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.domainprefix.DomainPrefixRequestParser
 
DomainPrefixResultURIConverter - Class in org.archive.wayback.domainprefix
 
DomainPrefixResultURIConverter() - Constructor for class org.archive.wayback.domainprefix.DomainPrefixResultURIConverter
 
DomainPrefixTextReplayRenderer - Class in org.archive.wayback.domainprefix
 
DomainPrefixTextReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.domainprefix.DomainPrefixTextReplayRenderer
 
done - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
done - Variable in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
done - Variable in class org.archive.wayback.util.flatfile.RecordIterator
 
done - Variable in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
doQuery(WaybackRequest) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
doRedirection(WaybackRequest, CaptureSearchResult) - Method in class org.archive.wayback.archivalurl.ArchivalUrlDateRedirectingClosestResultSelector
Deprecated.
 
doStripRegexMatch(StringBuilder, Matcher) - Method in class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
Run a regex against a StringBuilder, removing group 1 if it matches.
doUrlQuery(WaybackRequest) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
download(URL, File) - Method in class org.archive.wayback.util.FileDownloader
 
downloadGZ(URL, File) - Method in class org.archive.wayback.util.FileDownloader
 
doWork() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
draw(Graphics2D) - Method in class org.archive.wayback.util.graph.Graph
 
draw(Graphics2D) - Method in interface org.archive.wayback.util.graph.GraphElement
Draw the element onto a Graphics2D.
draw(Graphics2D) - Method in class org.archive.wayback.util.graph.RegionGraphElement
 
draw(Graphics2D) - Method in class org.archive.wayback.util.graph.ValueGraphElement
 
draw(Graphics2D) - Method in class org.archive.wayback.util.graph.ValueGraphElements
 
draw() - Method in class org.archive.wayback.util.html.SelectHTML
 
dumpPartitions(List<Partition<T>>) - Method in class org.archive.wayback.util.partition.Partitioner
Debugging method
dupecount - Static variable in class org.archive.cdxserver.processor.DupeCountProcessor
 
DupeCountProcessor - Class in org.archive.cdxserver.processor
 
DupeCountProcessor(BaseProcessor, boolean) - Constructor for class org.archive.cdxserver.processor.DupeCountProcessor
 
dupeHashmap - Variable in class org.archive.cdxserver.processor.DupeCountProcessor
 
dupeMatchers - Variable in class org.archive.cdxserver.filter.CollapseFieldFilter
 
DupeTimestampBestStatusFilter - Class in org.archive.cdxserver.processor
Performs timestamp-based collapsing, that is to group CDX lines by timestamp prefix and filter out all but just one CDX line per group.
DupeTimestampBestStatusFilter(BaseProcessor, int, String[]) - Constructor for class org.archive.cdxserver.processor.DupeTimestampBestStatusFilter
 
DupeTimestampLastBestStatusFilter - Class in org.archive.cdxserver.processor
A variant of DupeTimestampBestStatusFilter that returns the last best capture instead of the first one.
DupeTimestampLastBestStatusFilter(BaseProcessor, int, String[]) - Constructor for class org.archive.cdxserver.processor.DupeTimestampLastBestStatusFilter
 
DuplicateFiltersFactory - Class in org.archive.wayback.webapp
 
DuplicateFiltersFactory() - Constructor for class org.archive.wayback.webapp.DuplicateFiltersFactory
 
DuplicateHashFilter - Class in org.archive.wayback.resourceindex.filters
 
DuplicateHashFilter() - Constructor for class org.archive.wayback.resourceindex.filters.DuplicateHashFilter
 
DuplicateHashFilter.LRUHashCache - Class in org.archive.wayback.resourceindex.filters
 
DuplicateRecordFilter - Class in org.archive.wayback.resourceindex.filters
ObjectFilter which omits exact duplicate URL+date records from a stream of CaptureSearchResult.
DuplicateRecordFilter() - Constructor for class org.archive.wayback.resourceindex.filters.DuplicateRecordFilter
 
DuplicateTimestampFilter - Class in org.archive.wayback.resourceindex.filters
 
DuplicateTimestampFilter(int) - Constructor for class org.archive.wayback.resourceindex.filters.DuplicateTimestampFilter
 
DynamicCDXIndex - Class in org.archive.wayback.resourceindex.cdx.dynamic
A CompositeSearchResultSource that autmatically manages it's list of sources based on 3 configuration files, and a background thread: Config 1: Mapping of ranges to hosts responsible for that range this class is aware of the local host name, so uses this file to determin which range(s) should be local Config 2: Mapping of ranges to one or more MD5s that compose that range when all of these MD5s have been copied local, this index becomes active, and each request uses a composite of these local files Config 3: Mapping of MD5s to locations from which they can be retrieved when a file that should be local is missing, these locations will be used to retrieve a copy of that file Background Thread: compares current set of files to the various configurations files, gets files local that need to be and updates the composite set searched when the correct set of MD5s are localized.
DynamicCDXIndex(Object[], int, File, RangeAssignmentFile, CDXDefinitionFile, MD5LocationFile) - Constructor for class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 

E

earliestTimestamp() - Static method in class org.archive.wayback.util.Timestamp
 
ElementPartitionMap<T> - Interface in org.archive.wayback.util.partition
 
elementToDate(CaptureSearchResult) - Method in class org.archive.wayback.partition.CaptureSearchResultPartitionMap
 
elementToDate(Partition<CaptureSearchResult>) - Method in class org.archive.wayback.partition.PartitionPartitionMap
 
elementToDate(T) - Method in interface org.archive.wayback.util.partition.ElementPartitionMap
Convert an element to a Date ex: return element.getDate();
embargoDate - Variable in class org.archive.wayback.resourceindex.filters.DateEmbargoFilter
 
embargoDate - Variable in class org.archive.wayback.resourceindex.filters.FilePrefixDateEmbargoFilter
 
embargoMS - Variable in class org.archive.wayback.webapp.PrefixEmbargoPeriodTuple
 
EmbeddedCDXServerIndex - Class in org.archive.wayback.resourceindex.cdxserver
EmbeddedCDXServerIndex() - Constructor for class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
emit(ReplayParseContext, String, Node, String) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
emit(ParseContext, Node) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.AfterBodyStartTagJSPExecRule
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.BeforeBodyEndTagJSPExecRule
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.CommentRule
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.JSPExecRule
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.RawNodeRule
 
emit(ReplayParseContext, Node) - Method in class org.archive.wayback.replay.html.rules.StaticStringRule
 
emitHeadInsert(ReplayParseContext, Node, boolean) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
EMPTY_STRING - Static variable in class org.archive.cdxserver.CDXQuery
 
EMPTY_VALUE - Static variable in class org.archive.wayback.core.FastCaptureSearchResult
 
EMPTY_VALUE - Static variable in class org.archive.wayback.webapp.AccessPoint
 
enableAnalytics() - Method in class org.archive.wayback.core.UIResults
Deprecated.
1.8.1, use UIResults.getServerName(). this method is nothing more than that.
enablePerfCookie() - Method in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
Deprecated.
1.8.1, no replacement. this method has no effect.
encode(Graph) - Static method in class org.archive.wayback.util.graph.GraphEncoder
Convert a complete Graph into an opaque String that can later be re-assembled into a Graph object.
encode(int, int, RegionData[]) - Static method in class org.archive.wayback.util.graph.GraphEncoder
Convert a Graph fields into an opaque String that can later be re-assembled into a Graph object.
encodeHex(int[]) - Static method in class org.archive.wayback.util.graph.GraphEncoder
 
encodeXMLContent(String) - Static method in class org.archive.wayback.core.UIResults
Deprecated.
use getFormatter().escapeHtml(String)
encodeXMLEntity(String) - Static method in class org.archive.wayback.core.UIResults
Deprecated.
use getFormatter().escapeHtml(String)
encodeXMLEntityQuote(String) - Static method in class org.archive.wayback.core.UIResults
Deprecated.
use getFormatter().escapeHtml(String)
EncodingSniffer - Interface in org.archive.wayback.replay.charset
A step of character encoding sniffing.
end() - Method in interface org.archive.cdxserver.processor.BaseProcessor
Called at the end.
end() - Method in class org.archive.cdxserver.processor.ClosestTimestampSorted
 
end() - Method in class org.archive.cdxserver.processor.DupeTimestampLastBestStatusFilter
 
end() - Method in class org.archive.cdxserver.processor.GroupCountProcessor
 
end() - Method in class org.archive.cdxserver.processor.LastNLineProcessor
 
end() - Method in class org.archive.cdxserver.processor.WrappedProcessor
 
end() - Method in class org.archive.cdxserver.writer.CDXListWriter
 
end() - Method in class org.archive.cdxserver.writer.JsonWriter
 
end() - Method in class org.archive.cdxserver.writer.MementoLinkWriter
 
end() - Method in class org.archive.cdxserver.writer.PlainTextWriter
 
end() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
end() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToSearchResultWriter
 
end() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToUrlSearchResultWriter
 
END_ARGUMENT - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
EndDateFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes all records until 1 is found beyond end date then it aborts processing.
EndDateFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.EndDateFilter
 
endMatch - Variable in class org.archive.wayback.resourceindex.ziplines.StringBoundedRangeIterator
 
endNow() - Method in class org.archive.wayback.webapp.PerfStats.PerfStatEntry
 
endPrefixInclusive - Variable in class org.archive.wayback.resourceindex.ziplines.StringBoundedRangeIterator
 
endtimestamp - Static variable in class org.archive.cdxserver.processor.GroupCountProcessor
 
enqueue(String) - Method in class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
enqueue(String) - Method in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
ensureDir(String, String) - Static method in class org.archive.wayback.util.DirMaker
Ensure that the path pointed to by 'path' is a directory, if possible
ensureDir(String) - Static method in class org.archive.wayback.util.DirMaker
 
ensureMap() - Method in class org.archive.wayback.core.SearchResult
 
env - Variable in class org.archive.wayback.util.bdb.BDBMap
 
equals(Object) - Method in class org.archive.wayback.util.flatfile.FlatFile
Considers FlatFile objects equivalent if their paths are equivalent.
equals(byte[], byte[]) - Static method in class org.archive.wayback.util.IPRange
 
ERROR_DATE - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
escapeHtml(String) - Method in class org.archive.wayback.util.StringFormatter
handy shortcut to the Apache StringEscapeUtils.
escapeJavaScript(String) - Method in class org.archive.wayback.util.StringFormatter
handy shortcut to the Apache StringEscapeUtils.
exactKey(String) - Static method in class org.archive.wayback.surt.SURTTokenizer
 
ExceptionRenderer - Interface in org.archive.wayback
Implementors are responsible for drawing errors.
ExclusionCaptureFilterGroup - Class in org.archive.wayback.resourceindex.filterfactory
 
ExclusionCaptureFilterGroup(WaybackRequest, UrlCanonicalizer) - Constructor for class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
ExclusionCaptureFilterGroupFactory - Class in org.archive.wayback.resourceindex.filterfactory
 
ExclusionCaptureFilterGroupFactory() - Constructor for class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroupFactory
 
exclusionFactory - Variable in class org.archive.wayback.accesscontrol.robotstxt.AccessControlChecker
 
exclusionFilter - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
ExclusionFilter - Class in org.archive.wayback.resourceindex.filters
 
ExclusionFilter() - Constructor for class org.archive.wayback.resourceindex.filters.ExclusionFilter
 
ExclusionFilterFactory - Interface in org.archive.wayback.accesscontrol
The factory for ExclusionFilter object.
expireTimeout - Variable in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
ExternalExcluder - Class in org.archive.wayback.accesscontrol
Class which simplifies usage of wayback robots and static map exclusion policies and software in external applications.
ExternalExcluder(ObjectFilter<CaptureSearchResult>) - Constructor for class org.archive.wayback.accesscontrol.ExternalExcluder
 
EXTRACT_INSERT_MATCHED - Static variable in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer
 
extractAuthToken(HttpServletRequest, String) - Method in class org.archive.cdxserver.BaseCDXServer
 
extractCaptureQuery(HttpServletRequest) - Static method in class org.archive.wayback.core.UIResults
Extract a CaptureQuery UIResults from the HttpServletRequest.
extractException(HttpServletRequest) - Static method in class org.archive.wayback.core.UIResults
Extract an Exception UIResults from the HttpServletRequest.
extractHttpRequestInfo(HttpServletRequest) - Method in class org.archive.wayback.core.WaybackRequest
extract REFERER, remote IP and authorization information from the HttpServletRequest
ExtractInsertTransformer - Class in org.archive.wayback.replay.html.transformer
 
ExtractInsertTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer
 
ExtractInsertTransformer.Rule - Class in org.archive.wayback.replay.html.transformer
 
ExtractJSLine - Class in org.archive.wayback.replay.html.rewrite
 
ExtractJSLine() - Constructor for class org.archive.wayback.replay.html.rewrite.ExtractJSLine
 
extractLinks(String) - Static method in class org.archive.wayback.resourcestore.resourcefile.UrlLinkExtractor
 
extractReplay(HttpServletRequest) - Static method in class org.archive.wayback.core.UIResults
Extract a Replay UIResults from the HttpServletRequest.
extractUrlQuery(HttpServletRequest) - Static method in class org.archive.wayback.core.UIResults
Extract a UrlQuery UIResults from the HttpServletRequest.
extraSource - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 

F

failOnFirstUnavailable - Variable in class org.archive.wayback.resourcestore.FlexResourceStore
 
fallbackExclusionFactory - Variable in class org.archive.wayback.resourceindex.cdxserver.AccessPointAuthChecker
 
FalseBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
FalseBooleanOperator() - Constructor for class org.archive.wayback.util.operator.FalseBooleanOperator
 
FastArchivalUrlReplayParseEventHandler - Class in org.archive.wayback.archivalurl
Lean and mean ParseEventHandler implementing current best-known server-side HTML rewrite rules, and should be much faster than the fully configurable version.
FastArchivalUrlReplayParseEventHandler() - Constructor for class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
Constructor...
FastCaptureSearchResult - Class in org.archive.wayback.core
 
FastCaptureSearchResult() - Constructor for class org.archive.wayback.core.FastCaptureSearchResult
 
FERRET_DONE_KEY - Static variable in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
FERRET_HEAD_INSERTED - Static variable in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
FERRET_IN_HEAD - Static variable in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
FERRET_NAME - Static variable in class org.archive.wayback.core.UIResults
 
fgFactories - Variable in class org.archive.wayback.resourceindex.LocalResourceIndex
 
FieldRegexFilter - Class in org.archive.cdxserver.filter
Matches a FieldSplitLine against a string of regex Supports matching against individual fields if specified eg: ~ = look for containing sting and not a regex = match whole line : = match in FieldSplitLine, by name or number, and match only that field Supports ! for not matching
FieldRegexFilter(String[], FieldSplitFormat) - Constructor for class org.archive.cdxserver.filter.FieldRegexFilter
 
fields - Variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
file - Variable in class org.archive.wayback.core.FastCaptureSearchResult
 
FILE - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
file - Variable in class org.archive.wayback.util.flatfile.FlatFile
 
FileDownloader - Class in org.archive.wayback.util
 
FileDownloader() - Constructor for class org.archive.wayback.util.FileDownloader
 
FilenameCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
FilenameCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.FilenameCDXField
 
FilenamePrefixFilter - Class in org.archive.cdxserver.filter
 
FilenamePrefixFilter() - Constructor for class org.archive.cdxserver.filter.FilenamePrefixFilter
Default constructor.
FilenamePrefixFilter(List<String>, boolean) - Constructor for class org.archive.cdxserver.filter.FilenamePrefixFilter
Initialize with essential configuration parameters.
FilePrefixDateEmbargoFilter - Class in org.archive.wayback.resourceindex.filters
Blocks only files matching a given prefix, iff they are newer than a given embargo period.
FilePrefixDateEmbargoFilter(String, long) - Constructor for class org.archive.wayback.resourceindex.filters.FilePrefixDateEmbargoFilter
 
FilePrefixFilter - Class in org.archive.wayback.resourceindex.filters
 
FilePrefixFilter() - Constructor for class org.archive.wayback.resourceindex.filters.FilePrefixFilter
 
FileProxyServlet - Class in org.archive.wayback.resourcestore.locationdb
ServletRequestContext interface which uses a ResourceFileLocationDB to reverse proxy an incoming HTTP request for a file by name to it's actual back-end location.
FileProxyServlet() - Constructor for class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
FileRegexFilter - Class in org.archive.wayback.resourceindex.filters
 
FileRegexFilter() - Constructor for class org.archive.wayback.resourceindex.filters.FileRegexFilter
 
FileRegexParamFilterAndFactory - Class in org.archive.wayback.webapp
 
FileRegexParamFilterAndFactory() - Constructor for class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
FileRegion - Class in org.archive.wayback.liveweb
 
FileRegion() - Constructor for class org.archive.wayback.liveweb.FileRegion
 
FileState() - Constructor for class org.archive.wayback.util.MonitoredFileSet.FileState
 
fill(HttpServletRequest) - Method in class org.archive.cdxserver.CDXQuery
 
fillBlankOrig(CDXLine) - Method in class org.archive.cdxserver.processor.RevisitResolver
 
fillRevisit(CDXLine, CDXLine) - Method in class org.archive.cdxserver.processor.RevisitResolver
 
filter(CaptureSearchResults) - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartition
Deprecated.
add all SearchResult objects from the SearchResults which fall within the time range of this partition into this partition.
filter(Map<String, String>, String, String, ResultURIConverter, CaptureSearchResult) - Method in interface org.archive.wayback.replay.HttpHeaderProcessor
optionally add header key:value to output for later returning to client
filter(Map<String, String>, String, String, ResultURIConverter, CaptureSearchResult) - Method in class org.archive.wayback.replay.IdentityHttpHeaderProcessor
 
filter(Map<String, String>, String, String, ResultURIConverter, CaptureSearchResult) - Method in class org.archive.wayback.replay.RedirectRewritingHttpHeaderProcessor
 
filter(Map<String, String>, String, String, ResultURIConverter, CaptureSearchResult) - Method in class org.archive.wayback.replay.XArchiveHttpHeaderProcessor
 
FILTER_ABORT - Static variable in interface org.archive.wayback.util.ObjectFilter
constant indicating record should be ommitted, and no more records should be processed.
FILTER_EXCLUDE - Static variable in interface org.archive.wayback.util.ObjectFilter
constant indicating record should be omitted from the result set
FILTER_INCLUDE - Static variable in interface org.archive.wayback.util.ObjectFilter
constant indicating record should be included in the result set
filterGroup - Variable in class org.archive.wayback.resourceindex.filters.ExclusionFilter
 
FilterGroupFactory - Interface in org.archive.wayback.resourceindex.filterfactory
 
filterMeta(String) - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.oracleclient.CustomPolicyOracleFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilter
Deprecated.
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.robotstxt.HRobotExclusionFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.partition.NotableResultExtractor
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.ClosestResultTrackingFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.CompositeExclusionFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.CompositeFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.ConditionalGetAnnotationFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.CounterFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.DateEmbargoFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.DateRangeFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.DuplicateHashFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.DuplicateRecordFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.DuplicateTimestampFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.EndDateFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.FilePrefixDateEmbargoFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.FilePrefixFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.FileRegexFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.GuardRailFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.HostMatchFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.MimeTypeFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.SchemeMatchFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.SelfRedirectFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.StartDateFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.UrlMatchFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.UrlPrefixMatchFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.UserInfoInAuthorityFilter
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.filters.WARCRevisitAnnotationFilter
 
filterObject(T) - Method in class org.archive.wayback.resourceindex.filters.WindowEndFilter
 
filterObject(T) - Method in class org.archive.wayback.resourceindex.filters.WindowStartFilter
 
filterObject(E) - Method in interface org.archive.wayback.util.ObjectFilter
inpect record and determine if it should be included in the results or not, or if processing of new records should stop.
filterObject(E) - Method in class org.archive.wayback.util.ObjectFilterChain
 
filterObject(CaptureSearchResult) - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
finalize() - Method in class org.archive.wayback.resourceindex.ziplines.HDFSBlockLoader
 
findBestMember() - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
findConfigForFile(String) - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
 
findKeyOffset(RandomAccessFile, String) - Method in class org.archive.wayback.util.flatfile.FlatFile
Binary search thru RandomAccessFile argument to locate the first line prefixed by key argument.
findKeyOffsetLT(RandomAccessFile, String) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
findLastCapture(String, String, boolean) - Method in class org.archive.cdxserver.CDXServer
Look up the latest (non-revisit) capture of url in the CDX database.
findNextClosest() - Method in class org.archive.wayback.replay.DefaultReplayCaptureSelector
 
FIRST - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
FIRST - Static variable in interface org.archive.wayback.memento.MementoConstants
 
FIRST_LAST - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
FIRST_LAST_MEMENTO - Static variable in interface org.archive.wayback.memento.MementoConstants
 
FIRST_MEMENTO - Static variable in interface org.archive.wayback.memento.MementoConstants
 
firstResultDate - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
firstResultReplayUrl - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
FixedRobotsDirectives - Class in org.archive.wayback.accesscontrol.robotstxt
 
FixedRobotsDirectives(boolean) - Constructor for class org.archive.wayback.accesscontrol.robotstxt.FixedRobotsDirectives
 
fixupHTTPUrlWithOneSlash(String) - Static method in class org.archive.wayback.util.url.UrlOperations
 
fixupScheme(String) - Static method in class org.archive.wayback.util.url.UrlOperations
fixes up malformed scheme part.
FLAG_DELIM - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
delimiter character for datespec flags
flagDuplicateDigest() - Method in class org.archive.wayback.core.CaptureSearchResult
 
flagDuplicateDigest(CaptureSearchResult) - Method in class org.archive.wayback.core.CaptureSearchResult
Mark this capture as a revisit of previous capture payload, identified by content digest.
flagDuplicateDigest(Date) - Method in class org.archive.wayback.core.CaptureSearchResult
Deprecated. 
flagDuplicateDigest(String) - Method in class org.archive.wayback.core.CaptureSearchResult
Deprecated. 
flagDuplicateDigest() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
flagDuplicateDigest(CaptureSearchResult) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
flagDuplicateDigest(Date) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
flagDuplicateDigest(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
flagDuplicateHTTP(Date) - Method in class org.archive.wayback.core.CaptureSearchResult
 
flagDuplicateHTTP(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
flagDuplicateHTTP(Date) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
flagDuplicateHTTP(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
flatFile - Variable in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
FlatFile - Class in org.archive.wayback.util.flatfile
Subclass of File, which allows binary searching, returning Iterators that allow scanning forwards and backwards thru the (sorted) file starting from a particular prefix.
FlatFile() - Constructor for class org.archive.wayback.util.flatfile.FlatFile
 
FlatFile(File, String) - Constructor for class org.archive.wayback.util.flatfile.FlatFile
 
FlatFile(String) - Constructor for class org.archive.wayback.util.flatfile.FlatFile
 
FlatFileResourceFileLocationDB - Class in org.archive.wayback.resourcestore.locationdb
 
FlatFileResourceFileLocationDB() - Constructor for class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
FlexResourceStore - Class in org.archive.wayback.resourcestore
 
FlexResourceStore() - Constructor for class org.archive.wayback.resourcestore.FlexResourceStore
 
FlexResourceStore.PathIndex - Class in org.archive.wayback.resourcestore
 
FlexResourceStore.PrefixLookup - Class in org.archive.wayback.resourcestore
 
FlexResourceStore.SourceResolver - Interface in org.archive.wayback.resourcestore
 
flip - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
flush() - Method in class org.archive.cdxserver.processor.LastNLineProcessor
 
flushBuffer() - Method in class org.archive.wayback.replay.StringHttpServletResponseWrapper
This method overrides the default behaviour, and does nothing.
flushPassThrough() - Method in class org.archive.cdxserver.processor.DupeTimestampLastBestStatusFilter
Write out all pending pass-throughs, and clear pass-through buffer.
fontPadX - Variable in class org.archive.wayback.util.graph.GraphConfiguration
left font padding for Year/Month labels
fontPadY - Variable in class org.archive.wayback.util.graph.GraphConfiguration
top/bottom font padding for Year/Month labels
forceUpdate(String, int, boolean) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
forEncoding(String, Resource) - Static method in class org.archive.wayback.replay.DecodingResource
Returns a DecodingResource that wraps an existing resource with a decompressor for the given Content-Encoding.
format - Variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
format(String, Object...) - Method in class org.archive.wayback.util.StringFormatter
Localize a string key from the UI.properties file
FORMAT_LINK - Static variable in interface org.archive.wayback.memento.MementoConstants
 
FORMAT_RDF - Static variable in interface org.archive.wayback.memento.MementoConstants
 
formatLinkDate(Date) - Static method in class org.archive.wayback.memento.MementoUtils
 
FormCommand() - Constructor for class org.archive.cdxserver.HowManyController.FormCommand
 
FormCommand(UrlSurtRangeComputer.MatchType) - Constructor for class org.archive.cdxserver.HowManyController.FormCommand
 
FormRequestParser - Class in org.archive.wayback.requestparser
RequestParser which attempts to extract data from an HTML form, that is, from HTTP GET request arguments
FormRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.requestparser.FormRequestParser
 
forward(HttpServletRequest, HttpServletResponse, String) - Method in class org.archive.wayback.core.UIResults
Store this UIResults object in the given HttpServletRequest, then forward the request to target, in this case, an image, html file, .jsp, any file which can return a complete document.
ForwardRevisitResolver - Class in org.archive.cdxserver.processor
 
ForwardRevisitResolver(BaseProcessor, boolean) - Constructor for class org.archive.cdxserver.processor.ForwardRevisitResolver
 
found - Variable in class org.archive.wayback.resourceindex.filters.ClosestResultTrackingFilter
 
FRAME_WRAPPED_CONTEXT - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
frame-wrapper context
FrameEmbeddedRequestSelector - Class in org.archive.wayback.replay.selector
 
FrameEmbeddedRequestSelector() - Constructor for class org.archive.wayback.replay.selector.FrameEmbeddedRequestSelector
 
FROM - Static variable in interface org.archive.wayback.memento.MementoConstants
 
fromCanonicalStringMap(Map<String, String>) - Method in class org.archive.wayback.core.SearchResult
 
fromSse(int) - Static method in class org.archive.wayback.util.Timestamp
 
FTP_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
FTP
FTPS_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
FTPS

G

generateMementoLinkHeaders(CaptureSearchResults, WaybackRequest, boolean, boolean) - Static method in class org.archive.wayback.memento.MementoUtils
Add Link header value.
generateResponse(HttpServletResponse, WaybackRequest) - Method in exception org.archive.wayback.exception.BetterReplayRequestException
 
generateResponse(HttpServletResponse, WaybackRequest) - Method in exception org.archive.wayback.exception.BetterRequestException
 
GENERIC_ID - Static variable in exception org.archive.wayback.exception.WaybackException
 
GenericBlockLoader - Class in org.archive.wayback.resourceindex.ziplines
Generic BlockLoader, which may simplify configuration - inspecting each location to attempt to choose the correct BlockLoader: HDFS, HTTP, or LocalFile
GenericBlockLoader() - Constructor for class org.archive.wayback.resourceindex.ziplines.GenericBlockLoader
 
genKey(HttpServletRequest) - Method in class org.archive.wayback.accesspoint.proxy.IPProxyConfigSelector
 
get() - Method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
get() - Method in interface org.archive.wayback.accesscontrol.ExclusionFilterFactory
 
get() - Method in class org.archive.wayback.accesscontrol.oracleclient.CustomPolicyOracleFilterFactory
 
get() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
get() - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
 
get() - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.
 
get() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotExclusionFilterFactory
 
get() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
get() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilterFactory
 
get() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
get(String) - Method in class org.archive.wayback.core.SearchResult
 
get(String) - Method in class org.archive.wayback.core.WaybackRequest
 
get(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsPartitionsFactory
Deprecated.
Determine the correct ResultsPartitioner to use given the SearchResults search range, and use that to break the SearchResults into partitions.
get(CaptureSearchResults, WaybackRequest, ResultsPartitioner) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsPartitionsFactory
Deprecated.
 
get(String) - Method in class org.archive.wayback.util.bdb.BDBMap
retrieve the value assoicated with keyStr from persistant storage
get(String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
retrieve the value assoicated with keyStr from persistant storage
get(int) - Method in class org.archive.wayback.util.BitArray
 
get(AccessPoint) - Method in class org.archive.wayback.webapp.CustomMultiFilterFactory
 
get(AccessPoint) - Method in interface org.archive.wayback.webapp.CustomResultFilterFactory
 
get(AccessPoint) - Method in class org.archive.wayback.webapp.DuplicateFiltersFactory
 
get(AccessPoint) - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
get(String) - Static method in class org.archive.wayback.webapp.PerfStats
 
get(AccessPoint) - Method in class org.archive.wayback.webapp.PrefixEmbargoResultFilterFactory
 
getAbsolutePath(File) - Static method in class org.archive.wayback.util.DirMaker
 
getAcceptRegex() - Method in class org.archive.wayback.resourcestore.resourcefile.RegexFilenameFilter
All files with filenames matching this regular expression will be considered to accept.
getAccessCheckUrl() - Method in class org.archive.cdxserver.auth.RemoteAuthChecker
 
getAccessGroup() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
getAccessPoint() - Method in class org.archive.wayback.core.WaybackRequest
 
getAccessPoint() - Method in class org.archive.wayback.resourceindex.cdxserver.APContextAuthToken
 
getAccessPointConfig() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getAccessPointConfigs() - Method in class org.archive.wayback.accesspoint.AccessPointConfigs
 
getAccessPointConfigs() - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
 
getAccessPointPath() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getAccessPointPath() - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
getAdminExclusions() - Method in class org.archive.wayback.resourceindex.cdxserver.WaybackAuthChecker
 
getAdminFactory() - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getAjaxAccessControl() - Method in class org.archive.cdxserver.BaseCDXServer
 
getAllCdxFieldsAccessTokens() - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
getAllClusters() - Method in class org.archive.cdxserver.HowManyController
 
getAllowedRanges() - Method in class org.archive.wayback.authenticationcontrol.IPMatchesBooleanOperator
 
getAllowedUsers() - Method in class org.archive.wayback.authenticationcontrol.HTTPAuthBooleanOperator
 
getAllStats() - Static method in class org.archive.wayback.webapp.PerfStats
 
getAllStats(PerfStats.OutputFormat) - Static method in class org.archive.wayback.webapp.PerfStats
Format all stats in the format specified.
getAllUrlAccessTokens() - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
getAnchorDate() - Method in class org.archive.wayback.core.WaybackRequest
 
getAnchorTimestamp() - Method in class org.archive.wayback.core.WaybackRequest
 
getAnchorWindow() - Method in class org.archive.wayback.core.WaybackRequest
 
getAnnotater() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
getAnnotater() - Method in class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
getAnnotater() - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
getArcCacheDir() - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
getArcDir() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
getArchivalToProxyConverter() - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
getArchiveReader(URL, long) - Method in class org.archive.wayback.resourcestore.resourcefile.TimeoutArchiveReaderFactory
 
getARCMetadata() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
getArcPrefix() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
getArcRecord() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
getAttributeRewriter() - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
getAuthChecker() - Method in class org.archive.cdxserver.BaseCDXServer
 
getAuthentication() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getAuthentication() - Method in class org.archive.wayback.webapp.AccessPoint
 
getAuthMsg() - Method in class org.archive.wayback.accesspoint.proxy.AuthProxyConfigSelector
 
getAuthType() - Method in class org.archive.wayback.core.WaybackRequest
 
getAuto(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.
 
getBackingFileBase() - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
getBaseAccessPoint() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getBaseHref(StringBuilder) - Static method in class org.archive.wayback.replay.TagMagix
find and return the href value within a BASE tag inside the HTML document within the StringBuffer page.
getBasename(String) - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getBasename(String) - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
getBasename(String) - Method in interface org.archive.wayback.resourcestore.resourcefile.ResourceFileSource
 
getBaseStatusRegexp() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getBdbName() - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
getBdbName() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
getBdbPath() - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
getBdbPath() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
getBeanName() - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
getBeanName() - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
getBeanName() - Method in interface org.archive.wayback.util.webapp.RequestHandler
 
getBetterURI() - Method in exception org.archive.wayback.exception.BetterRequestException
 
getBlock(String, long, int) - Method in interface org.archive.wayback.resourceindex.ziplines.BlockLoader
Fetch a range of bytes from a particular URL.
getBlock(String, long, int) - Method in class org.archive.wayback.resourceindex.ziplines.GenericBlockLoader
 
getBlock(String, long, int) - Method in class org.archive.wayback.resourceindex.ziplines.HDFSBlockLoader
 
getBlock(String, long, int) - Method in class org.archive.wayback.resourceindex.ziplines.Http11BlockLoader
Fetch a range of bytes from a particular URL.
getBlock(String, long, int) - Method in class org.archive.wayback.resourceindex.ziplines.LocalFileBlockLoader
 
getBlockLoader() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
getBlockLoader() - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
getBodyInputStream() - Method in class org.archive.wayback.util.http.HttpResponse
 
getBoolean(String) - Method in class org.archive.wayback.core.SearchResult
 
getBoundingRectangle() - Method in class org.archive.wayback.util.graph.RectangularGraphElement
 
getByteBuffer() - Method in class org.archive.wayback.util.BitArray
 
getBytes() - Method in class org.archive.wayback.replay.TextDocument
 
getBytes() - Method in class org.archive.wayback.util.BitArray
 
getBytes(boolean) - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
getBytes(boolean) - Method in class org.archive.wayback.util.http.HttpResponseMessage
 
getCache() - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getCachedResource(URL, long, boolean) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
getCachedResource(URL, long, boolean) - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
getCachedResource(URL, long, boolean) - Method in class org.archive.wayback.liveweb.LiveRobotsNoCache
 
getCachedResource(URL, long, boolean) - Method in interface org.archive.wayback.liveweb.LiveWebCache
Fetch a Resource from the live web, or from a cache of the live web.
getCachedResource(URL, long, boolean) - Method in class org.archive.wayback.liveweb.StdRemoteLiveWebCache
Gets resource object from the live web.
getCacher() - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
getCalendar() - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.
 
getCanonicalizer() - Method in class org.archive.wayback.accesscontrol.robotstxt.AccessControlChecker
 
getCanonicalizer() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
getCanonicalizer() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getCanonicalizer() - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
getCanonicalizer() - Method in class org.archive.wayback.resourceindex.filters.SelfRedirectFilter
 
getCanonicalizer() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
getCanonicalizer() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getCanonicalizer() - Method in class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
getCanonicalizer() - Method in class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
getCanonicalizer() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
getCanonicalizer() - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
getCanonicalizer() - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
getCaptureCalendar() - Method in class org.archive.wayback.partition.BubbleCalendarData
return CaptureSearchResult partitions for the month grouped by week.
getCaptureDate() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getCaptureDate() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getCaptureFilterGroupCanonicalizer() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
getCaptureJsp() - Method in class org.archive.wayback.query.Renderer
 
getCaptureResults() - Method in class org.archive.wayback.core.UIResults
 
getCaptureSearchResult() - Method in exception org.archive.wayback.exception.SpecificCaptureReplayException
 
getCaptureSearchResult() - Method in class org.archive.wayback.replay.html.ReplayParseContext
return CaptureSearchResult being rendered.
getCaptureSearchResults() - Method in exception org.archive.wayback.exception.SpecificCaptureReplayException
 
getCaptureSearchWriter(WaybackRequest, AuthToken, boolean) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
create CDXWriter for writing capture search result.
getCaptureTimestamp() - Method in interface org.archive.wayback.core.Capture
return time of capture.
getCaptureTimestamp() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getCaptureTimestamp() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getCaptureTimestamp() - Method in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter.CDXSearchResult
 
getCdx(HttpServletRequest, HttpServletResponse, CDXQuery) - Method in class org.archive.cdxserver.CDXServer
 
getCdx(CDXQuery, AuthToken, CDXWriter) - Method in class org.archive.cdxserver.CDXServer
 
getCdxFormat() - Method in class org.archive.cdxserver.CDXServer
 
getCDXLines() - Method in class org.archive.cdxserver.writer.CDXListWriter
 
getCdxServer() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getCdxSource() - Method in class org.archive.cdxserver.CDXServer
 
getCDXSources() - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
getCharset(Resource, WaybackRequest) - Method in class org.archive.wayback.replay.charset.CharsetDetector
 
getCharset(Resource, Resource, WaybackRequest) - Method in class org.archive.wayback.replay.charset.CharsetDetector
 
getCharset(Resource, Resource, int) - Method in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
getCharset(Resource, int) - Method in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
getCharset(Resource, Resource, WaybackRequest) - Method in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
getCharset(Resource, Resource, WaybackRequest) - Method in class org.archive.wayback.replay.charset.StandardCharsetDetector
 
getCharSet() - Method in class org.archive.wayback.replay.TextDocument
 
getCharsetDetector() - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
getCharsetDetector() - Method in class org.archive.wayback.replay.TextReplayRenderer
 
getCharsetMode() - Method in class org.archive.wayback.core.WaybackRequest
 
getCheckInterval() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilterFactory
 
getCheckInterval() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
getCheckInterval() - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
getChunkIndexPath() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
getChunkMapPath() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
getClient() - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.
 
getClient() - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
getClientIPFromForwardedForHeader(String) - Method in class org.archive.wayback.authenticationcontrol.IPMatchesBooleanOperator
 
getCloseMatches() - Method in class org.archive.wayback.core.SearchResults
 
getCloseMatches() - Method in exception org.archive.wayback.exception.ResourceNotInArchiveException
 
getClosest() - Method in class org.archive.cdxserver.CDXQuery
 
getClosest() - Method in class org.archive.wayback.core.CaptureSearchResults
 
getClosest() - Method in class org.archive.wayback.partition.NotableResultExtractor
 
getClosest(WaybackRequest, CaptureSearchResults) - Method in interface org.archive.wayback.replay.ClosestResultSelector
Locate and return the best matching search result from a set for a given request.
getClosest(WaybackRequest, CaptureSearchResults) - Method in class org.archive.wayback.replay.DateRedirectingClosestResultSelector
Deprecated.
 
getClosest(WaybackRequest, CaptureSearchResults) - Method in class org.archive.wayback.replay.DefaultClosestResultSelector
 
getClosest(WaybackRequest, CaptureSearchResults) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
getClosest(WaybackRequest, CaptureSearchResults) - Method in interface org.archive.wayback.ReplayDispatcher
 
getClosest() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
getClosest() - Method in class org.archive.wayback.resourceindex.filters.ClosestResultTrackingFilter
 
getClosestIterator(String, Date) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
getClosestSelector() - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
getCluster() - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
getCode() - Method in class org.archive.wayback.util.http.HttpResponseMessage
 
getCollapse() - Method in class org.archive.cdxserver.CDXQuery
 
getCollapseTime() - Method in class org.archive.cdxserver.CDXQuery
 
getCollapseTime() - Method in class org.archive.wayback.core.WaybackRequest
collapseTime parameter for CDXServer.
getCollection() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getCollection() - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
getCollection() - Method in class org.archive.wayback.webapp.AccessPoint
 
getCollectionContextName() - Method in interface org.archive.wayback.accesscontrol.CollectionContext
Return name of this exclusion context.
getCollectionContextName() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getCollectionContextName() - Method in class org.archive.wayback.webapp.AccessPoint
Default implementation returns null.
getCommentJsp() - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
Deprecated.
use getEndJsp()
getComparator() - Static method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
getComparator(Comparator<K>) - Static method in class org.archive.wayback.util.iterator.PeekableIteratorComparator
 
getCompressedLength() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getCompressedLength() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getConfig() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
getConfigs() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getConfigs() - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
getConfigs() - Method in class org.archive.wayback.webapp.AccessPoint
 
getConfigSelector() - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
getConnections() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
getConnectionTimeoutMS() - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
getConnectionTimeoutMS() - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
getConnectionTimeoutMS() - Method in class org.archive.wayback.resourceindex.ziplines.Http11BlockLoader
 
getConnectTimeout() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getConnectTimeoutMs() - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
getContainsMatch() - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
getContentJsp() - Method in class org.archive.wayback.core.UIResults
 
getContentLength(Map<String, String>) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
getContentRange(Map<String, String>) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
Return Content-Range response header field value.
getContents() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RobotsTxtResource
 
getContextConfig(String) - Method in class org.archive.wayback.core.UIResults
Get a String generic AccessPoint config (ala AccessPoint.configs Spring config)
getContextConverter(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrlContextResultURIConverterFactory
 
getContextConverter(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrlResultURIConverterFactory
 
getContextConverter(String) - Method in interface org.archive.wayback.replay.html.ContextResultURIConverterFactory
 
getContextConverter(String) - Method in class org.archive.wayback.replay.html.IdentityResultURIConverterFactory
 
getContextMap(String) - Static method in class org.archive.wayback.util.bdb.BDBMap
 
getContextPrefix() - Method in class org.archive.wayback.core.UIResults
Deprecated.
use getWbRequest().getContextPrefix()
getContextPrefix() - Method in class org.archive.wayback.core.WaybackRequest
Deprecated.
use AccessPoint.getReplayPrefix or getQueryPrefix
getConverter(String) - Method in class org.archive.wayback.replay.html.ReplayParseContext
returns ResultURIConverter for resource context flags.
getConverterFactory() - Method in class org.archive.wayback.archivalurl.ArchivalURLJSStringTransformerReplayRenderer
 
getConverterFactory() - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
getConverters() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getCookieAuthToken() - Method in class org.archive.cdxserver.BaseCDXServer
 
getCount() - Method in class org.archive.wayback.util.partition.Partition
 
getCrawlDelay() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotsDirectives
 
getCssErrorJsp() - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
getCurPageNum() - Method in class org.archive.wayback.core.SearchResults
 
getCurrentContext() - Static method in class org.archive.wayback.util.webapp.SpringReader
 
getCurrentMark() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
getCurrentMark() - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
getCurrentMark() - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
 
getCurrentMark() - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
getCurrentMark() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBLog
 
getCustom(String) - Method in class org.archive.wayback.core.SearchResult
 
getCustomHeader() - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
getData() - Method in class org.archive.wayback.util.graph.RegionGraphElement
 
getData(String) - Method in class org.archive.wayback.util.htmllex.ParseContext
Retrieves previously stored data for key key from this ParseContext
getDataEndMSSE() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getDataStartMSSE() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getDate() - Method in class org.archive.wayback.util.Timestamp
 
getDateSpec() - Method in class org.archive.wayback.archivalurl.ArchivalUrl
Create a new datespec + flags which represent the same options as requested by the instances own WaybackRequest, using the constant WaybackRequest.REQUEST_DATE constant as a prefix.
getDateSpec(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrl
Given a date, create a new datespec + flags which represent the same options as requested by the instances own WaybackRequest.
getDateSpec(WaybackRequest, String) - Static method in class org.archive.wayback.archivalurl.ArchivalUrl
Given a date, create a new datespec + flags which represent the same options as requested by the WaybackRequest
getDatespec() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getDateStr() - Method in class org.archive.wayback.util.Timestamp
 
getDay(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.
 
getDay() - Method in class org.archive.wayback.util.Timestamp
 
getDb() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
getDb() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
getDb() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
getDb() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
getDb() - Method in class org.archive.wayback.resourcestore.LocationDBResourceStore
 
getDbName() - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
getDecorated() - Method in class org.archive.wayback.replay.ReplayRendererDecorator
 
getDefaultFSURI() - Method in class org.archive.wayback.resourceindex.ziplines.HDFSBlockLoader
 
getDefaultParams() - Method in class org.archive.cdxserver.CDXServer
 
getDelegator() - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
getDelim() - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
getDelim() - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
getDelimiter() - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
getDetails() - Method in exception org.archive.wayback.exception.WaybackException
 
getDigest() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDigest() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getDirectHosts() - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
getDirectivesFor(String, boolean) - Method in class org.archive.wayback.accesscontrol.robotstxt.Robotstxt
Return the RobotsDirectives, if any, appropriate for the given User-Agent string.
getDirectivesFor(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.Robotstxt
Return directives to use for the given User-Agent, resorting to wildcard rules or the default no-directives if necessary.
getDnsCheckTimeout() - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getDuplicateDigestStoredDate() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDuplicateDigestStoredDate() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getDuplicateDigestStoredTimestamp() - Method in class org.archive.wayback.core.CaptureSearchResult
same with CaptureSearchResult.getDuplicateDigestStoredDate(), but returns raw timestamp value.
getDuplicateDigestStoredTimestamp() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getDuplicateHTTPStoredDate() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDuplicateHTTPStoredTimestamp() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDuplicatePayload() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDuplicatePayload() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getDuplicatePayloadCompressedLength() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDuplicatePayloadCompressedLength() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getDuplicatePayloadFile() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDuplicatePayloadFile() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getDuplicatePayloadOffset() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getDuplicatePayloadOffset() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getEarliestTimestamp() - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
getEarliestTimestamp() - Method in class org.archive.wayback.requestparser.WrappedRequestParser
 
getElement(int) - Method in class org.archive.wayback.util.graph.ValueGraphElements
return the i'th ValueGraphElement
getEmbargoMS() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getEmbargoMS() - Method in class org.archive.wayback.webapp.AccessPoint
 
getEmbargoMS() - Method in class org.archive.wayback.webapp.PrefixEmbargoPeriodTuple
 
getEnd() - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
getEnd() - Method in class org.archive.wayback.util.partition.Partition
 
getEndDate() - Method in class org.archive.wayback.core.WaybackRequest
 
getEndJsp() - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
getEndOfFirstTag(StringBuilder, String) - Static method in class org.archive.wayback.replay.TagMagix
 
getEndTimestamp() - Method in class org.archive.wayback.core.WaybackRequest
 
getEndYear() - Static method in class org.archive.wayback.util.Timestamp
 
getEnumValue(HttpServletRequest, String, Class<E>, E) - Method in class org.archive.cdxserver.CDXQuery
 
getErrorJsp() - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
getErrorMsg() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToSearchResultWriter
 
getErrorMsgHeader() - Method in class org.archive.wayback.webapp.AccessPoint
 
getException() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getException() - Method in class org.archive.wayback.core.UIResults
 
getException() - Method in class org.archive.wayback.webapp.AccessPoint
 
getExcluder(String) - Static method in class org.archive.wayback.accesscontrol.ExternalExcluder
 
getExcludes() - Method in class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
getExclusionFactory() - Method in class org.archive.wayback.accesscontrol.robotstxt.AccessControlChecker
 
getExclusionFactory() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getExclusionFactory() - Method in class org.archive.wayback.webapp.AccessPoint
 
getExclusionFilter(CollectionContext) - Method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
getExclusionFilter(CollectionContext) - Method in interface org.archive.wayback.accesscontrol.ContextExclusionFilterFactory
Return ExclusionFilter for use in current replay session, based on context.
getExclusionFilter(CollectionContext) - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
 
getExclusionFilter(String) - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
 
getExclusionFilter() - Method in class org.archive.wayback.core.WaybackRequest
 
getExclusionFilter() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
Deprecated.
getExclusionUrlPrefix() - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.
 
getExclusionUserAgent() - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.
 
getExpiresMS() - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
getExpression() - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
getExtraSource() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getFactories() - Method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
getFactory() - Method in class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
getFailed() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
getFakeExpiresMS() - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
getFallbackExclusionFactory() - Method in class org.archive.wayback.resourceindex.cdxserver.AccessPointAuthChecker
 
getFastLatest() - Method in class org.archive.cdxserver.CDXQuery
 
getField(char) - Method in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
getFile() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilterFactory
 
getFile() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
getFile() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getFile() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getFileDocument(File) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getFileExcludePrefixes() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getFileExcludePrefixes() - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
getFileExcludePrefixes() - Method in class org.archive.wayback.webapp.AccessPoint
 
getFileIncludePrefixes() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getFileIncludePrefixes() - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
getFileIncludePrefixes() - Method in class org.archive.wayback.webapp.AccessPoint
 
getFilePatterns() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getFilePatterns() - Method in class org.archive.wayback.webapp.AccessPoint
 
getFileState() - Method in class org.archive.wayback.util.MonitoredFileSet
 
getFilter() - Method in class org.archive.cdxserver.CDXQuery
 
getFilter(String) - Method in class org.archive.wayback.core.SearchResults
 
getFilter() - Method in class org.archive.wayback.resourceindex.filterfactory.ClosestTrackingCaptureFilterGroup
 
getFilter() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
getFilter() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getFilterFactory() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getFilterFactory() - Method in class org.archive.wayback.webapp.AccessPoint
 
getFilters() - Method in class org.archive.wayback.core.SearchResults
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.AccessPointCaptureFilterGroup
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.AnnotatingCaptureFilterGroup
 
getFilters() - Method in interface org.archive.wayback.resourceindex.filterfactory.CaptureFilterGroup
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.ClosestTrackingCaptureFilterGroup
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.CoreCaptureFilterGroup
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroup
 
getFilters() - Method in class org.archive.wayback.resourceindex.filterfactory.WindowFilterGroup
 
getFilters() - Method in class org.archive.wayback.resourceindex.filters.CompositeFilter
 
getFilters() - Method in class org.archive.wayback.resourceindex.WatchedCDXSource
 
getFilters() - Method in class org.archive.wayback.util.ObjectFilterChain
 
getFilters() - Method in class org.archive.wayback.webapp.CustomMultiFilterFactory
 
getFirst() - Method in class org.archive.wayback.partition.NotableResultExtractor
 
getFirstCaptureDate() - Method in class org.archive.wayback.core.UrlSearchResult
 
getFirstCaptureTimestamp() - Method in class org.archive.wayback.core.UrlSearchResult
 
getFirstResultDate() - Method in class org.archive.wayback.core.CaptureSearchResults
 
getFirstResultDate() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getFirstResultDate() - Method in class org.archive.wayback.partition.ToolBarData
 
getFirstResultReplayUrl() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getFirstResultTimestamp() - Method in class org.archive.wayback.core.CaptureSearchResults
 
getFirstReturned() - Method in class org.archive.wayback.core.SearchResults
 
getFirstUrlMonth(Partition<CaptureSearchResult>, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getFirstUrlYear(Partition<Partition<CaptureSearchResult>>, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getFl() - Method in class org.archive.cdxserver.CDXQuery
 
getFlags() - Method in class org.archive.wayback.replay.html.transformer.URLStringTransformer
 
getForcedContentType() - Method in class org.archive.wayback.core.WaybackRequest
 
getFormat() - Method in class org.archive.wayback.resourceindex.cdx.CDXFormatIndex
 
getFormat() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
getFormat(String) - Method in class org.archive.wayback.util.StringFormatter
 
getFormatter() - Method in class org.archive.wayback.core.UIResults
return StringFormatter set-up for locale of request being processed.
getFormatter() - Method in class org.archive.wayback.core.WaybackRequest
Deprecated.
getFrameWrappingRenderer() - Static method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
getFrom() - Method in class org.archive.cdxserver.CDXQuery
 
getFromBeforeMatch() - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
getFromPrefix() - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
getGeneric(HttpServletRequest) - Static method in class org.archive.wayback.core.UIResults
Extract a generic UIResults from the HttpServletRequest.
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.filterfactory.AccessPointCaptureFilterGroupFactory
 
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.filterfactory.AnnotatingCaptureFilterGroupFactory
 
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.filterfactory.ClosestTrackingCaptureFilterGroupFactory
 
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.filterfactory.CoreCaptureFilterGroupFactory
 
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroupFactory
 
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in interface org.archive.wayback.resourceindex.filterfactory.FilterGroupFactory
 
getGroup(WaybackRequest, UrlCanonicalizer, LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroupFactory
 
getGuessedCharsetHeader() - Method in class org.archive.wayback.replay.TextReplayRenderer
 
getGzipWriter(HttpServletResponse) - Static method in class org.archive.cdxserver.writer.HttpCDXWriter
 
getHeader(String) - Method in class org.archive.wayback.core.Resource
 
getHeader(String) - Method in class org.archive.wayback.replay.CompositeResource
 
getHeaders() - Method in class org.archive.wayback.util.http.HttpRequest
 
getHeaders() - Method in class org.archive.wayback.util.http.HttpResponse
 
getHeaderValue(Map<String, String>, String) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
getHeadInsertJsp() - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
getHeight() - Method in class org.archive.wayback.util.graph.RectangularGraphElement
 
getHighlightedValue() - Method in class org.archive.wayback.util.graph.RegionData
 
getHighlightValue() - Method in class org.archive.wayback.util.graph.ValueGraphElements
 
getHost() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
getHostPort() - Method in class org.archive.wayback.domainprefix.DomainPrefixCompositeRequestParser
 
getHostPort() - Method in class org.archive.wayback.domainprefix.DomainPrefixRequestParser
 
getHostPort() - Method in class org.archive.wayback.domainprefix.DomainPrefixResultURIConverter
 
getHosts() - Method in class org.archive.wayback.exception.CustomNotInArchiveExceptionRenderer
Deprecated.
 
getHour(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.
 
getHowMany(HttpServletRequest, HttpServletResponse, String, String, String, UrlSurtRangeComputer.MatchType, String, String, ModelMap) - Method in class org.archive.cdxserver.HowManyController
 
getHowManyCluster(HttpServletRequest, HttpServletResponse, String, String, String, UrlSurtRangeComputer.MatchType, String, String, ModelMap) - Method in class org.archive.cdxserver.HowManyController
 
getHttpClient() - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
getHttpCode() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getHttpCode() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getHttpDocument(String) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getHttpDocument(String) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getHttpHeaders() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RobotsTxtResource
 
getHttpHeaders() - Method in class org.archive.wayback.core.Resource
Assumes an HTTP response - return the HTTP headers, not including the HTTP Message header
getHttpHeaders() - Method in class org.archive.wayback.replay.CompositeResource
 
getHttpHeaders() - Method in class org.archive.wayback.replay.DecodingResource
 
getHttpHeaders() - Method in class org.archive.wayback.replay.RangeResource
 
getHttpHeaders() - Method in class org.archive.wayback.resourcestore.jwat.JWATResource
 
getHttpHeaders() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
getHttpHeaders() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
getHttpsProxyHostPort() - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
getIgnoreRobotPaths() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getIgnoreRobotPaths() - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
getIgnoreRobotsAccessTokens() - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
getImageErrorJsp() - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
getIncludeFilter() - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PrefixLookup
 
getIncludeFilter() - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
getIncludes() - Method in class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
getIncoming() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
getIncomingDir() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
getIndex() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
getInner() - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getInsert() - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
getInstance(ExclusionFilterFactory, CollectionContext) - Static method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
getInternalPort() - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
getInterstitialJsp() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getInterstitialJsp() - Method in class org.archive.wayback.webapp.AccessPoint
 
getInterval() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
getInterval() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
getInterval() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
getInterval() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
getIp() - Method in class org.archive.wayback.util.IPRange
 
getIterator() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplineBlockMatches
 
getIterator(String, long) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlockStringSequence
 
getIterator(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlockStringSequence
 
getIteratorAt(long) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplineBlockMatches
 
getJavascriptErrorJsp() - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
getJedisInstance() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
getJSBlockCount() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getJsBlockTrans() - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
getJSIncludeString(String) - Method in class org.archive.wayback.replay.TextDocument
 
getJsp() - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
getJspExec() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getJspHandler() - Method in class org.archive.wayback.exception.CustomNotInArchiveExceptionRenderer
Deprecated.
 
getJspInsertPath() - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
getJspInserts() - Method in class org.archive.wayback.replay.TextReplayRenderer
 
getJspPath() - Method in class org.archive.wayback.replay.html.rules.JSPExecRule
 
getJsTransformer() - Method in class org.archive.wayback.replay.html.transformer.URLStringTransformer
 
getKey() - Method in class org.archive.wayback.util.bdb.BDBRecord
 
getKeyMaker() - Method in class org.archive.wayback.util.url.KeyMakerUrlCanonicalizer
 
getLabel() - Method in class org.archive.wayback.util.graph.RegionData
 
getLast() - Method in class org.archive.wayback.partition.NotableResultExtractor
 
getLastAdded() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
getLastCaptureDate() - Method in class org.archive.wayback.core.UrlSearchResult
 
getLastCaptureTimestamp() - Method in class org.archive.wayback.core.UrlSearchResult
 
getLastDigest() - Method in class org.archive.wayback.util.FileDownloader
 
getLastMark() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
getLastMatchOffset() - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getLastResultDate() - Method in class org.archive.wayback.core.CaptureSearchResults
getLastResultDate() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getLastResultDate() - Method in class org.archive.wayback.partition.ToolBarData
 
getLastResultReplayUrl() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getLastResultTimestamp() - Method in class org.archive.wayback.core.CaptureSearchResults
Return the textual timestamp of the last capture
getLastUrlMonth(Partition<CaptureSearchResult>, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getLastUrlYear(Partition<Partition<CaptureSearchResult>>, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getLatestTimestamp() - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
getLatestTimestamp() - Method in class org.archive.wayback.requestparser.WrappedRequestParser
 
getLength() - Method in class org.archive.wayback.liveweb.FileRegion
 
getLimit() - Method in class org.archive.cdxserver.CDXQuery
 
getLimit() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getLine() - Method in class org.archive.wayback.replay.html.rewrite.ExtractJSLine
 
getList() - Method in class org.archive.wayback.util.partition.Partition
Same as Partition.list(), Bean property compatible.
getLiveweb() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
getLiveWebGone() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
getLiveWebHandler() - Method in class org.archive.wayback.webapp.DefaultLiveWebRedirector
 
getLiveWebPrefix() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getLiveWebPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
getLiveWebPrefix() - Method in class org.archive.wayback.webapp.DefaultLiveWebRedirector
 
getLiveWebPrefix() - Method in interface org.archive.wayback.webapp.LiveWebRedirector
 
getLiveWebRedirect(HttpServletRequest, WaybackRequest, WaybackException) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getLiveWebRedirect(HttpServletRequest, WaybackRequest, WaybackException) - Method in class org.archive.wayback.webapp.LiveWebRequestHandler
 
getLiveWebRedirector() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getLiveWebRedirector() - Method in class org.archive.wayback.webapp.AccessPoint
 
getLiveWebResource(CaptureSearchResult, String) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getLocale() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getLocale() - Method in class org.archive.wayback.core.UIResults
return Locale for request being processed.
getLocale() - Method in class org.archive.wayback.core.WaybackRequest
return locale for this request.
getLocale() - Method in class org.archive.wayback.webapp.AccessPoint
 
getLocaleLanguage() - Method in class org.archive.wayback.core.WaybackRequest
 
getLocalHostName() - Static method in class org.archive.wayback.core.UIResults
 
getLocalhostNames() - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
getLocalhostNames() - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
getLocalhostNames() - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
getLocalized(String) - Method in class org.archive.wayback.util.StringFormatter
Access a localized string associated with key from the ResourceBundle, likely the UI.properties file.
getLocalMD5s() - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
getLocationDB() - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
getLocationDB() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
getLocations() - Method in class org.archive.wayback.resourceindex.ziplines.BlockLocation
 
getLocationsForMD5(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.MD5LocationFile
 
getLogPath() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
getMainCluster() - Method in class org.archive.cdxserver.HowManyController
 
getMap() - Method in class org.archive.wayback.util.htmllex.ParseContext
 
getMapParam(Map<String, String[]>, String) - Static method in class org.archive.wayback.util.webapp.AbstractRequestHandler
Extract the first value in the array mapped to by field in queryMap
getMapParamOrEmpty(Map<String, String[]>, String) - Static method in class org.archive.wayback.util.webapp.AbstractRequestHandler
Extract the first value in the array mapped to by field in queryMap
getMapPath() - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
getMapper() - Method in class org.archive.wayback.util.webapp.RequestFilter
 
GETMARK_OPERATION - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
getMask() - Method in class org.archive.wayback.util.IPRange
 
getMatcher(String) - Method in class org.archive.wayback.util.url.PatternBasedTextProcessor
Builds a matcher for the given text.
getMatches() - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartition
Deprecated.
 
getMatchHost() - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
getMatchingCount() - Method in class org.archive.wayback.core.SearchResults
 
getMatchPort() - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
getMatchType() - Method in class org.archive.cdxserver.CDXQuery
 
getMatchType() - Method in class org.archive.cdxserver.HowManyController.FormCommand
 
getMatchTypeStr() - Method in class org.archive.cdxserver.CDXQuery
 
getMaxARCSize() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
getMaxBlocks() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
getMaxCacheMS() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
getMaxHostConnections() - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
getMaxHostConnections() - Method in class org.archive.wayback.resourceindex.ziplines.GenericBlockLoader
 
getMaxHostConnections() - Method in class org.archive.wayback.resourceindex.ziplines.Http11BlockLoader
 
getMaxPoolWait() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
getMaxRecords() - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
getMaxRecords() - Method in class org.archive.wayback.requestparser.WrappedRequestParser
 
getMaxRecords() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
getMaxRecords() - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getMaxRedirectAttempts() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getMaxRedirectAttempts() - Method in class org.archive.wayback.webapp.AccessPoint
 
getMaxRobotsSize() - Method in class org.archive.wayback.liveweb.LiveRobotsNoCache
 
getMaxSize() - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
getMaxTotalConnections() - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
getMaxTotalConnections() - Method in class org.archive.wayback.resourceindex.ziplines.GenericBlockLoader
 
getMaxTotalConnections() - Method in class org.archive.wayback.resourceindex.ziplines.Http11BlockLoader
 
getMaxValue() - Method in class org.archive.wayback.util.graph.RegionData
 
getMD5sForRange(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.CDXDefinitionFile
 
getMementoHandler() - Method in class org.archive.wayback.webapp.AccessPoint
 
getMementoPrefix(AccessPoint) - Static method in class org.archive.wayback.memento.MementoUtils
 
getMementoTimemapFormat() - Method in class org.archive.wayback.core.WaybackRequest
 
getMerged() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
getMessage() - Method in exception org.archive.wayback.exception.WaybackException
 
getMessage() - Method in class org.archive.wayback.util.http.HttpRequest
 
getMessage() - Method in class org.archive.wayback.util.http.HttpResponse
 
getMessageKey() - Method in exception org.archive.wayback.exception.WaybackException
 
getMethod() - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
getMethod() - Method in class org.archive.wayback.util.http.HttpRequest
 
getMethod() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
getMimeContains() - Method in class org.archive.wayback.replay.selector.MimeTypeSelector
 
getMimeMatches() - Method in class org.archive.wayback.replay.selector.MimeTypeSelector
 
getMimeType() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getMimeType() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getMimeTypeDetectors() - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
getMinResolution(CaptureSearchResults) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.
 
getMinUpdateTime() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 
getMissingMimeType() - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
getMissingRobotUrls(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotsDirectiveAggregation
 
getModifyAttributeName() - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
getModifyDelegator() - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
getMonth(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.
 
getMonth() - Method in class org.archive.wayback.util.Timestamp
 
getMonthDate() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getMonthPartition() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getMonthsByDay() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getName() - Method in class org.archive.wayback.replay.html.rewrite.RewriteRule
 
getName() - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
getName() - Method in class org.archive.wayback.resourceindex.ziplines.BlockLocation
 
getName() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getName() - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
getName() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
getName() - Method in interface org.archive.wayback.resourcestore.resourcefile.ResourceFileSource
 
getNamedUserAgents() - Method in class org.archive.wayback.accesscontrol.robotstxt.Robotstxt
 
getNamesBetweenMarks(long, long) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
getNamesBetweenMarks(long, long) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
getNamesBetweenMarks(long, long) - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
 
getNamesBetweenMarks(long, long) - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
getNamesBetweenMarks(long, long) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBLog
 
getNavigatorLinks(List<Partition<Partition<CaptureSearchResult>>>, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getNavigators(StringFormatter, CaptureSearchResult) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getNext() - Method in class org.archive.wayback.partition.NotableResultExtractor
 
getNextInner() - Method in class org.archive.wayback.util.iterator.AbstractPeekableIterator
 
getNextResult() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getNextResult() - Method in exception org.archive.wayback.exception.SpecificCaptureReplayException
 
getNoCollapsePrefix() - Method in class org.archive.cdxserver.CDXServer
 
getNodeContent(Element, String) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getNodeContent(Element, String) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getNodeNutchContent(Element, String) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getNonProxyAccessPoint() - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
getNumCaptures() - Method in class org.archive.wayback.core.UrlSearchResult
 
getNumMatched() - Method in class org.archive.wayback.resourceindex.filters.CounterFilter
 
getNumPages() - Method in class org.archive.wayback.core.SearchResults
 
getNumRequested() - Method in class org.archive.wayback.core.SearchResults
 
getNumResults() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getNumReturned() - Method in class org.archive.wayback.resourceindex.filters.WindowEndFilter
 
getNumSeen() - Method in class org.archive.wayback.resourceindex.filters.WindowEndFilter
 
getNumSeen() - Method in class org.archive.wayback.resourceindex.filters.WindowStartFilter
 
getNumVersions() - Method in class org.archive.wayback.core.UrlSearchResult
 
getObject(List<MovieTag>, SWFDecoder, Context) - Method in class org.archive.wayback.replay.swf.RobustMovieDecoder
 
getOffset() - Method in class org.archive.cdxserver.CDXQuery
 
getOffset() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getOffset() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getOperand() - Method in class org.archive.wayback.util.operator.UnaryBooleanOperator
 
getOperand1() - Method in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
getOperand2() - Method in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
getOperator() - Method in class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
getOperators(BooleanOperator<T>) - Static method in class org.archive.wayback.util.operator.Utils
 
getOraclePolicy() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getOraclePolicy() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getOraclePolicy() - Method in class org.archive.wayback.util.htmllex.ParseContext
 
getOracleUrl() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
getOracleUrl() - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
Deprecated.
getOracleUrl() - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.
 
getOracleUrl() - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
getOrigException() - Method in exception org.archive.wayback.exception.SpecificCaptureReplayException
 
getOrigin(HttpServletRequest) - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
Return the Archival-URL projection of request origin, that should give a context necessary to redirect the leaked request back to Archival-URL space.
getOriginal() - Method in class org.archive.wayback.util.IPRange
 
getOriginalHeaders() - Method in class org.archive.wayback.util.http.HttpRequest
 
getOriginalHost() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getOriginalHost() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getOriginalRequestURL() - Method in class org.archive.wayback.core.UIResults
 
getOriginalUrl() - Method in interface org.archive.wayback.core.Capture
return the original URL (ordinary, non-SURT form) which resulted in the capture.
getOriginalUrl() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getOriginalUrl() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getOriginalUrl() - Method in class org.archive.wayback.core.UrlSearchResult
 
getOriginalUrl() - Method in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter.CDXSearchResult
 
getOrigResource() - Method in exception org.archive.wayback.exception.RangeNotSatisfiableException
 
getOutput() - Method in class org.archive.cdxserver.CDXQuery
 
getOutputCharset() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getOutputStream() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getOutputStream() - Method in class org.archive.wayback.replay.StringHttpServletResponseWrapper
 
getOutputStream() - Method in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
getPage() - Method in class org.archive.cdxserver.CDXQuery
 
getPageMaxRecord(AccessPoint) - Static method in class org.archive.wayback.memento.MementoUtils
 
getPageNum() - Method in class org.archive.wayback.core.WaybackRequest
 
getPageSize() - Method in class org.archive.cdxserver.CDXQuery
 
getPageSize() - Method in class org.archive.cdxserver.CDXServer
 
getParamFile() - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
getParamFile() - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
getParamIndex() - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
getParamIndex() - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
getParams() - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
getParser() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getParser() - Method in class org.archive.wayback.webapp.AccessPoint
 
getParserVisitors() - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
getPassword() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
getPath() - Method in class org.archive.wayback.resourceindex.WatchedCDXSource
 
getPath() - Method in class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
getPath() - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
getPath() - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
getPath() - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getPath() - Method in class org.archive.wayback.util.http.HttpRequest
 
getPath() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
getPathContains() - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
getPathIndex() - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PathIndex
 
getPathMap() - Method in class org.archive.wayback.authenticationcontrol.PathMappingBooleanOperator
 
getPathPrefix() - Method in class org.archive.wayback.util.webapp.RequestHandlerContext
 
getPattern() - Method in class org.archive.wayback.util.url.PatternBasedTextProcessor
 
getPattern() - Method in class org.archive.wayback.util.url.UriMatchRule
 
getPatterns() - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
getPatterns() - Method in class org.archive.wayback.resourceindex.filters.FileRegexFilter
 
getPerfStatsHeader() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getPerfStatsHeader() - Method in class org.archive.wayback.webapp.AccessPoint
 
getPhase() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
getPolicyRules() - Method in class org.archive.wayback.replay.html.rewrite.RewritingStringTransformer
 
getPoolWriters() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
getPort() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
getPostModifyDelegator() - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
getPreferContains() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getPrefix(String) - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getPrefix() - Method in class org.archive.wayback.replay.PreservingHttpHeaderProcessor
 
getPrefix() - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PrefixLookup
 
getPrefix() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getPrefix() - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
getPrefix() - Method in interface org.archive.wayback.resourcestore.resourcefile.ResourceFileSource
 
getPrefix() - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
getPrefix() - Method in class org.archive.wayback.webapp.PrefixEmbargoPeriodTuple
 
getPrefixes() - Method in class org.archive.wayback.resourceindex.filters.FilePrefixFilter
 
getPrefixFilter() - Method in class org.archive.wayback.resourceindex.cdxserver.WaybackAuthChecker
 
getPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
getPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
getPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
getPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
getPrefixIterator(String) - Method in interface org.archive.wayback.resourceindex.SearchResultSource
 
getPrefixIterator(String, int) - Method in interface org.archive.wayback.resourceindex.SequencedSearchResultSource
 
getPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
getPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
getPrefixList() - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
getPrefixMatch() - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
getPrefixPath() - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PathIndex
 
getPrefixReverseIterator(String) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
getPrefixReverseIterator(String) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
getPrefixReverseIterator(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
getPrefixReverseIterator(String) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
getPrefixReverseIterator(String) - Method in interface org.archive.wayback.resourceindex.SearchResultSource
 
getPrefixReverseIterator(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
getPrefixReverseIterator(String) - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
getPreModifyDelegator() - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
getPrev() - Method in class org.archive.wayback.partition.NotableResultExtractor
 
getPreviousResult() - Method in exception org.archive.wayback.exception.SpecificCaptureReplayException
 
getPrevResult() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getProcessingRules() - Method in class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
 
getProcessors() - Method in class org.archive.wayback.util.url.UriMatchRule
 
getProxyHostPort() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
getProxyHostPort() - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
getProxyInfoJsp() - Method in class org.archive.wayback.accesspoint.proxy.AuthProxyConfigSelector
 
getProxyInfoJsp() - Method in class org.archive.wayback.accesspoint.proxy.IPProxyConfigSelector
 
getPublicCdxFields() - Method in class org.archive.cdxserver.auth.AllAccessAuth
 
getPublicCdxFields() - Method in interface org.archive.cdxserver.auth.AuthChecker
 
getPublicCdxFields() - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
getPublicCdxFormat() - Method in class org.archive.cdxserver.auth.AllAccessAuth
 
getPublicCdxFormat() - Method in interface org.archive.cdxserver.auth.AuthChecker
 
getPublicCdxFormat() - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
getQuery() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getQuery() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToSearchResultWriter
 
getQuery() - Method in class org.archive.wayback.webapp.AccessPoint
 
getQueryArguments() - Method in class org.archive.wayback.core.WaybackRequest
 
getQueryArguments(int) - Method in class org.archive.wayback.core.WaybackRequest
 
getQueryCollapseTime() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getQueryCollapseTime() - Method in class org.archive.wayback.webapp.AccessPoint
 
getQueryContains() - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
getQueryMaxLimit() - Method in class org.archive.cdxserver.CDXServer
 
getQueryPrefix() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getQueryPrefix() - Method in class org.archive.wayback.core.UIResults
 
getQueryPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
getQueryUriConverter() - Method in class org.archive.wayback.query.Renderer
 
getQueue() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
getQueue() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
getRange(Map<String, String>) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
Get Range header field, and return parsed ranges.
getRange(PartitionSize, Date, Date) - Method in class org.archive.wayback.util.partition.Partitioner
Create a List of Partition objects of the specified size, which span the date range specified.
GETRANGE_OPERATION - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
getRangeGroupForRequest(WaybackRequest) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
getRangesForNode(String) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.RangeAssignmentFile
 
getRangeString() - Method in class org.archive.wayback.util.IPRange
 
getRawPolicy(CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.oracleclient.CustomPolicyOracleFilter
 
getRawPolicy(String, CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
 
getRawValues() - Method in class org.archive.wayback.util.graph.ValueGraphElements
 
getReadTimeout() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getRecorderCacheDir() - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
getRecordIterator(String) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getRecordIteratorLT(String) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getRecordLength() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RobotsTxtResource
 
getRecordLength() - Method in class org.archive.wayback.core.Resource
 
getRecordLength() - Method in class org.archive.wayback.replay.CompositeResource
 
getRecordLength() - Method in class org.archive.wayback.replay.DecodingResource
 
getRecordLength() - Method in class org.archive.wayback.replay.RangeResource
 
getRecordLength() - Method in class org.archive.wayback.resourcestore.jwat.JWATResource
 
getRecordLength() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
 
getRecordLength() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
getRecursive() - Method in class org.archive.wayback.resourceindex.WatchedCDXSource
 
getRedirectUrl() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getRedirectUrl() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getRefererAuth() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getRefererAuth() - Method in class org.archive.wayback.webapp.AccessPoint
 
getRefererUrl() - Method in class org.archive.wayback.core.WaybackRequest
 
getRefersToDate() - Method in class org.archive.wayback.core.Resource
return WARC-Refers-To-Date WARC record header value or equivalent.
getRefersToDate() - Method in class org.archive.wayback.replay.DecodingResource
 
getRefersToDate() - Method in class org.archive.wayback.resourcestore.jwat.JWATResource
 
getRefersToDate() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
getRefersToTargetURI() - Method in class org.archive.wayback.core.Resource
return WARC-Refer-To-Target-URI WARC record header value or equivalent.
getRefersToTargetURI() - Method in class org.archive.wayback.replay.DecodingResource
 
getRefersToTargetURI() - Method in class org.archive.wayback.resourcestore.jwat.JWATResource
 
getRefersToTargetURI() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
getRegex() - Method in class org.archive.wayback.archivalurl.ArchivalUrlJSReplayRenderer
 
getRegex() - Method in class org.archive.wayback.replay.html.transformer.JSStringTransformer
 
getRegex() - Method in class org.archive.wayback.replay.html.transformer.RegexReplaceStringTransformer
 
getRegex() - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
getRegionLabelFont() - Method in class org.archive.wayback.util.graph.GraphConfiguration
 
getRegions() - Method in class org.archive.wayback.util.graph.Graph
 
getRejectRegex() - Method in class org.archive.wayback.resourcestore.resourcefile.RegexFilenameFilter
All files with filenames matching this regular expression will be rejected, even if they would match acceptRegex.
getRemoteAuthCookie() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getRemoteAuthCookieIgnoreRobots() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getRemoteCdxHttp() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getRemoteCdxPath() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getRemoteIPAddress() - Method in class org.archive.wayback.core.WaybackRequest
 
getRemoteUser() - Method in class org.archive.wayback.core.WaybackRequest
 
getRemoveMsg() - Method in class org.archive.wayback.replay.html.rewrite.DisableJSBlocksRewriteRule
 
getRenderer() - Method in interface org.archive.wayback.replay.ReplayRendererSelector
 
getRenderer() - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
getRenderer(WaybackRequest, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
getRenderer(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
getRenderer(WaybackRequest, CaptureSearchResult, Resource) - Method in interface org.archive.wayback.ReplayDispatcher
Return a ReplayRenderer appropriate for the Resource.
getRenderer(WaybackRequest, CaptureSearchResult, Resource, Resource) - Method in interface org.archive.wayback.ReplayDispatcher
Return a ReplayRenderer appropriate for the replaying the http headers from httpHeadersResource and the payload from payloadResource.
getReplace() - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
getReplacement() - Method in class org.archive.wayback.replay.html.transformer.RegexReplaceStringTransformer
 
getReplaceNext() - Method in class org.archive.wayback.replay.html.rewrite.ExtractJSLine
 
getReplay() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getReplay() - Method in class org.archive.wayback.webapp.AccessPoint
 
getReplayDate() - Method in class org.archive.wayback.core.WaybackRequest
 
getReplayPrefix() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getReplayPrefix() - Method in class org.archive.wayback.core.UIResults
 
getReplayPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
getReplayPrefix() - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
getReplayTimestamp() - Method in class org.archive.wayback.core.WaybackRequest
 
getReplayURIPrefix() - Method in class org.archive.wayback.archivalurl.ArchivalUrlResultURIConverter
 
getRequestContextPath(HttpServletRequest) - Static method in class org.archive.wayback.util.webapp.RequestMapper
 
getRequestContextPathQuery(HttpServletRequest) - Static method in class org.archive.wayback.util.webapp.RequestMapper
 
getRequestedRanges() - Method in exception org.archive.wayback.exception.RangeNotSatisfiableException
 
getRequestFilterGroups(WaybackRequest) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
getRequestFilters(Document) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getRequestHandler() - Method in class org.archive.wayback.util.webapp.RequestHandlerContext
 
getRequestHandlerContext(HttpServletRequest) - Method in class org.archive.wayback.util.webapp.PortMapper
Attempts to locate the most strictly matching RequestHandler mapped to this port.
getRequestParser() - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
getRequestParsers() - Method in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
 
getRequestParsers() - Method in class org.archive.wayback.domainprefix.DomainPrefixCompositeRequestParser
 
getRequestParsers() - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
getRequestParsers() - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
getRequestParsers() - Method in class org.archive.wayback.requestparser.CompositeRequestParser
 
getRequestPathPrefix(HttpServletRequest) - Static method in class org.archive.wayback.util.webapp.RequestMapper
Extract the request path prefix, as computed at RequestHandler mapping, from the HttpServletRequest object.
getRequestPrefix() - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
getRequestUrl() - Method in class org.archive.wayback.core.WaybackRequest
 
getRequestUrl(WaybackRequest) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getRequestUrl(WaybackRequest) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getRequiredMapParam(Map<String, String[]>, String) - Static method in class org.archive.wayback.util.webapp.AbstractRequestHandler
Extract the first value in the array mapped to by field in queryMap
getRequireReferrer() - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getResource() - Method in class org.archive.wayback.core.UIResults
 
getResource(String, long) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
transform an ARCLocation into a Resource.
getResource(String, CaptureSearchResult) - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
getResource(InputStream, long) - Static method in class org.archive.wayback.resourcestore.jwat.JWATResource
 
getResource(String, long) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
getResource(URI, long) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
getResource(File, long) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
getResource(URL, long) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
getResourceBundle() - Method in class org.archive.wayback.util.StringFormatter
return ResourceBundle set to this object.
getResourceFileList() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getResourceFileList() - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
getResourceFileList() - Method in interface org.archive.wayback.resourcestore.resourcefile.ResourceFileSource
 
getResourceIndex() - Method in class org.archive.wayback.webapp.WaybackCollection
 
getResourceStore() - Method in class org.archive.wayback.webapp.WaybackCollection
 
getResult() - Method in class org.archive.wayback.core.UIResults
 
getResultCount() - Method in class org.archive.wayback.partition.ToolBarData
 
getResults() - Method in class org.archive.wayback.core.CaptureSearchResults
 
getResults(List<Partition<Partition<CaptureSearchResult>>>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getResultsPerPage() - Method in class org.archive.wayback.core.WaybackRequest
 
getResumeKey() - Method in class org.archive.cdxserver.CDXQuery
 
getRetries() - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
getReturnedCount() - Method in class org.archive.wayback.core.SearchResults
 
getReverseRecordIterator(String) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getRewriteDirective(CollectionContext, CaptureSearchResult) - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
 
getRewriteDirective(CollectionContext, CaptureSearchResult) - Method in interface org.archive.wayback.replay.html.RewriteDirector
Return rewrite directive for capture.
getRewriteDirective(CaptureSearchResult) - Method in class org.archive.wayback.webapp.AccessPoint
Return rewrite directive for capture.
getRewriteDirector() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getRewriteDirector() - Method in class org.archive.wayback.webapp.AccessPoint
 
getRobotFactory() - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getRobotFlags() - Method in class org.archive.wayback.core.CaptureSearchResult
return robot flags field value.
getRobotFlags() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getRobotFlags() - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaRule
 
getRobotsCache() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 
getRobotsExclusions() - Method in class org.archive.wayback.resourceindex.cdxserver.WaybackAuthChecker
 
getRobotTimedOut() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
getRules() - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer
 
getRunInterval() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
getScriptPath() - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
getSearchChannel(Document) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getSearchItems(Document) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getSearchResultFilters(WaybackRequest, ClosestTrackingCaptureFilterGroup) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getSearchResults() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
getSearchResults() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToSearchResultWriter
 
getSearchResults() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToUrlSearchResultWriter
 
getSearchResults(Document) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getSearchUrlBase() - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
getSearchUrlBase() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
getSearchUrlForHTML() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getSearchUrlForJS() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getSelectors() - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
getSelfRedirectCanonicalizer() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getSelfRedirectCanonicalizer() - Method in class org.archive.wayback.webapp.AccessPoint
URL canonicalizer for testing self-redirect.
getSelfRedirFilter() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
getSelfRedirFilter() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getSequentialIterator() - Method in class org.archive.wayback.util.CachedFile
 
getSequentialIterator() - Method in class org.archive.wayback.util.flatfile.FlatFile
 
getServerName() - Method in class org.archive.wayback.core.UIResults
return hostname of this server.
getServerPrefix() - Method in class org.archive.wayback.core.UIResults
Deprecated.
use getWbRequest().getServerPrefix()
getServerPrefix() - Method in class org.archive.wayback.core.WaybackRequest
Deprecated.
use AccessPoint.get*Prefix
getServletContext() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getServletContext() - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
getServletContext() - Method in interface org.archive.wayback.util.webapp.RequestHandler
 
getShutdownables() - Method in class org.archive.wayback.webapp.WaybackCollection
 
getSize(String) - Static method in class org.archive.wayback.util.partition.Partitioner
Get a PartitionSize object by it's name
getSize(Date, Date, int) - Method in class org.archive.wayback.util.partition.Partitioner
Attempt to find the smallest PartitionSize implementation which, spanning the range first and last specified, produces at most maxP partitions.
getSkipHost() - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
getSkipPrefix() - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PrefixLookup
 
getSniffLength() - Method in class org.archive.wayback.replay.mimetype.SimpleMimeTypeDetector
 
getSocketTimeoutMS() - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
getSocketTimeoutMS() - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
getSocketTimeoutMS() - Method in class org.archive.wayback.resourceindex.ziplines.Http11BlockLoader
 
getSocketTimeoutMs() - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
getSort() - Method in class org.archive.cdxserver.CDXQuery
 
getSourceEncoding() - Method in class org.archive.wayback.util.url.UriTranscoder
 
getSources() - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
getSources() - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
getSources() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
getSources() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
getStart() - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
getStart() - Method in class org.archive.wayback.util.partition.Partition
 
getStartAfter() - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
getStartDate() - Method in class org.archive.wayback.core.WaybackRequest
 
getStartsp() - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
getStartTimestamp() - Method in class org.archive.wayback.core.WaybackRequest
 
getStartYear() - Static method in class org.archive.wayback.util.Timestamp
 
getState() - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
getStateDir() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
getStaticExclusions() - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
Deprecated.
getStaticPrefix() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getStaticPrefix() - Method in class org.archive.wayback.core.UIResults
 
getStaticPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
getStatus() - Method in exception org.archive.wayback.exception.AccessControlException
 
getStatus() - Method in exception org.archive.wayback.exception.AnchorWindowTooSmallException
 
getStatus() - Method in exception org.archive.wayback.exception.BadContentException
 
getStatus() - Method in exception org.archive.wayback.exception.BadQueryException
 
getStatus() - Method in exception org.archive.wayback.exception.BetterRequestException
 
getStatus() - Method in exception org.archive.wayback.exception.ConfigurationException
 
getStatus() - Method in exception org.archive.wayback.exception.LiveDocumentNotAvailableException
 
getStatus() - Method in exception org.archive.wayback.exception.LiveWebCacheUnavailableException
 
getStatus() - Method in exception org.archive.wayback.exception.LiveWebTimeoutException
 
getStatus() - Method in exception org.archive.wayback.exception.RangeNotSatisfiableException
 
getStatus() - Method in exception org.archive.wayback.exception.ResourceIndexNotAvailableException
 
getStatus() - Method in exception org.archive.wayback.exception.ResourceNotAvailableException
 
getStatus() - Method in exception org.archive.wayback.exception.ResourceNotInArchiveException
 
getStatus() - Method in exception org.archive.wayback.exception.RobotNotAvailableException
 
getStatus() - Method in exception org.archive.wayback.exception.RobotTimedOutAccessControlException
 
getStatus() - Method in exception org.archive.wayback.exception.WaybackException
 
getStatusCode() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RobotsTxtResource
 
getStatusCode() - Method in class org.archive.wayback.core.Resource
Assumes an HTTP resource - return the HTTP response code
getStatusCode() - Method in class org.archive.wayback.replay.CompositeResource
 
getStatusCode() - Method in class org.archive.wayback.replay.DecodingResource
 
getStatusCode() - Method in class org.archive.wayback.replay.RangeResource
 
getStatusCode() - Method in class org.archive.wayback.resourcestore.jwat.JWATResource
 
getStatusCode() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
(non-Javadoc)
getStatusCode() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
getStatusLiveWebPolicy() - Method in class org.archive.wayback.webapp.DefaultLiveWebRedirector
 
getStores() - Method in class org.archive.wayback.resourcestore.MultipleResourceStore
 
getStringPrefixIterator(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
getStringResponse() - Method in class org.archive.wayback.replay.StringHttpServletResponseWrapper
 
getSwitchCollPath() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getTagAttr(StringBuilder, String, String) - Static method in class org.archive.wayback.replay.TagMagix
find and return the ATTR value within a TAG tag inside the HTML document within the StringBuffer page.
getTagAttrWhere(StringBuilder, String, String, String, String) - Static method in class org.archive.wayback.replay.TagMagix
Search through the HTML contained in page, returning the value of a particular attribute.
getTagName() - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
getTarget() - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
getTarget() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
getTarget() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
getTargetEncoding() - Method in class org.archive.wayback.util.url.UriTranscoder
 
getTargetJsp() - Method in class org.archive.wayback.replay.JSPReplayRenderer
 
getTargetSite() - Method in class org.archive.wayback.core.UIResults
return hostname portion of request URL.
getText() - Method in class org.archive.wayback.replay.html.rules.StaticStringRule
 
getText() - Method in class org.archive.wayback.util.http.HttpResponseMessage
 
getTextToProcess() - Method in class org.archive.wayback.util.url.CanonicalizationInput
 
getThisYear() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getTimeGatePrefix(AccessPoint) - Static method in class org.archive.wayback.memento.MementoUtils
 
getTimegateUrl(AccessPoint, String) - Static method in class org.archive.wayback.memento.MementoUtils
 
getTimelineResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
getTimemapDateUrl(AccessPoint, String, String, String) - Static method in class org.archive.wayback.memento.MementoUtils
 
getTimeMapPrefix(AccessPoint) - Static method in class org.archive.wayback.memento.MementoUtils
 
getTimemapUrl(AccessPoint, String, String) - Static method in class org.archive.wayback.memento.MementoUtils
 
getTimeout() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
getTimestampDedupLength() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getTimestampDedupLength() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
getTimestampDedupLength() - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
getTimestampDedupLength() - Method in class org.archive.wayback.webapp.DuplicateFiltersFactory
 
getTimestampForId(String, String) - Static method in class org.archive.wayback.util.bdb.BDBMap
return the timestamp associated with the identifier argument, or now if no value is associated or something goes wrong.
getTitle() - Method in exception org.archive.wayback.exception.WaybackException
 
getTitle() - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartition
Deprecated.
 
getTitleKey() - Method in exception org.archive.wayback.exception.WaybackException
 
getTitles(CaptureSearchResult[], StringFormatter, String) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getTmpDir() - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
getTo() - Method in class org.archive.cdxserver.CDXQuery
 
getTotal() - Method in class org.archive.wayback.util.partition.Partition
 
getTotal(Enum<?>) - Static method in class org.archive.wayback.webapp.PerfStats
 
getTotal(String) - Static method in class org.archive.wayback.webapp.PerfStats
 
getTotal() - Method in class org.archive.wayback.webapp.PerfStats.PerfStatEntry
 
getTotalCount() - Static method in class org.archive.wayback.core.UIResults
Deprecated.
1.8.1, use PerfStats.getTotal("Total").
getTotalMatches() - Method in class org.archive.wayback.resourceindex.ziplines.SkippingStringPrefixIterator
 
getTotalMatches() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
getTotalMatching() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplineBlockMatches
 
getTransformer() - Method in class org.archive.wayback.archivalurl.ArchivalURLJSStringTransformerReplayRenderer
 
getTransformer() - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
getTransformer() - Method in class org.archive.wayback.replay.html.rules.JSContentRule
 
getTransformer() - Method in class org.archive.wayback.replay.html.rules.StyleContentRule
 
getTransformers() - Method in class org.archive.wayback.replay.html.transformer.CompositeStringTransformer
 
getTrustedProxies() - Method in class org.archive.wayback.authenticationcontrol.IPMatchesBooleanOperator
 
getTuples() - Method in class org.archive.wayback.webapp.PrefixEmbargoResultFilterFactory
 
getTwoMonth(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.
 
getUiResults() - Method in class org.archive.wayback.replay.JSPExecutor
 
getUntilAny() - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
getUriConverter() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getURIConverter() - Method in class org.archive.wayback.core.UIResults
 
getUriConverter() - Method in class org.archive.wayback.core.UIResults
Deprecated.
use getURIConverter()
getUriConverter() - Method in class org.archive.wayback.webapp.AccessPoint
 
getUriConverterFactory() - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
 
getUrl() - Method in class org.archive.cdxserver.CDXQuery
 
getUrl() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
getUrlBase() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
getUrlContainsAll() - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
getUrlIterator(String) - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
getUrlJsp() - Method in class org.archive.wayback.query.Renderer
 
getUrlKey() - Method in interface org.archive.wayback.core.Capture
return the URL key of this capture.
getUrlKey() - Method in class org.archive.wayback.core.CaptureSearchResult
 
getUrlKey() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
getUrlKey() - Method in class org.archive.wayback.core.UrlSearchResult
 
getUrlKey() - Method in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter.CDXSearchResult
 
getUrlkeyContains() - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
getUrlParentDir(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Find and return the parent directory of the URL argument
getURLPath(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Attempt to extract the path component of a url String argument.
getUrlResults() - Method in class org.archive.wayback.core.UIResults
 
getUrlRoot() - Method in class org.archive.wayback.webapp.AccessPoint
Deprecated.
use getQueryPrefix, getReplayPrefix, getStaticPrefix
getUrls(CaptureSearchResult[], String, ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getUrls(CaptureSearchResult[], ResultURIConverter) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getUrlScope() - Method in class org.archive.wayback.replay.html.transformer.RegexReplaceStringTransformer
 
getUrlSearchWriter(WaybackRequest) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
getUserAgent() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
getUserAgent() - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
getUserAgentsFound() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
 
getUTCCalendar() - Static method in class org.archive.wayback.partition.BubbleCalendarData
Deprecated.
1.8.1, use Calendar.getInstance(TimeZone.getTimeZone("UTC")).
getUTCCalendar() - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
getValue(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
getValue(String[]) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
getValue() - Method in class org.archive.wayback.util.bdb.BDBRecord
 
getValues() - Method in class org.archive.wayback.util.graph.RegionData
 
getVersion() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
getVersion() - Method in class org.archive.wayback.util.http.HttpResponseMessage
 
getWarcFileHeader() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
getWarcFileHeader() - Method in class org.archive.wayback.webapp.AccessPoint
 
getWarcHeaders() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
getWaybackContext() - Method in class org.archive.wayback.core.WaybackRequest
 
getWaybackHostname() - Method in class org.archive.wayback.core.WaybackRequest
 
getWaybackPort() - Method in class org.archive.wayback.core.WaybackRequest
 
getWbRequest() - Method in class org.archive.wayback.core.UIResults
 
getWebCache() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
 
getWebCache() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
getWeight() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
getWhereAttributeName() - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
getWhereAttributeValue() - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
getWho() - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.
 
getWho() - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
getWidth() - Method in class org.archive.wayback.util.graph.RectangularGraphElement
 
getWriter() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
get an ARCWriter.
getWriter() - Method in class org.archive.wayback.replay.StringHttpServletResponseWrapper
 
getWriter() - Method in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
getXmlCaptureJsp() - Method in class org.archive.wayback.query.Renderer
 
getXmlErrorJsp() - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
getXmlUrlJsp() - Method in class org.archive.wayback.query.Renderer
 
getYear(CaptureSearchResults, WaybackRequest) - Static method in class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.
 
getYear() - Method in class org.archive.wayback.util.Timestamp
 
getYearNum() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getYearsGraphString(int, int) - Method in class org.archive.wayback.partition.BubbleCalendarData
 
getZiplinesChunkIterator(String, String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
getZipnumSource() - Method in class org.archive.cdxserver.CDXServer
 
GLOBAL_POST_REQUEST_HANDLER - Static variable in class org.archive.wayback.util.webapp.RequestMapper
Bean name used to register the special global POST RequestHandler.
GLOBAL_PRE_REQUEST_HANDLER - Static variable in class org.archive.wayback.util.webapp.RequestMapper
Bean name used to register the special global PRE RequestHandler.
GLOBAL_USER_AGENT - Static variable in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
Special name for User-agent which matches all values
GMT_TIMEZONE_STRING - Static variable in interface org.archive.wayback.memento.MementoConstants
 
GMT_TZ - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
GMT_TZ - Static variable in interface org.archive.wayback.memento.MementoConstants
 
Graph - Class in org.archive.wayback.util.graph
 
Graph(int, int, RegionData[], GraphConfiguration) - Constructor for class org.archive.wayback.util.graph.Graph
 
GraphConfiguration - Class in org.archive.wayback.util.graph
 
GraphConfiguration() - Constructor for class org.archive.wayback.util.graph.GraphConfiguration
 
GraphElement - Interface in org.archive.wayback.util.graph
 
GraphEncoder - Class in org.archive.wayback.util.graph
 
GraphEncoder() - Constructor for class org.archive.wayback.util.graph.GraphEncoder
 
GraphEncodingException - Exception in org.archive.wayback.util.graph
 
GraphEncodingException(String) - Constructor for exception org.archive.wayback.util.graph.GraphEncodingException
 
GraphRenderer - Class in org.archive.wayback.util.graph
 
GraphRenderer() - Constructor for class org.archive.wayback.util.graph.GraphRenderer
 
groupcount - Static variable in class org.archive.cdxserver.processor.GroupCountProcessor
 
GroupCountProcessor - Class in org.archive.cdxserver.processor
 
GroupCountProcessor(BaseProcessor, boolean, boolean) - Constructor for class org.archive.cdxserver.processor.GroupCountProcessor
 
groupKey(CDXLine) - Method in class org.archive.cdxserver.processor.DupeTimestampLastBestStatusFilter
return group key of line.
GuardRailFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which aborts processing when too many records have been inspected.
GuardRailFilter(int) - Constructor for class org.archive.wayback.resourceindex.filters.GuardRailFilter
 
GUESS_TYPES - Static variable in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
GUESSED_CHARSET_HEADER - Static variable in class org.archive.wayback.replay.TextReplayRenderer
 
gzipEntry - Variable in class org.archive.wayback.resourcestore.jwat.JWATResource
 
gzipReader - Variable in class org.archive.wayback.resourcestore.jwat.JWATResource
 
gzipRobots - Variable in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 

H

handle(ServletRequest, ServletResponse) - Method in class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
handleAjax(HttpServletRequest, HttpServletResponse) - Method in class org.archive.cdxserver.BaseCDXServer
 
handleAllow() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
handleBlock() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
handleCloseTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.replay.html.rules.BeforeBodyEndTagJSPExecRule
 
handleCloseTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.replay.html.rules.CommentRule
 
handleCloseTagNode(ParseContext, TagNode) - Method in interface org.archive.wayback.util.htmllex.handlers.CloseTagHandler
 
handleCloseTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleContentTextNode(ParseContext, TextNode) - Method in interface org.archive.wayback.util.htmllex.handlers.ContentTextHandler
 
handleContentTextNode(ParseContext, TextNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleCSSTextNode(ParseContext, TextNode) - Method in class org.archive.wayback.replay.html.rules.StyleContentRule
 
handleCSSTextNode(ParseContext, TextNode) - Method in interface org.archive.wayback.util.htmllex.handlers.CSSTextHandler
 
handleCSSTextNode(ParseContext, TextNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleDatelessRequest(AccessPoint, String, Date) - Method in class org.archive.wayback.archivalurl.requestparser.DatelessReplayRequestParser
 
handleJSTextNode(ParseContext, TextNode) - Method in class org.archive.wayback.replay.html.rules.JSContentRule
 
handleJSTextNode(ParseContext, TextNode) - Method in interface org.archive.wayback.util.htmllex.handlers.JSTextHandler
 
handleJSTextNode(ParseContext, TextNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleLine(DupeCountProcessor.DupeTrack, CDXLine, boolean) - Method in class org.archive.cdxserver.processor.DupeCountProcessor
 
handleLine(DupeCountProcessor.DupeTrack, CDXLine, boolean) - Method in class org.archive.cdxserver.processor.ForwardRevisitResolver
 
handleLine(DupeCountProcessor.DupeTrack, CDXLine, boolean) - Method in class org.archive.cdxserver.processor.ReverseRevisitResolver
 
handleLine(DupeCountProcessor.DupeTrack, CDXLine, boolean) - Method in class org.archive.cdxserver.processor.RevisitResolver
 
handleNode(ParseContext, Node) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
handleNode(ParseContext, Node) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
handleNode(ParseContext, Node) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleNode(ParseContext, Node) - Method in interface org.archive.wayback.util.htmllex.ParseEventHandler
 
handleNonProxy(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
handleOpenTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.replay.html.rules.AfterBodyStartTagJSPExecRule
 
handleOpenTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
handleOpenTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.replay.html.rules.CommentRule
 
handleOpenTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaRule
 
handleOpenTagNode(ParseContext, TagNode) - Method in interface org.archive.wayback.util.htmllex.handlers.OpenTagHandler
 
handleOpenTagNode(ParseContext, TagNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleParseComplete(ParseContext) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
handleParseComplete(ParseContext) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
handleParseComplete(ParseContext) - Method in class org.archive.wayback.replay.html.rules.BeforeBodyEndTagJSPExecRule
 
handleParseComplete(ParseContext) - Method in interface org.archive.wayback.util.htmllex.handlers.ParseCompleteHandler
 
handleParseComplete(ParseContext) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleParseComplete(ParseContext) - Method in interface org.archive.wayback.util.htmllex.ParseEventHandler
 
handleParseStart(ParseContext) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
handleParseStart(ParseContext) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
handleParseStart(ParseContext) - Method in interface org.archive.wayback.util.htmllex.handlers.ParseStartHandler
 
handleParseStart(ParseContext) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleParseStart(ParseContext) - Method in interface org.archive.wayback.util.htmllex.ParseEventHandler
 
handleProxy(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
handleProxyPac(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.accesspoint.proxy.AuthProxyConfigSelector
 
handleProxyPac(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.accesspoint.proxy.IPProxyConfigSelector
 
handleProxyPac(HttpServletRequest, HttpServletResponse) - Method in interface org.archive.wayback.accesspoint.proxy.ProxyConfigSelector
 
handlePut(HttpServletRequest, ServletResponse) - Method in class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
handleQuery(WaybackRequest, HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.webapp.AccessPoint
 
handleRedirect(WaybackException, WaybackRequest, HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.webapp.DefaultLiveWebRedirector
Check the statusLiveWebType to see if, given the WaybackExceptions status code, should redirect ALL, NONE or EMBEDS_ONLY Before redirecting, will always check with liveweb to see if it returns a 200 request, then redirect to same request, resulting in 2 checks to liveweb "default" property is checked if no property is found for current access code or for other exceptions If default property is missing, default is to not redirect
handleRedirect(WaybackException, WaybackRequest, HttpServletRequest, HttpServletResponse) - Method in interface org.archive.wayback.webapp.LiveWebRedirector
 
handleRemarkTextNode(ParseContext, RemarkNode) - Method in interface org.archive.wayback.util.htmllex.handlers.RemarkTextHandler
 
handleRemarkTextNode(ParseContext, RemarkNode) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
handleReplay(WaybackRequest, HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.webapp.AccessPoint
 
handleReplayRedirect(WaybackRequest, HttpServletResponse, CaptureSearchResults, CaptureSearchResult) - Method in class org.archive.wayback.webapp.AccessPoint
if capture closest is of timestamp different from the one requested, redirect to exact Archival-URL for closest.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.accesscontrol.robotstxt.AccessControlChecker
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
 
handleRequest(String, HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.liveweb.ARCUnwrappingProxy
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.archive.wayback.util.webapp.RequestHandler
Possibly handle an incoming HttpServletRequest, much like a normal HttpServlet, but includes a return value.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.util.webapp.RequestMapper
Map the incoming request to the appropriate RequestHandler, including the PRE and POST RequestHandlers, if configured.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.util.webapp.StaticFileRequestHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.webapp.AccessPoint
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
handleRobots() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
handleSwitch(HttpServletRequest, HttpServletResponse, ProxyAccessPoint) - Method in class org.archive.wayback.accesspoint.proxy.AuthProxyConfigSelector
 
handleSwitch(HttpServletRequest, HttpServletResponse, ProxyAccessPoint) - Method in class org.archive.wayback.accesspoint.proxy.IPProxyConfigSelector
 
handleSwitch(HttpServletRequest, HttpServletResponse, ProxyAccessPoint) - Method in interface org.archive.wayback.accesspoint.proxy.ProxyConfigSelector
 
hasAnyRobotFlags(CaptureSearchResult, String) - Static method in class org.archive.wayback.replay.DefaultReplayCaptureSelector
 
hasExclusions() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
Deprecated.
hasHeader(String) - Method in exception org.archive.wayback.exception.BetterRequestException
Deprecated.
1.8.1 2014-09-09, no replacement (define sub-class and overide BetterRequestException.generateResponse(HttpServletResponse, WaybackRequest))
hasHighlightedValue() - Method in class org.archive.wayback.util.graph.RegionData
 
hasLinkHeader(HttpServletResponse) - Static method in class org.archive.wayback.memento.MementoUtils
 
hasMementoAcceptDatetime() - Method in class org.archive.wayback.core.WaybackRequest
 
hasNext() - Method in class org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator
 
hasNext() - Method in class org.archive.wayback.resourceindex.ziplines.SkippingStringPrefixIterator
 
hasNext() - Method in class org.archive.wayback.resourceindex.ziplines.StringBoundedRangeIterator
 
hasNext() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
hasNext() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
hasNext() - Method in class org.archive.wayback.resourcestore.indexer.ArchiveReaderCloseableIterator
 
hasNext() - Method in class org.archive.wayback.util.AdaptedIterator
 
hasNext() - Method in class org.archive.wayback.util.bdb.BDBRecordIterator
 
hasNext() - Method in class org.archive.wayback.util.CompositeSortedIterator
 
hasNext() - Method in class org.archive.wayback.util.flatfile.RecordIterator
 
hasNext() - Method in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
hasNext() - Method in class org.archive.wayback.util.iterator.AbstractPeekableIterator
 
hasNext() - Method in class org.archive.wayback.util.ObjectFilterIterator
 
hasNext() - Method in class org.archive.wayback.util.PeekableIterator
 
hasNext() - Method in class org.archive.wayback.util.WrappedCloseableIterator
 
hasStarted - Variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
hasSyntaxErrors() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
 
hasWritten - Variable in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
HDFSBlockLoader - Class in org.archive.wayback.resourceindex.ziplines
 
HDFSBlockLoader(String) - Constructor for class org.archive.wayback.resourceindex.ziplines.HDFSBlockLoader
 
hdfsSys - Static variable in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
headers - Variable in class org.archive.wayback.resourcestore.jwat.JWATResource
 
headInsertJsp - Variable in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
height - Variable in class org.archive.wayback.util.graph.RectangularGraphElement
 
hostConfiguration - Variable in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
hostConfiguration - Variable in class org.archive.wayback.liveweb.StdRemoteLiveWebCache
 
HostMatchFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes only records that have original host matching.
HostMatchFilter(String, QueryCaptureFilterGroup) - Constructor for class org.archive.wayback.resourceindex.filters.HostMatchFilter
 
HostMatchFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.HostMatchFilter
 
hostToRobotUrlString(String, String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
 
HOUR_IN_DAY - Static variable in interface org.archive.wayback.util.partition.PartitionSize
hours in a day: 24
HOUR_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
HourPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on one Hour partitions
HourPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.HourPartitionSize
 
HourResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated.
use org.archive.wayback.util.parition.*
HourResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.HourResultsPartitioner
Deprecated.
 
hourSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Hour intervals
HowManyController - Class in org.archive.cdxserver
 
HowManyController() - Constructor for class org.archive.cdxserver.HowManyController
 
HowManyController.FormCommand - Class in org.archive.cdxserver
 
HRobotExclusionFilter - Class in org.archive.wayback.accesscontrol.robotstxt
 
HRobotExclusionFilter(LiveWebCache, String, long) - Constructor for class org.archive.wayback.accesscontrol.robotstxt.HRobotExclusionFilter
Construct a new HRobotExclusionFilter that uses webCache to pull robots.txt documents.
http - Variable in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
Http11BlockLoader - Class in org.archive.wayback.resourceindex.ziplines
Class which wraps most of the complexity of an apache commons httpclient MultiThreaderHttpConnectionManager, exposing common configuration elements to Spring configuration.
Http11BlockLoader() - Constructor for class org.archive.wayback.resourceindex.ziplines.Http11BlockLoader
 
HTTP_CHUNKED_ENCODING_HEADER - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_CODE - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
HTTP_CONTENT_BASE_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_BASE_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_DISP_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_DISP_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_ENCODING - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_CONTENT_LOCATION_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_LOCATION_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_RANGE_HEADER - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_CONTENT_RANGE_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_RANGE_HEADER_UP - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_CONTENT_RANGE_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_TYPE_HEADER - Static variable in class org.archive.wayback.replay.charset.BaseEncodingSniffer
 
HTTP_CONTENT_TYPE_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_CONTENT_TYPE_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_DEFAULT_PORT - Static variable in interface org.archive.wayback.WaybackConstants
default HTTP port:
HTTP_LENGTH_HEADER - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_LENGTH_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_LENGTH_HEADER_UP - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_LENGTH_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_LINK_DATE_FORMAT - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
HTTP_LINK_DATE_FORMAT - Static variable in interface org.archive.wayback.memento.MementoConstants
 
HTTP_LINK_DATE_FORMATTER - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
HTTP_LOCATION_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_LOCATION_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_PREFIX - Static variable in class org.archive.wayback.accesscontrol.robotstxt.AccessControlChecker
 
HTTP_PREFIX - Static variable in class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 
HTTP_RANGE_HEADER - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_RANGE_HEADER_UP - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
HTTP
HTTP_TRANSFER_ENC_HEADER - Static variable in class org.archive.wayback.replay.HttpHeaderOperation
 
HTTP_TRANSFER_ENCODING_HEADER - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
 
HTTP_TRANSFER_ENCODING_HEADER_UP - Static variable in interface org.archive.wayback.replay.HttpHeaderProcessor
Transfer-Encoding in all-uppercase
HTTP_URL_PREFIX - Static variable in interface org.archive.wayback.WaybackConstants
prefixes of HTTP protocol URL..
HTTP_WWW_PREFIX - Static variable in class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 
HTTPAuthBooleanOperator - Class in org.archive.wayback.authenticationcontrol
BooleanOperator which returns true if the user has authenticated as one of a list of users with this server.
HTTPAuthBooleanOperator() - Constructor for class org.archive.wayback.authenticationcontrol.HTTPAuthBooleanOperator
 
HttpCDXWriter - Class in org.archive.cdxserver.writer
 
HttpCDXWriter(HttpServletResponse, boolean) - Constructor for class org.archive.cdxserver.writer.HttpCDXWriter
 
httpClient - Variable in class org.archive.wayback.liveweb.StdRemoteLiveWebCache
 
httpCode - Variable in class org.archive.wayback.core.FastCaptureSearchResult
 
HTTPCodeCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
HTTPCodeCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.HTTPCodeCDXField
 
HttpCodeFilter - Class in org.archive.wayback.resourceindex.filters
ObjectFilter which allows including or excluding results based on the Http response code.
HttpCodeFilter() - Constructor for class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
HttpHeaderOperation - Class in org.archive.wayback.replay
 
HttpHeaderOperation() - Constructor for class org.archive.wayback.replay.HttpHeaderOperation
 
HttpHeaderProcessor - Interface in org.archive.wayback.replay
 
HttpMessage - Class in org.archive.wayback.util.http
 
HttpMessage() - Constructor for class org.archive.wayback.util.http.HttpMessage
 
HTTPRecordAnnotater - Class in org.archive.wayback.resourcestore.indexer
 
HTTPRecordAnnotater() - Constructor for class org.archive.wayback.resourcestore.indexer.HTTPRecordAnnotater
 
HttpRequest - Class in org.archive.wayback.util.http
 
HttpRequest(HttpRequestMessage, byte[]) - Constructor for class org.archive.wayback.util.http.HttpRequest
 
HttpRequestMessage - Class in org.archive.wayback.util.http
 
HttpRequestMessage(byte[], byte[], byte[]) - Constructor for class org.archive.wayback.util.http.HttpRequestMessage
 
HttpResponse - Class in org.archive.wayback.util.http
 
HttpResponse(HttpResponseMessage, ANVLRecord, InputStream) - Constructor for class org.archive.wayback.util.http.HttpResponse
 
httpResponse - Variable in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
HttpResponseMessage - Class in org.archive.wayback.util.http
 
HttpResponseMessage(byte[], byte[], byte[]) - Constructor for class org.archive.wayback.util.http.HttpResponseMessage
 
HTTPS_PREFIX - Static variable in class org.archive.wayback.accesscontrol.robotstxt.AccessControlChecker
 
HTTPS_PREFIX - Static variable in class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 
HTTPS_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
HTTPS
HTTPS_URL_PREFIX - Static variable in interface org.archive.wayback.WaybackConstants
 
HTTPS_WWW_PREFIX - Static variable in class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 

I

ID - Static variable in exception org.archive.wayback.exception.AccessControlException
 
ID - Static variable in exception org.archive.wayback.exception.AnchorWindowTooSmallException
 
ID - Static variable in exception org.archive.wayback.exception.AuthenticationControlException
 
ID - Static variable in exception org.archive.wayback.exception.BadContentException
 
ID - Static variable in exception org.archive.wayback.exception.BadQueryException
 
ID - Static variable in exception org.archive.wayback.exception.BetterRequestException
 
ID - Static variable in exception org.archive.wayback.exception.ConfigurationException
 
ID - Static variable in exception org.archive.wayback.exception.LiveDocumentNotAvailableException
 
ID - Static variable in exception org.archive.wayback.exception.LiveWebCacheUnavailableException
 
ID - Static variable in exception org.archive.wayback.exception.ResourceIndexNotAvailableException
 
ID - Static variable in exception org.archive.wayback.exception.ResourceNotAvailableException
 
ID - Static variable in exception org.archive.wayback.exception.ResourceNotInArchiveException
 
ID - Static variable in exception org.archive.wayback.exception.RobotAccessControlException
 
ID - Static variable in exception org.archive.wayback.exception.RobotNotAvailableException
 
ID - Static variable in exception org.archive.wayback.exception.RobotTimedOutAccessControlException
 
id - Variable in exception org.archive.wayback.exception.WaybackException
 
IDENTITY_CONTEXT - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
raw/identity context
IdentityHttpHeaderProcessor - Class in org.archive.wayback.replay
HttpHeaderProcessor which passes through all headers as-is.
IdentityHttpHeaderProcessor() - Constructor for class org.archive.wayback.replay.IdentityHttpHeaderProcessor
 
IdentityRequestSelector - Class in org.archive.wayback.replay.selector
 
IdentityRequestSelector() - Constructor for class org.archive.wayback.replay.selector.IdentityRequestSelector
 
IdentityResultURIConverterFactory - Class in org.archive.wayback.replay.html
ContextResultURIConverterFactory that simply returns given ResultURIConverter, regardless of usage context.
IdentityResultURIConverterFactory() - Constructor for class org.archive.wayback.replay.html.IdentityResultURIConverterFactory
constructor for returning ProxyHttpsResultURIConverter.
IdentityResultURIConverterFactory(ResultURIConverter) - Constructor for class org.archive.wayback.replay.html.IdentityResultURIConverterFactory
constructor for returning converter.
IdentityStringTransformer - Class in org.archive.wayback.replay.html.transformer
 
IdentityStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.IdentityStringTransformer
 
IdentityUrlCanonicalizer - Class in org.archive.wayback.util.url
Identity UrlCanonicalizer implementation, passing through urls as-is.
IdentityUrlCanonicalizer() - Constructor for class org.archive.wayback.util.url.IdentityUrlCanonicalizer
 
IFRAME_WRAPPED_CONTEXT - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
iframe-wrapped context
IFrameEmbeddedRequestSelector - Class in org.archive.wayback.replay.selector
 
IFrameEmbeddedRequestSelector() - Constructor for class org.archive.wayback.replay.selector.IFrameEmbeddedRequestSelector
 
ignoreRobotPaths - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
ignoreRobotPaths - Variable in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
ignoreRobotsAccessTokens - Variable in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
IMAGE_REGEX - Variable in class org.archive.wayback.exception.BaseExceptionRenderer
 
imageType - Static variable in class org.archive.wayback.util.graph.GraphConfiguration
type of BufferedImage to create, specifically the final constructor arg.
IMG_CONTEXT - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
image/* context
IMGRequestSelector - Class in org.archive.wayback.replay.selector
 
IMGRequestSelector() - Constructor for class org.archive.wayback.replay.selector.IMGRequestSelector
 
incJSBlockCount() - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
include(CDXLine) - Method in interface org.archive.cdxserver.filter.CDXFilter
 
include(CDXLine) - Method in class org.archive.cdxserver.filter.CollapseFieldFilter
 
include(CDXLine) - Method in class org.archive.cdxserver.filter.FieldRegexFilter
 
include(CDXLine) - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
include(CDXLine) - Method in class org.archive.cdxserver.processor.DupeTimestampBestStatusFilter
 
include(CaptureSearchResult, boolean) - Method in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
 
include(CDXLine) - Method in class org.archive.wayback.resourceindex.cdxserver.AccessPointAuthChecker.CombinedFilenamePrefixFilter
 
includeBlockedCaptures - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
includeCapture(CDXLine) - Method in class org.archive.cdxserver.auth.RemoteAuthChecker.RemoteFilter
 
includeCapture(CDXLine) - Method in interface org.archive.cdxserver.filter.CDXAccessFilter
 
includeCapture(CDXLine) - Method in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
 
includeJspString(String, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResults, CaptureSearchResult, Resource) - Method in class org.archive.wayback.replay.TextDocument
 
includeUrl(String, String) - Method in class org.archive.cdxserver.auth.RemoteAuthChecker.RemoteFilter
 
includeUrl(String, String) - Method in interface org.archive.cdxserver.filter.CDXAccessFilter
 
includeUrl(String, String) - Method in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
 
increment(Calendar, int) - Method in interface org.archive.wayback.util.partition.PartitionSize
Create a new Calendar object, aligned relative to the Calendar argument, either forward or backward some number of partitions.
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.DayPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.HourPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.MonthPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.TwoMonthPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.TwoYearPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.WeekPartitionSize
 
increment(Calendar, int) - Method in class org.archive.wayback.util.partition.size.YearPartitionSize
 
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.DayResultsPartitioner
Deprecated.
 
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.HourResultsPartitioner
Deprecated.
 
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.MonthResultsPartitioner
Deprecated.
 
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.
 
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.TwoMonthResultsPartitioner
Deprecated.
 
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.WeekResultsPartitioner
Deprecated.
 
incrementPartition(Calendar, int) - Method in class org.archive.wayback.query.resultspartitioner.YearResultsPartitioner
Deprecated.
 
IndexClient - Class in org.archive.wayback.resourceindex.updater
 
IndexClient() - Constructor for class org.archive.wayback.resourceindex.updater.IndexClient
 
indexFile(String) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
IndexQueue - Interface in org.archive.wayback.resourcestore.indexer
 
IndexQueueUpdater - Class in org.archive.wayback.resourcestore.indexer
This class polls a ResourceFileLocationDB repeatedly, to notice new files arriving in the DB.
IndexQueueUpdater() - Constructor for class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
IndexWorker - Class in org.archive.wayback.resourcestore.indexer
Simple worker, which gets tasks from an IndexQueue, in the case, the name of ARC/WARC files to be indexed, retrieves the ARC/WARC location from a ResourceFileLocationDB, creates the index, which is serialized into a file, and then hands that file off to a ResourceIndex for merging, using an IndexClient.
IndexWorker() - Constructor for class org.archive.wayback.resourcestore.indexer.IndexWorker
 
init() - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
call this method after initializing properties.
init() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
init() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilterFactory
load exclusion file and startup polling thread to check for updates
init() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
load exclusion file and startup polling thread to check for updates
init() - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
init() - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter
 
init() - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.
 
init() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
init() - Method in class org.archive.wayback.partition.BubbleCalendarData
 
init() - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
init() - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
init() - Method in class org.archive.wayback.requestparser.CompositeRequestParser
 
init() - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
init() - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
init() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
init() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
start the background index merging thread
init(FilterConfig) - Method in class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
init() - Method in class org.archive.wayback.resourceindex.ziplines.GenericBlockLoader
 
init() - Method in class org.archive.wayback.resourceindex.ziplines.HDFSBlockLoader
 
init() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
init() - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
init() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
The init method for this class.
init() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
init() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
init() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
init() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
init() - Method in class org.archive.wayback.util.bdb.BDBMap
 
init() - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
init(FilterConfig) - Method in class org.archive.wayback.util.webapp.RequestFilter
 
init() - Method in class org.archive.wayback.webapp.AccessPoint
 
initializeClient(String, String) - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
initializeClient() - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
 
initializeDB(String, String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
initializeFromReader(BufferedReader) - Method in class org.archive.wayback.accesscontrol.robotstxt.Robotstxt
 
initMergedProps() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
initTransformers() - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter
Initialize StringTransformers, register them to transformers map by their name.
InlineCSSStringTransformer - Class in org.archive.wayback.replay.html.transformer
StringTransformer that rewrites URLs in CSS in STYLE attribute.
InlineCSSStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.InlineCSSStringTransformer
 
inner - Variable in class org.archive.cdxserver.processor.WrappedProcessor
 
inner - Variable in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
insertAtEndOfBody(CharSequence) - Method in class org.archive.wayback.replay.TextDocument
 
insertAtEndOfDocument(CharSequence) - Method in class org.archive.wayback.replay.TextDocument
 
insertAtStartOfBody(CharSequence) - Method in class org.archive.wayback.replay.TextDocument
 
insertAtStartOfDocument(CharSequence) - Method in class org.archive.wayback.replay.TextDocument
insert toInsert at the beginning of this text.
insertAtStartOfHead(CharSequence) - Method in class org.archive.wayback.replay.TextDocument
 
insertRecords(Iterator<BDBRecord>) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
INTERSTITIAL_DATE - Static variable in class org.archive.wayback.webapp.AccessPoint
argument for Interstitial.jsp msse for replay date
INTERSTITIAL_JSP - Static variable in class org.archive.wayback.webapp.AccessPoint
webapp relative location of Interstitial.jsp
INTERSTITIAL_SECONDS - Static variable in class org.archive.wayback.webapp.AccessPoint
argument for Interstitial.jsp seconds to delay
INTERSTITIAL_TARGET - Static variable in class org.archive.wayback.webapp.AccessPoint
argument for Interstitial.jsp target URL
INTERSTITIAL_URL - Static variable in class org.archive.wayback.webapp.AccessPoint
argument for Interstitial.jsp URL being loaded
intervalMS() - Method in interface org.archive.wayback.util.partition.PartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.DayPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.HourPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.MonthPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.TwoMonthPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.TwoYearPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.WeekPartitionSize
 
intervalMS() - Method in class org.archive.wayback.util.partition.size.YearPartitionSize
 
IPeekableIterator<E> - Interface in org.archive.wayback.util.iterator
 
IPMatchesBooleanOperator - Class in org.archive.wayback.authenticationcontrol
A BooleanOperator which results in true value if a users request originated from within a list of configured IP ranges.
IPMatchesBooleanOperator() - Constructor for class org.archive.wayback.authenticationcontrol.IPMatchesBooleanOperator
 
IPProxyConfigSelector - Class in org.archive.wayback.accesspoint.proxy
 
IPProxyConfigSelector() - Constructor for class org.archive.wayback.accesspoint.proxy.IPProxyConfigSelector
 
IPRange - Class in org.archive.wayback.util
 
IPRange() - Constructor for class org.archive.wayback.util.IPRange
 
isAborted() - Method in class org.archive.cdxserver.writer.CDXWriter
 
isAborted() - Method in class org.archive.cdxserver.writer.HttpCDXWriter
 
isAborted() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
isAddDefaults() - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
isAddDefaults() - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
isAddDefaults() - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
isAjaxRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isAllCdxFieldAccessAllowed(AuthToken) - Method in class org.archive.cdxserver.auth.AllAccessAuth
 
isAllCdxFieldAccessAllowed(AuthToken) - Method in interface org.archive.cdxserver.auth.AuthChecker
 
isAllCdxFieldAccessAllowed(AuthToken) - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
isAllowed(AuthToken, List<String>) - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
isAllUrlAccessAllowed(AuthToken) - Method in class org.archive.cdxserver.auth.AllAccessAuth
 
isAllUrlAccessAllowed(AuthToken) - Method in interface org.archive.cdxserver.auth.AuthChecker
 
isAllUrlAccessAllowed(AuthToken) - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
isAny(char, String) - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer
 
isAnyEmbeddedContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isAuthority(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Tests if the String argument looks like it could be a legitimate authority fragment of a URL, that is, is it an IP address, or, are the characters legal in an authority, and does the string end with a legal TLD.
isBestLatestReplayRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isBlocked(CDXLine) - Method in class org.archive.cdxserver.processor.DupeTimestampBestStatusFilter
 
isBlocked(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotsDirectiveAggregation
 
isBounceToQueryPrefix() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
isBounceToQueryPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
isBounceToReplayPrefix() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
isBounceToReplayPrefix() - Method in class org.archive.wayback.webapp.AccessPoint
 
isCacheFails() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotExclusionFilterFactory
 
isCaptureQueryRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isChanged(MonitoredFileSet.FileState) - Method in class org.archive.wayback.util.MonitoredFileSet.FileState
 
isChanged(MonitoredFileSet.FileState) - Method in class org.archive.wayback.util.MonitoredFileSet
 
isCharsetSupported(String) - Method in class org.archive.wayback.replay.charset.BaseEncodingSniffer
test if charsetName is supported by Java.
isChunkEncoded(Map<String, String>) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
isClosest() - Method in class org.archive.wayback.core.CaptureSearchResult
 
isClosest() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
isCloseTagNodeNamed(Node, String) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isCollapseToLast() - Method in class org.archive.cdxserver.CDXServer
 
isContainsClosest() - Method in class org.archive.wayback.util.partition.Partition
 
isCSSContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isDedupeRecords() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
isDefaultRulesDisabled() - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter
 
isDuplicateDigest() - Method in class org.archive.wayback.core.CaptureSearchResult
whether this capture is a re-fetch of previously archived capture (revisit), detected by content's digest, and replay of that previous capture is not blocked.
isDuplicateHTTP() - Method in class org.archive.wayback.core.CaptureSearchResult
whether this capture is an archive of 304 Not Modified response from the server.
isDuplicateHTTP() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
isEmpty() - Method in class org.archive.wayback.core.CaptureSearchResults
 
isEmpty() - Method in class org.archive.wayback.core.UrlSearchResults
 
isEnableErrorMsgHeader() - Method in class org.archive.wayback.webapp.AccessPoint
 
isEnableMemento() - Method in class org.archive.wayback.webapp.AccessPoint
 
isEnablePerfStatsHeader() - Method in class org.archive.wayback.webapp.AccessPoint
 
isEnableWarcFileHeader() - Method in class org.archive.wayback.webapp.AccessPoint
 
isExactHost() - Method in class org.archive.wayback.core.WaybackRequest
 
isExactHostMatch() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
isExactHostMatch() - Method in class org.archive.wayback.webapp.AccessPoint
 
isExactScheme() - Method in class org.archive.wayback.core.WaybackRequest
 
isExactSchemeMatch() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
isExactSchemeMatch() - Method in class org.archive.wayback.webapp.AccessPoint
 
isExcluded(String, String) - Method in class org.archive.wayback.accesscontrol.ExternalExcluder
 
isExcluded(String) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilter
 
isExcluded(String) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilter
 
isExclusion - Variable in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
isExclusion() - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
isExclusion - Variable in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
isExclusion() - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
isExpired(RedisRobotsLogic.RedisValue, String, int) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
isFailOnFirstUnavailable() - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
isFailOnFirstUnavailable() - Method in class org.archive.wayback.resourcestore.MultipleResourceStore
 
isFixedEmbeds() - Method in class org.archive.wayback.webapp.AccessPoint
 
isForceCleanQueries() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
isForceCleanQueries() - Method in class org.archive.wayback.webapp.AccessPoint
 
isFrameWrapperContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isGet() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
isGzip() - Method in class org.archive.cdxserver.CDXQuery
 
isGzipRobots() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
isGzipStream(byte[]) - Static method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
isHead() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
isHTML(String) - Method in class org.archive.wayback.resourcestore.indexer.HTTPRecordAnnotater
 
isHttpError() - Method in class org.archive.wayback.core.CaptureSearchResult
true if HTTP response code is either 4xx or 5xx.
isHttpRedirect() - Method in class org.archive.wayback.core.CaptureSearchResult
true if HTTP response code is 3xx.
isHttpSuccess() - Method in class org.archive.wayback.core.CaptureSearchResult
true if HTTP response code is 2xx.
isIdentityContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isIFrameWrapperContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isIgnoreRobots() - Method in class org.archive.cdxserver.auth.AuthToken
 
isIMGContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isIncludeBlockedCaptures() - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
isIncludeIfContains() - Method in class org.archive.wayback.resourceindex.filters.MimeTypeFilter
 
isIncludeMatches() - Method in class org.archive.wayback.resourceindex.filters.FilePrefixFilter
 
isInCSS() - Method in class org.archive.wayback.util.htmllex.ParseContext
 
isInHTML() - Method in class org.archive.wayback.util.htmllex.ParseContext
 
isInJS() - Method in class org.archive.wayback.util.htmllex.ParseContext
 
isInScriptText() - Method in class org.archive.wayback.util.htmllex.ParseContext
 
isInsertAtEnd() - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
isInsertAtStart() - Method in class org.archive.wayback.proxy.ProxyHTMLMarkupReplayRenderer
 
isJSContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isLast() - Method in class org.archive.cdxserver.CDXQuery
 
isLastSkipTimestamp() - Method in class org.archive.cdxserver.CDXQuery
 
isLiveWebAvailable - Variable in exception org.archive.wayback.exception.WaybackException
 
isLiveWebAvailable() - Method in exception org.archive.wayback.exception.WaybackException
 
isLiveWebEmbedRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isLiveWebRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isMarkPrefixQueries() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
isMatchOnce() - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer
 
isMementoEnabled() - Method in class org.archive.wayback.core.WaybackRequest
checks if Memento response is enabled in the AccessPoint for this request.
isMementoTimegate() - Method in class org.archive.wayback.core.WaybackRequest
 
isMementoTimemapRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isMetaMode() - Method in class org.archive.wayback.core.WaybackRequest
 
isNoMatchesDefault() - Method in class org.archive.wayback.authenticationcontrol.PathMappingBooleanOperator
 
isNonEmptyOpenTagNodeNamed(Node, String) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isNotModified() - Method in class org.archive.wayback.util.http.HttpResponseMessage
 
isObjectEmbedContext() - Method in class org.archive.wayback.core.WaybackRequest
 
isOn(byte, int) - Static method in class org.archive.wayback.util.IPRange
 
isOpenTagNodeNamed(Node, String) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isOutputRobot() - Method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
isPassedAdministrative() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
isPassedRobots() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
isProcessAll() - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
isProcessAll() - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
isProxyEnabled() - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
 
isProxyEnabled() - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
isProxyMode() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
isProxySwitchable() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
isRecurse() - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
isRemarkNode(Node) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isReplayRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isRequestAuth() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
isRequestAuth() - Method in class org.archive.wayback.webapp.AccessPoint
 
isResolveRevisits() - Method in class org.archive.cdxserver.CDXQuery
 
isResourceTooBig(Resource) - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
isReverse() - Method in class org.archive.cdxserver.CDXQuery
 
isReverse - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
isRevisit(CDXLine) - Method in class org.archive.cdxserver.processor.RevisitResolver
 
isRevisitDigest() - Method in class org.archive.wayback.core.CaptureSearchResult
whether this capture is a re-fetch of previously archived capture (revisit), detected by content's digest.
isRevisitDigest() - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
isRevisitNotModified() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
whether this Resource is server-not-modified revisit.
isRewriteHttpsOnly() - Method in class org.archive.wayback.archivalurl.ArchivalURLJSStringTransformerReplayRenderer
 
isRewriteHttpsOnly() - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
isRewriteSupported(String) - Method in class org.archive.wayback.replay.html.ReplayParseContext
return true if url needs rewrite in this replay.
isRobotFlagSet(String) - Method in class org.archive.wayback.core.CaptureSearchResult
test if robotflags field has flag flag set.
isRobotFlagSet(char) - Method in class org.archive.wayback.core.CaptureSearchResult
test if robotflags field has flag flag set.
isRobotIgnore() - Method in class org.archive.wayback.core.CaptureSearchResult
 
isRobotNoArchive() - Method in class org.archive.wayback.core.CaptureSearchResult
 
isRobotNoFollow() - Method in class org.archive.wayback.core.CaptureSearchResult
 
isRobotNoIndex() - Method in class org.archive.wayback.core.CaptureSearchResult
 
isSameBlock(long, String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedMultiBlock
 
isSawAdministrative() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
isSawRobots() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
isSelfRedirect(Resource, CaptureSearchResult, WaybackRequest, String) - Method in class org.archive.wayback.webapp.AccessPoint
 
isServeStatic() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
isServeStatic() - Method in class org.archive.wayback.webapp.AccessPoint
 
isShowDupeCount() - Method in class org.archive.cdxserver.CDXQuery
 
isShowGroupCount() - Method in class org.archive.cdxserver.CDXQuery
 
isShowNumPages() - Method in class org.archive.cdxserver.CDXQuery
 
isShowPagedIndex() - Method in class org.archive.cdxserver.CDXQuery
 
isShowResumeKey() - Method in class org.archive.cdxserver.CDXQuery
 
isShowUniqCount() - Method in class org.archive.cdxserver.CDXQuery
 
isSkipped(String) - Method in class org.archive.wayback.webapp.AccessPoint.SingleLoadResourceStore
 
isSortClosest() - Method in class org.archive.cdxserver.CDXQuery
 
isSurtForm() - Method in interface org.archive.wayback.UrlCanonicalizer
Returns true if this Canonicalizer returns SURTs, false is URLs
isSurtForm() - Method in class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
 
isSurtForm() - Method in class org.archive.wayback.util.url.IdentityUrlCanonicalizer
 
isSurtForm() - Method in class org.archive.wayback.util.url.KeyMakerUrlCanonicalizer
 
isSurtMode() - Method in class org.archive.cdxserver.BaseCDXServer
 
isTagNode(Node) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isTagNodeNamed(Node, String) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isTextNode(Node) - Static method in class org.archive.wayback.util.htmllex.NodeUtils
 
isTimestampSearch() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
isTimestampSearch() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
isTimestampSearch() - Method in class org.archive.wayback.webapp.AccessPoint
 
isTimestampSearchKey() - Method in class org.archive.wayback.core.WaybackRequest
 
isTrue(WaybackRequest) - Method in class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
isTrue(WaybackRequest) - Method in class org.archive.wayback.authenticationcontrol.HTTPAuthBooleanOperator
 
isTrue(WaybackRequest) - Method in class org.archive.wayback.authenticationcontrol.IPMatchesBooleanOperator
 
isTrue(WaybackRequest) - Method in class org.archive.wayback.authenticationcontrol.PathMappingBooleanOperator
 
isTrue(E) - Method in class org.archive.wayback.util.operator.AndBooleanOperator
 
isTrue(E) - Method in interface org.archive.wayback.util.operator.BooleanOperator
 
isTrue(E) - Method in class org.archive.wayback.util.operator.FalseBooleanOperator
 
isTrue(E) - Method in class org.archive.wayback.util.operator.NotBooleanOperator
 
isTrue(E) - Method in class org.archive.wayback.util.operator.OrBooleanOperator
 
isTrue(E) - Method in class org.archive.wayback.util.operator.TrueBooleanOperator
 
isTruncated() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
isTruncated() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
isTryFuzzyMatch() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
isUnescapeAttributeValues() - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
Deprecated.
1.8.1/05-23-2014 moved to StandardAttributeRewriter.
isUpdatable() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
isUrlQueryRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
isUseAnchorWindow() - Method in class org.archive.wayback.accesspoint.AccessPointAdapter
 
isUseAnchorWindow() - Method in class org.archive.wayback.webapp.AccessPoint
 
isUseCollection() - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
isUseServerName() - Method in class org.archive.wayback.webapp.AccessPoint
Deprecated.
no longer used, use {replay,query,static}Prefix
isValidRobots(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
isWantUserInfo() - Method in class org.archive.wayback.resourceindex.filters.UserInfoInAuthorityFilter
 
isWaybackReferer(WaybackRequest, String) - Method in class org.archive.wayback.webapp.AccessPoint
 
isWaybackReferer(String, String) - Method in class org.archive.wayback.webapp.AccessPoint
 
isXMLMode() - Method in class org.archive.wayback.core.WaybackRequest
 
iterator() - Method in class org.archive.wayback.core.CaptureSearchResults
 
iterator() - Method in class org.archive.wayback.core.UrlSearchResults
 
iterator(File) - Method in class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
iterator(String) - Method in class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
iterator(ARCReader) - Method in class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
iterator(File) - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
iterator(String) - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
iterator(WARCReader) - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
iterator() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
iterator() - Method in class org.archive.wayback.util.partition.Partition
 
itr - Variable in class org.archive.wayback.util.AdaptedIterator
 

J

JAVASCRIPT_PREFIX - Static variable in class org.archive.wayback.replay.html.ReplayParseContext
 
join(String, String...) - Static method in class org.archive.wayback.util.StringFormatter
 
JS_CONTEXT - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
text/javascript context
JSContentRule - Class in org.archive.wayback.replay.html.rules
 
JSContentRule() - Constructor for class org.archive.wayback.replay.html.rules.JSContentRule
 
JsonWriter - Class in org.archive.cdxserver.writer
 
JsonWriter(HttpServletResponse, boolean) - Constructor for class org.archive.cdxserver.writer.JsonWriter
 
JSPExecRule - Class in org.archive.wayback.replay.html.rules
 
JSPExecRule() - Constructor for class org.archive.wayback.replay.html.rules.JSPExecRule
 
JSPExecutor - Class in org.archive.wayback.replay
Class which encapsulates all Replay context information needed to execute a .jsp file in the "context" of a particular replay request.
JSPExecutor(HttpServletRequest, HttpServletResponse, UIResults) - Constructor for class org.archive.wayback.replay.JSPExecutor
 
JSPExecutor(ResultURIConverter, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResults, CaptureSearchResult, Resource) - Constructor for class org.archive.wayback.replay.JSPExecutor
Deprecated.
2014-05-02 use JSPExecutor.JSPExecutor(HttpServletRequest, HttpServletResponse, UIResults) passing explicitly created UIResults
JSPReplayRenderer - Class in org.archive.wayback.replay
ReplayRenderer implementation which just forwards responsibility for rendering a resource to a .jsp file.
JSPReplayRenderer() - Constructor for class org.archive.wayback.replay.JSPReplayRenderer
 
jspToString(String) - Method in class org.archive.wayback.replay.JSPExecutor
 
JspUrlResourceFileSource - Class in org.archive.wayback.resourcestore.resourcefile
 
JspUrlResourceFileSource() - Constructor for class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
JSRequestSelector - Class in org.archive.wayback.replay.selector
 
JSRequestSelector() - Constructor for class org.archive.wayback.replay.selector.JSRequestSelector
 
JSStringTransformer - Class in org.archive.wayback.replay.html.transformer
Translates absolute URLs found in JavaScript code block.
JSStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.JSStringTransformer
 
JSTextHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
JWATFlexResourceStore - Class in org.archive.wayback.resourcestore.jwat
 
JWATFlexResourceStore() - Constructor for class org.archive.wayback.resourcestore.jwat.JWATFlexResourceStore
 
JWATResource - Class in org.archive.wayback.resourcestore.jwat
JWATResource -- created by Nick Clarke for interfacing with JWAT ARC/WARC Readers Originally forked from https://bitbucket.org/nclarkekb/jwat-wayback-resourcestore
JWATResource() - Constructor for class org.archive.wayback.resourcestore.jwat.JWATResource
 

K

KEY_MESSAGE_SUFFIX - Static variable in exception org.archive.wayback.exception.WaybackException
 
KEY_PREFIX - Static variable in exception org.archive.wayback.exception.WaybackException
 
KEY_TITLE_SUFFIX - Static variable in exception org.archive.wayback.exception.WaybackException
 
KeyMakerUrlCanonicalizer - Class in org.archive.wayback.util.url
UrlCanonicalizer which allows use of the SURT canonicalization code from archive-commons.
KeyMakerUrlCanonicalizer() - Constructor for class org.archive.wayback.util.url.KeyMakerUrlCanonicalizer
 
KeyMakerUrlCanonicalizer(boolean) - Constructor for class org.archive.wayback.util.url.KeyMakerUrlCanonicalizer
 
keySet() - Method in class org.archive.wayback.core.WaybackRequest
Deprecated. 

L

LAST - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
LAST - Static variable in interface org.archive.wayback.memento.MementoConstants
 
LAST_MEMENTO - Static variable in interface org.archive.wayback.memento.MementoConstants
 
lastKey - Variable in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
 
lastLineSkipped - Variable in class org.archive.cdxserver.processor.GroupCountProcessor
 
LastNLineProcessor - Class in org.archive.cdxserver.processor
 
LastNLineProcessor(BaseProcessor, int) - Constructor for class org.archive.cdxserver.processor.LastNLineProcessor
 
lastReadLine - Variable in class org.archive.cdxserver.processor.GroupCountProcessor
 
lastResultDate - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
lastResultReplayUrl - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
lastTimestamp - Variable in class org.archive.cdxserver.processor.DupeTimestampBestStatusFilter
 
lastTimestamp - Variable in class org.archive.wayback.resourceindex.filters.DuplicateTimestampFilter
 
latestTimestamp() - Static method in class org.archive.wayback.util.Timestamp
 
length - Variable in class org.archive.wayback.resourcestore.jwat.JWATResource
 
LF - Static variable in class org.archive.wayback.util.http.HttpMessage
 
limit - Variable in class org.archive.cdxserver.processor.LastNLineProcessor
 
limit - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
lines - Variable in class org.archive.cdxserver.processor.LastNLineProcessor
 
LINK - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
LINK - Static variable in interface org.archive.wayback.memento.MementoConstants
 
LINK_PATH - Static variable in interface org.archive.wayback.memento.MementoConstants
 
list() - Method in class org.archive.wayback.util.partition.Partition
 
LIVE_WAYBACK_TEMPLATE - Static variable in class org.archive.wayback.liveweb.ARCCacheDirectory
template string used to configure the ARC writer pool
LiveDocumentNotAvailableException - Exception in org.archive.wayback.exception
An error indicating Wayback has failed to load a resource from live Web.
LiveDocumentNotAvailableException(URL, int) - Constructor for exception org.archive.wayback.exception.LiveDocumentNotAvailableException
Constructor
LiveDocumentNotAvailableException(URL, int, String) - Constructor for exception org.archive.wayback.exception.LiveDocumentNotAvailableException
Constructor with message and details
LiveDocumentNotAvailableException(String) - Constructor for exception org.archive.wayback.exception.LiveDocumentNotAvailableException
 
LiveRobotsNoCache - Class in org.archive.wayback.liveweb
 
LiveRobotsNoCache() - Constructor for class org.archive.wayback.liveweb.LiveRobotsNoCache
 
liveweb - Variable in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
LIVEWEB_RUNTIME_ERROR_HEADER - Static variable in class org.archive.wayback.webapp.LiveWebAccessPoint
 
LiveWebAccessPoint - Class in org.archive.wayback.webapp
 
LiveWebAccessPoint() - Constructor for class org.archive.wayback.webapp.LiveWebAccessPoint
 
LiveWebCache - Interface in org.archive.wayback.liveweb
Interface to retrieve Resource objects from the live web.
LiveWebCacheUnavailableException - Exception in org.archive.wayback.exception
 
LiveWebCacheUnavailableException(URL, int) - Constructor for exception org.archive.wayback.exception.LiveWebCacheUnavailableException
Constructor
LiveWebCacheUnavailableException(URL, int, String) - Constructor for exception org.archive.wayback.exception.LiveWebCacheUnavailableException
Constructor with message and details
LiveWebCacheUnavailableException(String) - Constructor for exception org.archive.wayback.exception.LiveWebCacheUnavailableException
 
liveWebHandler - Variable in class org.archive.wayback.webapp.DefaultLiveWebRedirector
 
liveWebPrefix - Variable in class org.archive.wayback.webapp.DefaultLiveWebRedirector
 
LiveWebRedirector - Interface in org.archive.wayback.webapp
 
LiveWebRedirector.LiveWebState - Enum in org.archive.wayback.webapp
 
LiveWebRedirector.RedirectType - Enum in org.archive.wayback.webapp
 
LiveWebRequestHandler - Class in org.archive.wayback.webapp
 
LiveWebRequestHandler() - Constructor for class org.archive.wayback.webapp.LiveWebRequestHandler
 
LiveWebTimeoutException - Exception in org.archive.wayback.exception
 
LiveWebTimeoutException(String) - Constructor for exception org.archive.wayback.exception.LiveWebTimeoutException
 
load(File) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
load(InputStream) - Static method in class org.archive.wayback.util.http.HttpRequest
 
load(InputStream) - Static method in class org.archive.wayback.util.http.HttpResponse
 
loadExternal(URL, long, boolean) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
loadFields(byte[], int) - Static method in class org.archive.wayback.util.http.HttpMessage
 
loadFile(String) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilterFactory
 
loadFile(String) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
loadParamFile() - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
loadParamFile() - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
loadRequest(byte[]) - Static method in class org.archive.wayback.util.http.HttpMessage
 
loadRequest(InputStream) - Static method in class org.archive.wayback.util.http.HttpMessage
 
loadResource(String, InputStream) - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
loadResource(String, InputStream) - Method in class org.archive.wayback.resourcestore.jwat.JWATFlexResourceStore
 
loadResponse(byte[]) - Static method in class org.archive.wayback.util.http.HttpMessage
 
loadResponse(InputStream) - Static method in class org.archive.wayback.util.http.HttpMessage
 
loadRules() - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter
 
loadRulesFromProperties(Properties) - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter
build rewrite rule set from textual description in p.
loadWaybackCdx(String, WaybackRequest, CDXQuery, AuthToken, CDXToSearchResultWriter, boolean) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
LocalFileBlockLoader - Class in org.archive.wayback.resourceindex.ziplines
Simple block loader which uses RandomAccessFiles to grab ranges of local files.
LocalFileBlockLoader() - Constructor for class org.archive.wayback.resourceindex.ziplines.LocalFileBlockLoader
 
LocalResourceIndex - Class in org.archive.wayback.resourceindex
ResourceIndex implementation which assumes a "local" SearchResultSource.
LocalResourceIndex() - Constructor for class org.archive.wayback.resourceindex.LocalResourceIndex
 
LocalResourceIndexUpdater - Class in org.archive.wayback.resourceindex.updater
Class which starts a background thread that repeatedly scans an incoming directory and merges files found therein(which are assumed to be in CDX format) with a BDBIndex.
LocalResourceIndexUpdater() - Constructor for class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
LOCATION_HTTP_HEADER - Static variable in interface org.archive.wayback.WaybackConstants
HTTP Header for redirection URL
LocationDBResourceStore - Class in org.archive.wayback.resourcestore
Simple ResourceStore implementation, which uses a ResourceFileLocationDB to locate ARC/WARC files, that can be remote(via http://) or local paths.
LocationDBResourceStore() - Constructor for class org.archive.wayback.resourcestore.LocationDBResourceStore
 
logError(HttpServletResponse, String, Exception, WaybackRequest) - Method in class org.archive.wayback.webapp.AccessPoint
 
longestPrefixLength(ConcurrentSkipListSet<String>, String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotsDirectives
 
LOOKUP_OPERATION - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
lookupPath(String) - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PathIndex
 
lookupPath(String) - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PrefixLookup
 
lookupPath(String) - Method in interface org.archive.wayback.resourcestore.FlexResourceStore.SourceResolver
 
LRUHashCache() - Constructor for class org.archive.wayback.resourceindex.filters.DuplicateHashFilter.LRUHashCache
 

M

main(String[]) - Static method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRefresher
 
main(String[]) - Static method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
main(String[]) - Static method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
main(String[]) - Static method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
main(String[]) - Static method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
main(String[]) - Static method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
main(String[]) - Static method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
 
main(String[]) - Static method in class org.archive.wayback.util.ARCCreator
 
main(String[]) - Static method in class org.archive.wayback.util.flatfile.FlatFile
 
main(String[]) - Static method in class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
 
main(String[]) - Static method in class org.archive.wayback.util.WARCHeader
 
mainCluster - Variable in class org.archive.cdxserver.HowManyController
 
makeCaptureQueryUrl(String) - Method in class org.archive.wayback.core.UIResults
Create a self-referencing URL that will perform a query for all copies of the given URL.
makeCaptureQueryUrl(String, String, String) - Method in class org.archive.wayback.webapp.AccessPoint
Build a self-referencing URL that will perform a query for all copies of URL url.
makeOrigHeader(String) - Static method in class org.archive.wayback.memento.MementoUtils
 
makePlainCaptureQueryUrl(String) - Method in class org.archive.wayback.core.UIResults
Build a self-referencing URL that will perform a query for all copies of the given URL (plain, clean URL version).
makeReplayURI(String, String) - Method in class org.archive.wayback.archivalurl.ArchivalUrlContextResultURIConverterFactory.ArchivalUrlSpecialContextResultURIConverter
 
makeReplayURI(String, String) - Method in class org.archive.wayback.archivalurl.ArchivalUrlResultURIConverter
 
makeReplayURI(String, String) - Method in class org.archive.wayback.domainprefix.DomainPrefixResultURIConverter
 
makeReplayURI(String, String) - Method in class org.archive.wayback.proxy.ProxyHttpsResultURIConverter
 
makeReplayURI(String, String) - Method in class org.archive.wayback.proxy.RedirectResultURIConverter
 
makeReplayURI(String, String) - Method in interface org.archive.wayback.ResultURIConverter
return an absolute URL that will replay URL url at time datespec.
makeReplayUrl(String, String) - Method in class org.archive.wayback.core.UIResults
Deprecated.
use resultToReplayUrl(CaptureSearchResult) or getURIConverter.makeReplayURI()
makeReplayURL(CaptureSearchResult) - Method in class org.archive.wayback.partition.ToolBarData
 
mapCharset(String) - Method in class org.archive.wayback.replay.charset.BaseEncodingSniffer
 
mapRequest(HttpServletRequest) - Method in class org.archive.wayback.util.webapp.RequestMapper
 
mark(int) - Method in class org.archive.wayback.core.Resource
 
mark(int) - Method in class org.archive.wayback.replay.CompositeResource
 
markSupported() - Method in class org.archive.wayback.core.Resource
 
markSupported() - Method in class org.archive.wayback.replay.CompositeResource
 
markupCSSImports(StringBuilder, ResultURIConverter, String, String) - Static method in class org.archive.wayback.replay.TagMagix
 
markupStyleUrls(StringBuilder, ResultURIConverter, String, String) - Static method in class org.archive.wayback.replay.TagMagix
 
markupTagREURIC(StringBuilder, ResultURIConverter, String, String, String, String) - Static method in class org.archive.wayback.replay.TagMagix
Alter the HTML document in page, updating URLs in the attrName attributes of all tagName tags such that: 1) absolute URLs are prefixed with: wmPrefix + pageTS 2) server-relative URLs are prefixed with: wmPrefix + pageTS + (host of page) 3) path-relative URLs are prefixed with: wmPrefix + pageTS + (attribute URL resolved against pageUrl)
markupTagREURIC(StringBuilder, ResultURIConverter, String, String, Pattern) - Static method in class org.archive.wayback.replay.TagMagix
 
maskBits(String) - Static method in class org.archive.wayback.util.IPRange
 
maskBits(int) - Static method in class org.archive.wayback.util.IPRange
 
matchIP(String) - Static method in class org.archive.wayback.util.IPRange
 
matchOnce - Variable in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer
 
matchPrefix - Variable in class org.archive.wayback.resourceindex.filters.FilePrefixDateEmbargoFilter
 
MAX_BOM_LEN - Static variable in class org.archive.wayback.replay.charset.ByteOrderMarkSniffer
 
MAX_CHARSET_READAHEAD - Static variable in class org.archive.wayback.replay.charset.PrescanMetadataSniffer
 
MAX_CHARSET_READAHEAD - Static variable in class org.archive.wayback.replay.charset.UniversalChardetSniffer
 
maxPageSize - Variable in class org.archive.cdxserver.CDXServer
 
maxRobotsSize - Variable in class org.archive.wayback.liveweb.LiveRobotsNoCache
 
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.DayResultsPartitioner
Deprecated.
 
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.HourResultsPartitioner
Deprecated.
 
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.MonthResultsPartitioner
Deprecated.
 
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.
 
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.TwoMonthResultsPartitioner
Deprecated.
 
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.WeekResultsPartitioner
Deprecated.
 
maxSecondsSpanned() - Method in class org.archive.wayback.query.resultspartitioner.YearResultsPartitioner
Deprecated.
 
maxSize - Variable in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
maxTrackedHashes - Variable in class org.archive.wayback.resourceindex.filters.DuplicateHashFilter
 
MD5_PATTERN - Static variable in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
MD5_REGEX - Static variable in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
MD5LocationFile - Class in org.archive.wayback.resourceindex.cdx.dynamic
 
MD5LocationFile(FlatFile) - Constructor for class org.archive.wayback.resourceindex.cdx.dynamic.MD5LocationFile
 
MEMENTO - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
MEMENTO - Static variable in interface org.archive.wayback.memento.MementoConstants
 
MEMENTO_DATETIME - Static variable in interface org.archive.wayback.memento.MementoConstants
 
MementoConstants - Interface in org.archive.wayback.memento
 
MementoHandler - Interface in org.archive.wayback.memento
 
MementoLinkWriter - Class in org.archive.cdxserver.writer
 
MementoLinkWriter(HttpServletRequest, HttpServletResponse, CDXQuery, boolean) - Constructor for class org.archive.cdxserver.writer.MementoLinkWriter
 
MementoUtils - Class in org.archive.wayback.memento
 
MementoUtils() - Constructor for class org.archive.wayback.memento.MementoUtils
 
mergeAll() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
MetaRefreshUrlStringTransformer - Class in org.archive.wayback.replay.html.transformer
Translates URL found in META-REFRESH's CONTENT attribute.
MetaRefreshUrlStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.MetaRefreshUrlStringTransformer
 
MIME_TYPE - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
mimeType - Variable in class org.archive.wayback.core.FastCaptureSearchResult
 
MIMETypeCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
MIMETypeCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.MIMETypeCDXField
 
MimeTypeDetector - Interface in org.archive.wayback.replay.mimetype
ContentTypeSniffer looks into capture resource content to determine actual content-type, which take precedence over content-type declared in the HTTP header.
MimeTypeFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes only records matching one or more supplied Mime-Types.
MimeTypeFilter() - Constructor for class org.archive.wayback.resourceindex.filters.MimeTypeFilter
 
MimeTypeSelector - Class in org.archive.wayback.replay.selector
Selects ReplayRenderer by Content-Type.
MimeTypeSelector() - Constructor for class org.archive.wayback.replay.selector.MimeTypeSelector
 
MINIMUM_SNIFF_BUFFER_SIZE - Static variable in class org.archive.wayback.replay.mimetype.SimpleMimeTypeDetector
minimum size of sniffing byte buffer to allocate (to prevent ArrayIndexOutOfBoundsException.)
MMS_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
MMS
MODE_COUNT - Static variable in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
MODES - Static variable in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
modifyCollection(String) - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
modify collection if necessary.
modifyOutputFormat(FieldSplitFormat) - Method in interface org.archive.cdxserver.processor.BaseProcessor
Return output format (list of fields), given input format format.
modifyOutputFormat(FieldSplitFormat) - Method in class org.archive.cdxserver.processor.DupeCountProcessor
 
modifyOutputFormat(FieldSplitFormat) - Method in class org.archive.cdxserver.processor.GroupCountProcessor
 
modifyOutputFormat(FieldSplitFormat) - Method in class org.archive.cdxserver.processor.RevisitResolver
 
modifyOutputFormat(FieldSplitFormat) - Method in class org.archive.cdxserver.processor.WrappedProcessor
 
modifyOutputFormat(FieldSplitFormat) - Method in class org.archive.cdxserver.writer.CDXWriter
 
modifyOutputFormat(FieldSplitFormat) - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToSearchResultWriter
 
MonitoredFileSet - Class in org.archive.wayback.util
 
MonitoredFileSet(List<String>) - Constructor for class org.archive.wayback.util.MonitoredFileSet
 
MonitoredFileSet.FileState - Class in org.archive.wayback.util
 
MONTH_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
monthNextResult - Variable in class org.archive.wayback.partition.ToolBarData
Earliest Result one month after current, or null
monthPartitions - Variable in class org.archive.wayback.partition.ToolBarData
List> for months
MonthPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on one Month partitions
MonthPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.MonthPartitionSize
 
monthPrevResult - Variable in class org.archive.wayback.partition.ToolBarData
Latest Result one month before current, or null
MonthResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated.
use org.archive.wayback.util.parition.*
MonthResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.MonthResultsPartitioner
Deprecated.
 
monthsByDay - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
monthSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Month intervals
MS_IN_DAY - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in 1 day (approximate: no leap second accounted for)
MS_IN_HOUR - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in 1 hour (approximate: no leap second accounted for)
MS_IN_MONTH - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in one month (approximate: no leap day/sec accounted for, and assumes 30 days in a month)
MS_IN_SEC - Static variable in interface org.archive.wayback.util.partition.PartitionSize
number of milliseconds in a second..
MS_IN_TWO_MONTH - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in two months (approximate: no leap day/sec accounted for, and assumes 30 day months)
MS_IN_TWO_YEAR - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in two years (approximate: no leap day/sec accounted for)
MS_IN_WEEK - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in 7 days (approximate: no leap second accounted for)
MS_IN_YEAR - Static variable in interface org.archive.wayback.util.partition.PartitionSize
milliseconds in one year (approximate: no leap day/sec accounted for)
msg - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToSearchResultWriter
 
MultipleResourceStore - Class in org.archive.wayback.resourcestore
A ResourceStore which contains one or more other resource stores.
MultipleResourceStore() - Constructor for class org.archive.wayback.resourcestore.MultipleResourceStore
 
MultiRegexReplaceStringTransformer - Class in org.archive.wayback.replay.html.transformer
Deprecated.
MultiRegexReplaceStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.MultiRegexReplaceStringTransformer
Deprecated.
 

N

name - Variable in class org.archive.wayback.util.bdb.BDBMap
 
name() - Method in interface org.archive.wayback.util.partition.PartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.DayPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.HourPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.MonthPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.TwoMonthPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.TwoYearPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.WeekPartitionSize
 
name() - Method in class org.archive.wayback.util.partition.size.YearPartitionSize
 
NAME_ARGUMENT - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
names - Variable in class org.archive.cdxserver.filter.CollapseFieldFilter
 
names - Variable in class org.archive.cdxserver.filter.FieldRegexFilter
 
nameToUrls(String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
return an array of String URLs for all known locations of name in the DB.
nameToUrls(String) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
nameToUrls(String) - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
return an array of String URLs for all known locations of the file in the DB.
nameToUrls(String) - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
NAV_COUNT - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_CURRENT - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_NEXT_CAPTURE - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_NEXT_DAY - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_NEXT_MONTH - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_NEXT_YEAR - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_PREV_CAPTURE - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_PREV_DAY - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_PREV_MONTH - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NAV_PREV_YEAR - Static variable in class org.archive.wayback.partition.PartitionsToGraph
 
NEGOTIATE_DATETIME - Static variable in interface org.archive.wayback.memento.MementoConstants
 
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class org.archive.wayback.core.UTF8Control
 
next - Variable in class org.archive.wayback.archivalurl.StandardAttributeRewriter.TransformAttr
 
next - Variable in exception org.archive.wayback.exception.SpecificCaptureReplayException
 
NEXT - Static variable in interface org.archive.wayback.memento.MementoConstants
 
next() - Method in class org.archive.wayback.replay.DefaultReplayCaptureSelector
 
next() - Method in interface org.archive.wayback.replay.ReplayCaptureSelector
return next best capture.
next() - Method in class org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator
 
next() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
next() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
next() - Method in class org.archive.wayback.resourcestore.indexer.ArchiveReaderCloseableIterator
 
next() - Method in class org.archive.wayback.util.AdaptedIterator
 
next() - Method in class org.archive.wayback.util.bdb.BDBRecordIterator
 
next() - Method in class org.archive.wayback.util.CompositeSortedIterator
 
next - Variable in class org.archive.wayback.util.flatfile.RecordIterator
 
next() - Method in class org.archive.wayback.util.flatfile.RecordIterator
 
next - Variable in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
next() - Method in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
next() - Method in class org.archive.wayback.util.iterator.AbstractPeekableIterator
 
next() - Method in class org.archive.wayback.util.ObjectFilterIterator
 
next() - Method in class org.archive.wayback.util.PeekableIterator
 
next() - Method in class org.archive.wayback.util.WrappedCloseableIterator
 
NEXT_LAST_MEMENTO - Static variable in interface org.archive.wayback.memento.MementoConstants
 
NEXT_MEMENTO - Static variable in interface org.archive.wayback.memento.MementoConstants
 
nextMode(int) - Method in class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
nextNode() - Method in class org.archive.wayback.util.htmllex.ContextAwareLexer
 
nextResult - Variable in class org.archive.wayback.partition.ToolBarData
Earliest Result after current, or null
nextSearch() - Method in class org.archive.wayback.surt.SURTTokenizer
update internal state and return the next smaller search string for the url
NO_LOCATION_PREFIX - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
NO_ROBOTS - Static variable in class org.archive.wayback.accesscontrol.robotstxt.Robotstxt
empty, reusable instance for all sites providing no rules
noCollapse(CDXLine) - Method in class org.archive.cdxserver.processor.DupeTimestampBestStatusFilter
 
noCollapsePrefix - Variable in class org.archive.cdxserver.CDXServer
 
noCollapsePrefix - Variable in class org.archive.cdxserver.processor.DupeTimestampBestStatusFilter
 
NodeUtils - Class in org.archive.wayback.util.htmllex
 
NodeUtils() - Constructor for class org.archive.wayback.util.htmllex.NodeUtils
 
noMatchesDefault - Variable in class org.archive.wayback.authenticationcontrol.PathMappingBooleanOperator
 
NoRetryHandler - Class in org.archive.wayback.liveweb
 
NoRetryHandler() - Constructor for class org.archive.wayback.liveweb.NoRetryHandler
 
NotableResultExtractor - Class in org.archive.wayback.partition
ObjectFilter of CaptureSearchResult objects, which includes all results but keeps track of "notable" results, in particular, those relative to a specific date: first, previous, closest, next, and last
NotableResultExtractor(Date) - Constructor for class org.archive.wayback.partition.NotableResultExtractor
 
NotBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
NotBooleanOperator() - Constructor for class org.archive.wayback.util.operator.NotBooleanOperator
 
noteConnectionFailure() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
noteConnectionStart() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
noteConnectionSuccess() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
noteElapsed(String, long, String) - Static method in class org.archive.wayback.webapp.PerformanceLogger
 
noteElapsed(String, long) - Static method in class org.archive.wayback.webapp.PerformanceLogger
 
numResults - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
numYearResults - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
NutchResourceIndex - Class in org.archive.wayback.resourceindex
 
NutchResourceIndex() - Constructor for class org.archive.wayback.resourceindex.NutchResourceIndex
 

O

OBJECT_EMBED_WRAPPED_CONTEXT - Static variable in class org.archive.wayback.archivalurl.ArchivalUrlRequestParser
object/embed wrapped context
ObjectEmbedRequestSelector - Class in org.archive.wayback.replay.selector
 
ObjectEmbedRequestSelector() - Constructor for class org.archive.wayback.replay.selector.ObjectEmbedRequestSelector
 
ObjectFilter<E> - Interface in org.archive.wayback.util
Interface for including, excluding, or aborting filtering
ObjectFilterChain<E> - Class in org.archive.wayback.util
ObjectFilterChain implements AND logic to chain together multiple ObjectFilters into a composite.
ObjectFilterChain() - Constructor for class org.archive.wayback.util.ObjectFilterChain
Constructor
ObjectFilterIterator<T> - Class in org.archive.wayback.util
 
ObjectFilterIterator(Iterator<T>, ObjectFilter<T>) - Constructor for class org.archive.wayback.util.ObjectFilterIterator
 
oneBlockParams - Variable in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
OPEN_SUFFIX - Static variable in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
OpenSearchRequestParser - Class in org.archive.wayback.requestparser
RequestParser which attempts to extract data from an HTML form, that is, from HTTP GET request arguments containing a query, an optional count (results per page), and an optional current page argument.
OpenSearchRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.requestparser.OpenSearchRequestParser
 
OpenTagHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
operand - Variable in class org.archive.wayback.util.operator.UnaryBooleanOperator
 
operand1 - Variable in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
operand2 - Variable in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
OPERATION_ARGUMENT - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
OracleAnnotationFilter - Class in org.archive.wayback.resourceindex.filters
SearchResult filter class which contacts an access-control Oracle, using information from the public comment field to annotate SearchResult objects.
OracleAnnotationFilter() - Constructor for class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
OracleExclusionFilter - Class in org.archive.wayback.accesscontrol.oracleclient
ExclusionFilter implementation that queries remote "Exclusion Oracle" with AccessControlClient to determine which SearchResults can be exposed.
OracleExclusionFilter(String, String) - Constructor for class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
OracleExclusionFilter(String, String, String) - Constructor for class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
 
OracleExclusionFilter(AccessControlClient, String) - Constructor for class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
Initialize with AccessControlClient and access group.
OracleExclusionFilterFactory - Class in org.archive.wayback.accesscontrol.oracleclient
ExclusionFilterFactory for OracleExclusionFilter.
OracleExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
oraclePolicy - Variable in class org.archive.wayback.core.FastCaptureSearchResult
 
OraclePolicyService - Class in org.archive.wayback.accesscontrol.oracleclient
Implementation of ContextExclusionFilterFactory and RewriteDirectorFactory on top of AccessControlClient.
OraclePolicyService() - Constructor for class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
 
OrBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
OrBooleanOperator() - Constructor for class org.archive.wayback.util.operator.OrBooleanOperator
 
org.archive.cdxserver - package org.archive.cdxserver
 
org.archive.cdxserver.auth - package org.archive.cdxserver.auth
 
org.archive.cdxserver.filter - package org.archive.cdxserver.filter
 
org.archive.cdxserver.processor - package org.archive.cdxserver.processor
 
org.archive.cdxserver.writer - package org.archive.cdxserver.writer
 
org.archive.wayback - package org.archive.wayback
 
org.archive.wayback.accesscontrol - package org.archive.wayback.accesscontrol
 
org.archive.wayback.accesscontrol.oracleclient - package org.archive.wayback.accesscontrol.oracleclient
 
org.archive.wayback.accesscontrol.remote - package org.archive.wayback.accesscontrol.remote
 
org.archive.wayback.accesscontrol.robotstxt - package org.archive.wayback.accesscontrol.robotstxt
 
org.archive.wayback.accesscontrol.robotstxt.redis - package org.archive.wayback.accesscontrol.robotstxt.redis
 
org.archive.wayback.accesscontrol.staticmap - package org.archive.wayback.accesscontrol.staticmap
 
org.archive.wayback.accesspoint - package org.archive.wayback.accesspoint
 
org.archive.wayback.accesspoint.proxy - package org.archive.wayback.accesspoint.proxy
 
org.archive.wayback.archivalurl - package org.archive.wayback.archivalurl
 
org.archive.wayback.archivalurl.requestparser - package org.archive.wayback.archivalurl.requestparser
 
org.archive.wayback.authenticationcontrol - package org.archive.wayback.authenticationcontrol
 
org.archive.wayback.core - package org.archive.wayback.core
 
org.archive.wayback.domainprefix - package org.archive.wayback.domainprefix
 
org.archive.wayback.exception - package org.archive.wayback.exception
 
org.archive.wayback.liveweb - package org.archive.wayback.liveweb
 
org.archive.wayback.memento - package org.archive.wayback.memento
 
org.archive.wayback.partition - package org.archive.wayback.partition
 
org.archive.wayback.proxy - package org.archive.wayback.proxy
 
org.archive.wayback.query - package org.archive.wayback.query
 
org.archive.wayback.query.resultspartitioner - package org.archive.wayback.query.resultspartitioner
 
org.archive.wayback.replay - package org.archive.wayback.replay
 
org.archive.wayback.replay.charset - package org.archive.wayback.replay.charset
 
org.archive.wayback.replay.html - package org.archive.wayback.replay.html
 
org.archive.wayback.replay.html.rewrite - package org.archive.wayback.replay.html.rewrite
 
org.archive.wayback.replay.html.rules - package org.archive.wayback.replay.html.rules
 
org.archive.wayback.replay.html.transformer - package org.archive.wayback.replay.html.transformer
 
org.archive.wayback.replay.mimetype - package org.archive.wayback.replay.mimetype
 
org.archive.wayback.replay.selector - package org.archive.wayback.replay.selector
 
org.archive.wayback.replay.swf - package org.archive.wayback.replay.swf
 
org.archive.wayback.requestparser - package org.archive.wayback.requestparser
 
org.archive.wayback.resourceindex - package org.archive.wayback.resourceindex
 
org.archive.wayback.resourceindex.adapters - package org.archive.wayback.resourceindex.adapters
 
org.archive.wayback.resourceindex.bdb - package org.archive.wayback.resourceindex.bdb
 
org.archive.wayback.resourceindex.cdx - package org.archive.wayback.resourceindex.cdx
 
org.archive.wayback.resourceindex.cdx.dynamic - package org.archive.wayback.resourceindex.cdx.dynamic
 
org.archive.wayback.resourceindex.cdx.format - package org.archive.wayback.resourceindex.cdx.format
 
org.archive.wayback.resourceindex.cdxserver - package org.archive.wayback.resourceindex.cdxserver
 
org.archive.wayback.resourceindex.distributed - package org.archive.wayback.resourceindex.distributed
 
org.archive.wayback.resourceindex.filterfactory - package org.archive.wayback.resourceindex.filterfactory
 
org.archive.wayback.resourceindex.filters - package org.archive.wayback.resourceindex.filters
 
org.archive.wayback.resourceindex.updater - package org.archive.wayback.resourceindex.updater
 
org.archive.wayback.resourceindex.ziplines - package org.archive.wayback.resourceindex.ziplines
 
org.archive.wayback.resourcestore - package org.archive.wayback.resourcestore
 
org.archive.wayback.resourcestore.indexer - package org.archive.wayback.resourcestore.indexer
 
org.archive.wayback.resourcestore.jwat - package org.archive.wayback.resourcestore.jwat
 
org.archive.wayback.resourcestore.locationdb - package org.archive.wayback.resourcestore.locationdb
 
org.archive.wayback.resourcestore.resourcefile - package org.archive.wayback.resourcestore.resourcefile
 
org.archive.wayback.surt - package org.archive.wayback.surt
 
org.archive.wayback.util - package org.archive.wayback.util
 
org.archive.wayback.util.bdb - package org.archive.wayback.util.bdb
 
org.archive.wayback.util.flatfile - package org.archive.wayback.util.flatfile
 
org.archive.wayback.util.graph - package org.archive.wayback.util.graph
 
org.archive.wayback.util.html - package org.archive.wayback.util.html
 
org.archive.wayback.util.htmllex - package org.archive.wayback.util.htmllex
 
org.archive.wayback.util.htmllex.handlers - package org.archive.wayback.util.htmllex.handlers
 
org.archive.wayback.util.http - package org.archive.wayback.util.http
 
org.archive.wayback.util.iterator - package org.archive.wayback.util.iterator
 
org.archive.wayback.util.operator - package org.archive.wayback.util.operator
 
org.archive.wayback.util.partition - package org.archive.wayback.util.partition
 
org.archive.wayback.util.partition.size - package org.archive.wayback.util.partition.size
 
org.archive.wayback.util.url - package org.archive.wayback.util.url
 
org.archive.wayback.util.webapp - package org.archive.wayback.util.webapp
 
org.archive.wayback.webapp - package org.archive.wayback.webapp
 
ORIG_ENCODING - Static variable in class org.archive.wayback.replay.TextReplayRenderer
 
origException - Variable in exception org.archive.wayback.exception.SpecificCaptureReplayException
 
origfilename - Static variable in class org.archive.cdxserver.processor.RevisitResolver
 
ORIGINAL - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
ORIGINAL - Static variable in interface org.archive.wayback.memento.MementoConstants
 
ORIGINAL_URL - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
originalUrl - Variable in class org.archive.wayback.core.FastCaptureSearchResult
 
OriginalURLCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
OriginalURLCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.OriginalURLCDXField
 
origlength - Static variable in class org.archive.cdxserver.processor.RevisitResolver
 
origoffset - Static variable in class org.archive.cdxserver.processor.RevisitResolver
 
outputFormat - Variable in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 

P

padEndDateStr(String) - Static method in class org.archive.wayback.util.Timestamp
clean up timestamp argument assuming latest possible values for missing or bogus digits.
padStartDateStr(String) - Static method in class org.archive.wayback.util.Timestamp
clean up timestamp argument assuming earliest possible values for missing or bogus digits.
PAGE_MAXRECORDS_CONFIG - Static variable in interface org.archive.wayback.memento.MementoConstants
 
PAGE_STARTS - Static variable in interface org.archive.wayback.memento.MementoConstants
 
paramFile - Variable in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
paramFile - Variable in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
paramIndex - Variable in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
paramIndex - Variable in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
params - Variable in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
paramSet - Variable in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
paramSet - Variable in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
parse(InputStream) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
Read rules from InputStream argument into this RobotRules, as a side-effect, sets the bSyntaxErrors property.
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.archivalurl.requestparser.ArchivalUrlFormRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.archivalurl.requestparser.DatelessReplayRequestParser
 
parse(String, AccessPoint) - Method in class org.archive.wayback.archivalurl.requestparser.DatelessReplayRequestParser
 
parse(String, AccessPoint, Date) - Method in class org.archive.wayback.archivalurl.requestparser.DatelessReplayRequestParser
 
parse(String, AccessPoint) - Method in class org.archive.wayback.archivalurl.requestparser.DateUrlPathRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.domainprefix.DomainPrefixRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.memento.TimeMapRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.requestparser.CompositeRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.requestparser.FormRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.requestparser.OpenSearchRequestParser
 
parse(HttpServletRequest, AccessPoint) - Method in interface org.archive.wayback.RequestParser
attempt to transform an incoming HttpServletRequest into a WaybackRequest object.
parse(String, AccessPoint) - Method in class org.archive.wayback.requestparser.PathRequestParser
attempt to transform an incoming HttpServletRequest into a WaybackRequest object.
parse(HttpServletRequest, AccessPoint) - Method in class org.archive.wayback.requestparser.PathRequestParser
 
parse(String) - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaFlags
 
parseAcceptDateTimeHeader(String) - Static method in class org.archive.wayback.memento.MementoUtils
 
parseAfter(String) - Static method in class org.archive.wayback.util.Timestamp
 
parseBefore(String) - Static method in class org.archive.wayback.util.Timestamp
 
parseCDXLineFlex(String) - Static method in class org.archive.wayback.resourceindex.cdx.format.CDXFlexFormat
 
parseCDXLineFlex(String, CaptureSearchResult) - Static method in class org.archive.wayback.resourceindex.cdx.format.CDXFlexFormat
 
parseCDXLineFlexFast(String) - Static method in class org.archive.wayback.resourceindex.cdx.format.CDXFlexFormat
 
ParseCompleteHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
parseContentRange(String) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
Parse value as byte-content-range-spec.
ParseContext - Class in org.archive.wayback.util.htmllex
Class which tracks the context and state involved with parsing an HTML document via SAX events.
ParseContext() - Constructor for class org.archive.wayback.util.htmllex.ParseContext
constructor
parseDateUrl(String, String) - Method in class org.archive.wayback.archivalurl.requestparser.DateUrlPathRequestParser
parse dateStr and urlStr and return WaybackRequest object.
parseDateUrl(String, String) - Method in class org.archive.wayback.archivalurl.requestparser.PathDatePrefixQueryRequestParser
 
parseDateUrl(String, String) - Method in class org.archive.wayback.archivalurl.requestparser.PathDateRangeQueryRequestParser
 
parseDateUrl(String, String) - Method in class org.archive.wayback.archivalurl.requestparser.PathPrefixDatePrefixQueryRequestParser
 
parseDateUrl(String, String) - Method in class org.archive.wayback.archivalurl.requestparser.PathPrefixDateRangeQueryRequestParser
 
parseDateUrl(String, String) - Method in class org.archive.wayback.archivalurl.requestparser.ReplayRequestParser
 
ParseEventDelegator - Class in org.archive.wayback.util.htmllex
This class provides an abstraction between high-level SAX events, and application specific low-level SAX event handlers.
ParseEventDelegator() - Constructor for class org.archive.wayback.util.htmllex.ParseEventDelegator
 
ParseEventDelegatorVisitor - Interface in org.archive.wayback.util.htmllex
Common interface to decouple application-specific handlers from the ParseEventDelegator object: Any object interested in registering for specific low-level events can implement this interface, and can be added to the ParseEventDelegator parserVisitors list, and it will be given an opportunity to register with the ParseEventDelegator for specific events it is interested in.
ParseEventHandler - Interface in org.archive.wayback.util.htmllex
General interface used with the ContextAwareLexer to handle high-level SAX stream events.
parseHeaders() - Method in class org.archive.wayback.core.Resource
 
parseHeaders() - Method in class org.archive.wayback.replay.CompositeResource
 
parseHeaders() - Method in class org.archive.wayback.resourcestore.resourcefile.ArcResource
parse the headers on the underlying ARC record, and extract all
parseHeaders() - Method in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
parseRange(String) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
Parse single byte-range-spec.
parseRange() - Method in class org.archive.wayback.replay.RangeResource
Prepare response for requested range.
parseRanges(String) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
Parse Range header field value.
parseResult(String) - Method in class org.archive.wayback.resourceindex.cdx.format.CDXFlexFormat
 
parseResult(String) - Method in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
ParseStartHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
Partition<T> - Class in org.archive.wayback.util.partition
A class which holds elements of some type for a particular Date range.
Partition(Date, Date) - Constructor for class org.archive.wayback.util.partition.Partition
Create a Partition for holding elements between the two argument Date objects.
Partitioner<T> - Class in org.archive.wayback.util.partition
Class which divides a set of date-related objects into sub-sets by time ranges.
Partitioner(ElementPartitionMap<T>) - Constructor for class org.archive.wayback.util.partition.Partitioner
 
PartitionPartitionMap - Class in org.archive.wayback.partition
 
PartitionPartitionMap() - Constructor for class org.archive.wayback.partition.PartitionPartitionMap
 
PartitionSize - Interface in org.archive.wayback.util.partition
A class which simplifies partitioning Dates based on human logical time intervals: Day, Week, TwoYear.
PartitionsToGraph - Class in org.archive.wayback.partition
 
PartitionsToGraph() - Constructor for class org.archive.wayback.partition.PartitionsToGraph
 
partsOfPartsToGraph(List<Partition<Partition<CaptureSearchResult>>>, StringFormatter, String, int, int) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
passThrough(CDXLine) - Method in class org.archive.cdxserver.processor.DupeTimestampBestStatusFilter
Return true if line is to be passed through, as specified by noCollapsePrefix.
path - Variable in class org.archive.wayback.resourcestore.FlexResourceStore.PathIndex
 
PATH_START - Static variable in class org.archive.wayback.util.url.UrlOperations
character which delimits the path from the authority in a...
PathDatePrefixQueryRequestParser - Class in org.archive.wayback.archivalurl.requestparser
RequestParser implementation that extracts request info from an Archival Url representing an exact URL and a date prefix.
PathDatePrefixQueryRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.PathDatePrefixQueryRequestParser
 
PathDateRangeQueryRequestParser - Class in org.archive.wayback.archivalurl.requestparser
RequestParser implementation that extracts request info from an Archival Url representing an exact url and a date range.
PathDateRangeQueryRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.PathDateRangeQueryRequestParser
 
PathIndex() - Constructor for class org.archive.wayback.resourcestore.FlexResourceStore.PathIndex
 
pathIndex - Variable in class org.archive.wayback.resourcestore.FlexResourceStore.PathIndex
 
pathMap - Variable in class org.archive.wayback.authenticationcontrol.PathMappingBooleanOperator
 
PathMappingBooleanOperator - Class in org.archive.wayback.authenticationcontrol
 
PathMappingBooleanOperator() - Constructor for class org.archive.wayback.authenticationcontrol.PathMappingBooleanOperator
 
PathMatchSelector - Class in org.archive.wayback.replay.selector
Class which allows matching based on: a) one of several strings, any of which being found in the path cause match b) one of several strings, any of which being found in the query cause match c) one of several strings, *ALL* of which being found in the url cause match
PathMatchSelector() - Constructor for class org.archive.wayback.replay.selector.PathMatchSelector
 
PathPrefixDatePrefixQueryRequestParser - Class in org.archive.wayback.archivalurl.requestparser
RequestParser implementation that extracts request info from an Archival Url representing an url prefix and a date prefix.
PathPrefixDatePrefixQueryRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.PathPrefixDatePrefixQueryRequestParser
 
PathPrefixDateRangeQueryRequestParser - Class in org.archive.wayback.archivalurl.requestparser
RequestParser implementation that extracts request info from an Archival Url representing an url prefix and a date range.
PathPrefixDateRangeQueryRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.PathPrefixDateRangeQueryRequestParser
 
PathRequestParser - Class in org.archive.wayback.requestparser
Subclass of RequestParser that acquires key request information from the path component within the handling AccessPoint.
PathRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.requestparser.PathRequestParser
 
pathsCache - Variable in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
 
PatternBasedTextProcessor - Class in org.archive.wayback.util.url
A generic abstract pattern-based string processor.
PatternBasedTextProcessor() - Constructor for class org.archive.wayback.util.url.PatternBasedTextProcessor
 
patternRewrite(ReplayParseContext, StringBuilder, Pattern, String) - Method in class org.archive.wayback.replay.html.transformer.BaseCSSStringTransformer
 
patternRewrite(ReplayParseContext, StringBuilder, Pattern, String) - Method in class org.archive.wayback.replay.html.transformer.SrcsetStringTransformer
 
patterns - Variable in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
patterns - Variable in class org.archive.wayback.resourceindex.filters.FileRegexFilter
 
payloadStream - Variable in class org.archive.wayback.resourcestore.jwat.JWATResource
 
pbin - Variable in class org.archive.wayback.resourcestore.jwat.JWATResource
 
peek() - Method in class org.archive.wayback.util.iterator.AbstractPeekableIterator
 
peek() - Method in interface org.archive.wayback.util.iterator.IPeekableIterator
 
PeekableIterator<E> - Class in org.archive.wayback.util
 
PeekableIterator(Iterator<E>) - Constructor for class org.archive.wayback.util.PeekableIterator
 
PeekableIteratorComparator<J> - Class in org.archive.wayback.util.iterator
 
PeekableIteratorComparator(Comparator<J>) - Constructor for class org.archive.wayback.util.iterator.PeekableIteratorComparator
 
peekContent(Resource) - Method in class org.archive.wayback.replay.mimetype.SimpleMimeTypeDetector
Read first sniffLength bytes of resource's payload, decoding Content-Encoding if any.
peekNext() - Method in class org.archive.wayback.util.PeekableIterator
 
pendingPassThroughs - Variable in class org.archive.cdxserver.processor.DupeTimestampLastBestStatusFilter
Keeps a list of CDXLines that matches noCollapsePreifx, but cannot be written yet because their timestamps are larger than bestLine.timestamp.
perfCookie - Variable in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
PerformanceLogger - Class in org.archive.wayback.webapp
Brutally simple, barely functional class to allow simple recording of millisecond level timing within a particular request, enabling rough logging of the time spent in various parts of the handling of a WaybackRequest
PerformanceLogger(String) - Constructor for class org.archive.wayback.webapp.PerformanceLogger
Construct a Performance logger with the specified String "type"
perfStat - Variable in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
PerfStatEntry(String) - Constructor for class org.archive.wayback.webapp.PerfStats.PerfStatEntry
 
PerfStats - Class in org.archive.wayback.webapp
 
PerfStats() - Constructor for class org.archive.wayback.webapp.PerfStats
 
PerfStats.OutputFormat - Enum in org.archive.wayback.webapp
output format constants.
PerfStats.PerfStatEntry - Class in org.archive.wayback.webapp
 
perfStatsHeader - Variable in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
PerfWritingHttpServletResponse - Class in org.archive.wayback.webapp
 
PerfWritingHttpServletResponse(HttpServletRequest, HttpServletResponse, Enum<?>, String) - Constructor for class org.archive.wayback.webapp.PerfWritingHttpServletResponse
Initialize with default output format.
PerfWritingHttpServletResponse(HttpServletRequest, HttpServletResponse, Enum<?>, String, PerfStats.OutputFormat) - Constructor for class org.archive.wayback.webapp.PerfWritingHttpServletResponse
Initialize with all parameters.
PHASE_MODIFY - Static variable in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
PHASE_POST_OUTPUT - Static variable in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
PHASE_PRE_MODIFY - Static variable in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
PlainTextWriter - Class in org.archive.cdxserver.writer
 
PlainTextWriter(HttpServletResponse, boolean) - Constructor for class org.archive.cdxserver.writer.PlainTextWriter
 
popKeyAndGet(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
populate(List<Partition<T>>, Iterator<T>) - Method in class org.archive.wayback.util.partition.Partitioner
Add elements from itr into the appropriate partitions.
PORT_SEPARATOR - Static variable in class org.archive.wayback.util.url.UrlOperations
character separating host from port within a URL authority
PortMapper - Class in org.archive.wayback.util.webapp
Class which allows semi-efficient translation of requests on a specific local port to a RequestHandler object.
PortMapper(int) - Constructor for class org.archive.wayback.util.webapp.PortMapper
 
preferContains - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
preferContains - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
prefix - Variable in class org.archive.wayback.replay.PreservingHttpHeaderProcessor
 
prefix - Variable in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
prefix - Variable in class org.archive.wayback.webapp.PrefixEmbargoPeriodTuple
 
PrefixEmbargoPeriodTuple - Class in org.archive.wayback.webapp
 
PrefixEmbargoPeriodTuple() - Constructor for class org.archive.wayback.webapp.PrefixEmbargoPeriodTuple
 
PrefixEmbargoResultFilterFactory - Class in org.archive.wayback.webapp
 
PrefixEmbargoResultFilterFactory() - Constructor for class org.archive.wayback.webapp.PrefixEmbargoResultFilterFactory
 
prefixFilter - Variable in class org.archive.wayback.resourceindex.cdxserver.WaybackAuthChecker
 
prefixKey(String) - Static method in class org.archive.wayback.surt.SURTTokenizer
 
prefixList - Variable in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
PrefixLookup() - Constructor for class org.archive.wayback.resourcestore.FlexResourceStore.PrefixLookup
 
prefixMatch - Variable in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
prefixPath - Variable in class org.archive.wayback.resourcestore.FlexResourceStore.PathIndex
 
prepareResponse(HttpServletResponse) - Method in class org.archive.cdxserver.BaseCDXServer
 
PrescanMetadataSniffer - Class in org.archive.wayback.replay.charset
EncodingSniffer that pre-scan byte stream for {@code
PrescanMetadataSniffer() - Constructor for class org.archive.wayback.replay.charset.PrescanMetadataSniffer
 
preserve(Map<String, String>, String, String) - Method in class org.archive.wayback.replay.PreservingHttpHeaderProcessor
add a header prefix + name with value value to output.
preserveAlways(Map<String, String>, String, String) - Method in class org.archive.wayback.replay.PreservingHttpHeaderProcessor
add a header prefix + name with value value to output.
PreservingHttpHeaderProcessor - Class in org.archive.wayback.replay
base class for HttpHeaderProcessor that preserves original headers by prepending header name with given prefix.
PreservingHttpHeaderProcessor() - Constructor for class org.archive.wayback.replay.PreservingHttpHeaderProcessor
 
prettyDate() - Method in class org.archive.wayback.util.Timestamp
 
prettyDateTime() - Method in class org.archive.wayback.util.Timestamp
 
prettyTime() - Method in class org.archive.wayback.util.Timestamp
 
PREV - Static variable in interface org.archive.wayback.memento.MementoConstants
 
PREV_FIRST_MEMENTO - Static variable in interface org.archive.wayback.memento.MementoConstants
 
PREV_MEMENTO - Static variable in interface org.archive.wayback.memento.MementoConstants
 
previous - Variable in exception org.archive.wayback.exception.SpecificCaptureReplayException
 
prevLine - Variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
prevLine - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
prevReadLine - Variable in class org.archive.cdxserver.processor.GroupCountProcessor
 
prevResult - Variable in class org.archive.wayback.partition.ToolBarData
Latest Result before current, or null
prevResult - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
printError(String) - Method in class org.archive.cdxserver.writer.CDXWriter
 
printError(String) - Method in class org.archive.cdxserver.writer.HttpCDXWriter
 
printError(String) - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToSearchResultWriter
 
printLinkTimemap(CaptureSearchResults, WaybackRequest, PrintWriter) - Static method in class org.archive.wayback.memento.MementoUtils
 
printNumPages(int, boolean) - Method in class org.archive.cdxserver.writer.CDXWriter
 
printNumPages(int, boolean) - Method in class org.archive.cdxserver.writer.HttpCDXWriter
 
printTimemapResponse(CaptureSearchResults, WaybackRequest, HttpServletResponse) - Static method in class org.archive.wayback.memento.MementoUtils
 
PrivTokenAuthChecker - Class in org.archive.cdxserver.auth
Simple checking of permissions for cdx server actions Permissions include: -Ability to see blocked urls -Ability to see full cdx line The checkAccess() for each url is implemented in the subclasses
PrivTokenAuthChecker() - Constructor for class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
process(String) - Method in class org.archive.wayback.util.url.PatternBasedTextProcessor
Processes a given text.
process(String) - Method in class org.archive.wayback.util.url.UriStripper
 
process(String) - Method in class org.archive.wayback.util.url.UriTranscoder
 
processHeaders(Resource, CaptureSearchResult, ResultURIConverter, HttpHeaderProcessor) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
processIfMatches(I) - Method in class org.archive.wayback.util.url.UriMatchRule
Processes the given URI if it matches the configured pattern.
processRedisUpdateQueue() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRefresher
 
PROFILE_REVISIT_SERVER_NOT_MODIFIED - Static variable in class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
PROXY_PAC_PATH - Static variable in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
PROXY_REFERRER_KEY - Static variable in class org.archive.wayback.accesspoint.proxy.AuthProxyConfigSelector
 
ProxyAccessPoint - Class in org.archive.wayback.accesspoint.proxy
 
ProxyAccessPoint() - Constructor for class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
ProxyArchivalRequestParser - Class in org.archive.wayback.proxy
 
ProxyArchivalRequestParser() - Constructor for class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
ProxyConfigSelector - Interface in org.archive.wayback.accesspoint.proxy
 
ProxyHTMLMarkupReplayRenderer - Class in org.archive.wayback.proxy
 
ProxyHTMLMarkupReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.proxy.ProxyHTMLMarkupReplayRenderer
 
ProxyHttpsResultURIConverter - Class in org.archive.wayback.proxy
ResultURIConverter that replaces "https://" with "http://".
ProxyHttpsResultURIConverter() - Constructor for class org.archive.wayback.proxy.ProxyHttpsResultURIConverter
 
proxyInfoJsp - Variable in class org.archive.wayback.accesspoint.proxy.IPProxyConfigSelector
 
ProxyReplayRequestParser - Class in org.archive.wayback.proxy
 
ProxyReplayRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.proxy.ProxyReplayRequestParser
 
ProxyRequestParser - Class in org.archive.wayback.proxy
 
ProxyRequestParser() - Constructor for class org.archive.wayback.proxy.ProxyRequestParser
 
publicCdxFields - Variable in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
publicCdxFormat - Variable in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
pushKey(String, String) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
pushKey(String, String, int) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
put(String, String) - Method in class org.archive.wayback.core.SearchResult
 
put(String, String) - Method in class org.archive.wayback.core.WaybackRequest
 
put(String, String) - Method in class org.archive.wayback.util.bdb.BDBMap
persistantly store key-value pair
put(String, String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
persistantly store key-value pair
putBoolean(String, boolean) - Method in class org.archive.wayback.core.SearchResult
 
putCustom(String, String) - Method in class org.archive.wayback.core.SearchResult
 
putData(String, String) - Method in class org.archive.wayback.util.htmllex.ParseContext
Stores arbitrary key value pairs in this ParseContext
putFilter(String, String) - Method in class org.archive.wayback.core.SearchResults
 

Q

queried() - Method in class org.archive.wayback.webapp.PerformanceLogger
record the time when the query associated with this request completed
query - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToSearchResultWriter
 
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
query(WaybackRequest) - Method in interface org.archive.wayback.ResourceIndex
Transform a WaybackRequest into a ResourceResults.
query(WaybackRequest) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
QUERY_BASE - Static variable in class org.archive.wayback.requestparser.BaseRequestParser
String path matching a query request, by form or OpenSearch
QueryCaptureFilterGroup - Class in org.archive.wayback.resourceindex.filterfactory
 
QueryCaptureFilterGroup(WaybackRequest, UrlCanonicalizer) - Constructor for class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroup
 
QueryCaptureFilterGroupFactory - Class in org.archive.wayback.resourceindex.filterfactory
 
QueryCaptureFilterGroupFactory() - Constructor for class org.archive.wayback.resourceindex.filterfactory.QueryCaptureFilterGroupFactory
 
queryIndex(WaybackRequest) - Method in class org.archive.wayback.webapp.AccessPoint
 
queryMaxLimit - Variable in class org.archive.cdxserver.CDXServer
 
QueryRenderer - Interface in org.archive.wayback
QueryRenderer generates response for two types of resource index query: capture search and URL search.
queryUriConverter - Variable in class org.archive.wayback.query.Renderer
 

R

RANGE_CHECK_INTERVAL - Static variable in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
config name for interval, in seconds, to check if the map file changed
RANGE_HEADER - Static variable in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
RANGE_MAP_PATH - Static variable in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
config name for path where map file is found
RangeAssignmentFile - Class in org.archive.wayback.resourceindex.cdx.dynamic
 
RangeAssignmentFile(FlatFile) - Constructor for class org.archive.wayback.resourceindex.cdx.dynamic.RangeAssignmentFile
 
RangeGroup - Class in org.archive.wayback.resourceindex.distributed
 
RangeGroup(String, String, String) - Constructor for class org.archive.wayback.resourceindex.distributed.RangeGroup
Constructor
RangeMember - Class in org.archive.wayback.resourceindex.distributed
 
RangeMember() - Constructor for class org.archive.wayback.resourceindex.distributed.RangeMember
 
RangeNotSatisfiableException - Exception in org.archive.wayback.exception
RangeNotSatisfiableException is thrown when selected Resource does not have content data that can satisfy requested range.
RangeNotSatisfiableException(Resource, long[][], String) - Constructor for exception org.archive.wayback.exception.RangeNotSatisfiableException
 
RangeResource - Class in org.archive.wayback.replay
RangeResource decorates Resource to render partial content response to range request.
RangeResource(Resource, long[][]) - Constructor for class org.archive.wayback.replay.RangeResource
Initialize with base Resource and requested ranges.
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.DayResultsPartitioner
Deprecated.
 
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.HourResultsPartitioner
Deprecated.
 
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.MonthResultsPartitioner
Deprecated.
 
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.
 
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.TwoMonthResultsPartitioner
Deprecated.
 
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.TwoMonthTimelineResultsPartitioner
Deprecated.
 
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.WeekResultsPartitioner
Deprecated.
 
rangeToTitle(Calendar, Calendar, WaybackRequest) - Method in class org.archive.wayback.query.resultspartitioner.YearResultsPartitioner
Deprecated.
 
RawNodeRule - Class in org.archive.wayback.replay.html.rules
 
RawNodeRule() - Constructor for class org.archive.wayback.replay.html.rules.RawNodeRule
 
RDF_XML_SERIALIZER - Static variable in interface org.archive.wayback.memento.MementoConstants
 
RE_ATTR - Static variable in class org.archive.wayback.archivalurl.StandardAttributeRewriter
 
RE_TAG - Static variable in class org.archive.wayback.archivalurl.StandardAttributeRewriter
Regular expression for parsing tag name part of rule keys.
RE_TAG_ATTR_TYPE - Static variable in class org.archive.wayback.archivalurl.StandardAttributeRewriter
 
read() - Method in class org.archive.wayback.core.Resource
 
read(byte[], int, int) - Method in class org.archive.wayback.core.Resource
 
read(byte[]) - Method in class org.archive.wayback.core.Resource
 
read() - Method in class org.archive.wayback.replay.CompositeResource
 
read(byte[], int, int) - Method in class org.archive.wayback.replay.CompositeResource
 
read(byte[]) - Method in class org.archive.wayback.replay.CompositeResource
 
readBlock() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
readBlock() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedMultiBlock
 
readBlockEfficiently(BlockLoader) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
readBlockInefficiently() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
readFully(String) - Method in class org.archive.wayback.replay.TextDocument
 
readFully() - Method in class org.archive.wayback.replay.TextDocument
Read bytes from input stream, using best-guess for character encoding
readLine(InputStream, int) - Static method in class org.archive.wayback.util.http.HttpMessage
 
readPrevLine() - Method in class org.archive.wayback.util.flatfile.ReverseBufferedReader
 
readSpringConfig(String, ServletContext) - Static method in class org.archive.wayback.util.webapp.SpringReader
Read the single Spring XML configuration file located at the specified path, performing PropertyPlaceHolder interpolation, extracting all beans which implement the RequestHandler interface, and construct a RequestMapper for those RequestHandlers, on the specified ServletContext.
recordIterator(String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
recordIterator(String, boolean) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
RecordIterator - Class in org.archive.wayback.util.flatfile
Iterator that returns sequential lines from a file.
RecordIterator(BufferedReader) - Constructor for class org.archive.wayback.util.flatfile.RecordIterator
 
recordStatus(String, int) - Method in class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
recordStatus(String, int) - Method in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
RectangularGraphElement - Class in org.archive.wayback.util.graph
A GraphElement which allows interrogation of it's bounding java.awt.Rectangle
RectangularGraphElement(int, int, int, int) - Constructor for class org.archive.wayback.util.graph.RectangularGraphElement
Construct a new RectangularGraphElement with the supplied values
REDIRECT - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
RedirectResultURIConverter - Class in org.archive.wayback.proxy
 
RedirectResultURIConverter() - Constructor for class org.archive.wayback.proxy.RedirectResultURIConverter
 
RedirectRewritingHttpHeaderProcessor - Class in org.archive.wayback.replay
HttpHeaderProcessor that preserves all headers by prepending a prefix, translates URL in resource location headers and pass-through certain headers.
RedirectRewritingHttpHeaderProcessor() - Constructor for class org.archive.wayback.replay.RedirectRewritingHttpHeaderProcessor
 
RedirectSelector - Class in org.archive.wayback.replay.selector
 
RedirectSelector() - Constructor for class org.archive.wayback.replay.selector.RedirectSelector
 
redirectUrl - Variable in class org.archive.wayback.core.FastCaptureSearchResult
 
RedirectURLCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
RedirectURLCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.RedirectURLCDXField
 
redisCmds - Variable in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
RedisConnectionManager - Class in org.archive.wayback.accesscontrol.robotstxt.redis
 
RedisConnectionManager() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
RedisRefresher - Class in org.archive.wayback.accesscontrol.robotstxt.redis
 
RedisRefresher() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRefresher
 
RedisRobotExclusionFilter - Class in org.archive.wayback.accesscontrol.robotstxt.redis
 
RedisRobotExclusionFilter(LiveWebCache, String, boolean) - Constructor for class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotExclusionFilter
 
RedisRobotExclusionFilterFactory - Class in org.archive.wayback.accesscontrol.robotstxt.redis
 
RedisRobotExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotExclusionFilterFactory
 
RedisRobotsLogic - Class in org.archive.wayback.accesscontrol.robotstxt.redis
 
refreshService - Variable in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRefresher
 
RegexFilenameFilter - Class in org.archive.wayback.resourcestore.resourcefile
FilenameFilter which allows flexible configuration of accepted files.
RegexFilenameFilter() - Constructor for class org.archive.wayback.resourcestore.resourcefile.RegexFilenameFilter
 
regexMatchers - Variable in class org.archive.cdxserver.filter.FieldRegexFilter
 
RegexReplaceStringTransformer - Class in org.archive.wayback.replay.html.transformer
Replaces all occurrence of regular expression regex in input with replacement.
RegexReplaceStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.RegexReplaceStringTransformer
Default constructor
RegexReplaceStringTransformer(String, String) - Constructor for class org.archive.wayback.replay.html.transformer.RegexReplaceStringTransformer
regex/replacement setting constructor.
regionBorderColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
color for Year/Month border lines
regionBorderStroke - Variable in class org.archive.wayback.util.graph.GraphConfiguration
Stroke for Year/Month border lines
RegionData - Class in org.archive.wayback.util.graph
Containing object for data associated with one region (month/year/etc) in the graph, including the: label highlighted value index int array of values to graph within this region the global max int value across all values in the overall graph
RegionData(String, int, int[]) - Constructor for class org.archive.wayback.util.graph.RegionData
 
regionFontName - Variable in class org.archive.wayback.util.graph.GraphConfiguration
font name for Year/Month labels
regionFontSize - Variable in class org.archive.wayback.util.graph.GraphConfiguration
font size for Year/Month labels
regionFontStyle - Variable in class org.archive.wayback.util.graph.GraphConfiguration
font style for Year/Month labels
RegionGraphElement - Class in org.archive.wayback.util.graph
 
RegionGraphElement(int, int, int, int, RegionData, GraphConfiguration) - Constructor for class org.archive.wayback.util.graph.RegionGraphElement
 
regionHighlightColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
Background color for active/selected Year/Month
regionLabelColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
font Color for Year/Month labels
registerHandler(RequestHandler, RequestMapper) - Static method in class org.archive.wayback.util.webapp.BeanNameRegistrar
Extract the RequestHandler objects beanName, parse it, and register the RequestHandler with the RequestMapper according to the beanNames semantics.
registerPortListener(RequestMapper) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
registerPortListener(RequestMapper) - Method in interface org.archive.wayback.util.webapp.RequestHandler
Called at webapp context initialization, to allow the RequestHandler to register itself with the RequestMapper, which will delegate request handling to the appropriate RequestHandler.
REL - Static variable in interface org.archive.wayback.memento.MementoConstants
 
reloadFile() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilterFactory
 
reloadFile() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
RemarkTextHandler - Interface in org.archive.wayback.util.htmllex.handlers
 
RemoteAuthChecker - Class in org.archive.cdxserver.auth
An AuthChecker which determines if a url is allowed/restricted by checking a remote wayback /check-access interface
RemoteAuthChecker() - Constructor for class org.archive.cdxserver.auth.RemoteAuthChecker
 
RemoteAuthChecker.RemoteFilter - Class in org.archive.cdxserver.auth
 
remoteCdxPath - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
remoteCdxServerQuery(String, CDXQuery, AuthToken, CDXToSearchResultWriter) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
RemoteExclusionFilter - Class in org.archive.wayback.accesscontrol.remote
Deprecated.
superseded by ExclusionOracle
RemoteExclusionFilter(String, String) - Constructor for class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilter
Deprecated.
Constructor
RemoteExclusionFilterFactory - Class in org.archive.wayback.accesscontrol.remote
Deprecated.
superseded by ExclusionOracle
RemoteExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.
 
RemoteFilter() - Constructor for class org.archive.cdxserver.auth.RemoteAuthChecker.RemoteFilter
 
RemoteHttp11BlockLoader - Class in org.archive.wayback.resourceindex.ziplines
Deprecated.
use Http11BlockLoader
RemoteHttp11BlockLoader() - Constructor for class org.archive.wayback.resourceindex.ziplines.RemoteHttp11BlockLoader
Deprecated.
 
RemoteLiveWebCache - Class in org.archive.wayback.liveweb
Deprecated.
As of release 2.2.0, replaced by ArcRemoteLiveWebCache. This class will be removed in 3.0.0
RemoteLiveWebCache() - Constructor for class org.archive.wayback.liveweb.RemoteLiveWebCache
Deprecated.
 
RemoteResourceFileLocationDB - Class in org.archive.wayback.resourcestore.locationdb
 
RemoteResourceFileLocationDB(String) - Constructor for class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
 
RemoteResourceIndex - Class in org.archive.wayback.resourceindex
ResourceIndex implementation that relays a query to a remote index implementation over HTTP.
RemoteResourceIndex() - Constructor for class org.archive.wayback.resourceindex.RemoteResourceIndex
 
RemoteSubmitFilter - Class in org.archive.wayback.resourceindex.updater
Filter that accepts PUT HTTP requests to insert CDX files into the incoming directory for a local BDBIndex.
RemoteSubmitFilter() - Constructor for class org.archive.wayback.resourceindex.updater.RemoteSubmitFilter
 
remove(String) - Method in class org.archive.wayback.core.WaybackRequest
 
remove() - Method in class org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator
 
remove() - Method in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
remove() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
remove() - Method in class org.archive.wayback.resourcestore.indexer.ArchiveReaderCloseableIterator
 
remove() - Method in class org.archive.wayback.util.AdaptedIterator
 
remove() - Method in class org.archive.wayback.util.bdb.BDBRecordIterator
 
remove() - Method in class org.archive.wayback.util.CompositeSortedIterator
 
remove() - Method in class org.archive.wayback.util.flatfile.RecordIterator
 
remove() - Method in class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
remove() - Method in class org.archive.wayback.util.iterator.AbstractPeekableIterator
 
remove() - Method in class org.archive.wayback.util.ObjectFilterIterator
 
remove() - Method in class org.archive.wayback.util.PeekableIterator
 
remove() - Method in class org.archive.wayback.util.WrappedCloseableIterator
 
REMOVE_OPERATION - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
removeEldestEntry(Map.Entry<String, Integer>) - Method in class org.archive.wayback.resourceindex.filters.DuplicateHashFilter.LRUHashCache
 
removeFromList() - Method in class org.archive.wayback.core.CaptureSearchResult
 
removeHeader(Map<String, String>, String) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
removeMsg - Variable in class org.archive.wayback.replay.html.rewrite.DisableJSBlocksRewriteRule
 
removeNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
remove a single url location for an name, if it exists
removeNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
This method currently does nothing.
removeNameUrl(String, String) - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
remove a single url location for a name, if it exists
removeNameUrl(String, String) - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
removeSource(CDXIndex) - Method in class org.archive.wayback.resourceindex.WatchedCDXSource
removes a SearchResultSource upon from the list of sources.
render(OutputStream, Graph) - Method in class org.archive.wayback.util.graph.GraphRenderer
Send a PNG format byte stream for the argument Graph to the provided OutputStream
renderCaptureResults(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResults, ResultURIConverter) - Method in class org.archive.wayback.query.Renderer
 
renderCaptureResults(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResults, ResultURIConverter) - Method in interface org.archive.wayback.QueryRenderer
Display matching SearchResults for the WaybackRequest to the user.
rendered() - Method in class org.archive.wayback.webapp.PerformanceLogger
record the time when the replayed resource, or the query results were returned to the client, implies the bulk of the request processing is complete.
RENDERED_IMAGE_MIME - Static variable in class org.archive.wayback.util.graph.GraphRenderer
appropriate Content-Type HTTP header value for graph image content produced by render(OutputStream,Graph)
Renderer - Class in org.archive.wayback.query
Brain-dead simple QueryRenderer implementation, which shunts all the work off to a .jsp file as defined by administrators.
Renderer() - Constructor for class org.archive.wayback.query.Renderer
 
renderException(HttpServletRequest, HttpServletResponse, WaybackRequest, WaybackException, ResultURIConverter) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
renderException(HttpServletRequest, HttpServletResponse, WaybackRequest, WaybackException, ResultURIConverter) - Method in interface org.archive.wayback.ExceptionRenderer
Render the contents of a WaybackException in either html, javascript, or css format, depending on the guessed context, so errors in embedded documents do not cause unneeded errors in the embedding document.
renderHTML(Graph, String, String, String[], String[]) - Static method in class org.archive.wayback.util.graph.GraphRenderer
Create both an HTML AREA map and an HTML IMG for a graph, using provided href targets, and titles within the AREA map.
renderMementoTimemap(WaybackRequest, HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.memento.DefaultMementoHandler
 
renderMementoTimemap(WaybackRequest, HttpServletRequest, HttpServletResponse) - Method in interface org.archive.wayback.memento.MementoHandler
 
renderMementoTimemap(WaybackRequest, HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlDateRedirectReplayRenderer
Deprecated.
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlDateRedirectReplayRenderer
Deprecated.
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.DateRedirectReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.DateRedirectReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.JSPReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.JSPReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.ReplayRendererDecorator
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.swf.SWFReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.swf.SWFReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.TextReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.TextReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.TransparentReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.TransparentReplayRenderer
 
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in interface org.archive.wayback.ReplayRenderer
Generate response that replays capture archive resource.
renderResource(HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, Resource, ResultURIConverter, CaptureSearchResults) - Method in interface org.archive.wayback.ReplayRenderer
Generate response that replays capture archive httpHeadersResource, reading archived content (HTTP entity) from payloadResource.
renderUrlResults(HttpServletRequest, HttpServletResponse, WaybackRequest, UrlSearchResults, ResultURIConverter) - Method in class org.archive.wayback.query.Renderer
 
renderUrlResults(HttpServletRequest, HttpServletResponse, WaybackRequest, UrlSearchResults, ResultURIConverter) - Method in interface org.archive.wayback.QueryRenderer
Show the SearchResults of the request which may have resulted in multiple matching URLs.
replaceHeader(Map<String, String>, String, String) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
Replace header field name value with value, or add it if headers does not have name.
REPLAY_BASE - Static variable in class org.archive.wayback.requestparser.BaseRequestParser
String path matching a replay request, by form or OpenSearch
ReplayCaptureSelector - Interface in org.archive.wayback.replay
Given WaybackRequest and CaptureSearchResults, ReplayCaptureSelector returns CaptureSearchResult in the order of preference to fulfill the replay request.
ReplayDispatcher - Interface in org.archive.wayback
Locate and return a ReplayRenderer appropriate for the users request (accept header, for example) and the resulting Resource.
ReplayParseContext - Class in org.archive.wayback.replay.html
ReplayParseContext holds context information shared among replay rewriter components.
ReplayParseContext(ContextResultURIConverterFactory, CaptureSearchResult) - Constructor for class org.archive.wayback.replay.html.ReplayParseContext
Constructs ReplayParseContext for rewriting a resource represented by result.
ReplayParseContext(ContextResultURIConverterFactory, URL, String) - Constructor for class org.archive.wayback.replay.html.ReplayParseContext
ReplayParseEventDelegator - Class in org.archive.wayback.replay.html
 
ReplayParseEventDelegator() - Constructor for class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
ReplayParseEventDelegatorVisitor - Interface in org.archive.wayback.replay.html
 
ReplayRenderer - Interface in org.archive.wayback
ReplayRenderer generates response that replays archived content.
ReplayRendererDecorator - Class in org.archive.wayback.replay
 
ReplayRendererDecorator() - Constructor for class org.archive.wayback.replay.ReplayRendererDecorator
 
ReplayRendererDecorator(ReplayRenderer) - Constructor for class org.archive.wayback.replay.ReplayRendererDecorator
 
ReplayRendererDecoratorFactory - Interface in org.archive.wayback.replay
 
ReplayRendererSelector - Interface in org.archive.wayback.replay
 
ReplayRequestParser - Class in org.archive.wayback.archivalurl.requestparser
RequestParser implementation that extracts request info from a Replay Archival Url path.
ReplayRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.archivalurl.requestparser.ReplayRequestParser
 
REQUEST_AJAX_REQUEST - Static variable in class org.archive.wayback.core.WaybackRequest
Request: Ajax request -- don't insert extra headers and footers
REQUEST_ANCHOR_DATE - Static variable in class org.archive.wayback.core.WaybackRequest
Replay-Only: indicates the date to tend towards when computing closest matches within time.
REQUEST_ANCHOR_WINDOW - Static variable in class org.archive.wayback.core.WaybackRequest
Replay-Only: String representation of number of seconds.
REQUEST_AUTH_TYPE - Static variable in class org.archive.wayback.core.WaybackRequest
Authorization Type: "BASIC", "SSL", or null if none.
REQUEST_AUTHORIZATION - Static variable in class org.archive.wayback.core.WaybackRequest
Exact value from HTTP request for header "Authorization"
REQUEST_CAPTURE_QUERY - Static variable in class org.archive.wayback.core.WaybackRequest
REQUEST_TYPE option indicating a query against the ResourceIndex for captures of URLs matching the REQUEST_URL
REQUEST_CHARSET_MODE - Static variable in class org.archive.wayback.core.WaybackRequest
Request: Charset detection mode
REQUEST_CONTEXT_PREFIX - Static variable in class org.archive.wayback.accesspoint.CompositeAccessPoint
 
REQUEST_CONTEXT_PREFIX - Static variable in class org.archive.wayback.util.webapp.RequestMapper
The name of an attribute for storing the prefix of URL path corresponding to the RequestHandler processing the request.
REQUEST_CSS_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
Request: CSS context requested
REQUEST_DATE - Static variable in class org.archive.wayback.core.WaybackRequest
GUARANTEED PRESENT for Replay requests only.
REQUEST_END_DATE - Static variable in class org.archive.wayback.core.WaybackRequest
GUARANTEED PRESENT: omit results after this 14-digit String timestamp.
REQUEST_EXACT_DATE - Static variable in class org.archive.wayback.core.WaybackRequest
GUARANTEED PRESENT for Replay requests only, no meaning for Query requests.
REQUEST_EXACT_HOST_ONLY - Static variable in class org.archive.wayback.core.WaybackRequest
Indicates user only wants results that exactly match the hostname within REQUEST_URL -- no canonicalization.
REQUEST_EXACT_SCHEME_ONLY - Static variable in class org.archive.wayback.core.WaybackRequest
Indicates user only wants results that were captured using the same scheme as that specified in REQUEST_URL.
REQUEST_FRAME_WRAPPER_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
Request: Content should be wrapped in a frame
REQUEST_IDENTITY_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
Request: Identity context requested (totally transparent)
REQUEST_IFRAME_WRAPPER_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
Request: Display context for embedded metadata in an IFrame
REQUEST_IMAGE_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
Request: IMG context requested
REQUEST_IS_LIVE_WEB - Static variable in class org.archive.wayback.core.WaybackRequest
Indicates user requested content from proxied from the live web.
REQUEST_JS_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
Request: JS context requested
REQUEST_LATEST_BEST_REPLAY - Static variable in class org.archive.wayback.core.WaybackRequest
indicates request for latest 'best' capture This can be used to provide 'best' latest replay, skipping error captures, redirects
REQUEST_LOCALE_LANG - Static variable in class org.archive.wayback.core.WaybackRequest
User Locale name: Best Guess at users requested locale.
REQUEST_MEMENTO_ACCEPT_DATETIME - Static variable in class org.archive.wayback.core.WaybackRequest
Request: Memento Accept-Datetime used -- don't add extra redirects
REQUEST_MEMENTO_TIMEGATE - Static variable in class org.archive.wayback.core.WaybackRequest
Request: Memento Timegate Request
REQUEST_MEMENTO_TIMEMAP - Static variable in class org.archive.wayback.core.WaybackRequest
Request: Memento Timemap Request
REQUEST_META_MODE - Static variable in class org.archive.wayback.core.WaybackRequest
Request: replay actual document or metadata for document: "yes" means replay metadata only, not the actual document: (TimeLine mode)
REQUEST_OBJECT_EMBED_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
Request: OBJECT or EMBED context requested
REQUEST_REFERER_URL - Static variable in class org.archive.wayback.core.WaybackRequest
incoming requests HTTP "Referer:" header, or null
REQUEST_REMOTE_ADDRESS - Static variable in class org.archive.wayback.core.WaybackRequest
Remote Address that connected to this webapp to create the request string IP address: "127.0.0.1"
REQUEST_REMOTE_USER - Static variable in class org.archive.wayback.core.WaybackRequest
Remote User or null if the request did not contain auth info.
REQUEST_REPLAY_QUERY - Static variable in class org.archive.wayback.core.WaybackRequest
REQUEST_TYPE option indicating a request for Replay of the Resource matching REQUEST_URL closest in time to REQUEST_DATE
REQUEST_RESOLUTION - Static variable in class org.archive.wayback.core.WaybackRequest
resolution of results to be displayed: (TimeLine mode)
REQUEST_RESOLUTION_AUTO - Static variable in class org.archive.wayback.core.WaybackRequest
auto resolution (TimeLine mode)
REQUEST_RESOLUTION_DAYS - Static variable in class org.archive.wayback.core.WaybackRequest
day resolution (TimeLine mode)
REQUEST_RESOLUTION_HOURS - Static variable in class org.archive.wayback.core.WaybackRequest
hour resolution (TimeLine mode)
REQUEST_RESOLUTION_MONTHS - Static variable in class org.archive.wayback.core.WaybackRequest
month resolution (TimeLine mode)
REQUEST_RESOLUTION_TWO_MONTHS - Static variable in class org.archive.wayback.core.WaybackRequest
two-month resolution (TimeLine mode)
REQUEST_RESOLUTION_YEARS - Static variable in class org.archive.wayback.core.WaybackRequest
year resolution (TimeLine mode)
REQUEST_REVISIT_LOOKUP - Static variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
WaybackRequest parameter name for telling EmbeddedCDXServerIndex that it's looking up a specific single capture needed for replaying URL-agnostic revisit.
REQUEST_START_DATE - Static variable in class org.archive.wayback.core.WaybackRequest
GUARANTEED PRESENT: omit results before this 14-digit String timestamp.
REQUEST_TIMESTAMP_SEARCH_KEY - Static variable in class org.archive.wayback.core.WaybackRequest
Request: Use timestamp as part of the search key
REQUEST_TYPE - Static variable in class org.archive.wayback.core.WaybackRequest
specifies the TYPE of the this particular request.
REQUEST_URL - Static variable in class org.archive.wayback.core.WaybackRequest
GUARANTEED PRESENT: Original(RAW) URL or URL prefix requested, before any cleanup/fixing
REQUEST_URL_QUERY - Static variable in class org.archive.wayback.core.WaybackRequest
REQUEST_TYPE option indicating a query against the ResourceIndex for summaries of URLs prefixed with the REQUEST_URL
REQUEST_WAYBACK_CONTEXT - Static variable in class org.archive.wayback.core.WaybackRequest
the string (webapp) context that received this request
REQUEST_WAYBACK_HOSTNAME - Static variable in class org.archive.wayback.core.WaybackRequest
incoming requests HTTP "Host:" header, or null
REQUEST_WAYBACK_PORT - Static variable in class org.archive.wayback.core.WaybackRequest
the port the remote user connected to for this request
REQUEST_XML_DATA - Static variable in class org.archive.wayback.core.WaybackRequest
Request: xml data requested
REQUEST_YES - Static variable in class org.archive.wayback.core.WaybackRequest
indicates positive value for any request boolean flag.
requestAuth - Variable in exception org.archive.wayback.exception.AuthenticationControlException
 
RequestFilter - Class in org.archive.wayback.util.webapp
Top-Level integration point between a series of RequestHandler mappings and a generic ServletContext.
RequestFilter() - Constructor for class org.archive.wayback.util.webapp.RequestFilter
 
RequestHandler - Interface in org.archive.wayback.util.webapp
A generic handler of HttpServletRequests.
RequestHandlerContext - Class in org.archive.wayback.util.webapp
A simple composition of the RequestHandler which an HttpServletRequest was mapped to, and the path prefix which indicated the RequestHandler.
RequestHandlerContext(RequestHandler, String) - Constructor for class org.archive.wayback.util.webapp.RequestHandlerContext
Constructor
requestIsCSS(HttpServletRequest, WaybackRequest) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
requestIsEmbedded(HttpServletRequest, WaybackRequest) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
requestIsImage(HttpServletRequest, WaybackRequest) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
requestIsJavascript(HttpServletRequest, WaybackRequest) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
RequestMapper - Class in org.archive.wayback.util.webapp
This class maintains a mapping of RequestHandlers and ShutDownListeners, to allow (somewhat) efficient mapping and delegation of incoming requests to the appropriate RequestHandler.
RequestMapper(Collection<RequestHandler>, ServletContext) - Constructor for class org.archive.wayback.util.webapp.RequestMapper
Construct a RequestMapper, for the given RequestHandler objects, on the specified ServletContext.
RequestParser - Interface in org.archive.wayback
 
requestPrefix - Variable in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
requestPrefix - Variable in class org.archive.wayback.liveweb.StdRemoteLiveWebCache
 
requestURI - Variable in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
reset() - Method in class org.archive.wayback.core.Resource
 
reset() - Method in class org.archive.wayback.replay.CompositeResource
 
reset() - Method in class org.archive.wayback.replay.StringHttpServletResponseWrapper
This method overrides the default behaviour, and does nothing.
reset() - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaFlags
 
resetBuffer() - Method in class org.archive.wayback.replay.StringHttpServletResponseWrapper
This method overrides the default behaviour, and does nothing.
resolve(String) - Method in class org.archive.wayback.util.htmllex.ParseContext
Resolve possibly-relative url with baseUrl set to this object.
resolveAllPageUrls() - Method in class org.archive.wayback.replay.TextDocument
Update all URLs inside the page, so they resolve correctly to absolute URLs within the Wayback service.
resolveASXRefUrls() - Method in class org.archive.wayback.replay.TextDocument
 
resolveConfig(HttpServletRequest) - Method in class org.archive.wayback.accesspoint.proxy.AuthProxyConfigSelector
 
resolveConfig(HttpServletRequest) - Method in class org.archive.wayback.accesspoint.proxy.IPProxyConfigSelector
 
resolveConfig(HttpServletRequest) - Method in interface org.archive.wayback.accesspoint.proxy.ProxyConfigSelector
 
resolveCSSUrls() - Method in class org.archive.wayback.replay.TextDocument
 
resolvePageUrls() - Method in class org.archive.wayback.replay.TextDocument
Update URLs inside the page, so those URLs which must be correct at page load time resolve correctly to absolute URLs.
resolveRevisits - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
resolveUrl(String, String) - Static method in class org.archive.wayback.util.url.UrlOperations
Resolve URL, but return a minimally escaped version in case of error
resolveUrl(String, String, String) - Static method in class org.archive.wayback.util.url.UrlOperations
Resolve a possibly relative url argument against a base URL.
Resource - Class in org.archive.wayback.core
Abstraction on top of a document stored in a WaybackCollection.
Resource() - Constructor for class org.archive.wayback.core.Resource
 
ResourceFactory - Class in org.archive.wayback.resourcestore.resourcefile
Static factory class for constructing ARC/WARC Resources from File/URL + offset.
ResourceFactory() - Constructor for class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
ResourceFactory.DefaultTimeoutArchiveReaderFactory - Class in org.archive.wayback.resourcestore.resourcefile
 
ResourceFileList - Class in org.archive.wayback.resourcestore.resourcefile
 
ResourceFileList() - Constructor for class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
ResourceFileLocation - Class in org.archive.wayback.resourcestore.resourcefile
Class encapsulating the name and String location(url/path) of a ResourceFile.
ResourceFileLocation(String, String) - Constructor for class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
ResourceFileLocationDB - Interface in org.archive.wayback.resourcestore.locationdb
Interface to a database that maps file key Strings to zero or more value Strings.
ResourceFileLocationDBLog - Class in org.archive.wayback.resourcestore.locationdb
Simple log file tracking new names being added to a ResourceFileLocationDB.
ResourceFileLocationDBLog(String) - Constructor for class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBLog
 
ResourceFileLocationDBServlet - Class in org.archive.wayback.resourcestore.locationdb
ServletRequestContext enabling remote HTTP GET/POST access to a local ResourceFileLocationDB.
ResourceFileLocationDBServlet() - Constructor for class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
ResourceFileLocationDBUpdater - Class in org.archive.wayback.resourcestore.locationdb
Class which performs updates on a ResourceFileLocationDB, based on files appearing in a incoming directory.
ResourceFileLocationDBUpdater() - Constructor for class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
ResourceFileSource - Interface in org.archive.wayback.resourcestore.resourcefile
Interface representing the abstract remote or local folder holding ARC/WARC files.
ResourceFileSourceUpdater - Class in org.archive.wayback.resourcestore.resourcefile
Class which repeatedly builds a ResourceFileList for a set of ResourceFileSource objects, serializing them into files, and dropping them into the incoming directory of a ResourceFileLocationDBUpdater.
ResourceFileSourceUpdater() - Constructor for class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
ResourceIndex - Interface in org.archive.wayback
Transforms a WaybackRequest into a ResourceResults.
ResourceIndexNotAvailableException - Exception in org.archive.wayback.exception
Exception thrown from ResourceIndex implementations upon failures while reading underlining index data.
ResourceIndexNotAvailableException(String) - Constructor for exception org.archive.wayback.exception.ResourceIndexNotAvailableException
Constructor
ResourceIndexNotAvailableException(String, String) - Constructor for exception org.archive.wayback.exception.ResourceIndexNotAvailableException
Constructor with message and details
ResourceNotAvailableException - Exception in org.archive.wayback.exception
Exception class for queries which matching resource is not presently accessible
ResourceNotAvailableException(String) - Constructor for exception org.archive.wayback.exception.ResourceNotAvailableException
Constructor
ResourceNotAvailableException(String, int) - Constructor for exception org.archive.wayback.exception.ResourceNotAvailableException
Constructor with message and status
ResourceNotAvailableException(String, String) - Constructor for exception org.archive.wayback.exception.ResourceNotAvailableException
Constructor with message and details
ResourceNotAvailableException(String, String, int) - Constructor for exception org.archive.wayback.exception.ResourceNotAvailableException
Constructor with message and details and custom error code
ResourceNotAvailableException(String, String, Exception) - Constructor for exception org.archive.wayback.exception.ResourceNotAvailableException
 
ResourceNotInArchiveException - Exception in org.archive.wayback.exception
Exception class for queries which result in no index matches
ResourceNotInArchiveException(String) - Constructor for exception org.archive.wayback.exception.ResourceNotInArchiveException
Constructor
ResourceNotInArchiveException(String, String) - Constructor for exception org.archive.wayback.exception.ResourceNotInArchiveException
Constructor with message and details
ResourceStore - Interface in org.archive.wayback
Transforms a CaptureSearchResult into a Resource.
response - Variable in class org.archive.cdxserver.writer.HttpCDXWriter
 
result - Variable in exception org.archive.wayback.exception.SpecificCaptureReplayException
 
RESULT_TRUE_VALUE - Static variable in class org.archive.wayback.core.SearchResult
 
results - Variable in exception org.archive.wayback.exception.SpecificCaptureReplayException
 
results - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
results - Variable in class org.archive.wayback.partition.ToolBarData
the CaptureSearchResults object from the ResourceIndex.
results - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
RESULTS_FIRST_RETURNED - Static variable in class org.archive.wayback.core.SearchResults
Results: int first record of all matching returned, 1-based
RESULTS_NUM_RESULTS - Static variable in class org.archive.wayback.core.SearchResults
Results: int total number of records matching, not all necc.
RESULTS_NUM_RETURNED - Static variable in class org.archive.wayback.core.SearchResults
Results: int total number of records *returned* in results
RESULTS_REQUESTED - Static variable in class org.archive.wayback.core.SearchResults
Results: int number of results requested
RESULTS_TYPE - Static variable in class org.archive.wayback.core.SearchResults
Results: type of results: "Capture" or "Url"
RESULTS_TYPE_CAPTURE - Static variable in class org.archive.wayback.core.SearchResults
Results: indicates SearchResult objects within the SearchResults are of type CaptureSearchResults.
RESULTS_TYPE_URL - Static variable in class org.archive.wayback.core.SearchResults
Results: indicates SearchResult objects within the SearchResults are of type UrlSearchResults.
resultsCount() - Method in class org.archive.wayback.query.resultspartitioner.ResultsPartition
Deprecated.
 
ResultsPartition - Class in org.archive.wayback.query.resultspartitioner
Deprecated.
use org.archive.wayback.util.parition.*
ResultsPartition(String, String, String) - Constructor for class org.archive.wayback.query.resultspartitioner.ResultsPartition
Deprecated.
Construct a ResultsPartition with the provided range and title
ResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated.
use org.archive.wayback.util.parition.*
ResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.ResultsPartitioner
Deprecated.
 
ResultsPartitionsFactory - Class in org.archive.wayback.query.resultspartitioner
Deprecated.
use org.archive.wayback.util.parition.*
ResultsPartitionsFactory() - Constructor for class org.archive.wayback.query.resultspartitioner.ResultsPartitionsFactory
Deprecated.
 
ResultsTimelinePartitionsFactory - Class in org.archive.wayback.query.resultspartitioner
Deprecated.
use org.archive.wayback.util.parition.*
ResultsTimelinePartitionsFactory() - Constructor for class org.archive.wayback.query.resultspartitioner.ResultsTimelinePartitionsFactory
Deprecated.
 
resultToReplayUrl(CaptureSearchResult) - Method in class org.archive.wayback.core.UIResults
Create a replay URL for the given CaptureSearchResult
ResultURIConverter - Interface in org.archive.wayback
Interface for implementations that convert a string datespec and URL into an absolute URL that will replay the specified URL at the specified date.
RESUME_KEY - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
retrieved() - Method in class org.archive.wayback.webapp.PerformanceLogger
record the time when the retrieval of a Resource required for this request completed, implies a Replay request...
retrievePayloadForIdenticalContentRevisit(WaybackRequest, Resource, CaptureSearchResult) - Method in class org.archive.wayback.webapp.AccessPoint
If closest
retrieveResource(CaptureSearchResult) - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
retrieveResource(CaptureSearchResult) - Method in class org.archive.wayback.resourcestore.LocationDBResourceStore
 
retrieveResource(CaptureSearchResult) - Method in class org.archive.wayback.resourcestore.MultipleResourceStore
 
retrieveResource(CaptureSearchResult) - Method in interface org.archive.wayback.ResourceStore
Transform a CaptureSearchResult into a Resource
retrieveResource(CaptureSearchResult) - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
retrieveResource(CaptureSearchResult) - Method in class org.archive.wayback.webapp.AccessPoint.SingleLoadResourceStore
 
retryMethod(HttpMethod, IOException, int) - Method in class org.archive.wayback.liveweb.NoRetryHandler
 
returnBrokenJedis(Jedis) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
returnJedisInstance(Jedis) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
returnWriter(ARCWriter) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
ReverseBufferedReader - Class in org.archive.wayback.util.flatfile
Just like a BufferedReader, except the buffer scrolls backvards, allowing this one to support 'readPrevLine()' instead of readLine().
ReverseBufferedReader(RandomAccessFile) - Constructor for class org.archive.wayback.util.flatfile.ReverseBufferedReader
 
reverseCaps(List<CaptureSearchResult>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
reversePartsOfCaps(List<Partition<CaptureSearchResult>>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
reversePartsOfParts(List<Partition<Partition<CaptureSearchResult>>>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
ReverseRecordIterator - Class in org.archive.wayback.util.flatfile
Iterator that returns lines from a file reverse sequentially.
ReverseRecordIterator(ReverseBufferedReader) - Constructor for class org.archive.wayback.util.flatfile.ReverseRecordIterator
 
ReverseRevisitResolver - Class in org.archive.cdxserver.processor
 
ReverseRevisitResolver(BaseProcessor, boolean) - Constructor for class org.archive.cdxserver.processor.ReverseRevisitResolver
 
REVISIT_STR - Static variable in class org.archive.wayback.webapp.AccessPoint
 
REVISIT_VALUE - Static variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
revisitPayload - Variable in class org.archive.wayback.core.FastCaptureSearchResult
 
RevisitResolver - Class in org.archive.cdxserver.processor
 
RevisitResolver(BaseProcessor, boolean) - Constructor for class org.archive.cdxserver.processor.RevisitResolver
 
rewrite(ReplayParseContext, TagNode) - Method in interface org.archive.wayback.archivalurl.AttributeRewriter
Rewrite attributes of HTML tag tag.
rewrite(ReplayParseContext, TagNode) - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter
 
rewrite(ReplayParseContext, String, String) - Method in class org.archive.wayback.replay.html.rewrite.DisableJSBlocksRewriteRule
 
rewrite(ReplayParseContext, String, String) - Method in class org.archive.wayback.replay.html.rewrite.DisableJSIncludeRewriteRule
 
rewrite(ReplayParseContext, String, String) - Method in class org.archive.wayback.replay.html.rewrite.ExtractJSLine
 
rewrite(ReplayParseContext, String, String) - Method in class org.archive.wayback.replay.html.rewrite.RewriteRule
 
rewrite(ReplayParseContext, String, String) - Method in class org.archive.wayback.replay.html.transformer.CompositeStringTransformer
 
rewrite(ReplayParseContext, String, String) - Method in class org.archive.wayback.replay.html.transformer.RegexReplaceStringTransformer
 
RewriteDirector - Interface in org.archive.wayback.replay.html
RewriteDirector returns string representing rewrite rules to be applied to the resource being replayed.
RewriteRule - Class in org.archive.wayback.replay.html.rewrite
RewriteRule is similar to StringTransformer, but it receives policy name (rewrite rule name), from which it can extract parameters.
RewriteRule() - Constructor for class org.archive.wayback.replay.html.rewrite.RewriteRule
 
RewritingStringTransformer - Class in org.archive.wayback.replay.html.rewrite
StringTransformer that manages a collection of named RewriteRules, and applies one or more of them whose name matching ParseContext.getOraclePolicy() value.
RewritingStringTransformer() - Constructor for class org.archive.wayback.replay.html.rewrite.RewritingStringTransformer
 
ROBOT_FLAGS - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
ROBOT_FLAGS_SKIPPED - Static variable in class org.archive.wayback.replay.DefaultReplayCaptureSelector
captures with these flags in robotflags field are skipped.
ROBOT_SUFFIX - Static variable in class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 
ROBOT_SUFFIX - Static variable in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
 
RobotAccessControlException - Exception in org.archive.wayback.exception
 
RobotAccessControlException(String) - Constructor for exception org.archive.wayback.exception.RobotAccessControlException
 
RobotExclusionFilter - Class in org.archive.wayback.accesscontrol.robotstxt
CaptureSearchResult Filter that uses a LiveWebCache to retrieve robots.txt documents from the live web, and filters SearchResults based on the rules therein.
RobotExclusionFilter(LiveWebCache, String, long) - Constructor for class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
Construct a new RobotExclusionFilter that uses webCache to pull robots.txt documents.
RobotExclusionFilterFactory - Class in org.archive.wayback.accesscontrol.robotstxt
 
RobotExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
robotFlags - Variable in class org.archive.wayback.core.FastCaptureSearchResult
 
RobotFlagsCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
RobotFlagsCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.RobotFlagsCDXField
 
RobotMetaFlags - Class in org.archive.wayback.resourcestore.indexer
 
RobotMetaFlags() - Constructor for class org.archive.wayback.resourcestore.indexer.RobotMetaFlags
 
RobotMetaRule - Class in org.archive.wayback.resourcestore.indexer
 
RobotMetaRule() - Constructor for class org.archive.wayback.resourcestore.indexer.RobotMetaRule
 
RobotNotAvailableException - Exception in org.archive.wayback.exception
 
RobotNotAvailableException(String) - Constructor for exception org.archive.wayback.exception.RobotNotAvailableException
 
RobotRules - Class in org.archive.wayback.accesscontrol.robotstxt
Class which parses a robots.txt file, storing the rules contained therein, and then allows for testing if path/userAgent tuples are blocked by those rules.
RobotRules() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.RobotRules
 
RobotsDirectiveAggregation - Class in org.archive.wayback.accesscontrol.robotstxt
Class which acts as an aggregation of RobotsDirectives.
RobotsDirectiveAggregation() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.RobotsDirectiveAggregation
 
RobotsDirectives - Class in org.archive.wayback.accesscontrol.robotstxt
Represents the directives that apply to a user-agent (or set of user-agents)
RobotsDirectives() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.RobotsDirectives
 
robotsExclusions - Variable in class org.archive.wayback.resourceindex.cdxserver.WaybackAuthChecker
 
robotsFilter - Variable in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter
 
Robotstxt - Class in org.archive.wayback.accesscontrol.robotstxt
Utility class for parsing and representing 'robots.txt' format directives, into a list of named user-agents and map from user-agents to RobotsDirectives.
Robotstxt() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.Robotstxt
 
Robotstxt(BufferedReader) - Constructor for class org.archive.wayback.accesscontrol.robotstxt.Robotstxt
 
Robotstxt(ReadSource) - Constructor for class org.archive.wayback.accesscontrol.robotstxt.Robotstxt
 
RobotsTxtResource - Class in org.archive.wayback.accesscontrol.robotstxt.redis
 
RobotsTxtResource(String) - Constructor for class org.archive.wayback.accesscontrol.robotstxt.redis.RobotsTxtResource
 
RobotTimedOutAccessControlException - Exception in org.archive.wayback.exception
 
RobotTimedOutAccessControlException(String) - Constructor for exception org.archive.wayback.exception.RobotTimedOutAccessControlException
 
RobustMovieDecoder - Class in org.archive.wayback.replay.swf
 
RobustMovieDecoder() - Constructor for class org.archive.wayback.replay.swf.RobustMovieDecoder
 
root - Variable in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect.ArchivalUrlRef
 
RotatingCharsetDetector - Class in org.archive.wayback.replay.charset
 
RotatingCharsetDetector() - Constructor for class org.archive.wayback.replay.charset.RotatingCharsetDetector
 
RTSP_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
RTSP
Rule() - Constructor for class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
rules - Variable in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer
 
runJedisCmd(RedisRobotsLogic.JedisRunner<T>) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
runJedisCmd(RedisRobotsLogic.JedisRunnerVoid) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
RUNTIME_ERROR_HEADER - Static variable in class org.archive.cdxserver.writer.HttpCDXWriter
 
RUNTIME_ERROR_HEADER - Static variable in class org.archive.wayback.webapp.AccessPoint
 

S

s3Sys - Static variable in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
sb - Variable in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
 
sb - Variable in class org.archive.wayback.replay.TextDocument
the internal StringBuilder
SchemeMatchFilter - Class in org.archive.wayback.resourceindex.filters
ObjectFilter which omits CaptureSearchResult objects if their scheme does not match the specified scheme.
SchemeMatchFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.SchemeMatchFilter
 
SchemeMatchFilter(String, QueryCaptureFilterGroup) - Constructor for class org.archive.wayback.resourceindex.filters.SchemeMatchFilter
 
schemeToDefaultPort(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Return the default port for the scheme String argument, if known.
SCRIPT_TAG_NAME - Static variable in class org.archive.wayback.util.htmllex.NodeUtils
 
SEARCH_QUERY - Static variable in class org.archive.wayback.requestparser.OpenSearchRequestParser
CGI argument name for query arguments
SEARCH_RESULTS - Static variable in class org.archive.wayback.requestparser.OpenSearchRequestParser
CGI argument name for number of results per page, 1 based
searchCaptures(WaybackRequest) - Method in class org.archive.wayback.webapp.AccessPoint
 
searchEndDate - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
SearchResult - Class in org.archive.wayback.core
 
SearchResult() - Constructor for class org.archive.wayback.core.SearchResult
 
SearchResult(boolean) - Constructor for class org.archive.wayback.core.SearchResult
 
SearchResultComparator - Class in org.archive.wayback.resourceindex
 
SearchResultComparator(boolean) - Constructor for class org.archive.wayback.resourceindex.SearchResultComparator
Constructor backwards value of true creates a reverse comparator
SearchResultComparator() - Constructor for class org.archive.wayback.resourceindex.SearchResultComparator
Constructor: compare in normal forwards sort order
SearchResults - Class in org.archive.wayback.core
 
SearchResults() - Constructor for class org.archive.wayback.core.SearchResults
Constructor
SearchResultSource - Interface in org.archive.wayback.resourceindex
 
SearchResultToBDBRecordAdapter - Class in org.archive.wayback.resourceindex.bdb
 
SearchResultToBDBRecordAdapter(UrlCanonicalizer) - Constructor for class org.archive.wayback.resourceindex.bdb.SearchResultToBDBRecordAdapter
 
SearchResultToCDXFormatAdapter - Class in org.archive.wayback.resourceindex.cdx
 
SearchResultToCDXFormatAdapter(CDXFormat) - Constructor for class org.archive.wayback.resourceindex.cdx.SearchResultToCDXFormatAdapter
 
SearchResultToCDXLineAdapter - Class in org.archive.wayback.resourceindex.cdx
 
SearchResultToCDXLineAdapter() - Constructor for class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
searchResultToRobotUrlStrings(String, String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
 
searchStartDate - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
searchUrlForHTML - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
searchUrlForJS - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
SEC_IN_HOUR - Static variable in interface org.archive.wayback.util.partition.PartitionSize
seconds in a non-leap-second hour
seekSingleCapture - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
selectConfigHandler(HttpServletRequest, HttpServletResponse, ProxyAccessPoint) - Method in class org.archive.wayback.accesspoint.proxy.AuthProxyConfigSelector
 
selectConfigHandler(HttpServletRequest, HttpServletResponse, ProxyAccessPoint) - Method in class org.archive.wayback.accesspoint.proxy.IPProxyConfigSelector
 
selectConfigHandler(HttpServletRequest, HttpServletResponse, ProxyAccessPoint) - Method in interface org.archive.wayback.accesspoint.proxy.ProxyConfigSelector
 
SelectHTML - Class in org.archive.wayback.util.html
 
SelectHTML(String) - Constructor for class org.archive.wayback.util.html.SelectHTML
 
SelectorReplayDispatcher - Class in org.archive.wayback.replay
ReplayDispatcher instance which uses a configurable ClosestResultSelector to find the best result to show from a given set, and a list of ReplayRendererSelector to determine how best to replay that result to a user.
SelectorReplayDispatcher() - Constructor for class org.archive.wayback.replay.SelectorReplayDispatcher
 
SelfRedirectFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which INCLUDEs all records, unless they redirect to themselves, via whatever URL purification schemes are in use.
SelfRedirectFilter() - Constructor for class org.archive.wayback.resourceindex.filters.SelfRedirectFilter
 
SelfRedirectFilter(UrlCanonicalizer) - Constructor for class org.archive.wayback.resourceindex.filters.SelfRedirectFilter
 
selfRedirFilter - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
selfRedirFilter - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
sendError(int, String) - Method in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
sendError(int) - Method in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
sendHeaders(Map<String, String>, HttpServletResponse) - Static method in class org.archive.wayback.replay.HttpHeaderOperation
 
sendRedirect(String) - Method in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
 
SequencedSearchResultSource - Interface in org.archive.wayback.resourceindex
 
serialize(CaptureSearchResult) - Method in interface org.archive.wayback.resourceindex.cdx.format.CDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.CompressedLengthCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.DigestCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.FilenameCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.HTTPCodeCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.MIMETypeCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.OriginalURLCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.RedirectURLCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.RobotFlagsCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.StartOffsetCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.TimestampCDXField
 
serialize(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.URLKeyCDXField
 
serializeLine() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
serializeResult(CaptureSearchResult) - Method in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
serverError(Exception) - Method in class org.archive.cdxserver.writer.CDXWriter
 
serverError(Exception) - Method in class org.archive.cdxserver.writer.HttpCDXWriter
 
ServerRelativeArchivalRedirect - Class in org.archive.wayback.webapp
ServerRelativeArchivalRedirect is a RequestHandler that redirects leaked server-relative URL back to replay request URL.
ServerRelativeArchivalRedirect() - Constructor for class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
 
ServerRelativeArchivalRedirect.ArchivalUrlRef - Class in org.archive.wayback.webapp
A little helper class for passing parsed Archival-URL.
ServerSideHTMLReplayRenderer - Class in org.archive.wayback.archivalurl
ArchivalUrl ReplayRenderer which uses a series of RegEx's to rewrite embedded URLs to point back into a specific ArchivalUrl AccessPoint.
ServerSideHTMLReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.archivalurl.ServerSideHTMLReplayRenderer
 
set(int, boolean) - Method in class org.archive.wayback.util.BitArray
set the i'th bit to 1 or 0
setAcceptRegex(String) - Method in class org.archive.wayback.resourcestore.resourcefile.RegexFilenameFilter
 
setAccessCheckUrl(String) - Method in class org.archive.cdxserver.auth.RemoteAuthChecker
 
setAccessGroup(String) - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
setAccessPoint(AccessPoint) - Method in class org.archive.wayback.archivalurl.ArchivalUrlResultURIConverter
 
setAccessPoint(AccessPoint) - Method in class org.archive.wayback.core.WaybackRequest
 
setAccessPoint(AccessPoint) - Method in interface org.archive.wayback.webapp.AccessPointAware
 
setAccessPointConfigs(HashMap<String, AccessPointConfig>) - Method in class org.archive.wayback.accesspoint.AccessPointConfigs
 
setAccessPointConfigs(AccessPointConfigs) - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
 
setAccessPointPath(String) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
setActive(String) - Method in class org.archive.wayback.util.html.SelectHTML
 
setAddDefaults(boolean) - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
setAddDefaults(boolean) - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
setAddDefaults(boolean) - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
setAdminExclusions(ExclusionFilterFactory) - Method in class org.archive.wayback.resourceindex.cdxserver.WaybackAuthChecker
 
setAdminFactory(StaticMapExclusionFilterFactory) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
setAjaxAccessControl(String) - Method in class org.archive.cdxserver.BaseCDXServer
 
setAjaxRequest(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setAllCdxFieldsAccessTokens(List<String>) - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
setAllCdxFieldsAllow() - Method in class org.archive.cdxserver.auth.AuthToken
 
setAllClusters(Map<String, ArrayList<ZipNumCluster>>) - Method in class org.archive.cdxserver.HowManyController
 
setAllowedRanges(List<String>) - Method in class org.archive.wayback.authenticationcontrol.IPMatchesBooleanOperator
 
setAllowedUsers(List<String>) - Method in class org.archive.wayback.authenticationcontrol.HTTPAuthBooleanOperator
 
setAllUrlAccessTokens(List<String>) - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
setAnchorDate(Date) - Method in class org.archive.wayback.core.WaybackRequest
 
setAnchorTimestamp(String) - Method in class org.archive.wayback.core.WaybackRequest
 
setAnchorWindow(long) - Method in class org.archive.wayback.core.WaybackRequest
 
setAnnotater(ObjectFilter<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setAnnotater(HTTPRecordAnnotater) - Method in class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
setAnnotater(HTTPRecordAnnotater) - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
setArcCacheDir(ARCCacheDirectory) - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
setArcDir(String) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
setArchivalToProxyConverter(ResultURIConverter) - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
setArcPrefix(String) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
setAttributeRewriter(AttributeRewriter) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
set AttributeRewriter for rewriting attribute values.
setAuthChecker(AuthChecker) - Method in class org.archive.cdxserver.BaseCDXServer
 
setAuthentication(BooleanOperator<WaybackRequest>) - Method in class org.archive.wayback.webapp.AccessPoint
 
setAuthMsg(String) - Method in class org.archive.wayback.accesspoint.proxy.AuthProxyConfigSelector
 
setBackingFileBase(String) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
setBaseStatusRegexp(String) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
filter on statuscode field applied by default for interactive CDX lookup (i.e.
setBaseUrl(String) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
setBaseUrl(URL) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
setBdbName(String) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
setBdbName(String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
setBdbPath(String) - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
setBdbPath(String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
setBeanName(String) - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
setBeanName(String) - Method in class org.archive.wayback.replay.html.rewrite.RewriteRule
 
setBeanName(String) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
setBestLatestReplayRequest() - Method in class org.archive.wayback.core.WaybackRequest
 
setBlockLoader(BlockLoader) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
setBlockLoader(ZipNumBlockLoader) - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
setBounceToQueryPrefix(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setBounceToReplayPrefix(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setBufferSize(int) - Method in class org.archive.wayback.util.flatfile.ReverseBufferedReader
 
setCache(LiveWebCache) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
setCacheFails(boolean) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotExclusionFilterFactory
 
setCacher(URLtoARCCacher) - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.accesscontrol.robotstxt.AccessControlChecker
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourceindex.filters.SelfRedirectFilter
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourcestore.indexer.ArcIndexer
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourcestore.indexer.ARCRecordToSearchResultAdapter
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
setCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
setCaptureContext(CaptureSearchResults, CaptureSearchResult) - Method in exception org.archive.wayback.exception.SpecificCaptureReplayException
 
setCaptureDate(Date) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setCaptureDate(Date) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setCaptureJsp(String) - Method in class org.archive.wayback.query.Renderer
 
setCaptureQueryRequest() - Method in class org.archive.wayback.core.WaybackRequest
marks this request as a Capture Query request
setCaptures(CaptureSearchResults) - Method in class org.archive.wayback.replay.DefaultReplayCaptureSelector
 
setCaptures(CaptureSearchResults) - Method in interface org.archive.wayback.replay.ReplayCaptureSelector
set a list of captures to select replay candidate from.
setCaptureSearchResult(CaptureSearchResult) - Method in class org.archive.wayback.replay.html.ReplayParseContext
Deprecated.
2014-11-05 Pass it to constructor
setCaptureTimestamp(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setCaptureTimestamp(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setCDXFiles(Object[]) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
setCdxFormat(String) - Method in class org.archive.cdxserver.CDXServer
 
setCdxServer(CDXServer) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
setCdxSource(CDXInputSource) - Method in class org.archive.cdxserver.CDXServer
 
setCDXSources(List<String>) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
Sets the list of files searched for queries against this SearchResultSource to the list of paths cdxs
setCharSet(String) - Method in class org.archive.wayback.replay.TextDocument
 
setCharsetDetector(CharsetDetector) - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
setCharsetDetector(CharsetDetector) - Method in class org.archive.wayback.replay.mimetype.SimpleMimeTypeDetector
CharsetDetector to use for detecting character encoding.
setCharsetDetector(CharsetDetector) - Method in class org.archive.wayback.replay.TextReplayRenderer
 
setCharsetMode(int) - Method in class org.archive.wayback.core.WaybackRequest
 
setCheckInterval(int) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilterFactory
 
setCheckInterval(int) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
setCheckInterval(long) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
setChunkedEncoding() - Method in class org.archive.wayback.core.Resource
indicate that there is a Transfer-Encoding: chunked header, so the input data should be dechunked as it is read.
setChunkedEncoding() - Method in class org.archive.wayback.replay.CompositeResource
 
setChunkIndexPath(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
setChunkMapPath(String) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
setClient(AccessControlClient) - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
Inject AccessControlClient.
setClient(AccessControlClient) - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.
 
setClient(AccessControlClient) - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
setCloseMatches(List<String>) - Method in class org.archive.wayback.core.SearchResults
 
setCloseMatches(List<String>) - Method in exception org.archive.wayback.exception.ResourceNotInArchiveException
 
setClosest(String) - Method in class org.archive.cdxserver.CDXQuery
 
setClosest(boolean) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setClosest(CaptureSearchResult) - Method in class org.archive.wayback.core.CaptureSearchResults
 
setClosest(boolean) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setClosest(CaptureSearchResult) - Method in class org.archive.wayback.partition.NotableResultExtractor
 
setClosestSelector(ClosestResultSelector) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
setCluster(ZipNumCluster) - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
setCollapse(String[]) - Method in class org.archive.cdxserver.CDXQuery
 
setCollapseTime(int) - Method in class org.archive.cdxserver.CDXQuery
 
setCollapseTime(int) - Method in class org.archive.wayback.core.WaybackRequest
collapseTime parameter for CDXServer.
setCollapseToLast(boolean) - Method in class org.archive.cdxserver.CDXServer
If set to true, timestamp-collapsing writes out the last best capture in the collapse group, instead of the first.
setCollection(WaybackCollection) - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
setCollection(WaybackCollection) - Method in class org.archive.wayback.webapp.AccessPoint
 
setCommentJsp(String) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
Deprecated.
use setEndJsp()
setCompressedLength(long) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setCompressedLength(long) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setConfig(JedisPoolConfig) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
setConfig(HttpServletRequest, String) - Method in class org.archive.wayback.accesspoint.proxy.IPProxyConfigSelector
 
setConfigProperties(Properties) - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter
set Properties object with additional attribute rewrite rules.
setConfigs(Properties) - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
setConfigs(Properties) - Method in class org.archive.wayback.webapp.AccessPoint
 
setConfigSelector(ProxyConfigSelector) - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
setConnections(int) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
setConnectionTimeoutMS(int) - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
setConnectionTimeoutMS(int) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
setConnectionTimeoutMS(int) - Method in class org.archive.wayback.resourceindex.ziplines.Http11BlockLoader
 
setConnectTimeout(int) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
setConnectTimeoutMs(int) - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
setContainsClosest(boolean) - Method in class org.archive.wayback.util.partition.Partition
 
setContainsMatch(String) - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
setContentJsp(String) - Method in class org.archive.wayback.core.UIResults
Deprecated.
use forward()
setContentType(String) - Method in class org.archive.cdxserver.writer.CDXWriter
 
setContentType(String) - Method in class org.archive.cdxserver.writer.HttpCDXWriter
 
setContextPrefix(String) - Method in class org.archive.wayback.core.WaybackRequest
Deprecated.
use getAccessPoint.setStaticPrefix() or getAccessPoint.setReplayPrefix()
setConverterFactory(ContextResultURIConverterFactory) - Method in class org.archive.wayback.archivalurl.ArchivalURLJSStringTransformerReplayRenderer
 
setConverterFactory(ContextResultURIConverterFactory) - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
setConverters(Map<String, ResultURIConverter>) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setCookieAuthToken(String) - Method in class org.archive.cdxserver.BaseCDXServer
 
setCrawlDelay(float) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotsDirectives
 
setCSSContext(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setCssErrorJsp(String) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
setCustomHeader(String) - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
setCustomTransformers(Map<String, StringTransformer>) - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter
setDate(Date) - Method in class org.archive.wayback.util.Timestamp
set internal structure using Date argument
setDatespec(String) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setDateStr(String) - Method in class org.archive.wayback.util.Timestamp
initialize interal data structures for this Timestamp from the 14-digit argument.
setDb(int) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
setDb(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
setDb(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
setDb(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
setDb(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.LocationDBResourceStore
 
setDbName(String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
setDecodeRule(int) - Method in class org.archive.wayback.replay.swf.RobustMovieDecoder
 
setDecorated(ReplayRenderer) - Method in class org.archive.wayback.replay.ReplayRendererDecorator
 
setDedupeRecords(boolean) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setDefaultFSURI(String) - Method in class org.archive.wayback.resourceindex.ziplines.GenericBlockLoader
 
setDefaultFSURI(String) - Method in class org.archive.wayback.resourceindex.ziplines.HDFSBlockLoader
 
setDefaultParams(ZipNumParams) - Method in class org.archive.cdxserver.CDXServer
 
setDefaultRulesDisabled(boolean) - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter
set true if you want to disable loading default rewrite rules from in-class-path properties file.
setDelegate(SWFFactory<MovieTag>) - Method in class org.archive.wayback.replay.swf.RobustMovieDecoder
 
setDelegator(ParseEventHandler) - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
setDelim(char) - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
setDelim(char) - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
setDelimiter(String) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
setDigest(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setDigest(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setDigest(boolean) - Method in class org.archive.wayback.util.FileDownloader
 
setDirectHosts(List<String>) - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
setDnsCheckTimeout(int) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
setEarliestTimestamp(String) - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
setEmbargoMS(long) - Method in class org.archive.wayback.webapp.AccessPoint
 
setEmbargoMS(long) - Method in class org.archive.wayback.webapp.PrefixEmbargoPeriodTuple
 
setEnableErrorMsgHeader(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setEnableMemento(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setEnablePerfStatsHeader(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setEnableWarcFileHeader(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setEndDate(Date) - Method in class org.archive.wayback.core.WaybackRequest
 
setEndJsp(String) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
setEndTimestamp(String) - Method in class org.archive.wayback.core.WaybackRequest
 
setErrorJsp(String) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
setErrorMsgHeader(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setExactHost(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setExactHostMatch(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setExactScheme(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setExactSchemeMatch(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setException(ExceptionRenderer) - Method in class org.archive.wayback.webapp.AccessPoint
 
setExcludes(List<String>) - Method in class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
setExclusion(boolean) - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
setExclusion(boolean) - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
setExclusionFactory(ExclusionFilterFactory) - Method in class org.archive.wayback.accesscontrol.robotstxt.AccessControlChecker
 
setExclusionFactory(ExclusionFilterFactory) - Method in class org.archive.wayback.webapp.AccessPoint
 
setExclusionFilter(ExclusionFilter) - Method in class org.archive.wayback.core.WaybackRequest
 
setExclusionFilter(ExclusionFilter) - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
setExclusionUrlPrefix(String) - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.
 
setExclusionUserAgent(String) - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.
 
setExpiresMS(long) - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
setExpression(String) - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
setExtraSource(CDXInputSource) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
setFactories(ArrayList<ExclusionFilterFactory>) - Method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
setFactory(ExclusionFilterFactory) - Method in class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
setFailed(String) - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
setFailOnFirstUnavailable(boolean) - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
setFailOnFirstUnavailable(boolean) - Method in class org.archive.wayback.resourcestore.MultipleResourceStore
 
setFakeExpiresMS(long) - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
setFallbackAccessGroup(String) - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
Fallback accessGroup used when ExclusionFilter is created with OraclePolicyService.get().
setFallbackExclusionFactory(ExclusionFilterFactory) - Method in class org.archive.wayback.resourceindex.cdxserver.AccessPointAuthChecker
ExclusionFilterFactory used if token passed to AccessPointAuthChecker.createAccessFilter(AuthToken) is not an instance of APContextAuthToken (CDX server query, for example).
setFastLatest(Boolean) - Method in class org.archive.cdxserver.CDXQuery
 
setFile(String) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilterFactory
 
setFile(String) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
setFile(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setFile(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setFileExcludePrefixes(List<String>) - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
setFileExcludePrefixes(List<String>) - Method in class org.archive.wayback.webapp.AccessPoint
 
setFileIncludePrefixes(List<String>) - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
setFileIncludePrefixes(List<String>) - Method in class org.archive.wayback.webapp.AccessPoint
 
setFilePatterns(List<String>) - Method in class org.archive.wayback.webapp.AccessPoint
 
setFilter(String[]) - Method in class org.archive.cdxserver.CDXQuery
 
setFilter(ObjectFilter<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setFilter(FilenameFilter) - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
setFilterFactory(CustomResultFilterFactory) - Method in class org.archive.wayback.webapp.AccessPoint
CustomResultFilterFactory to be applied on CDX query result.
setFilterGroup(ExclusionCaptureFilterGroup) - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilter
 
setFilterGroup(ExclusionCaptureFilterGroup) - Method in class org.archive.wayback.resourceindex.filters.CompositeExclusionFilter
 
setFilterGroup(ExclusionCaptureFilterGroup) - Method in class org.archive.wayback.resourceindex.filters.ExclusionFilter
 
setFilters(List<ObjectFilter<CaptureSearchResult>>) - Method in class org.archive.wayback.resourceindex.filters.CompositeFilter
 
setFilters(List<String>) - Method in class org.archive.wayback.resourceindex.WatchedCDXSource
 
setFilters(ArrayList<ObjectFilter<E>>) - Method in class org.archive.wayback.util.ObjectFilterChain
 
setFilters(List<CustomResultFilterFactory>) - Method in class org.archive.wayback.webapp.CustomMultiFilterFactory
 
setFirst(CaptureSearchResult) - Method in class org.archive.wayback.partition.NotableResultExtractor
 
setFirstCapture(Date) - Method in class org.archive.wayback.core.UrlSearchResult
 
setFirstCapture(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setFirstReturned(long) - Method in class org.archive.wayback.core.SearchResults
 
setFixedEmbeds(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setFl(String) - Method in class org.archive.cdxserver.CDXQuery
 
setFlags(String) - Method in class org.archive.wayback.replay.html.transformer.URLStringTransformer
 
setForceCleanQueries(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setForcedContentType(String) - Method in class org.archive.wayback.core.WaybackRequest
set content type forced by context flag (ex.
setFormat(CDXFormat) - Method in class org.archive.wayback.resourceindex.cdx.CDXFormatIndex
 
setFormat(CDXFormat) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
setFrameWrapperContext(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setFrameWrappingRenderer(ReplayRenderer) - Static method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
setFrom(String) - Method in class org.archive.cdxserver.CDXQuery
 
setFromBeforeMatch(String) - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
setFromPrefix(String) - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
setGuessedCharsetHeader(String) - Method in class org.archive.wayback.replay.TextReplayRenderer
 
setGzip(Boolean) - Method in class org.archive.cdxserver.CDXQuery
 
setGzipRobots(boolean) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
setHeaders(ANVLRecord) - Method in class org.archive.wayback.util.http.HttpRequest
 
setHeadInsertJsp(String) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
servlet whose output will be inserted right after HEAD tag.
setHighlightedValue(int) - Method in class org.archive.wayback.util.graph.RegionData
sets the highlighted value index, or removes highlight if -1 is used
setHost(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
setHostPort(String) - Method in class org.archive.wayback.domainprefix.DomainPrefixCompositeRequestParser
 
setHostPort(String) - Method in class org.archive.wayback.domainprefix.DomainPrefixRequestParser
 
setHostPort(String) - Method in class org.archive.wayback.domainprefix.DomainPrefixResultURIConverter
 
setHosts(List<String>) - Method in class org.archive.wayback.exception.CustomNotInArchiveExceptionRenderer
Deprecated.
 
setHttpCode(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setHttpCode(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setHttpsProxyHostPort(String) - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
setIdentityContext(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setIFrameWrapperContext(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setIgnoreRobotPaths(List<String>) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
setIgnoreRobotPaths(List<String>) - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
setIgnoreRobots(boolean) - Method in class org.archive.cdxserver.auth.AuthToken
 
setIgnoreRobotsAccessTokens(List<String>) - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
setImageErrorJsp(String) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
setIMGContext(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setIncludeBlockedCaptures(boolean) - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
set to true if blocked captures are to be included in the result.
setIncludeFilter(String) - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PrefixLookup
 
setIncludeFilter(String) - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
setIncludeIfContains(boolean) - Method in class org.archive.wayback.resourceindex.filters.MimeTypeFilter
 
setIncludeMatches(boolean) - Method in class org.archive.wayback.resourceindex.filters.FilePrefixFilter
 
setIncludes(List<String>) - Method in class org.archive.wayback.resourceindex.filters.HttpCodeFilter
 
setIncoming(String) - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
setIncomingDir(String) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
setInCSS(boolean) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
setIndex(LocalResourceIndex) - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
setInHTML(boolean) - Method in class org.archive.wayback.util.htmllex.ParseContext
set to true when any HTML open tag is found.
setInJS(boolean) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
setInner(AccessPoint) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
setInputStream(InputStream) - Method in class org.archive.wayback.core.Resource
 
setInScriptText(boolean) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
setInsert(String) - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
setInsertAtEnd(boolean) - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
setInsertAtStart(boolean) - Method in class org.archive.wayback.proxy.ProxyHTMLMarkupReplayRenderer
 
setInternalPort(int) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
setInterstitialJsp(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setInterval(long) - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
setInterval(long) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
setInterval(long) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
setInterval(long) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
setIsOutputRobot(boolean) - Method in class org.archive.wayback.resourceindex.cdx.SearchResultToCDXLineAdapter
 
setJavascriptErrorJsp(String) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
setJsBlockTrans(StringTransformer) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
StringTransformer used for rewriting JavaScript code block (<SCRIPT> and javascript: attribute).
setJsBlockTrans(StringTransformer) - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter
set StringTransformer for rewriting JavaScript attribute values.
setJSContext(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setJsp(String) - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
setJspExec(JSPExecutor) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setJspHandler(String) - Method in class org.archive.wayback.exception.CustomNotInArchiveExceptionRenderer
Deprecated.
 
setJspInsertPath(String) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
setJspInserts(List<String>) - Method in class org.archive.wayback.replay.TextReplayRenderer
 
setJspPath(String) - Method in class org.archive.wayback.replay.html.rules.JSPExecRule
 
setJsTransformer(StringTransformer) - Method in class org.archive.wayback.replay.html.transformer.URLStringTransformer
transformer for javascript: URIs.
setKeyMaker(URLKeyMaker) - Method in class org.archive.wayback.util.url.KeyMakerUrlCanonicalizer
 
setLast(boolean) - Method in class org.archive.cdxserver.CDXQuery
 
setLast(CaptureSearchResult) - Method in class org.archive.wayback.partition.NotableResultExtractor
 
setLastCapture(Date) - Method in class org.archive.wayback.core.UrlSearchResult
 
setLastCapture(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setLastMark(String) - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
setLastSkipTimestamp(boolean) - Method in class org.archive.cdxserver.CDXQuery
 
setLatestTimestamp(String) - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
setLimit(int) - Method in class org.archive.cdxserver.CDXQuery
 
setLimit(int) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
setLine(String) - Method in class org.archive.wayback.replay.html.rewrite.ExtractJSLine
 
setLiveweb(LiveWebCache) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
setLiveWebAvailable(boolean) - Method in exception org.archive.wayback.exception.WaybackException
Set if target URL is available on live Web.
setLiveWebEmbedRequest(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setLiveWebGone() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
setLiveWebHandler(LiveWebRequestHandler) - Method in class org.archive.wayback.webapp.DefaultLiveWebRedirector
 
setLiveWebPrefix(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setLiveWebPrefix(String) - Method in class org.archive.wayback.webapp.DefaultLiveWebRedirector
 
setLiveWebRedirector(LiveWebRedirector) - Method in class org.archive.wayback.webapp.AccessPoint
 
setLiveWebRequest(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setLoader(BlockLoader) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
setLocale(Locale) - Method in class org.archive.wayback.core.WaybackRequest
Set the Locale for the request, which impacts UI Strings
setLocale(Locale) - Method in class org.archive.wayback.webapp.AccessPoint
 
setLocalhostNames(List<String>) - Method in class org.archive.wayback.proxy.ProxyArchivalRequestParser
 
setLocalhostNames(List<String>) - Method in class org.archive.wayback.proxy.ProxyReplayRequestParser
 
setLocalhostNames(List<String>) - Method in class org.archive.wayback.proxy.ProxyRequestParser
 
setLocationDB(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
setLocationDB(ResourceFileLocationDB) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
setLogPath(String) - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
setMainCluster(ZipNumCluster) - Method in class org.archive.cdxserver.HowManyController
 
setMapPath(String) - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
setMapper(RequestMapper) - Method in class org.archive.wayback.util.webapp.RequestFilter
 
setMarkPrefixQueries(boolean) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setMatchHost(String) - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
optional host name Referer URL should match.
setMatchingCount(long) - Method in class org.archive.wayback.core.SearchResults
 
setMatchOnce(boolean) - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer
 
setMatchPort(int) - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
optional port number Referer URL should match.
setMatchType(UrlSurtRangeComputer.MatchType) - Method in class org.archive.cdxserver.CDXQuery
 
setMatchType(UrlSurtRangeComputer.MatchType) - Method in class org.archive.cdxserver.HowManyController.FormCommand
 
setMatchTypeStr(String) - Method in class org.archive.cdxserver.CDXQuery
 
setMaxARCSize(long) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
setMaxBlocks(int) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
setMaxCacheMS(long) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
setMaxHostConnections(int) - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
setMaxHostConnections(int) - Method in class org.archive.wayback.resourceindex.ziplines.GenericBlockLoader
 
setMaxHostConnections(int) - Method in class org.archive.wayback.resourceindex.ziplines.Http11BlockLoader
 
setMaxLines(int, String) - Method in class org.archive.cdxserver.writer.CDXWriter
 
setMaxLines(int, String) - Method in class org.archive.cdxserver.writer.HttpCDXWriter
 
setMaxPoolWait(int) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
setMaxRecords(int) - Method in class org.archive.wayback.requestparser.BaseRequestParser
 
setMaxRecords(int) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setMaxRecords(int) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
setMaxRedirectAttempts(int) - Method in class org.archive.wayback.webapp.AccessPoint
 
setMaxRobotsSize(int) - Method in class org.archive.wayback.liveweb.LiveRobotsNoCache
 
setMaxSize(long) - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
setMaxTotalConnections(int) - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
setMaxTotalConnections(int) - Method in class org.archive.wayback.resourceindex.ziplines.GenericBlockLoader
 
setMaxTotalConnections(int) - Method in class org.archive.wayback.resourceindex.ziplines.Http11BlockLoader
 
setMaxValue(int) - Method in class org.archive.wayback.util.graph.RegionData
 
setMembers(String[]) - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
Update the list of members of this group.
setMementoAcceptDatetime(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setMementoHandler(MementoHandler) - Method in class org.archive.wayback.webapp.AccessPoint
 
setMementoTimegate() - Method in class org.archive.wayback.core.WaybackRequest
 
setMementoTimemapFormat(String) - Method in class org.archive.wayback.core.WaybackRequest
 
setMerged(String) - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
setMetaMode(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setMethod(String) - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
setMimeContains(List<String>) - Method in class org.archive.wayback.replay.selector.MimeTypeSelector
 
setMimeMatches(List<String>) - Method in class org.archive.wayback.replay.selector.MimeTypeSelector
 
setMimeType(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setMimeType(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setMimeTypeDetectors(List<MimeTypeDetector>) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
setMinUpdateTime(int) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 
setMissingMimeType(String) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
Value of mimetype field indicating Content-Type is unavailable in the response.
setModifyAttributeName(String) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
setModifyDelegator(ParseEventDelegator) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
setMonth(int) - Method in class org.archive.wayback.partition.BubbleCalendarData
setName(String) - Method in class org.archive.wayback.replay.html.rewrite.RewriteRule
Set name explicitly.
setName(String) - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
setName(String) - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
setName(String) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
setNext(CaptureSearchResult) - Method in class org.archive.wayback.partition.NotableResultExtractor
 
setNextResult(CaptureSearchResult) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setNoCollapsePrefix(String[]) - Method in class org.archive.cdxserver.CDXServer
 
setNoMatchesDefault(boolean) - Method in class org.archive.wayback.authenticationcontrol.PathMappingBooleanOperator
 
setNonProxyAccessPoint(AccessPoint) - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
setNumCaptures(long) - Method in class org.archive.wayback.core.UrlSearchResult
 
setNumCaptures(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setNumRequested(long) - Method in class org.archive.wayback.core.SearchResults
 
setNumVersions(long) - Method in class org.archive.wayback.core.UrlSearchResult
 
setNumVersions(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setObjectEmbedContext(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setOffset(int) - Method in class org.archive.cdxserver.CDXQuery
 
setOffset(long) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setOffset(long) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setOperand(BooleanOperator<E>) - Method in class org.archive.wayback.util.operator.UnaryBooleanOperator
 
setOperand1(BooleanOperator<E>) - Method in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
setOperand2(BooleanOperator<E>) - Method in class org.archive.wayback.util.operator.BinaryBooleanOperator
 
setOperator(BooleanOperator<WaybackRequest>) - Method in class org.archive.wayback.authenticationcontrol.AccessControlSettingOperation
 
setOraclePolicy(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setOraclePolicy(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setOraclePolicy(String) - Method in class org.archive.wayback.util.htmllex.ParseContext
 
setOracleUrl(String) - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
setOracleUrl(String) - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
 
setOracleUrl(String) - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
Deprecated.
2014-11-06 Use OraclePolicyService
setOracleUrl(String) - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.
 
setOracleUrl(String) - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
setOriginalHost(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setOriginalHost(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setOriginalUrl(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setOriginalUrl(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setOriginalUrl(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setOutput(String) - Method in class org.archive.cdxserver.CDXQuery
 
setOutputCharset(String) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setOutputStream(OutputStream) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setPage(int) - Method in class org.archive.cdxserver.CDXQuery
 
setPageNum(int) - Method in class org.archive.wayback.core.WaybackRequest
 
setPageSize(int) - Method in class org.archive.cdxserver.CDXQuery
 
setPageSize(int) - Method in class org.archive.cdxserver.CDXServer
 
setPageURIConverterFactory(ContextResultURIConverterFactory) - Method in class org.archive.wayback.replay.TextReplayRenderer
set ContextResultURIConverterFactory that creates replacement ResultURIConverter for this TextReplayRenderer.
setParamFile(String) - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
setParamFile(String) - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
setParamIndex(int) - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
setParamIndex(int) - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
setParams(ZipNumParams) - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
setParser(RequestParser) - Method in class org.archive.wayback.webapp.AccessPoint
 
setParserVisitors(List<ReplayParseEventDelegatorVisitor>) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
setParserVisitors(List<ParseEventDelegatorVisitor>) - Method in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
setPassedAdministrative(boolean) - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
setPassedAdministrative() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
setPassedRobots() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
setPassword(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
setPath(String) - Method in class org.archive.wayback.resourceindex.WatchedCDXSource
 
setPath(String) - Method in class org.archive.wayback.resourcestore.indexer.DirectoryIndexQueue
 
setPath(String) - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
 
setPath(String) - Method in class org.archive.wayback.util.bdb.BDBRecordSet
 
setPath(String) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
setPath(byte[]) - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
setPathContains(List<String>) - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
setPathIndex(String) - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PathIndex
 
setPathMap(Map<String, BooleanOperator<WaybackRequest>>) - Method in class org.archive.wayback.authenticationcontrol.PathMappingBooleanOperator
 
setPattern(String) - Method in class org.archive.wayback.util.url.PatternBasedTextProcessor
 
setPattern(String) - Method in class org.archive.wayback.util.url.UriMatchRule
 
setPatterns(List<String>) - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
setPatterns(List<String>) - Method in class org.archive.wayback.resourceindex.filters.FileRegexFilter
 
setPerfCookie(boolean) - Method in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
Set to true if wb_total_perf cookie should be set in the response.
setPerfResponse(PerfWritingHttpServletResponse) - Method in class org.archive.wayback.core.UIResults
Deprecated.
1.8.1, no replacement. this method has no real effect.
setPerfStatsHeader(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setPerfStatsHeaderFormat(PerfStats.OutputFormat) - Method in class org.archive.wayback.webapp.AccessPoint
Format of profiling header field.
setPhase(int) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setPolicyRules(List<RewriteRule>) - Method in class org.archive.wayback.replay.html.rewrite.RewritingStringTransformer
Configure a collection of pre-defined RewriteRules.
setPoolWriters(int) - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
 
setPort(int) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
setPostModifyDelegator(ParseEventDelegator) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
setPreferContains(String) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
substring of filename field identifying preferred archive among multiple copies of the same capture.
setPrefix(String) - Method in class org.archive.wayback.replay.PreservingHttpHeaderProcessor
prefix prepended to the name of headers preserved.
setPrefix(String) - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PrefixLookup
 
setPrefix(String) - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
setPrefix(String) - Method in class org.archive.wayback.resourcestore.resourcefile.JspUrlResourceFileSource
 
setPrefix(String) - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
setPrefix(String) - Method in class org.archive.wayback.webapp.PrefixEmbargoPeriodTuple
 
setPrefixes(String[]) - Method in class org.archive.wayback.resourceindex.filters.FilePrefixFilter
 
setPrefixFilter(CDXFilter) - Method in class org.archive.wayback.resourceindex.cdxserver.WaybackAuthChecker
 
setPrefixList(List<String>) - Method in class org.archive.cdxserver.filter.FilenamePrefixFilter
 
setPrefixMatch(String) - Method in class org.archive.wayback.webapp.FileRegexParamFilterAndFactory
 
setPrefixPath(String) - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PathIndex
 
setPreModifyDelegator(ParseEventDelegator) - Method in class org.archive.wayback.replay.html.ReplayParseEventDelegator
 
setPrev(CaptureSearchResult) - Method in class org.archive.wayback.partition.NotableResultExtractor
 
setPrevResult(CaptureSearchResult) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setProcessAll(boolean) - Method in class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
setProcessAll(boolean) - Method in class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
setProcessingRules(List<CanonicalizationRule>) - Method in class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
 
setProcessors(List<PatternBasedTextProcessor>) - Method in class org.archive.wayback.util.url.UriMatchRule
 
setProps(String) - Method in class org.archive.wayback.util.html.SelectHTML
 
setProxyHostPort(String) - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
setProxyHostPort(String) - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
 
setProxyHostPort(String) - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
setProxyHostPort(String) - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
setProxyHostPort(String) - Method in class org.archive.wayback.liveweb.ARCUnwrappingProxy
 
setProxyHostPort(String) - Method in class org.archive.wayback.liveweb.StdRemoteLiveWebCache
Sets proxy and port (proxy:port).
setProxyHostPort(String) - Method in class org.archive.wayback.resourceindex.ziplines.Http11BlockLoader
 
setProxyInfoJsp(String) - Method in class org.archive.wayback.accesspoint.proxy.AuthProxyConfigSelector
 
setProxyInfoJsp(String) - Method in class org.archive.wayback.accesspoint.proxy.IPProxyConfigSelector
 
setPublicCdxFields(String) - Method in class org.archive.cdxserver.auth.PrivTokenAuthChecker
 
setQuery(QueryRenderer) - Method in class org.archive.wayback.webapp.AccessPoint
 
setQueryCollapseTime(int) - Method in class org.archive.wayback.webapp.AccessPoint
CDXServer collapseTime parameter for capture query.
setQueryContains(List<String>) - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
setQueryMaxLimit(int) - Method in class org.archive.cdxserver.CDXServer
 
setQueryPrefix(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setQueryUriConverter(ResultURIConverter) - Method in class org.archive.wayback.query.Renderer
 
setQueue(IndexQueue) - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
setQueue(IndexQueue) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
setRange(String) - Method in class org.archive.wayback.util.IPRange
 
setRangeString(String) - Method in class org.archive.wayback.util.IPRange
 
setReadTimeout(int) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
setRecorderCacheDir(String) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
setRecurse(boolean) - Method in class org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource
 
setRecursive(boolean) - Method in class org.archive.wayback.resourceindex.WatchedCDXSource
 
setRedirectURI(String) - Method in class org.archive.wayback.proxy.RedirectResultURIConverter
 
setRedirectUrl(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setRedirectUrl(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setRedisConnMan(RedisConnectionManager) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
setRefererAuth(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setRefreshService(ExecutorService) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRefresher
 
setRegex(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrlJSReplayRenderer
regular expression for matching URLs.
setRegex(String) - Method in class org.archive.wayback.replay.html.transformer.JSStringTransformer
a regular expression for searching URLs in the target resource.
setRegex(String) - Method in class org.archive.wayback.replay.html.transformer.RegexReplaceStringTransformer
 
setRegex(String) - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
setRejectRegex(String) - Method in class org.archive.wayback.resourcestore.resourcefile.RegexFilenameFilter
 
setRemoteAuthCookie(String) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
setRemoteAuthCookieIgnoreRobots(String) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
setRemoteCdxHttp(HTTPSeekableLineReaderFactory) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
setRemoteCdxPath(String) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
setRemoveMsg(String) - Method in class org.archive.wayback.replay.html.rewrite.DisableJSBlocksRewriteRule
 
setRenderer(ReplayRenderer) - Method in class org.archive.wayback.replay.selector.BaseReplayRendererSelector
 
setRenderingHints(Graphics2D) - Method in class org.archive.wayback.util.graph.GraphConfiguration
Set whatever redneringHints are needed to properly draw the graph, ie.
setReplace(String) - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
setReplacement(String) - Method in class org.archive.wayback.replay.html.transformer.RegexReplaceStringTransformer
 
setReplaceNext(String) - Method in class org.archive.wayback.replay.html.rewrite.ExtractJSLine
 
setReplay(ReplayDispatcher) - Method in class org.archive.wayback.webapp.AccessPoint
 
setReplayDate(Date) - Method in class org.archive.wayback.core.WaybackRequest
 
setReplayDispatcher(ReplayDispatcher) - Method in class org.archive.wayback.replay.DefaultReplayCaptureSelector
set ReplayDispatcher for selecting the best capture.
setReplayPrefix(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setReplayPrefix(String) - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
optional replay URL prefix used by fallback method.
setReplayRequest() - Method in class org.archive.wayback.core.WaybackRequest
marks this request as a Replay request
setReplayTimestamp(String) - Method in class org.archive.wayback.core.WaybackRequest
 
setReplayURIPrefix(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrlResultURIConverter
 
setRequest(HttpServletRequest) - Method in class org.archive.wayback.core.UIResults
initializes WaybackRequest from HttpServletRequest.
setRequest(WaybackRequest) - Method in class org.archive.wayback.replay.DefaultReplayCaptureSelector
 
setRequest(WaybackRequest) - Method in interface org.archive.wayback.replay.ReplayCaptureSelector
set request information.
setRequestAuth(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setRequestParser(RequestParser) - Method in class org.archive.wayback.accesspoint.AccessPointConfig
 
setRequestPrefix(String) - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
setRequestUrl(String) - Method in class org.archive.wayback.core.WaybackRequest
Set the request URL.
setRequireReferrer(String) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
setResolveRevisits(boolean) - Method in class org.archive.cdxserver.CDXQuery
 
setResourceIndex(ResourceIndex) - Method in class org.archive.wayback.webapp.WaybackCollection
 
setResourceStore(ResourceStore) - Method in class org.archive.wayback.webapp.WaybackCollection
 
setResultBytes(byte[]) - Method in class org.archive.wayback.replay.TextDocument
 
setResultFilters(ObjectFilterChain<CaptureSearchResult>) - Method in class org.archive.wayback.core.WaybackRequest
 
setResults(UIResults) - Method in class org.archive.wayback.partition.BubbleCalendarData
 
setResultsPerPage(int) - Method in class org.archive.wayback.core.WaybackRequest
 
setResumeKey(String) - Method in class org.archive.cdxserver.CDXQuery
 
setRetries(int) - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
setReturnedCount(long) - Method in class org.archive.wayback.core.SearchResults
 
setRewriteDirector(RewriteDirector) - Method in class org.archive.wayback.webapp.AccessPoint
 
setRewriteHttpsOnly(boolean) - Method in class org.archive.wayback.archivalurl.ArchivalURLJSStringTransformerReplayRenderer
 
setRewriteHttpsOnly(boolean) - Method in class org.archive.wayback.archivalurl.ArchivalUrlSAXRewriteReplayRenderer
 
setRewriteHttpsOnly(boolean) - Method in class org.archive.wayback.replay.html.ReplayParseContext
 
setRobotFactory(RobotExclusionFilterFactory) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
setRobotFlag(String) - Method in class org.archive.wayback.core.CaptureSearchResult
Add a flag to robotflags field.
setRobotFlag(char) - Method in class org.archive.wayback.core.CaptureSearchResult
Add a flag to robotflags field.
setRobotFlag(char) - Method in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter.CDXSearchResult
 
setRobotFlags(String) - Method in class org.archive.wayback.core.CaptureSearchResult
Set robot flags field value as a whole.
setRobotFlags(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setRobotFlags(String) - Method in class org.archive.wayback.resourceindex.cdxserver.AccessCheckFilter.CDXSearchResult
 
setRobotFlags(RobotMetaFlags) - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaRule
 
setRobotIgnore() - Method in class org.archive.wayback.core.CaptureSearchResult
 
setRobotNoArchive() - Method in class org.archive.wayback.core.CaptureSearchResult
 
setRobotNoFollow() - Method in class org.archive.wayback.core.CaptureSearchResult
 
setRobotNoIndex() - Method in class org.archive.wayback.core.CaptureSearchResult
 
setRobotsCache(SimpleRedisRobotsCache) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 
setRobotsExclusions(RedisRobotExclusionFilterFactory) - Method in class org.archive.wayback.resourceindex.cdxserver.WaybackAuthChecker
 
setRobotTimedOut() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
setRules(List<ExtractInsertTransformer.Rule>) - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer
 
setRunInterval(int) - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
setSawAdministrative() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
setSawRobots() - Method in class org.archive.wayback.resourceindex.filterfactory.ExclusionCaptureFilterGroup
 
setScriptPath(String) - Method in class org.archive.wayback.resourceindex.filters.BeanShellFilter
 
setSearchUrlBase(String) - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
setSearchUrlBase(String) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
setSelectors(List<ReplayRendererSelector>) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
 
setSelfRedirectCanonicalizer(UrlCanonicalizer) - Method in class org.archive.wayback.webapp.AccessPoint
Optional
setSelfRedirFilter(SelfRedirectFilter) - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
setSelfRedirFilter(SelfRedirectFilter) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
setServerPrefix(String) - Method in class org.archive.wayback.core.WaybackRequest
Deprecated.
use AccessPoint.set*Prefix
setServeStatic(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setServletContext(ServletContext) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
 
setServletContext(ServletContext) - Method in interface org.archive.wayback.util.webapp.RequestHandler
Called before registerPortListener(), to enable the registration process and subsequent handleRequest() calls to access the ServletContext, via the getServletContext() method.
setShowDupeCount(boolean) - Method in class org.archive.cdxserver.CDXQuery
 
setShowGroupCount(boolean) - Method in class org.archive.cdxserver.CDXQuery
 
setShowNumPages(boolean) - Method in class org.archive.cdxserver.CDXQuery
 
setShowPagedIndex(boolean) - Method in class org.archive.cdxserver.CDXQuery
 
setShowResumeKey(boolean) - Method in class org.archive.cdxserver.CDXQuery
 
setShowUniqCount(boolean) - Method in class org.archive.cdxserver.CDXQuery
 
setShutdownables(List<Shutdownable>) - Method in class org.archive.wayback.webapp.WaybackCollection
 
setSkipHost(String) - Method in class org.archive.wayback.webapp.LiveWebAccessPoint
 
setSkipPrefix(String) - Method in class org.archive.wayback.resourcestore.FlexResourceStore.PrefixLookup
 
setSniffLength(int) - Method in class org.archive.wayback.replay.mimetype.SimpleMimeTypeDetector
number of bytes to read from resource.
setSocketTimeoutMS(int) - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
setSocketTimeoutMS(int) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
setSocketTimeoutMS(int) - Method in class org.archive.wayback.resourceindex.ziplines.Http11BlockLoader
 
setSocketTimeoutMs(int) - Method in class org.archive.wayback.resourcestore.locationdb.FileProxyServlet
 
setSort(CDXQuery.SortType) - Method in class org.archive.cdxserver.CDXQuery
 
setSource(SearchResultSource) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setSourceEncoding(String) - Method in class org.archive.wayback.util.url.UriTranscoder
 
setSources(List<SearchResultSource>) - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
setSources(List<FlexResourceStore.SourceResolver>) - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
setSources(List<ResourceFileSource>) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
setSse(int) - Method in class org.archive.wayback.util.Timestamp
set internal structure using seconds since the epoch integer argument
setStartAfter(String) - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
setStartDate(Date) - Method in class org.archive.wayback.core.WaybackRequest
 
setStartJsp(String) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
 
setStartTimestamp(String) - Method in class org.archive.wayback.core.WaybackRequest
 
setStartYear(int) - Method in class org.archive.wayback.util.Timestamp
Set the mimimum year for the service.
setState(int) - Method in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
setStateDir(String) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
setStaticExclusions(ArrayList<ExclusionFilterFactory>) - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
setStaticPrefix(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setStatusLiveWebPolicy(Properties) - Method in class org.archive.wayback.webapp.DefaultLiveWebRedirector
 
setStores(List<ResourceStore>) - Method in class org.archive.wayback.resourcestore.MultipleResourceStore
 
setSurtMode(boolean) - Method in class org.archive.cdxserver.BaseCDXServer
 
setTagName(String) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
setTarget(String) - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
setTarget(IndexClient) - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
setTarget(String) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
setTargetEncoding(String) - Method in class org.archive.wayback.util.url.UriTranscoder
 
setTargetJsp(String) - Method in class org.archive.wayback.replay.JSPReplayRenderer
 
setTargetTimestamp(String) - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
setText(String) - Method in class org.archive.wayback.replay.html.rules.StaticStringRule
 
setTimelineAutoResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTimelineDayResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTimelineHourResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTimelineMonthResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTimelineTwoMonthResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTimelineYearResolution() - Method in class org.archive.wayback.core.WaybackRequest
 
setTimeout(int) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisConnectionManager
 
setTimestampDedupLength(int) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
The number of digits of timestamp used for culling (deduplicating) captures in CDX query result.
setTimestampDedupLength(int) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
setTimestampDedupLength(int) - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
setTimestampDedupLength(int) - Method in class org.archive.wayback.webapp.DuplicateFiltersFactory
 
setTimestampSearch(boolean) - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
setTimestampSearch(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setTimestampSearchKey(boolean) - Method in class org.archive.wayback.core.WaybackRequest
Add timestamp as well as url key to optimize loading for only a certain time range However, may not find all revisit records
setTmpDir(String) - Method in class org.archive.wayback.resourceindex.updater.IndexClient
 
setTo(String) - Method in class org.archive.cdxserver.CDXQuery
 
setTotalMatches(long) - Method in class org.archive.wayback.resourceindex.ziplines.SkippingStringPrefixIterator
 
setTransformer(StringTransformer) - Method in class org.archive.wayback.archivalurl.ArchivalURLJSStringTransformerReplayRenderer
 
setTransformer(StringTransformer) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
setTransformer(StringTransformer) - Method in class org.archive.wayback.replay.html.rules.JSContentRule
 
setTransformer(StringTransformer) - Method in class org.archive.wayback.replay.html.rules.StyleContentRule
 
setTransformers(List<StringTransformer>) - Method in class org.archive.wayback.replay.html.transformer.CompositeStringTransformer
 
setTruncated(boolean) - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
setTrustedProxies(List<String>) - Method in class org.archive.wayback.authenticationcontrol.IPMatchesBooleanOperator
 
setTryFuzzyMatch(boolean) - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
setTuples(List<PrefixEmbargoPeriodTuple>) - Method in class org.archive.wayback.webapp.PrefixEmbargoResultFilterFactory
 
setUnescapeAttributeValues(boolean) - Method in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
Deprecated.
1.8.1/05-23-2014 property moved to StandardAttributeRewriter This property still works, but only with StandardAttributeRewriter.
setUnescapeAttributeValues(boolean) - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter
set this property false if you want to disable unescaping (and corresponding re-escaping) of attribute values.
setUntilAny(String) - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
setUntrustfulMimeTypes(List<String>) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
A list of mimetype values that cannot be fully trusted.
setupResponse(HttpServletResponse) - Method in exception org.archive.wayback.exception.AuthenticationControlException
 
setupResponse(HttpServletResponse) - Method in exception org.archive.wayback.exception.WaybackException
 
setupResponse(HttpServletResponse) - Method in exception org.archive.wayback.memento.TimeGateBadQueryException
 
setUriConverter(ResultURIConverter) - Method in class org.archive.wayback.webapp.AccessPoint
Refactoring: remove this method.
setUriConverterFactory(ContextResultURIConverterFactory) - Method in class org.archive.wayback.accesspoint.CompositeAccessPoint
set ContextResultURIConverterFactory used for creating ResultURIConverter for each sub-AccessPoint.
setUrl(String) - Method in class org.archive.cdxserver.CDXQuery
 
setUrl(String) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
 
setUrlBase(String) - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
setUrlContainsAll(List<String>) - Method in class org.archive.wayback.replay.selector.PathMatchSelector
 
setUrlJsp(String) - Method in class org.archive.wayback.query.Renderer
 
setUrlKey(String) - Method in class org.archive.wayback.core.CaptureSearchResult
 
setUrlKey(String) - Method in class org.archive.wayback.core.FastCaptureSearchResult
 
setUrlKey(String) - Method in class org.archive.wayback.core.UrlSearchResult
 
setUrlkeyContains(String) - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer.Rule
 
setUrlQueryRequest() - Method in class org.archive.wayback.core.WaybackRequest
marks this request as an Url Query request
setUrlRoot(String) - Method in class org.archive.wayback.webapp.AccessPoint
Deprecated.
use setQueryPrefix, setReplayPrefix, setStaticPrefix
setUrlScope(String) - Method in class org.archive.wayback.replay.html.transformer.RegexReplaceStringTransformer
urlkey substring for conditional application of this transformation.
setUseAnchorWindow(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
 
setUseCollection(boolean) - Method in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect
whether replay URL has collection part.
setUserAgent(String) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
setUserAgent(String) - Method in class org.archive.wayback.liveweb.URLtoARCCacher
 
setUseServerName(boolean) - Method in class org.archive.wayback.webapp.AccessPoint
Deprecated.
no longer used, use {replay,query,static}Prefix
setWantUserInfo(boolean) - Method in class org.archive.wayback.resourceindex.filters.UserInfoInAuthorityFilter
 
setWarcFileHeader(String) - Method in class org.archive.wayback.webapp.AccessPoint
 
setWebCache(LiveWebCache) - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
setWhereAttributeName(String) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
setWhereAttributeValue(String) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
setWho(String) - Method in class org.archive.wayback.exception.AnnotationExceptionRenderer
Deprecated.
 
setWho(String) - Method in class org.archive.wayback.resourceindex.filters.OracleAnnotationFilter
 
setXmlCaptureJsp(String) - Method in class org.archive.wayback.query.Renderer
 
setXmlErrorJsp(String) - Method in class org.archive.wayback.exception.BaseExceptionRenderer
 
setXMLMode(boolean) - Method in class org.archive.wayback.core.WaybackRequest
 
setXmlUrlJsp(String) - Method in class org.archive.wayback.query.Renderer
 
setZipnumSource(ZipNumCluster) - Method in class org.archive.cdxserver.CDXServer
 
shouldDetectMimeType(String) - Method in class org.archive.wayback.replay.SelectorReplayDispatcher
check if mime-type detection is suggested for mimeType.
showDupeCount - Variable in class org.archive.cdxserver.processor.DupeCountProcessor
 
shutdown() - Method in class org.archive.wayback.accesscontrol.CompositeExclusionFilterFactory
 
shutdown() - Method in interface org.archive.wayback.accesscontrol.ExclusionFilterFactory
close any resources used by this ExclusionFilter system.
shutdown() - Static method in class org.archive.wayback.accesscontrol.ExternalExcluder
shutdown underlying resources.
shutdown() - Method in class org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilterFactory
 
shutdown() - Method in class org.archive.wayback.accesscontrol.oracleclient.OraclePolicyService
 
shutdown() - Method in class org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
Deprecated.
 
shutdown() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotExclusionFilterFactory
 
shutdown() - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
shutdown() - Method in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
 
shutdown() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilterFactory
 
shutdown() - Method in class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
shutdown() - Method in class org.archive.wayback.liveweb.ARCCacheDirectory
shut down the ARC Writer pool.
shutdown() - Method in class org.archive.wayback.liveweb.ARCRecordingProxy
 
shutdown() - Method in class org.archive.wayback.liveweb.ArcRemoteLiveWebCache
 
shutdown() - Method in class org.archive.wayback.liveweb.LiveRobotsNoCache
 
shutdown() - Method in interface org.archive.wayback.liveweb.LiveWebCache
closes all resources
shutdown() - Method in class org.archive.wayback.liveweb.StdRemoteLiveWebCache
 
shutdown() - Method in class org.archive.wayback.resourceindex.bdb.BDBIndex
 
shutdown() - Method in class org.archive.wayback.resourceindex.cdx.CDXIndex
 
shutdown() - Method in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
shutdown() - Method in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
shutdown() - Method in class org.archive.wayback.resourceindex.distributed.AlphaPartitionedIndex
 
shutdown() - Method in class org.archive.wayback.resourceindex.distributed.RangeGroup
 
shutdown() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
shutdown() - Method in class org.archive.wayback.resourceindex.LocalResourceIndex
 
shutdown() - Method in class org.archive.wayback.resourceindex.NutchResourceIndex
 
shutdown() - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
shutdown() - Method in interface org.archive.wayback.resourceindex.SearchResultSource
 
shutdown() - Method in interface org.archive.wayback.ResourceIndex
Release any resources used by this ResourceIndex cleanly
shutdown() - Method in class org.archive.wayback.resourceindex.updater.LocalResourceIndexUpdater
 
shutdown() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
shutdown() - Method in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
shutdown() - Method in class org.archive.wayback.resourcestore.FlexResourceStore
 
shutdown() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
 
shutdown() - Method in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
shutdown() - Method in class org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB
 
shutdown() - Method in class org.archive.wayback.resourcestore.locationdb.FlatFileResourceFileLocationDB
This method currently does nothing.
shutdown() - Method in class org.archive.wayback.resourcestore.locationdb.RemoteResourceFileLocationDB
 
shutdown() - Method in interface org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDB
 
shutdown() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
shutdown() - Method in class org.archive.wayback.resourcestore.LocationDBResourceStore
 
shutdown() - Method in class org.archive.wayback.resourcestore.MultipleResourceStore
 
shutdown() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 
shutdown() - Method in interface org.archive.wayback.ResourceStore
Release any resources used by this ResourceIndex cleanly
shutdown() - Method in class org.archive.wayback.resourcestore.SimpleResourceStore
 
shutdown() - Method in interface org.archive.wayback.Shutdownable
Release any resources used by this ResourceIndex cleanly
shutdown() - Method in class org.archive.wayback.util.webapp.RequestMapper
notify all registered ShutdownListener objects that the ServletContext is being destroyed.
shutdown() - Method in interface org.archive.wayback.util.webapp.ShutdownListener
Called when the ServletContext is being destroyed.
shutdown() - Method in class org.archive.wayback.webapp.AccessPoint
Release any resources associated with this AccessPoint, including stopping any background processing threads
shutdown() - Method in class org.archive.wayback.webapp.AccessPoint.SingleLoadResourceStore
 
shutdown() - Method in class org.archive.wayback.webapp.WaybackCollection
close/release any resources held by this WaybackCollection
Shutdownable - Interface in org.archive.wayback
 
shutdownDB() - Method in class org.archive.wayback.util.bdb.BDBRecordSet
shut down the BDB.
ShutdownListener - Interface in org.archive.wayback.util.webapp
Interface representing a desire to be notified when the containing ServletContext is being destroyed.
SimpleMimeTypeDetector - Class in org.archive.wayback.replay.mimetype
Simple MimeTypeDetector implementation.
SimpleMimeTypeDetector() - Constructor for class org.archive.wayback.replay.mimetype.SimpleMimeTypeDetector
 
SimpleRedisRobotsCache - Class in org.archive.wayback.accesscontrol.robotstxt.redis
 
SimpleRedisRobotsCache() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
SimpleResourceStore - Class in org.archive.wayback.resourcestore
Implements ResourceStore where ARC/WARCs are accessed via a local file or an HTTP 1.1 range request.
SimpleResourceStore() - Constructor for class org.archive.wayback.resourcestore.SimpleResourceStore
 
SingleLoadResourceStore(ResourceStore) - Constructor for class org.archive.wayback.webapp.AccessPoint.SingleLoadResourceStore
 
size() - Method in class org.archive.wayback.core.CaptureSearchResults
 
size() - Method in class org.archive.wayback.core.UrlSearchResults
 
skip(long) - Method in class org.archive.wayback.core.Resource
 
skip(long) - Method in class org.archive.wayback.replay.CompositeResource
 
skipCount - Variable in class org.archive.cdxserver.processor.GroupCountProcessor
 
SkippingStringPrefixIterator - Class in org.archive.wayback.resourceindex.ziplines
 
SkippingStringPrefixIterator(Iterator<String>, String, long) - Constructor for class org.archive.wayback.resourceindex.ziplines.SkippingStringPrefixIterator
 
SkippingStringPrefixIterator(Iterator<String>, String) - Constructor for class org.archive.wayback.resourceindex.ziplines.SkippingStringPrefixIterator
 
sniff(Resource) - Method in class org.archive.wayback.replay.charset.BaseEncodingSniffer
 
sniff(Resource) - Method in class org.archive.wayback.replay.charset.ByteOrderMarkSniffer
 
sniff(Resource) - Method in class org.archive.wayback.replay.charset.ContentTypeHeaderSniffer
 
sniff(Resource) - Method in interface org.archive.wayback.replay.charset.EncodingSniffer
 
sniff(Resource) - Method in class org.archive.wayback.replay.charset.PrescanMetadataSniffer
 
sniff(Resource) - Method in class org.archive.wayback.replay.charset.UniversalChardetSniffer
 
sniff(Resource) - Method in interface org.archive.wayback.replay.mimetype.MimeTypeDetector
 
sniff(Resource) - Method in class org.archive.wayback.replay.mimetype.SimpleMimeTypeDetector
 
source - Variable in class org.archive.wayback.replay.DecodingResource
 
source - Variable in class org.archive.wayback.resourceindex.LocalResourceIndex
 
sources - Variable in class org.archive.wayback.resourceindex.CompositeSearchResultSource
 
sources - Variable in class org.archive.wayback.resourcestore.FlexResourceStore
 
SPACE - Static variable in class org.archive.wayback.util.http.HttpMessage
 
spaceToNBSP(String) - Method in class org.archive.wayback.util.StringFormatter
Convert...
SpecificCaptureReplayException - Exception in org.archive.wayback.exception
 
SpecificCaptureReplayException(String) - Constructor for exception org.archive.wayback.exception.SpecificCaptureReplayException
 
SpecificCaptureReplayException(String, String, String) - Constructor for exception org.archive.wayback.exception.SpecificCaptureReplayException
 
SpecificCaptureReplayException(String, String) - Constructor for exception org.archive.wayback.exception.SpecificCaptureReplayException
 
specificity() - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter.TransformAttr
 
specificity() - Method in class org.archive.wayback.archivalurl.StandardAttributeRewriter.TransformAttrIfAttrValue
 
SpringReader - Class in org.archive.wayback.util.webapp
Single static method to read a Spring XML configuration, extract RequestHandlers, and return a RequestMapper which delegates requests to those RequestHandlers.
SpringReader() - Constructor for class org.archive.wayback.util.webapp.SpringReader
 
SRCSET_MEMBER - Static variable in class org.archive.wayback.replay.html.transformer.SrcsetStringTransformer
 
SrcsetStringTransformer - Class in org.archive.wayback.replay.html.transformer
StringTransformer that rewrites URLs in SRCSET attribute.
SrcsetStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.SrcsetStringTransformer
 
srcsetUrlPattern - Static variable in class org.archive.wayback.replay.html.transformer.SrcsetStringTransformer
 
sse() - Method in class org.archive.wayback.util.Timestamp
 
StandardAttributeRewriter - Class in org.archive.wayback.archivalurl
Standard implementation of AttributeRewriter.
StandardAttributeRewriter() - Constructor for class org.archive.wayback.archivalurl.StandardAttributeRewriter
 
StandardAttributeRewriter.TransformAttr - Class in org.archive.wayback.archivalurl
 
StandardAttributeRewriter.TransformAttrIfAttrValue - Class in org.archive.wayback.archivalurl
 
StandardCharsetDetector - Class in org.archive.wayback.replay.charset
CharsetDetector that roughly follows steps prescribed by WHAT-WG recommendation:, with following simplifications: no support for inheriting parent browsing context's character encoding (information is not readily available to Wayback) default is fixed to UTF-8, regardless of user's locale (a crawler's locale information is not readily available to Wayback) does not support confidence, thus does not support encoding switching (this is more about CharsetDetector's design)
StandardCharsetDetector() - Constructor for class org.archive.wayback.replay.charset.StandardCharsetDetector
 
STAR - Static variable in class org.archive.wayback.archivalurl.ArchivalUrl
 
START_ARGUMENT - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
START_PAGE - Static variable in class org.archive.wayback.requestparser.OpenSearchRequestParser
CGI argument name for page number of results, 1 based
StartDateFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes all records until 1 is found before start date then it aborts processing.
StartDateFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.StartDateFilter
 
startMatch - Variable in class org.archive.wayback.resourceindex.ziplines.StringBoundedRangeIterator
 
startNow() - Method in class org.archive.wayback.webapp.PerfStats.PerfStatEntry
 
StartOffsetCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
StartOffsetCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.StartOffsetCDXField
 
STATE_IN_NOSCRIPT - Static variable in class org.archive.wayback.archivalurl.FastArchivalUrlReplayParseEventHandler
The key in context for storing state being inside a
STATE_SYNCHED - Static variable in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
STATE_SYNCHING - Static variable in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
STATE_UNKNOWN - Static variable in class org.archive.wayback.resourceindex.cdx.dynamic.DynamicCDXIndex
 
StaticFileRequestHandler - Class in org.archive.wayback.util.webapp
RequestHandler implementation which allows serving of static files, and .jsp files within a ServletContext.
StaticFileRequestHandler() - Constructor for class org.archive.wayback.util.webapp.StaticFileRequestHandler
 
StaticListExclusionFilter - Class in org.archive.wayback.accesscontrol.staticmap
 
StaticListExclusionFilter(TreeSet<String>, UrlCanonicalizer) - Constructor for class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilter
 
StaticListExclusionFilterFactory - Class in org.archive.wayback.accesscontrol.staticmap
 
StaticListExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.staticmap.StaticListExclusionFilterFactory
 
StaticMapExclusionFilter - Class in org.archive.wayback.accesscontrol.staticmap
 
StaticMapExclusionFilter(Map<String, Object>, UrlCanonicalizer) - Constructor for class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilter
 
StaticMapExclusionFilterFactory - Class in org.archive.wayback.accesscontrol.staticmap
 
StaticMapExclusionFilterFactory() - Constructor for class org.archive.wayback.accesscontrol.staticmap.StaticMapExclusionFilterFactory
 
StaticStringRule - Class in org.archive.wayback.replay.html.rules
 
StaticStringRule() - Constructor for class org.archive.wayback.replay.html.rules.StaticStringRule
 
status - Variable in exception org.archive.wayback.exception.ResourceNotAvailableException
 
status - Variable in class org.archive.wayback.resourcestore.jwat.JWATResource
 
STATUS_DONE - Static variable in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
STATUS_FAIL - Static variable in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
STATUS_RETRY - Static variable in interface org.archive.wayback.resourcestore.indexer.IndexQueue
 
statusLiveWebPolicy - Variable in class org.archive.wayback.webapp.DefaultLiveWebRedirector
 
StdRemoteLiveWebCache - Class in org.archive.wayback.liveweb
This class fetches resource from live web.
StdRemoteLiveWebCache() - Constructor for class org.archive.wayback.liveweb.StdRemoteLiveWebCache
StdRemoteLiveWebCache constructor initializes and configures connection objects.
store(File) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
store(Iterator<String>) - Method in class org.archive.wayback.util.flatfile.FlatFile
 
StringBoundedRangeIterator - Class in org.archive.wayback.resourceindex.ziplines
 
StringBoundedRangeIterator(Iterator<String>, String, String, boolean) - Constructor for class org.archive.wayback.resourceindex.ziplines.StringBoundedRangeIterator
 
StringFormatter - Class in org.archive.wayback.util
An class which assists in UI generation, primarily through Locale-aware String formatting, and also helps in escaping (hopefully properly) Strings for use in HTML.
StringFormatter(ResourceBundle) - Constructor for class org.archive.wayback.util.StringFormatter
Construct a StringFormatter...
StringFormatter(ResourceBundle, Locale) - Constructor for class org.archive.wayback.util.StringFormatter
Construct a StringFormatter...
StringHttpServletResponseWrapper - Class in org.archive.wayback.replay
 
StringHttpServletResponseWrapper(HttpServletResponse) - Constructor for class org.archive.wayback.replay.StringHttpServletResponseWrapper
 
StringPrefixIterator - Class in org.archive.wayback.resourceindex.ziplines
Iterator decorator, which assumes the decorated is in SORTED order.
StringPrefixIterator(Iterator<String>, String) - Constructor for class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
stringToBytes(String) - Static method in class org.archive.wayback.util.bdb.BDBRecordSet
 
StringTransformer - Interface in org.archive.wayback.replay.html
Transforms text with certain rewrite rules.
stripDefaultPortFromUrl(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Attempt to strip default ports out of URL strings.
stripHTML() - Method in class org.archive.wayback.replay.TextDocument
 
stripURLScheme(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Attempt to extract the path component of a url String argument.
STYLE_TAG_NAME - Static variable in class org.archive.wayback.util.htmllex.NodeUtils
 
StyleContentRule - Class in org.archive.wayback.replay.html.rules
 
StyleContentRule() - Constructor for class org.archive.wayback.replay.html.rules.StyleContentRule
 
subtract(ResourceFileList) - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileList
 
surtMode - Variable in class org.archive.cdxserver.BaseCDXServer
 
SURTTokenizer - Class in org.archive.wayback.surt
provides iterative Url reduction for prefix matching to find ever coarser grained URL-specific configuration.
SURTTokenizer(String, boolean) - Constructor for class org.archive.wayback.surt.SURTTokenizer
constructor
SWFReplayRenderer - Class in org.archive.wayback.replay.swf
ReplayRenderer which passes embedded URLs inside flash (SWF) format content through a ResultURIConverter, allowing them to be rewritten.
SWFReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.replay.swf.SWFReplayRenderer
 
SWITCH_COLLECTION_PATH - Static variable in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
synchronize(File) - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
synchronizeIncoming() - Method in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
synchronizeSources() - Method in class org.archive.wayback.resourcestore.resourcefile.ResourceFileSourceUpdater
 

T

TagMagix - Class in org.archive.wayback.replay
Library for updating arbitrary attributes in arbitrary tags to rewrite HTML documents so URI references point back into the Wayback Machine.
TagMagix() - Constructor for class org.archive.wayback.replay.TagMagix
 
targetTimestamp - Variable in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
text - Variable in class org.archive.wayback.replay.html.rules.StaticStringRule
 
TextDocument - Class in org.archive.wayback.replay
Class which wraps functionality for converting a Resource(InputStream + HTTP headers) into a StringBuilder, performing several common URL resolution methods against that StringBuilder, inserting arbitrary Strings into the page, and then converting the page back to a byte array.
TextDocument(Resource, CaptureSearchResult, ResultURIConverter) - Constructor for class org.archive.wayback.replay.TextDocument
 
TextReplayRenderer - Class in org.archive.wayback.replay
ReplayRenderer for rewriting textual resource with TextDocument.
TextReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.replay.TextReplayRenderer
 
TIMEBUNDLE - Static variable in interface org.archive.wayback.memento.MementoConstants
 
TIMEBUNDLE_RESPONSE_CODE - Static variable in interface org.archive.wayback.memento.MementoConstants
 
timeEnd(Enum<?>) - Static method in class org.archive.wayback.webapp.PerfStats
 
timeEnd(Enum<?>, boolean) - Static method in class org.archive.wayback.webapp.PerfStats
 
timeEnd(String) - Static method in class org.archive.wayback.webapp.PerfStats
 
timeEnd(String, boolean) - Static method in class org.archive.wayback.webapp.PerfStats
 
TIMEGATE - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
TIMEGATE - Static variable in interface org.archive.wayback.memento.MementoConstants
 
TIMEGATE_JSP_HANDLER - Static variable in interface org.archive.wayback.memento.MementoConstants
 
TIMEGATE_PREFIX_CONFIG - Static variable in interface org.archive.wayback.memento.MementoConstants
 
TimeGateBadQueryException - Exception in org.archive.wayback.memento
 
TimeGateBadQueryException(String, String) - Constructor for exception org.archive.wayback.memento.TimeGateBadQueryException
 
timegateUrl - Variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
TIMEMAP - Static variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
TIMEMAP - Static variable in interface org.archive.wayback.memento.MementoConstants
 
TimeMapRequestParser - Class in org.archive.wayback.memento
Class which parses TimeMap requests (/timemap/FORMAT/URL)
TimeMapRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.memento.TimeMapRequestParser
 
timemapUrl - Variable in class org.archive.cdxserver.writer.MementoLinkWriter
 
TimeoutArchiveReaderFactory - Class in org.archive.wayback.resourcestore.resourcefile
Sad but needed subclass of the ArchiveReaderFactory, allows config of timeouts for connect and reads on underlying HTTP connections, and overrides the one getArchiveReader(URL,long) method to enable setting the timeouts.
TimeoutArchiveReaderFactory(int, int) - Constructor for class org.archive.wayback.resourcestore.resourcefile.TimeoutArchiveReaderFactory
 
TimeoutArchiveReaderFactory(int) - Constructor for class org.archive.wayback.resourcestore.resourcefile.TimeoutArchiveReaderFactory
 
TimeoutArchiveReaderFactory() - Constructor for class org.archive.wayback.resourcestore.resourcefile.TimeoutArchiveReaderFactory
 
TIMESTAMP - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
Timestamp - Class in org.archive.wayback.util
Represents a moment in time as a 14-digit string, and interally as a Date.
Timestamp() - Constructor for class org.archive.wayback.util.Timestamp
Constructor
Timestamp(String) - Constructor for class org.archive.wayback.util.Timestamp
Construct and initialize structure from a 14-digit String timestamp.
Timestamp(int) - Constructor for class org.archive.wayback.util.Timestamp
Construct and initialize structure from an integer number of seconds since the epoch.
Timestamp(Date) - Constructor for class org.archive.wayback.util.Timestamp
Construct and initialize structure from an Date
TimestampCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
TimestampCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.TimestampCDXField
 
TIMESTAMPCTX_REGEX - Static variable in class org.archive.wayback.archivalurl.requestparser.ReplayRequestParser
 
timestampDedupLength - Variable in class org.archive.cdxserver.processor.DupeTimestampBestStatusFilter
 
timestampDedupLength - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
timestampDedupLength - Variable in class org.archive.wayback.resourceindex.filters.DuplicateTimestampFilter
 
timestampDedupLength - Variable in class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
timestampDedupLength - Variable in class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
timestampDedupLength - Variable in class org.archive.wayback.webapp.DuplicateFiltersFactory
 
timeStart(Enum<?>) - Static method in class org.archive.wayback.webapp.PerfStats
 
timeStart(String) - Static method in class org.archive.wayback.webapp.PerfStats
 
TMP_SUFFIX - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBUpdater
 
toCanonicalStringMap() - Method in class org.archive.wayback.core.SearchResult
 
ToolBarData - Class in org.archive.wayback.partition
 
ToolBarData(UIResults) - Constructor for class org.archive.wayback.partition.ToolBarData
 
toPrefixQueryString(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrl
 
toQueryString(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrl
 
toReplayString(String) - Method in class org.archive.wayback.archivalurl.ArchivalUrl
 
toString() - Method in class org.archive.wayback.archivalurl.ArchivalUrl
 
toString(String, String) - Method in class org.archive.wayback.archivalurl.ArchivalUrl
 
toString() - Method in class org.archive.wayback.core.CaptureSearchResult
 
toString() - Method in class org.archive.wayback.resourceindex.distributed.RangeMember
 
toString() - Method in class org.archive.wayback.resourceindex.ziplines.ZiplinedMultiBlock
 
toString() - Method in class org.archive.wayback.webapp.PerfStats.PerfStatEntry
 
trackLine(CDXLine) - Method in interface org.archive.cdxserver.processor.BaseProcessor
Called on each CDX line, just before timestamp range filtering (to and from parameters), regexp filtering, and collapser processing.
trackLine(CDXLine) - Method in class org.archive.cdxserver.processor.GroupCountProcessor
 
trackLine(CDXLine) - Method in class org.archive.cdxserver.processor.WrappedProcessor
 
trackLine(CDXLine) - Method in class org.archive.cdxserver.writer.CDXWriter
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.rewrite.RewritingStringTransformer
 
transform(ReplayParseContext, String) - Method in interface org.archive.wayback.replay.html.StringTransformer
transforms text with certain rewrite rules.
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.BaseHrefStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.BlockCSSStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.CompositeStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.ExtractInsertTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.IdentityStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.InlineCSSStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.JSStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.MetaRefreshUrlStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.RegexReplaceStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.SrcsetStringTransformer
 
transform(ReplayParseContext, String) - Method in class org.archive.wayback.replay.html.transformer.URLStringTransformer
 
TransformAttr(String, StringTransformer) - Constructor for class org.archive.wayback.archivalurl.StandardAttributeRewriter.TransformAttr
 
TransformAttrIfAttrValue(String, StringTransformer, String, String) - Constructor for class org.archive.wayback.archivalurl.StandardAttributeRewriter.TransformAttrIfAttrValue
 
transformHTTPMime(String) - Method in class org.archive.wayback.resourcestore.indexer.HTTPRecordAnnotater
 
translateRequestPath(HttpServletRequest) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
Deprecated.
translateRequestPath(HttpServletRequest) - Method in interface org.archive.wayback.util.webapp.RequestHandler
 
translateRequestPathQuery(HttpServletRequest) - Method in class org.archive.wayback.util.webapp.AbstractRequestHandler
translateRequestPathQuery(HttpServletRequest) - Method in interface org.archive.wayback.util.webapp.RequestHandler
 
TransparentReplayRenderer - Class in org.archive.wayback.replay
ReplayRenderer implementation which returns the archive document as pristinely as possible -- no modifications to response code, HTTP headers, or original byte-stream.
TransparentReplayRenderer(HttpHeaderProcessor) - Constructor for class org.archive.wayback.replay.TransparentReplayRenderer
 
trimPartsOfCaps(List<Partition<CaptureSearchResult>>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
trimPartsOfParts(List<Partition<Partition<CaptureSearchResult>>>) - Static method in class org.archive.wayback.partition.PartitionsToGraph
 
TrueBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
TrueBooleanOperator() - Constructor for class org.archive.wayback.util.operator.TrueBooleanOperator
 
truncated - Variable in class org.archive.wayback.resourceindex.ziplines.StringPrefixIterator
 
tryFuzzyMatch - Variable in class org.archive.wayback.resourceindex.cdxserver.EmbeddedCDXServerIndex
 
tsToDate(String) - Method in class org.archive.wayback.core.SearchResult
 
tuples - Variable in class org.archive.wayback.webapp.PrefixEmbargoResultFilterFactory
 
TWO_MONTH_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
TWO_YEAR_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
TwoMonthPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on two Month partitions
TwoMonthPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.TwoMonthPartitionSize
 
TwoMonthResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated.
use org.archive.wayback.util.parition.*
TwoMonthResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.TwoMonthResultsPartitioner
Deprecated.
 
twoMonthSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Two Month intervals
TwoMonthTimelineResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated.
use org.archive.wayback.util.parition.*
TwoMonthTimelineResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.TwoMonthTimelineResultsPartitioner
Deprecated.
 
TwoYearPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on two Year partitions
TwoYearPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.TwoYearPartitionSize
 
twoYearSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Two Year intervals
TYPE_CAPTURE - Static variable in class org.archive.wayback.resourceindex.LocalResourceIndex
 
TYPE_REPLAY - Static variable in class org.archive.wayback.resourceindex.LocalResourceIndex
 
TYPE_URL - Static variable in class org.archive.wayback.resourceindex.LocalResourceIndex
 

U

UI_RESOURCE_BUNDLE_NAME - Static variable in class org.archive.wayback.core.UIResults
 
UIResults - Class in org.archive.wayback.core
Simple class which acts as the go-between between Java request handling code and .jsp files which actually draw various forms of results for end user consumption.
UIResults(WaybackRequest, ResultURIConverter) - Constructor for class org.archive.wayback.core.UIResults
Constructor for a "generic" UIResults, where little/no context is available.
UIResults(WaybackRequest, ResultURIConverter, WaybackException) - Constructor for class org.archive.wayback.core.UIResults
Constructor for a "exception" UIResults, where little/no context is available.
UIResults(WaybackRequest, ResultURIConverter, CaptureSearchResults) - Constructor for class org.archive.wayback.core.UIResults
Constructor for "Url Query" UIResults, where the request successfully matched something from the index.
UIResults(WaybackRequest, ResultURIConverter, UrlSearchResults) - Constructor for class org.archive.wayback.core.UIResults
Constructor for "Url Prefix Query" UIResults, where the request successfully matched something from the index.
UIResults(WaybackRequest, ResultURIConverter, CaptureSearchResults, CaptureSearchResult, Resource) - Constructor for class org.archive.wayback.core.UIResults
Constructor for "Replay" UIResults, where the request successfully matched something from the index, the document was retrieved from the ResourceStore, and is going to be shown to the user.
UIResults(HttpServletRequest) - Constructor for class org.archive.wayback.core.UIResults
construct bare minimum UIResults.
UIResults() - Constructor for class org.archive.wayback.core.UIResults
constructor for JSP.
UIRESULTS_ATTRIBUTE - Static variable in class org.archive.wayback.core.UIResults
name of request scope attribute holding UIResults instance.
UnaryBooleanOperator<E> - Class in org.archive.wayback.util.operator
 
UnaryBooleanOperator() - Constructor for class org.archive.wayback.util.operator.UnaryBooleanOperator
 
uniqcount - Static variable in class org.archive.cdxserver.processor.GroupCountProcessor
 
uniqDigestSet - Variable in class org.archive.cdxserver.processor.GroupCountProcessor
 
UniversalChardetSniffer - Class in org.archive.wayback.replay.charset
EncodingSniffer that runs UniversalDetector on the content.
UniversalChardetSniffer() - Constructor for class org.archive.wayback.replay.charset.UniversalChardetSniffer
 
UNTIL - Static variable in interface org.archive.wayback.memento.MementoConstants
 
UNUSABLE_WEIGHT - Static variable in class org.archive.wayback.resourceindex.distributed.RangeMember
 
UpdatableSearchResultSource - Interface in org.archive.wayback.resourceindex
 
updateCache(String, String, String, int, boolean) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.SimpleRedisRobotsCache
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlASXReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlCSSReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalUrlJSReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ArchivalURLJSStringTransformerReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ClientSideHTMLReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.archivalurl.ServerSideHTMLReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.domainprefix.DomainPrefixTextReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.proxy.ProxyHTMLMarkupReplayRenderer
 
updatePage(TextDocument, HttpServletRequest, HttpServletResponse, WaybackRequest, CaptureSearchResult, Resource, ResultURIConverter, CaptureSearchResults) - Method in class org.archive.wayback.replay.TextReplayRenderer
 
updateQueue() - Method in class org.archive.wayback.resourcestore.indexer.IndexQueueUpdater
Add new names to the IndexQueue.
UpdateRobotsRequestHandler - Class in org.archive.wayback.accesscontrol.robotstxt.redis
 
UpdateRobotsRequestHandler() - Constructor for class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 
updateValue(String, RedisRobotsLogic.RedisValue) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
updateValue(String, RedisRobotsLogic.RedisValue, boolean) - Method in class org.archive.wayback.accesscontrol.robotstxt.redis.RedisRobotsLogic
 
UriMatchRule<I extends org.archive.wayback.util.url.UriMatchRuleInput> - Class in org.archive.wayback.util.url
Base abstract class that defines a regexp based URI processor.
UriMatchRule() - Constructor for class org.archive.wayback.util.url.UriMatchRule
 
UriStripper - Class in org.archive.wayback.util.url
 
UriStripper() - Constructor for class org.archive.wayback.util.url.UriStripper
 
UriTranscoder - Class in org.archive.wayback.util.url
Transcode the first group in the matched pattern.
UriTranscoder() - Constructor for class org.archive.wayback.util.url.UriTranscoder
 
url - Variable in class org.archive.wayback.webapp.ServerRelativeArchivalRedirect.ArchivalUrlRef
 
URL_ARGUMENT - Static variable in class org.archive.wayback.resourcestore.locationdb.ResourceFileLocationDBServlet
 
URL_FIRST_CAPTURE_TIMESTAMP - Static variable in class org.archive.wayback.core.UrlSearchResult
 
URL_KEY - Static variable in class org.archive.wayback.core.UrlSearchResult
 
URL_KEY - Static variable in class org.archive.wayback.resourceindex.cdx.format.CDXFormat
 
URL_LAST_CAPTURE_TIMESTAMP - Static variable in class org.archive.wayback.core.UrlSearchResult
 
URL_NUM_CAPTURES - Static variable in class org.archive.wayback.core.UrlSearchResult
 
URL_NUM_VERSIONS - Static variable in class org.archive.wayback.core.UrlSearchResult
 
URL_ORIGINAL_URL - Static variable in class org.archive.wayback.core.UrlSearchResult
 
UrlCanonicalizer - Interface in org.archive.wayback
Interface for implementations that transform an input String URL into a canonical form, suitable for lookups in a ResourceIndex.
urlForPage(int) - Method in class org.archive.wayback.core.UIResults
Create a self-referencing URL that will drive to the given page, simplifying rendering pagination
urlKey - Variable in class org.archive.wayback.core.FastCaptureSearchResult
 
URLKeyCDXField - Class in org.archive.wayback.resourceindex.cdx.format
 
URLKeyCDXField() - Constructor for class org.archive.wayback.resourceindex.cdx.format.URLKeyCDXField
 
UrlLinkExtractor - Class in org.archive.wayback.resourcestore.resourcefile
 
UrlLinkExtractor() - Constructor for class org.archive.wayback.resourcestore.resourcefile.UrlLinkExtractor
 
UrlMatchFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes only records that have url matching aborts as soon as url does not match.
UrlMatchFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.UrlMatchFilter
 
UrlOperations - Class in org.archive.wayback.util.url
Class containing common static URL methods.
UrlOperations() - Constructor for class org.archive.wayback.util.url.UrlOperations
 
UrlPrefixMatchFilter - Class in org.archive.wayback.resourceindex.filters
SearchResultFilter which includes any URL which begins with a given prefix, and aborts processing when any URL does not match the prefix.
UrlPrefixMatchFilter(String) - Constructor for class org.archive.wayback.resourceindex.filters.UrlPrefixMatchFilter
 
UrlSearchResult - Class in org.archive.wayback.core
 
UrlSearchResult() - Constructor for class org.archive.wayback.core.UrlSearchResult
 
UrlSearchResults - Class in org.archive.wayback.core
Output of URL query.
UrlSearchResults() - Constructor for class org.archive.wayback.core.UrlSearchResults
 
urlStringToKey(String) - Method in interface org.archive.wayback.UrlCanonicalizer
 
urlStringToKey(String) - Method in class org.archive.wayback.util.url.AggressiveUrlCanonicalizer
 
urlStringToKey(String) - Method in class org.archive.wayback.util.url.IdentityUrlCanonicalizer
 
urlStringToKey(String) - Method in class org.archive.wayback.util.url.KeyMakerUrlCanonicalizer
 
URLStringTransformer - Class in org.archive.wayback.replay.html.transformer
StringTransformer for translating URLs.
URLStringTransformer() - Constructor for class org.archive.wayback.replay.html.transformer.URLStringTransformer
Default constructor
URLStringTransformer(String) - Constructor for class org.archive.wayback.replay.html.transformer.URLStringTransformer
Flag-setting constructor.
urlSurtRangeComputer - Variable in class org.archive.cdxserver.BaseCDXServer
 
URLtoARCCacher - Class in org.archive.wayback.liveweb
Takes an input URL String argument, downloads, stores in an ARCWriter, and returns a FileRegion consisting of the compressed ARCRecord containing the response, or a forged, "fake error response" ARCRecord which can be used to send the content to an OutputStream.
URLtoARCCacher() - Constructor for class org.archive.wayback.liveweb.URLtoARCCacher
 
urlToHost(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Attempt to extract the hostname component of an absolute URL argument.
urlToScheme(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Attempt to find the scheme (http://, https://, etc) from a given URL.
urlToSearchResults(String, ObjectFilter<CaptureSearchResult>) - Method in class org.archive.wayback.resourceindex.RemoteResourceIndex
 
urlToUserInfo(String) - Static method in class org.archive.wayback.util.url.UrlOperations
Extract userinfo from the absolute URL argument, that is, "username@", or "username:password@" if present.
USER_AGENT_PATTERN - Static variable in class org.archive.wayback.accesscontrol.robotstxt.RobotRules
 
UserInfoInAuthorityFilter - Class in org.archive.wayback.resourceindex.filters
Class which omits CaptureSearchResults that have and '@' in the original URL field, if that '@' is after the scheme, and before the first '/' or ':'
UserInfoInAuthorityFilter() - Constructor for class org.archive.wayback.resourceindex.filters.UserInfoInAuthorityFilter
 
UTF8 - Static variable in class org.archive.wayback.util.ByteOp
 
UTF8Control - Class in org.archive.wayback.core
 
UTF8Control() - Constructor for class org.archive.wayback.core.UTF8Control
 
Utils - Class in org.archive.wayback.util.operator
 
Utils() - Constructor for class org.archive.wayback.util.operator.Utils
 

V

valueColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
color for non-active/selected graph values
ValueGraphElement - Class in org.archive.wayback.util.graph
 
ValueGraphElement(int, int, int, int, boolean, GraphConfiguration) - Constructor for class org.archive.wayback.util.graph.ValueGraphElement
 
ValueGraphElements - Class in org.archive.wayback.util.graph
 
ValueGraphElements(int, int, int, int, int, int[], int, GraphConfiguration) - Constructor for class org.archive.wayback.util.graph.ValueGraphElements
 
valueHighlightColor - Variable in class org.archive.wayback.util.graph.GraphConfiguration
color for active/selected graph values ( #ec008c )
valueMinHeight - Variable in class org.archive.wayback.util.graph.GraphConfiguration
Minimum pixel height for non-zero graph values
valueOf(String) - Static method in enum org.archive.cdxserver.CDXQuery.SortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.archive.wayback.accesspoint.CompositeAccessPoint.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.archive.wayback.webapp.AccessPoint.PerfStat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.archive.wayback.webapp.LiveWebRedirector.LiveWebState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.archive.wayback.webapp.LiveWebRedirector.RedirectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.archive.wayback.webapp.PerfStats.OutputFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.archive.cdxserver.CDXQuery.SortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.archive.wayback.accesspoint.CompositeAccessPoint.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.archive.wayback.webapp.AccessPoint.PerfStat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.archive.wayback.webapp.LiveWebRedirector.LiveWebState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.archive.wayback.webapp.LiveWebRedirector.RedirectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.archive.wayback.webapp.PerfStats.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - Static variable in interface org.archive.wayback.memento.MementoConstants
 
visit(ReplayParseEventDelegator) - Method in interface org.archive.wayback.replay.html.ReplayParseEventDelegatorVisitor
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.AfterBodyStartTagJSPExecRule
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.AttributeModifyingRule
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.BeforeBodyEndTagJSPExecRule
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.CommentRule
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.JSContentRule
 
visit(ReplayParseEventDelegator) - Method in class org.archive.wayback.replay.html.rules.StyleContentRule
 
visit(ParseEventDelegator) - Method in class org.archive.wayback.resourcestore.indexer.RobotMetaRule
 
visit(ParseEventDelegator) - Method in interface org.archive.wayback.util.htmllex.ParseEventDelegatorVisitor
 

W

WAIS_SCHEME - Static variable in class org.archive.wayback.util.url.UrlOperations
go brewster
wantMS - Variable in class org.archive.wayback.resourceindex.filters.ClosestResultTrackingFilter
 
WARC_EXTENSION - Static variable in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
WARC_GZ_EXTENSION - Static variable in class org.archive.wayback.resourcestore.indexer.IndexWorker
 
WARC_GZ_SUFFIX - Static variable in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
WARC_SUFFIX - Static variable in class org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
 
WARCArchiveRecordToResource(ArchiveRecord, ArchiveReader) - Static method in class org.archive.wayback.resourcestore.resourcefile.ResourceFactory
 
WARCHeader - Class in org.archive.wayback.util
 
WARCHeader() - Constructor for class org.archive.wayback.util.WARCHeader
 
WarcIndexer - Class in org.archive.wayback.resourcestore.indexer
 
WarcIndexer() - Constructor for class org.archive.wayback.resourcestore.indexer.WarcIndexer
 
warcReader - Variable in class org.archive.wayback.resourcestore.jwat.JWATResource
 
warcRecord - Variable in class org.archive.wayback.resourcestore.jwat.JWATResource
 
WARCRecordToSearchResultAdapter - Class in org.archive.wayback.resourcestore.indexer
Adapts certain WARCRecords into SearchResults.
WARCRecordToSearchResultAdapter() - Constructor for class org.archive.wayback.resourcestore.indexer.WARCRecordToSearchResultAdapter
 
WarcResource - Class in org.archive.wayback.resourcestore.resourcefile
 
WarcResource(WARCRecord, ArchiveReader) - Constructor for class org.archive.wayback.resourcestore.resourcefile.WarcResource
 
WARCRevisitAnnotationFilter - Class in org.archive.wayback.resourceindex.filters
Filter class that observes a stream of SearchResults tracking for each complete record, a mapping of that records Digest to: Arc/Warc Filename Arc/Warc offset HTTP Response MIME-Type Redirect URL If subsequent SearchResults are missing these fields ("-") and the Digest field is in the map, then the SearchResults missing fields are replaced with the values from the previously seen record with the same digest, and an additional annotation field is added.
WARCRevisitAnnotationFilter() - Constructor for class org.archive.wayback.resourceindex.filters.WARCRevisitAnnotationFilter
 
WatchedCDXSource - Class in org.archive.wayback.resourceindex
SearchResultSource that watches a single directory for new SearchResultSources.
WatchedCDXSource() - Constructor for class org.archive.wayback.resourceindex.WatchedCDXSource
 
WaybackAPAuthChecker - Class in org.archive.wayback.resourceindex.cdxserver
WaybackAuthChecker modified to set up FilenamePrefixFilter from fileIncludePrefixes and fileExcludePrefixes of AccessPoint.
WaybackAPAuthChecker() - Constructor for class org.archive.wayback.resourceindex.cdxserver.WaybackAPAuthChecker
 
WaybackAuthChecker - Class in org.archive.wayback.resourceindex.cdxserver
 
WaybackAuthChecker() - Constructor for class org.archive.wayback.resourceindex.cdxserver.WaybackAuthChecker
 
WaybackCollection - Class in org.archive.wayback.webapp
Composite class containing a ResourceStore, and a ResourceIndex, to simplify sharing them as a pair across multiple AccessPoints.
WaybackCollection() - Constructor for class org.archive.wayback.webapp.WaybackCollection
 
WaybackConstants - Interface in org.archive.wayback
 
WaybackException - Exception in org.archive.wayback.exception
Base class for Wayback internal exceptions.
WaybackException(String) - Constructor for exception org.archive.wayback.exception.WaybackException
Constructor with message only
WaybackException(String, String) - Constructor for exception org.archive.wayback.exception.WaybackException
Constructor with message, and title
WaybackException(String, String, String) - Constructor for exception org.archive.wayback.exception.WaybackException
Constructor with message, title, and details
WaybackRequest - Class in org.archive.wayback.core
Abstraction of all the data associated with a users request to the Wayback Machine.
WaybackRequest() - Constructor for class org.archive.wayback.core.WaybackRequest
 
WB_REQUEST_REGEX - Static variable in class org.archive.wayback.memento.TimeMapRequestParser
 
WBR_FORMAT_KEY - Static variable in interface org.archive.wayback.memento.MementoConstants
 
WBR_TIMEGATE_KEY - Static variable in interface org.archive.wayback.memento.MementoConstants
 
WBR_TIMEGATE_VALUE - Static variable in interface org.archive.wayback.memento.MementoConstants
 
WEEK_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
WeekPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on one Week partitions
WeekPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.WeekPartitionSize
 
WeekResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated.
use org.archive.wayback.util.parition.*
WeekResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.WeekResultsPartitioner
Deprecated.
 
weekSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Week intervals
width - Variable in class org.archive.wayback.util.graph.RectangularGraphElement
 
WILDCARD_TAG_NAME - Static variable in class org.archive.wayback.util.htmllex.ParseEventDelegator
 
WindowEndFilter<T> - Class in org.archive.wayback.resourceindex.filters
SearchResultFitler that includes the first N records seen.
WindowEndFilter(int) - Constructor for class org.archive.wayback.resourceindex.filters.WindowEndFilter
 
WindowFilterGroup<T> - Class in org.archive.wayback.resourceindex.filterfactory
 
WindowFilterGroup(WaybackRequest, LocalResourceIndex) - Constructor for class org.archive.wayback.resourceindex.filterfactory.WindowFilterGroup
 
WindowStartFilter<T> - Class in org.archive.wayback.resourceindex.filters
SearchResultFitler that omits the first N records seen.
WindowStartFilter(int) - Constructor for class org.archive.wayback.resourceindex.filters.WindowStartFilter
 
wrap(Iterator<T>) - Static method in class org.archive.wayback.util.iterator.AbstractPeekableIterator
 
WrappedCloseableIterator<E> - Class in org.archive.wayback.util
Simple wrapper around a normal Iterator which allows use of the close().
WrappedCloseableIterator(Iterator<E>) - Constructor for class org.archive.wayback.util.WrappedCloseableIterator
 
WrappedProcessor - Class in org.archive.cdxserver.processor
 
WrappedProcessor(BaseProcessor) - Constructor for class org.archive.cdxserver.processor.WrappedProcessor
 
WrappedRequestParser - Class in org.archive.wayback.requestparser
Abstract subclass of BaseRequestParser, which allows retrieving configured maxRecords, and earliest and latest timestamp config from an delegate instance.
WrappedRequestParser(BaseRequestParser) - Constructor for class org.archive.wayback.requestparser.WrappedRequestParser
 
wrapReader(BufferedReader) - Static method in class org.archive.wayback.util.iterator.AbstractPeekableIterator
 
write(String) - Method in class org.archive.wayback.webapp.PerformanceLogger
Produce a debug message to this classes logger, computing the time taken to query the index, retrieve the resource (if a replay request) and render the results to the client.
writeCdxResponse(CDXWriter, CloseableIterator<String>, int, CDXQuery, AuthToken, CDXAccessFilter) - Method in class org.archive.cdxserver.CDXServer
 
writeDeferredLine() - Method in class org.archive.cdxserver.processor.GroupCountProcessor
 
writeHeader(FieldSplitFormat) - Method in class org.archive.cdxserver.writer.JsonWriter
 
writeHeader(CDXLine) - Method in class org.archive.cdxserver.writer.MementoLinkWriter
 
writeHeaderAndFirstLine(CDXLine, String, String) - Method in class org.archive.cdxserver.writer.MementoLinkWriter
 
writeIdxResponse(CDXWriter, CloseableIterator<String>) - Method in class org.archive.cdxserver.CDXServer
 
writeLastTimestamp - Variable in class org.archive.cdxserver.processor.GroupCountProcessor
 
writeLine(CDXLine) - Method in interface org.archive.cdxserver.processor.BaseProcessor
Process line.
writeLine(CDXLine) - Method in class org.archive.cdxserver.processor.ClosestTimestampSorted
 
writeLine(CDXLine) - Method in class org.archive.cdxserver.processor.DupeCountProcessor
 
writeLine(CDXLine) - Method in class org.archive.cdxserver.processor.DupeTimestampBestStatusFilter
 
writeLine(CDXLine) - Method in class org.archive.cdxserver.processor.DupeTimestampLastBestStatusFilter
 
writeLine(CDXLine) - Method in class org.archive.cdxserver.processor.GroupCountProcessor
 
writeLine(CDXLine) - Method in class org.archive.cdxserver.processor.LastNLineProcessor
 
writeLine(CDXLine) - Method in class org.archive.cdxserver.processor.WrappedProcessor
 
writeLine(CDXLine) - Method in class org.archive.cdxserver.writer.CDXListWriter
 
writeLine(CDXLine) - Method in class org.archive.cdxserver.writer.JsonWriter
 
writeLine(CDXLine) - Method in class org.archive.cdxserver.writer.MementoLinkWriter
 
writeLine(CDXLine) - Method in class org.archive.cdxserver.writer.PlainTextWriter
 
writeLine(CDXLine) - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToCaptureSearchResultsWriter
 
writeLine(CDXLine) - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToUrlSearchResultWriter
 
writeMiscLine(String) - Method in class org.archive.cdxserver.writer.CDXWriter
 
writeMiscLine(String) - Method in class org.archive.cdxserver.writer.HttpCDXWriter
 
writePerfStats() - Method in class org.archive.wayback.webapp.PerfWritingHttpServletResponse
Write performance metrics to HTTP header field and Cookie.
writeProxyPac(HttpServletRequest, HttpServletResponse) - Method in class org.archive.wayback.accesspoint.proxy.ProxyAccessPoint
 
writer - Variable in class org.archive.cdxserver.writer.HttpCDXWriter
 
writeResumeKey(String) - Method in interface org.archive.cdxserver.processor.BaseProcessor
Write resumption key.
writeResumeKey(String) - Method in class org.archive.cdxserver.processor.ClosestTimestampSorted
 
writeResumeKey(String) - Method in class org.archive.cdxserver.processor.GroupCountProcessor
 
writeResumeKey(String) - Method in class org.archive.cdxserver.processor.LastNLineProcessor
 
writeResumeKey(String) - Method in class org.archive.cdxserver.processor.WrappedProcessor
 
writeResumeKey(String) - Method in class org.archive.cdxserver.writer.CDXListWriter
 
writeResumeKey(String) - Method in class org.archive.cdxserver.writer.JsonWriter
 
writeResumeKey(String) - Method in class org.archive.cdxserver.writer.MementoLinkWriter
 
writeResumeKey(String) - Method in class org.archive.cdxserver.writer.PlainTextWriter
 
writeResumeKey(String) - Method in class org.archive.wayback.resourceindex.cdxserver.CDXToSearchResultWriter
 
writeSorted() - Method in class org.archive.cdxserver.processor.ClosestTimestampSorted
 
writeToOutputStream(OutputStream) - Method in class org.archive.wayback.replay.TextDocument
Write the contents of the page to the client.
WWW_PREFIX - Static variable in class org.archive.wayback.accesscontrol.robotstxt.redis.UpdateRobotsRequestHandler
 
WWWN_PATTERN - Static variable in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
 
WWWN_REGEX - Static variable in class org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilter
 

X

x - Variable in class org.archive.wayback.util.graph.RectangularGraphElement
 
X_CLUSTER_URI - Static variable in class org.archive.cdxserver.writer.HttpCDXWriter
 
X_MAX_LINES - Static variable in class org.archive.cdxserver.writer.HttpCDXWriter
 
X_NUM_PAGES - Static variable in class org.archive.cdxserver.writer.HttpCDXWriter
 
X_ROBOTS_HTTP_HEADER - Static variable in interface org.archive.wayback.WaybackConstants
HTTP Header for robot instructions.
XArchiveHttpHeaderProcessor - Class in org.archive.wayback.replay
HttpHeaderProcessor that renames all headers by prepending a prefix, except for a few pass-through headers.
XArchiveHttpHeaderProcessor() - Constructor for class org.archive.wayback.replay.XArchiveHttpHeaderProcessor
 
XQUERY_BASE - Static variable in class org.archive.wayback.requestparser.BaseRequestParser
String path matching a query request, by form or OpenSearch, indicating user requests XML data in response

Y

y - Variable in class org.archive.wayback.util.graph.RectangularGraphElement
 
YEAR_NAME - Static variable in interface org.archive.wayback.util.partition.PartitionSize
 
yearNextResult - Variable in class org.archive.wayback.partition.ToolBarData
Earliest Result one year after current, or null
yearNum - Variable in class org.archive.wayback.partition.BubbleCalendarData
 
yearPartitions - Variable in class org.archive.wayback.partition.ToolBarData
List>> for years
YearPartitionSize - Class in org.archive.wayback.util.partition.size
PartitionSize which aligns on one Year partitions
YearPartitionSize() - Constructor for class org.archive.wayback.util.partition.size.YearPartitionSize
 
yearPrevResult - Variable in class org.archive.wayback.partition.ToolBarData
Latest Result one year before current, or null
YearResultsPartitioner - Class in org.archive.wayback.query.resultspartitioner
Deprecated.
use org.archive.wayback.util.parition.*
YearResultsPartitioner() - Constructor for class org.archive.wayback.query.resultspartitioner.YearResultsPartitioner
Deprecated.
 
yearSize - Static variable in class org.archive.wayback.util.partition.Partitioner
PartitionSize based on Year intervals

Z

ZiplineBlockMatches - Class in org.archive.wayback.resourceindex.ziplines
 
ZiplineBlockMatches(ArrayList<ZiplinedBlock>, String) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplineBlockMatches
 
ZiplinedBlock - Class in org.archive.wayback.resourceindex.ziplines
 
ZiplinedBlock(String[], long) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
ZiplinedBlock(String[], long, int) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinedBlock
 
ZiplinedBlockStringSequence - Class in org.archive.wayback.resourceindex.ziplines
 
ZiplinedBlockStringSequence(FlatFile, HashMap<String, BlockLocation>) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinedBlockStringSequence
 
ZiplinedMultiBlock - Class in org.archive.wayback.resourceindex.ziplines
 
ZiplinedMultiBlock(long, BlockLoader, String, String[]) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinedMultiBlock
 
ZiplinesChunkIterator - Class in org.archive.wayback.resourceindex.ziplines
 
ZiplinesChunkIterator(List<ZiplinedBlock>) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinesChunkIterator
 
ZiplinesSearchResultSource - Class in org.archive.wayback.resourceindex.ziplines
Deprecated.
Note, this implementation is now superceded by the one in archive-commons
ZiplinesSearchResultSource() - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
ZiplinesSearchResultSource(CDXFormat) - Constructor for class org.archive.wayback.resourceindex.ziplines.ZiplinesSearchResultSource
Deprecated.
 
ZipNumClusterSearchResultSource - Class in org.archive.wayback.resourceindex
SearchResultSource wrapper for new implementation of CDX input source, including ZipNumCluster and CDX File from archive-commons
ZipNumClusterSearchResultSource() - Constructor for class org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource
 
zipnumSource - Variable in class org.archive.cdxserver.CDXServer
 

_

_clone() - Method in class org.archive.wayback.util.http.HttpRequestMessage
 
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 _ 
Skip navigation links

Copyright © 2005–2019 IIPC. All rights reserved.