- All Superinterfaces:
Headers,Iterable<Header>,WritableHeaders<ServerResponseTrailers>
Mutable trailers of a server response.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ServerResponseTrailerscreate()Create a new instance of mutable server response trailers.static ServerResponseTrailersCreate 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, valuesMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods 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
-