Uses of Class
io.helidon.webclient.api.ConnectionKey
Packages that use ConnectionKey
-
Uses of ConnectionKey in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return ConnectionKeyModifier and TypeMethodDescriptionstatic ConnectionKey
ConnectionKey.create
(String scheme, String host, int port, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy) Create new instance of theConnectionKey
.Methods in io.helidon.webclient.api with parameters of type ConnectionKeyModifier and TypeMethodDescriptionstatic TcpClientConnection
TcpClientConnection.create
(WebClient webClient, ConnectionKey connectionKey, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a new TCP Connection.