Uses of Interface
com.fasterxml.aalto.AsyncInputFeeder
-
Packages that use AsyncInputFeeder Package Description com.fasterxml.aalto Main-level package that just contains additional API types exposed above and beyond standard Stax, Stax2 and SAX API types.com.fasterxml.aalto.async 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 AsyncInputFeeder Modifier and Type Interface Description interface
AsyncXMLStreamReader<F extends AsyncInputFeeder>
Extension ofXMLStreamReader2
used by non-blocking ("async") stream readers.Subinterfaces of AsyncInputFeeder in com.fasterxml.aalto Modifier and Type Interface Description interface
AsyncByteArrayFeeder
interface
AsyncByteBufferFeeder
-
Uses of AsyncInputFeeder in com.fasterxml.aalto.async
Classes in com.fasterxml.aalto.async with type parameters of type AsyncInputFeeder Modifier and Type Class Description class
AsyncStreamReaderImpl<F extends AsyncInputFeeder>
Implementation ofAsyncXMLStreamReader
.Classes in com.fasterxml.aalto.async that implement AsyncInputFeeder Modifier and Type Class Description class
AsyncByteArrayScanner
This is the base class for asynchronous (non-blocking) XML scanners.class
AsyncByteBufferScanner
This is the base class for asynchronous (non-blocking) XML scanners.class
AsyncByteScanner
-