Class NHttpEntityWrapper

java.lang.Object
org.apache.http.entity.HttpEntityWrapper
org.apache.http.nio.entity.NHttpEntityWrapper
All Implemented Interfaces:
org.apache.http.HttpEntity, ProducingNHttpEntity

@Deprecated public class NHttpEntityWrapper extends org.apache.http.entity.HttpEntityWrapper implements ProducingNHttpEntity
Deprecated.
ProducingNHttpEntity compatibility adaptor for blocking HTTP entities.
Since:
4.0
  • Field Summary

    Fields inherited from class org.apache.http.entity.HttpEntityWrapper

    wrappedEntity
  • Constructor Summary

    Constructors
    Constructor
    Description
    NHttpEntityWrapper(org.apache.http.HttpEntity httpEntity)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Notification that any resources allocated for writing can be released.
    Deprecated.
    This method throws UnsupportedOperationException.
    boolean
    Deprecated.
     
    void
    Deprecated.
    Notification that content should be written to the encoder.
    void
    Deprecated.
    This method throws UnsupportedOperationException.

    Methods inherited from class org.apache.http.entity.HttpEntityWrapper

    consumeContent, getContentEncoding, getContentLength, getContentType, isChunked, isRepeatable

    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, isRepeatable