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