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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder class to createReadableBodyPartHeadersinstances. -
Method Summary
Modifier 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.ReadOnlyHeaders
create, create, create, empty, emptyMap, emptyMapForCopyMethods inherited from class io.helidon.common.http.ReadOnlyParameters
add, add, addAll, all, computeIfAbsent, computeSingleIfAbsent, first, iterator, put, put, putAll, putIfAbsent, putIfAbsent, remove, toMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.media.multipart.BodyPartHeaders
defaultContentTypeMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface io.helidon.common.http.Parameters
add, add, addAll, computeIfAbsent, computeSingleIfAbsent, first, iterator, put, put, putAll, putIfAbsent, putIfAbsent, remove, toMap
-
Method Details
-
contentType
Description copied from interface:BodyPartHeadersGet theContent-Typeheader. If theContent-Typeheader is not present, the default value is retrieved usingBodyPartHeaders.defaultContentType().- Specified by:
contentTypein interfaceBodyPartHeaders- Returns:
- MediaType, never
null
-
contentDisposition
Description copied from interface:BodyPartHeadersGet theContent-Dispositionheader.- Specified by:
contentDispositionin interfaceBodyPartHeaders- Returns:
- ContentDisposition, never
null
-
builder
Create a new builder instance.- Returns:
- Builder
-
create
Create a new instance ofReadableBodyPartHeaders.- Returns:
- ReadableBodyPartHeaders
-