BasicAsyncRequestProducer
or BasicAsyncResponseProducer@Deprecated public class BufferingNHttpEntity extends HttpEntityWrapper implements ConsumingNHttpEntity
ConsumingNHttpEntity that consumes content into a buffer. The
content can be retrieved as an InputStream via
HttpEntity.getContent(), or written to an output stream via
HttpEntity.writeTo(OutputStream).wrappedEntity| Constructor and Description |
|---|
BufferingNHttpEntity(HttpEntity httpEntity,
ByteBufferAllocator allocator)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
consumeContent(ContentDecoder decoder,
IOControl ioControl)
Deprecated.
Notification that content is available to be read from the decoder.
|
void |
finish()
Deprecated.
Notification that any resources allocated for reading can be released.
|
InputStream |
getContent()
Deprecated.
Obtains entity's content as
InputStream. |
boolean |
isRepeatable()
Deprecated.
|
boolean |
isStreaming()
Deprecated.
|
void |
writeTo(OutputStream outStream)
Deprecated.
|
consumeContent, getContentEncoding, getContentLength, getContentType, isChunkedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconsumeContent, getContentEncoding, getContentLength, getContentType, isChunkedpublic BufferingNHttpEntity(HttpEntity httpEntity, ByteBufferAllocator allocator)
public void consumeContent(ContentDecoder decoder, IOControl ioControl) throws IOException
ConsumingNHttpEntityIOControl instance passed as a parameter to the method can be
used to suspend input events if the entity is temporarily unable to
allocate more storage to accommodate all incoming content.consumeContent in interface ConsumingNHttpEntitydecoder - content decoder.ioControl - I/O control of the underlying connection.IOExceptionpublic void finish()
ConsumingNHttpEntityfinish in interface ConsumingNHttpEntitypublic InputStream getContent() throws IOException
InputStream.getContent in interface HttpEntitygetContent in class HttpEntityWrapperIllegalStateException - if content of the entity has not been
fully received or has already been consumed.IOExceptionpublic boolean isRepeatable()
isRepeatable in interface HttpEntityisRepeatable in class HttpEntityWrapperpublic boolean isStreaming()
isStreaming in interface HttpEntityisStreaming in class HttpEntityWrapperpublic void writeTo(OutputStream outStream) throws IOException
writeTo in interface HttpEntitywriteTo in class HttpEntityWrapperIOExceptionCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.