Uses of Class
io.helidon.webclient.api.ClientConnectionTarget.LookupKey
Packages that use ClientConnectionTarget.LookupKey
-
Uses of ClientConnectionTarget.LookupKey in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return ClientConnectionTarget.LookupKeyModifier and TypeMethodDescriptionClientConnectionTarget.LookupKey.altSvcOriginKey()Create the canonical origin identity used for Alt-Svc discovery.ClientConnectionTarget.lookupKey()Create a cache lookup key for this target without retaining its selected proxy route.ClientConnectionTarget.lookupKey(ConnectionKey connectionKey, ClientUri uri, ClientRequestHeaders headers) Create a DNS-free cache lookup key from a final request URI and headers.ClientConnectionTarget.lookupKey(ConnectionKey connectionKey, String scheme) Create a DNS-free cache lookup key using the connection-key origin.Methods in io.helidon.webclient.api with parameters of type ClientConnectionTarget.LookupKeyModifier and TypeMethodDescriptionstatic ClientConnectionTargetClientConnectionTarget.create(ClientConnectionTarget.LookupKey lookupKey) Create a logical connection target from a cache lookup key.