Package org.jnetstream.filter

Main filter package.

See:
          Description

Interface Summary
Filter<T extends FilterTarget> A filter used to limit that scope of captures, packet reads from a file or from an IO stream.
FilterExpression<C> A filter expression interface that can access the abstract syntax tree of the parsed expression in whatever syntax it was originally supplied.
FilterTarget Specifies various properties of the target buffer for which a filter should be applied.
 

Class Summary
Filter.AND<T extends FilterTarget> Takes two filters (left and right) and does an AND logical operation after evaluating each of the filters.
Filter.MAXIMUM<T extends FilterTarget> Returns the larger value either returned by the filter or the supplied max value.
Filter.MINIMUM<T extends FilterTarget> Returns the smaller value either returned by the filter or the supplied min value.
Filter.NOT<T extends FilterTarget> Inverts the values returned by a source filter.
Filter.OR<T extends FilterTarget> A filter used to limit that scope of captures, packet reads from a file or from an IO stream.
 

Enum Summary
FilterExpression.FilterExpressionType  
 

Exception Summary
FilterException  
FilterNotFoundException  
FilterSyntaxError Exception when expression compiler encounters a syntax error.
 

Package org.jnetstream.filter Description

Main filter package.