Package akka.http.javadsl.model
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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.javadsl.model.HttpEntity
HttpEntity.Chunked, HttpEntity.ChunkStreamPart, HttpEntity.CloseDelimited, HttpEntity.Default, HttpEntity.DiscardedEntity, HttpEntity.IndefiniteLength, HttpEntity.Strict
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description akka.util.ByteString
getData()
-
Methods inherited from interface akka.http.javadsl.model.HttpEntity
discardBytes, discardBytes, getContentLengthOption, getContentType, getDataBytes, isChunked, isCloseDelimited, isDefault, isIndefiniteLength, isKnownEmpty, isStrict, toStrict, toStrict, toStrict, toStrict, withContentType, withoutSizeLimit, withSizeLimit
-
-