Package com.fasterxml.jackson.dataformat.smile.async
Package that contains experimental non-blocking ("asynchronous")
implementation of reader-part of Jackson streaming API,
working on Smile format.
-
Interface Summary Interface Description NonBlockingInputFeeder Interface used by non-blockingJsonParser
to get more input to parse.NonBlockingParser Mix-in interface used withJsonParser
, extending it with features needed to process data in non-blocking ("asynchronous") -
Class Summary Class Description NonBlockingParserImpl