Package io.netty5.buffer.search
Interface SearchProcessor
-
- All Superinterfaces:
io.netty5.util.ByteProcessor
- All Known Subinterfaces:
MultiSearchProcessor
- All Known Implementing Classes:
AhoCorasicSearchProcessorFactory.Processor
,BitapSearchProcessorFactory.Processor
,KmpSearchProcessorFactory.Processor
public interface SearchProcessor extends io.netty5.util.ByteProcessor
Interface forByteProcessor
that implements string search.- See Also:
SearchProcessorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reset()
Resets the state of SearchProcessor.
-