Uses of Interface
io.helidon.webclient.api.WebClient
Packages that use WebClient
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient SPI.
-
Uses of WebClient in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return WebClientModifier and TypeMethodDescriptionWebClientConfig.Builder.build()WebClientConfig.BuilderBase.WebClientConfigImpl.build()static WebClientWebClient.create()Create a new web client with default configuration.static WebClientWebClient.create(WebClientConfig config) Create a new webclient with customized configuration.static WebClientWebClient.create(Consumer<WebClientConfig.Builder> consumer) Create a new webclient, customizing its configuration.WebClientConfig.BuilderBase.WebClientConfigImpl.get()Methods in io.helidon.webclient.api with parameters of type WebClientModifier and TypeMethodDescriptionstatic TcpClientConnectionTcpClientConnection.create(WebClient webClient, ConnectionKey connectionKey, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a new TCP Connection.Proxy.tcpSocket(WebClient webClient, InetSocketAddress inetSocketAddress, SocketOptions socketOptions, boolean tls) Create a socket for TCP, connected through the proxy. -
Uses of WebClient in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi with parameters of type WebClient