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 interfaceAsyncXMLStreamReader<F extends AsyncInputFeeder>Extension ofXMLStreamReader2used by non-blocking ("async") stream readers.Subinterfaces of AsyncInputFeeder in com.fasterxml.aalto Modifier and Type Interface Description interfaceAsyncByteArrayFeederinterfaceAsyncByteBufferFeeder -
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 classAsyncStreamReaderImpl<F extends AsyncInputFeeder>Implementation ofAsyncXMLStreamReader.Classes in com.fasterxml.aalto.async that implement AsyncInputFeeder Modifier and Type Class Description classAsyncByteArrayScannerThis is the base class for asynchronous (non-blocking) XML scanners.classAsyncByteBufferScannerThis is the base class for asynchronous (non-blocking) XML scanners.classAsyncByteScanner
-