Contents
Interface JSONContext.AsyncParser
- All Known Implementing Classes:
BufferingJSONAsyncParser
,JettyJSONContext.AsyncJSONParser
- Enclosing interface:
JSONContext<T extends Message.Mutable>
public static interface JSONContext.AsyncParser
A non-blocking JSON parser.
-
Method Summary
Modifier and TypeMethodDescription<R> R
complete()
Signals the end of the JSON string content to this parser and returns the parsed object.void
parse
(ByteBuffer buffer)