Package io.netty.buffer.search
package io.netty.buffer.search
Utility classes for performing efficient substring search within
ByteBuf
.-
ClassDescriptionBase 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.