Package io.netty5.buffer.search
Interface MultiSearchProcessor
-
- All Superinterfaces:
io.netty5.util.ByteProcessor,SearchProcessor
- All Known Implementing Classes:
AhoCorasicSearchProcessorFactory.Processor
public interface MultiSearchProcessor extends SearchProcessor
Interface forSearchProcessorthat implements simultaneous search for multiple strings.- See Also:
MultiSearchProcessorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFoundNeedleId()-
Methods inherited from interface io.netty5.buffer.search.SearchProcessor
reset
-
-