EntityAsyncContentProducer@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.
|
InputStream |
getContent()
Deprecated.
This method throws
UnsupportedOperationException. |
boolean |
isStreaming()
Deprecated.
|
void |
produceContent(ContentEncoder encoder,
IOControl ioControl)
Deprecated.
Notification that content should be written to the encoder.
|
void |
writeTo(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 IOException
IOExceptionpublic InputStream getContent() throws IOException, UnsupportedOperationException
UnsupportedOperationException.getContent in interface HttpEntitygetContent in class HttpEntityWrapperIOExceptionUnsupportedOperationExceptionpublic boolean isStreaming()
isStreaming in interface HttpEntityisStreaming in class HttpEntityWrapperpublic void writeTo(OutputStream out) throws IOException, UnsupportedOperationException
UnsupportedOperationException.writeTo in interface HttpEntitywriteTo in class HttpEntityWrapperIOExceptionUnsupportedOperationExceptionpublic void produceContent(ContentEncoder encoder, IOControl ioControl) throws 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.ioControl - I/O control of the underlying connection.IOExceptionpublic void finish()
ProducingNHttpEntityfinish in interface ProducingNHttpEntityCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.