Uses of Interface
io.helidon.nima.webclient.WebClient
Packages that use WebClient
Package
Description
HTTP/2 WebClient.
Unit and integration testing support for Níma WebServer and JUnit 5.
Unit and integration testing support for Níma WebSocket and JUnit 5.
WebClient APIs shared by all types of clients.
HTTP/1.1 WebClient.
WebSocket client.
-
Uses of WebClient in io.helidon.nima.http2.webclient
Subinterfaces of WebClient in io.helidon.nima.http2.webclient -
Uses of WebClient in io.helidon.nima.testing.junit5.webserver
Classes in io.helidon.nima.testing.junit5.webserver that implement WebClientModifier and TypeClassDescriptionclassUnit testing client that bypasses HTTP transport and directly invokes router. -
Uses of WebClient in io.helidon.nima.testing.junit5.websocket
Classes in io.helidon.nima.testing.junit5.websocket that implement WebClientModifier and TypeClassDescriptionclassA client for WebSocket, that directly invokes routing (and bypasses network). -
Uses of WebClient in io.helidon.nima.webclient
Classes in io.helidon.nima.webclient with type parameters of type WebClientModifier and TypeClassDescriptionstatic classWebClient.Builder<B extends WebClient.Builder<B,C>, C extends WebClient> Fluent API builder forWebClient.Subinterfaces of WebClient in io.helidon.nima.webclientModifier and TypeInterfaceDescriptioninterfaceHttpClient<REQ extends ClientRequest<REQ,RES>, RES extends ClientResponse> HTTP client.Classes in io.helidon.nima.webclient that implement WebClient -
Uses of WebClient in io.helidon.nima.webclient.http1
Subinterfaces of WebClient in io.helidon.nima.webclient.http1 -
Uses of WebClient in io.helidon.nima.websocket.client
Subinterfaces of WebClient in io.helidon.nima.websocket.client