JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
io.helidon.webclient.WebClient
Packages that use
WebClient
Package
Description
io.helidon.webclient
A reactive client for rest calls.
Uses of
WebClient
in
io.helidon.webclient
Methods in
io.helidon.webclient
that return
WebClient
Modifier and Type
Method
Description
WebClient
WebClient.Builder.
build
()
static
WebClient
WebClient.
create
()
Create a new WebClient.
static
WebClient
WebClient.
create
(
Config
config)
Create a new WebClient based on
Config
.