Interface HttpEntity.Strict

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

public static interface HttpEntity.Strict extends UniversalEntity
The entity type which consists of a predefined fixed ByteString of data.
  • Method Details

    • getData

      akka.util.ByteString getData()