- All Superinterfaces:
Headers
,Iterable<Header>
,WritableHeaders<ServerResponseTrailers>
Mutable trailers of a server response.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServerResponseTrailers
create()
Create a new instance of mutable server response trailers.static ServerResponseTrailers
Create a new instance of mutable server response trailers.Methods inherited from interface io.helidon.http.Headers
acceptedTypes, all, contains, contains, contentLength, contentType, first, get, isAccepted, size, stream, toMap, value, values
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface io.helidon.http.WritableHeaders
add, add, add, add, clear, contentLength, contentType, from, remove, remove, set, set, set, set, set, setIfAbsent
-
Method Details
-
create
Create a new instance of mutable server response trailers.- Returns:
- new server response trailers
-
create
Create a new instance of mutable server response trailers.- Parameters:
existing
- trailers to add to these response trailers- Returns:
- new server response trailers
-