Class ContentBufferEntity

All Implemented Interfaces:
HttpEntity

public class ContentBufferEntity extends BasicHttpEntity
HTTP entity wrapper whose content is provided by a ContentInputBuffer.
Since:
4.0
  • Constructor Details

    • ContentBufferEntity

      public ContentBufferEntity(HttpEntity entity, ContentInputBuffer buffer)
      Creates new instance of ContentBufferEntity.
      Parameters:
      entity - the original entity.
      buffer - the content buffer.
  • Method Details