public static class AhoCorasicSearchProcessorFactory.Processor extends Object implements MultiSearchProcessor
Modifier and Type | Method and Description |
---|---|
int |
getFoundNeedleId() |
boolean |
process(byte value) |
void |
reset()
Resets the state of SearchProcessor.
|
public boolean process(byte value)
process
in interface io.netty.util.ByteProcessor
public int getFoundNeedleId()
getFoundNeedleId
in interface MultiSearchProcessor
public void reset()
SearchProcessor
reset
in interface SearchProcessor
Copyright © 2008–2020 The Netty Project. All rights reserved.