-
- All Known Implementing Classes:
ReadableBodyPart,WriteableBodyPart
public interface BodyPartBody part entity.- See Also:
ReadableBodyPart,WriteableBodyPart
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description MessageBodyContentcontent()Get the reactive representation of the part content.default Stringfilename()Get the file name.BodyPartHeadersheaders()Returns HTTP part headers.default Stringname()Get the control name.
-
-
-
Method Detail
-
content
MessageBodyContent content()
Get the reactive representation of the part content.- Returns:
MessageBodyContent, nevernull
-
headers
BodyPartHeaders headers()
Returns HTTP part headers.- Returns:
- BodyPartHeaders, never
null
-
name
default String name()
Get the control name.- Returns:
- the
nameparameter of theContent-Dispositionheader, ornullif not present.
-
filename
default String filename()
Get the file name.- Returns:
- the
filenameparameter of theContent-Dispositionheader, ornullif not present.
-
-