public static interface Multipart.BodyPart$.Strict extends Multipart.BodyPart, Multipart.BodyPart.Strict
Multipart.BodyPart
whose entity has already been loaded in its entirety and is therefore
full and readily available as a HttpEntity.Strict
.Multipart.BodyPart.Strict
Modifier and Type | Method and Description |
---|---|
HttpEntity.Strict |
entity()
The entity of the part.
|
HttpEntity.Strict |
getEntity()
Java API
|
contentDispositionHeader, dispositionParams, dispositionType, getContentDispositionHeader, getDispositionParams, getDispositionType, getHeaders, headers, toStrict, toStrict
HttpEntity.Strict entity()
Multipart.BodyPart
HttpEntity.Strict getEntity()
getEntity
in interface Multipart.BodyPart
getEntity
in interface Multipart.BodyPart.Strict