Interface Multipart.BodyPart$.Strict
- All Superinterfaces:
- Multipart.BodyPart,- Multipart.BodyPart,- Multipart.BodyPart.Strict
- Enclosing class:
- Multipart.BodyPart$
public static interface Multipart.BodyPart$.Strict
extends Multipart.BodyPart, Multipart.BodyPart.Strict
A 
Multipart.BodyPart whose entity has already been loaded in its entirety and is therefore
 full and readily available as a HttpEntity.Strict.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPartMultipart.BodyPart.Strict
- 
Method SummaryMethods inherited from interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPartcontentDispositionHeader, dispositionParams, dispositionType, getContentDispositionHeader, getDispositionParams, getDispositionType, getHeaders, headers, toStrict, toStrict
- 
Method Details- 
entityHttpEntity.Strict entity()Description copied from interface:Multipart.BodyPartThe entity of the part.- Specified by:
- entityin interface- Multipart.BodyPart
- Returns:
- (undocumented)
 
- 
getEntityHttpEntity.Strict getEntity()Java API- Specified by:
- getEntityin interface- Multipart.BodyPart
- Specified by:
- getEntityin interface- Multipart.BodyPart
- Specified by:
- getEntityin interface- Multipart.BodyPart.Strict
 
 
-