Uses of Interface
io.helidon.http.ClientResponseTrailers
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebClient APIs shared by all types of clients.
-
Uses of ClientResponseTrailers in io.helidon.http
Modifier and TypeMethodDescriptionstatic ClientResponseTrailers
ClientResponseTrailers.create()
Create new empty trailers.static ClientResponseTrailers
Create new trailers from headers future. -
Uses of ClientResponseTrailers in io.helidon.webclient.api
Modifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.trailers()
Received response trailer headers.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl.trailers()
Modifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.trailers
(CompletableFuture<ClientResponseTrailers> trailers) Received response trailer headers.