Uses of Class
io.helidon.webclient.api.WebClientProtocolResponse
Packages that use WebClientProtocolResponse
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/2 Support.
Helidon WebClient SPI.
-
Uses of WebClientProtocolResponse in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return WebClientProtocolResponseModifier and TypeMethodDescriptionstatic WebClientProtocolResponseWebClientProtocolResponse.create(ResolvedClientTarget target, boolean explicitConnection, String protocolId, Status status, ClientResponseHeaders headers, Instant receivedAt) Create response context for a request sent to its direct route.static WebClientProtocolResponseWebClientProtocolResponse.createAlternative(ResolvedClientTarget target, boolean explicitConnection, String protocolId, Status status, ClientResponseHeaders headers, Instant receivedAt, UriAuthority alternativeAuthority) Create response context for a request sent to an alternative service.Methods in io.helidon.webclient.api with parameters of type WebClientProtocolResponseModifier and TypeMethodDescriptiondefault voidWebClient.responseReceived(WebClientProtocolResponse response) Notify active HTTP protocol implementations about a transport response received by this client. -
Uses of WebClientProtocolResponse in io.helidon.webclient.http2
Methods in io.helidon.webclient.http2 with parameters of type WebClientProtocolResponseModifier and TypeMethodDescriptionvoidHttp2ClientImpl.responseReceived(WebClientProtocolResponse response) -
Uses of WebClientProtocolResponse in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi that return types with arguments of type WebClientProtocolResponseModifier and TypeMethodDescriptionWebClientService.TransportChain.protocolResponse(WebClientServiceResponse response) Create protocol response context for the completed response when applicable.Methods in io.helidon.webclient.spi with parameters of type WebClientProtocolResponseModifier and TypeMethodDescriptiondefault voidHttpClientSpi.responseReceived(WebClientProtocolResponse response) Notification invoked after the WebClient receives a transport response, regardless of the protocol that produced it.