Class JsonObjectByteBufProcessor
- java.lang.Object
-
- com.couchbase.client.core.utils.yasjl.JsonObjectByteBufProcessor
-
- All Implemented Interfaces:
ByteBufProcessor
public class JsonObjectByteBufProcessor extends Object implements ByteBufProcessor
Processes JSON object value- Author:
- Subhashni Balakrishnan
-
-
Field Summary
-
Fields inherited from interface io.netty.buffer.ByteBufProcessor
FIND_CR, FIND_CRLF, FIND_LF, FIND_LINEAR_WHITESPACE, FIND_NON_CR, FIND_NON_CRLF, FIND_NON_LF, FIND_NON_LINEAR_WHITESPACE, FIND_NON_NUL, FIND_NUL
-
-
Constructor Summary
Constructors Constructor Description JsonObjectByteBufProcessor(JsonStringByteBufProcessor stProcessor)
-
-
-
Constructor Detail
-
JsonObjectByteBufProcessor
public JsonObjectByteBufProcessor(JsonStringByteBufProcessor stProcessor)
-
-
Method Detail
-
reset
public void reset()
-
process
public boolean process(byte value) throws Exception
- Specified by:
process
in interfaceByteBufProcessor
- Throws:
Exception
-
-