Class NonBlockingUtf8JsonParserBase

All Implemented Interfaces:
Closeable, AutoCloseable, Versioned
Direct Known Subclasses:
NonBlockingByteArrayJsonParser, NonBlockingByteBufferJsonParser

public abstract class NonBlockingUtf8JsonParserBase extends NonBlockingJsonParserBase
Non-blocking parser base implementation for JSON content.

NOTE: only supports parsing of UTF-8 encoded content (and 7-bit US-ASCII since it is strict subset of UTF-8): other encodings are not supported.