java.lang.Object
io.helidon.common.http.ReadOnlyParameters
io.helidon.common.http.ReadOnlyHeaders
io.helidon.media.multipart.ReadableBodyPartHeaders
- All Implemented Interfaces:
- Headers,- Parameters,- BodyPartHeaders,- Iterable<Map.Entry<String,- List<String>>> 
Readable body part headers.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classBuilder class to createReadableBodyPartHeadersinstances.
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Create a new builder instance.Get theContent-Dispositionheader.Get theContent-Typeheader.static ReadableBodyPartHeaderscreate()Create a new instance ofReadableBodyPartHeaders.Methods inherited from class io.helidon.common.http.ReadOnlyHeaderscreate, create, create, empty, emptyMap, emptyMapForCopyMethods inherited from class io.helidon.common.http.ReadOnlyParametersadd, add, addAll, all, computeIfAbsent, computeSingleIfAbsent, first, iterator, put, put, putAll, putIfAbsent, putIfAbsent, remove, toMapMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.media.multipart.BodyPartHeadersdefaultContentTypeMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface io.helidon.common.http.Parametersadd, add, addAll, computeIfAbsent, computeSingleIfAbsent, first, iterator, put, put, putAll, putIfAbsent, putIfAbsent, remove, toMap
- 
Method Details- 
contentTypeDescription copied from interface:BodyPartHeadersGet theContent-Typeheader. If theContent-Typeheader is not present, the default value is retrieved usingBodyPartHeaders.defaultContentType().- Specified by:
- contentTypein interface- BodyPartHeaders
- Returns:
- MediaType, never null
 
- 
contentDispositionDescription copied from interface:BodyPartHeadersGet theContent-Dispositionheader.- Specified by:
- contentDispositionin interface- BodyPartHeaders
- Returns:
- ContentDisposition, never null
 
- 
builderCreate a new builder instance.- Returns:
- Builder
 
- 
createCreate a new instance ofReadableBodyPartHeaders.- Returns:
- ReadableBodyPartHeaders
 
 
-