Uses of Class
io.helidon.webclient.api.ResolvedClientTarget
Packages that use ResolvedClientTarget
-
Uses of ResolvedClientTarget in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return ResolvedClientTargetModifier and TypeMethodDescriptionClientConnectionTarget.resolve()Resolve a direct or proxied physical attempt for the connection-key host and port.Resolve a physical attempt for a selected route authority.WebClientProtocolResponse.target()Exact resolved target used for this response.Methods in io.helidon.webclient.api that return types with arguments of type ResolvedClientTargetModifier and TypeMethodDescriptionTcpClientConnection.resolvedTarget()Concrete target retained by this connection after physical resolution.Methods in io.helidon.webclient.api with parameters of type ResolvedClientTargetModifier and TypeMethodDescriptionstatic TcpClientConnectionTcpClientConnection.create(WebClient webClient, ResolvedClientTarget resolvedTarget, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a TCP connection from a resolved physical target.static 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.Proxy.tcpSocket(WebClient webClient, ResolvedClientTarget target, SocketOptions socketOptions) Create a TCP socket for one preselected and resolved route.