EntityAsyncContentProducer@NotThreadSafe @Deprecated public class NHttpEntityWrapper extends HttpEntityWrapper implements ProducingNHttpEntity
ProducingNHttpEntity compatibility adaptor for blocking HTTP
entities.wrappedEntity| Constructor and Description |
|---|
NHttpEntityWrapper(HttpEntity httpEntity)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Deprecated.
Notification that any resources allocated for writing can be released.
|
java.io.InputStream |
getContent()
Deprecated.
This method throws
UnsupportedOperationException. |
boolean |
isStreaming()
Deprecated.
|
void |
produceContent(ContentEncoder encoder,
IOControl ioctrl)
Deprecated.
Notification that content should be written to the encoder.
|
void |
writeTo(java.io.OutputStream out)
Deprecated.
This method throws
UnsupportedOperationException. |
consumeContent, getContentEncoding, getContentLength, getContentType, isChunked, isRepeatableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconsumeContent, getContentEncoding, getContentLength, getContentType, isChunked, isRepeatablepublic NHttpEntityWrapper(HttpEntity httpEntity) throws java.io.IOException
java.io.IOExceptionpublic java.io.InputStream getContent()
throws java.io.IOException,
java.lang.UnsupportedOperationException
UnsupportedOperationException.getContent in interface HttpEntitygetContent in class HttpEntityWrapperjava.io.IOExceptionjava.lang.UnsupportedOperationExceptionpublic boolean isStreaming()
isStreaming in interface HttpEntityisStreaming in class HttpEntityWrapperpublic void writeTo(java.io.OutputStream out)
throws java.io.IOException,
java.lang.UnsupportedOperationException
UnsupportedOperationException.writeTo in interface HttpEntitywriteTo in class HttpEntityWrapperjava.io.IOExceptionjava.lang.UnsupportedOperationExceptionpublic void produceContent(ContentEncoder encoder, IOControl ioctrl) throws java.io.IOException
ProducingNHttpEntityIOControl instance passed as a parameter to the method can be
used to suspend output events if the entity is temporarily unable to
produce more content.
When all content is finished, this MUST call ContentEncoder.complete().
Failure to do so could result in the entity never being written.
produceContent in interface ProducingNHttpEntityencoder - content encoder.ioctrl - I/O control of the underlying connection.java.io.IOExceptionpublic void finish()
ProducingNHttpEntityfinish in interface ProducingNHttpEntity