Uses of Interface
com.fasterxml.aalto.AsyncByteBufferFeeder
-
Packages that use AsyncByteBufferFeeder 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.com.fasterxml.aalto.stax -
-
Uses of AsyncByteBufferFeeder in com.fasterxml.aalto
Methods in com.fasterxml.aalto that return types with arguments of type AsyncByteBufferFeeder Modifier and Type Method Description abstract AsyncXMLStreamReader<AsyncByteBufferFeeder>
AsyncXMLInputFactory. createAsyncFor(java.nio.ByteBuffer input)
Method for constructing a non-blockingXMLStreamReader2
instance with specified initial input data.abstract AsyncXMLStreamReader<AsyncByteBufferFeeder>
AsyncXMLInputFactory. createAsyncForByteBuffer()
Method for constructing a non-blockingXMLStreamReader2
instance without any input data. -
Uses of AsyncByteBufferFeeder in com.fasterxml.aalto.async
Classes in com.fasterxml.aalto.async that implement AsyncByteBufferFeeder Modifier and Type Class Description class
AsyncByteBufferScanner
This is the base class for asynchronous (non-blocking) XML scanners. -
Uses of AsyncByteBufferFeeder in com.fasterxml.aalto.stax
Methods in com.fasterxml.aalto.stax that return types with arguments of type AsyncByteBufferFeeder Modifier and Type Method Description AsyncXMLStreamReader<AsyncByteBufferFeeder>
InputFactoryImpl. createAsyncFor(java.nio.ByteBuffer input)
AsyncXMLStreamReader<AsyncByteBufferFeeder>
InputFactoryImpl. createAsyncForByteBuffer()
-