Interface StreamingContentHandle<C,R>

Type Parameters:
C - the handled content representation
R - the serialization when reading the content
All Superinterfaces:
AbstractReadHandle, AbstractWriteHandle, BufferableContentHandle<C,R>, BufferableHandle, ContentHandle<C>
All Known Implementing Classes:
InputSourceHandle, InputStreamHandle, JacksonParserHandle, ReaderHandle, SourceHandle, XMLEventReaderHandle, XMLStreamReaderHandle

public interface StreamingContentHandle<C,R>extends BufferableContentHandle<C,R>
A Streaming Content Handle provides an adapter for a streaming content representation to make it possible to construct a bufferable content representation so the content can be read multiple times for purposes such as resending input when retrying after a failed request.