Uses of Interface
io.helidon.http.ServerResponseTrailers
Packages that use ServerResponseTrailers
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebServer HTTP specific APIs.
-
Uses of ServerResponseTrailers in io.helidon.http
Methods in io.helidon.http that return ServerResponseTrailersModifier and TypeMethodDescriptionstatic ServerResponseTrailers
ServerResponseTrailers.create()
Create a new instance of mutable server response trailers.static ServerResponseTrailers
Create a new instance of mutable server response trailers.static ServerResponseTrailers
ServerResponseTrailers.wrap
(WritableHeaders<?> existing) Create a new instance of mutable server response trailers by wrapping existing writable trailers. -
Uses of ServerResponseTrailers in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return ServerResponseTrailersMethods in io.helidon.webserver.http that return types with arguments of type ServerResponseTrailersModifier and TypeMethodDescriptionprotected Consumer
<ServerResponseTrailers> ServerResponseBase.beforeTrailers()
Gets consumer for server response trailers if registered on this response.Method parameters in io.helidon.webserver.http with type arguments of type ServerResponseTrailersModifier and TypeMethodDescriptiondefault ServerResponse
ServerResponse.beforeTrailers
(Consumer<ServerResponseTrailers> beforeTrailers) Callback to update any last minute trailers before they are written to the output stream.ServerResponseBase.beforeTrailers
(Consumer<ServerResponseTrailers> beforeTrailers)