|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.entity.HttpEntityWrapper
org.apache.http.nio.entity.BufferingNHttpEntity
BasicAsyncRequestProducer
or BasicAsyncResponseProducer
@Deprecated public class BufferingNHttpEntity
A 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).
| Field Summary |
|---|
| Fields inherited from class org.apache.http.entity.HttpEntityWrapper |
|---|
wrappedEntity |
| Constructor Summary | |
|---|---|
BufferingNHttpEntity(HttpEntity httpEntity,
ByteBufferAllocator allocator)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
consumeContent(ContentDecoder decoder,
IOControl ioctrl)
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. |
| Methods inherited from class org.apache.http.entity.HttpEntityWrapper |
|---|
consumeContent, getContentEncoding, getContentLength, getContentType, isChunked |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.http.HttpEntity |
|---|
consumeContent, getContentEncoding, getContentLength, getContentType, isChunked |
| Constructor Detail |
|---|
public BufferingNHttpEntity(HttpEntity httpEntity,
ByteBufferAllocator allocator)
| Method Detail |
|---|
public void consumeContent(ContentDecoder decoder,
IOControl ioctrl)
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.ioctrl - I/O control of the underlying connection.
IOExceptionpublic void finish()
ConsumingNHttpEntity
finish in interface ConsumingNHttpEntity
public 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 HttpEntityWrapper
public void writeTo(OutputStream outstream)
throws IOException
writeTo in interface HttpEntitywriteTo in class HttpEntityWrapperIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||