Uses of Interface
com.fasterxml.aalto.AsyncInputFeeder
Packages that use AsyncInputFeeder
Package
Description
Main-level package that just contains additional API types exposed above and
beyond standard Stax, Stax2 and SAX API types.
Package that contains implementations of asynchronous (non-blocking)
parser.
-
Uses of AsyncInputFeeder in com.fasterxml.aalto
Classes in com.fasterxml.aalto with type parameters of type AsyncInputFeederModifier and TypeInterfaceDescriptioninterfaceAsyncXMLStreamReader<F extends AsyncInputFeeder>Extension ofXMLStreamReader2used by non-blocking ("async") stream readers.Subinterfaces of AsyncInputFeeder in com.fasterxml.aaltoModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of AsyncInputFeeder in com.fasterxml.aalto.async
Classes in com.fasterxml.aalto.async with type parameters of type AsyncInputFeederModifier and TypeClassDescriptionclassAsyncStreamReaderImpl<F extends AsyncInputFeeder>Implementation ofAsyncXMLStreamReader.Classes in com.fasterxml.aalto.async that implement AsyncInputFeederModifier and TypeClassDescriptionclassThis is the base class for asynchronous (non-blocking) XML scanners.classThis is the base class for asynchronous (non-blocking) XML scanners.class