Package akka.http.javadsl.model
Interface UniversalEntity
-
- All Superinterfaces:
BodyPartEntity
,HttpEntity
,RequestEntity
,ResponseEntity
- All Known Subinterfaces:
HttpEntity.Default
,HttpEntity.Strict
,UniversalEntity
- All Known Implementing Classes:
HttpEntity.Default
,HttpEntity.Strict
public interface UniversalEntity extends RequestEntity, ResponseEntity, BodyPartEntity
Marker-interface for entity types that can be used in any context
-
-
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
-
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
-
-