Package net.jxta.search.util

Interface Summary
SchedulerService.Action  
StringMatcher Interface for string-matching algorithms.
StringMatcher.CompiledPattern  
ValidatingXmlParser.ParserCallback  
XmlParser.ParserCallback Methods of object implementing this interface will be called at appropriate times during the parsing of the html.
 

Class Summary
BM Boyer-Moore string-matching algorithm.
CryptService JCrypt.java Java-based implementation of the unix crypt command Based upon C source code written by Eric Young, eay@psych.uq.oz.au
Entities Utilities for encoding and decoding HTML entities.
HexTools HexTools is a collection of methods for manipulating binary data to and from a printable hexidecimal format.
Html There are three parts to this: Closing dangerous opened tags.
Http Some utitility methods for HTTP.
HttpConnection HTTP 1.1 support: keep-alive and chunked transfer-encoding.
HttpConnectionService HttpConnectionService maintains a cache of open connections, so that repeated http client connections to other hosts don't result in needless tcp open/closes.
IntVector Vector of ints.
ISMatrix  
ISTimer  
ISVector  
JxtaPipeUtil Aids in pipe creation
KeywordService  
KMP Knuth-Morris-Pratt string-matching algorithm.
LogService  
LongVector Vector of longs.
MemoryStream  
OPMPHF Order-preserving minimal perfect hash function generator.
PrimeService Prime number generator taken out of libbow-20000915/primes.c See http://www.cs.cmu.edu/~mccallum/bow
PriorityQueue A PriorityQueue maintains a partial ordering of its elements such that the least element can always be found in constant time.
RainbowClient Simple client for the Rainbow category matching server.
SchedulerService  
Soundex Soundex is an algorithm (due to Knuth?) to do spell-checking.
Soundex.EditWord  
Tag  
TermCountService Used to compute relevance of search results for opensearch.
TextTools TextTools encodes text data as base64, just as HexTools encodes hex data.
ThreadService  
UuidService This class can create 16-byte globally-unique identifiers, useful for identifying network messages or tasks that propagate through a network of machines.
ValidatingXmlParser  
XmlParser A very light-weight non-validating xml parser.
 

Exception Summary
XmlParser.Exception