Interface HttpEntity.Default

All Superinterfaces:
BodyPartEntity, HttpEntity, RequestEntity, ResponseEntity, UniversalEntity
All Known Implementing Classes:
HttpEntity.Default
Enclosing interface:
HttpEntity

public static interface HttpEntity.Default extends UniversalEntity
The default entity type which has a predetermined length and a stream of data bytes.
  • Method Details

    • getContentLength

      long getContentLength()