Uses of Interface
io.helidon.http.ClientResponseTrailers
Packages that use 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
Methods in io.helidon.http that return ClientResponseTrailersModifier 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
Methods in io.helidon.webclient.api that return types with arguments of type ClientResponseTrailersModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.trailers()
Received response trailer headers.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl.trailers()
Method parameters in io.helidon.webclient.api with type arguments of type ClientResponseTrailersModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.trailers
(CompletableFuture<ClientResponseTrailers> trailers) Received response trailer headers.