Uses of Package
io.netty.buffer.search
Packages that use io.netty.buffer.search
-
Classes in io.netty.buffer.search used by io.netty.buffer.searchClassDescriptionBase class for precomputed factories that create
MultiSearchProcessor
s.Base class for precomputed factories that createSearchProcessor
s.Implements Aho–Corasick string search algorithm.Implements Bitap string search algorithm.Implements Knuth-Morris-Pratt string search algorithm.Interface forSearchProcessor
that implements simultaneous search for multiple strings.Interface forByteProcessor
that implements string search.