Jacson

Uses of Interface
de.spieleck.app.jacson.filter.FilterNames

Packages that use FilterNames
de.spieleck.app.jacson.filter Standard repository of JacsonFilter subclasses. 
 

Uses of FilterNames in de.spieleck.app.jacson.filter
 

Classes in de.spieleck.app.jacson.filter that implement FilterNames
 class BrokenLinkFilter
          This filter checks if a given chunk, treated as URL works, i.e. the given ressource is reachable
 class ConstFilter
          This trivial Filter, which either blocks all source input or lets it all through.
 class GroupingFilter
          GroupingFilter Description Filter class which concatenates the received chunks and delivers them as one chunk as soon as a configurable split token shows up Parameters
Attribute Description Required delim The string separating the different tokens No, default is ;
 class HeadFilter
          Filter to let through only the first few chunks.
 class HeadPadFilter
          HeadPadFilter Description Filter class which either adds a configurable token as first chunk or prepends the token to the first chunk.
 class JacsonStateFilter
          Filtering chunks depending on the current JacsonState
 class KeyWordFilter
          Filter which filters out all chunks that are contained in the KeyWordList or does the exact opposite.
 class RegExpContainsFilter
          Regexp based Filter for Jacson.
 class RegExpMatchFilter
          Regexp based Filter for Jacson.
 class SimpleContainsFilter
          A simple alternative to RegEXpContainsFilter, which only works for fixed strings, but is somewhat faster in that case.
 class SortFilter
          SortFilter Description Filter class which sorts the incoming chunks Parameters
Attribute Description Required inverse If inverse is false the chunks are sorted in their natural order.
 class StartsWithFilter
          Filter which lets through only chunks which start (or start not) with a certain string.
 class TailFilter
          Block all chunks of a stream, all but the last ones.
 class TailPadFilter
          TailPadFilter Description Filter class which either adds a configurable token as last chunk or appends the token to the last chunk.
 class TrimFilter
          This filter trims away (Unicode) whitespace leading and trailing the chunk.
 class UniqFilter
          Filter out chunks which equal a direct preceding one.
 class WebSessionFilter
          A hack to derive something like a session from a web log file by using the well known ip=user session till timeout logic.
 


Spieleck

Copyleft 2002 spieleck.de.