Uses of Interface
io.helidon.webclient.api.ReleasableResource
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebClient SPI.
Helidon WebServer Testing JUnit5 Support.
-
Uses of ReleasableResource in io.helidon.webclient.api
Modifier and TypeInterfaceDescriptioninterface
Client connection.interface
HttpClient<REQ extends ClientRequest<REQ>>
HTTP client.interface
HTTP client.Modifier and TypeClassDescriptionclass
A TCP connection that can be used by any protocol that is based on TCP.Modifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl.connection()
Modifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.connection()
Client connection/stream that was used to handle this request.Modifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.connection
(ReleasableResource connection) Client connection/stream that was used to handle this request. -
Uses of ReleasableResource in io.helidon.webclient.http1
-
Uses of ReleasableResource in io.helidon.webclient.http2
Modifier and TypeClassDescriptionclass
Implementation of HTTP2 client.class
Represents an HTTP2 client stream.final class
A cache of HTTP2 connections. -
Uses of ReleasableResource in io.helidon.webclient.spi
Modifier and TypeInterfaceDescriptioninterface
Integration for HTTP versions to provide a single API.Modifier and TypeClassDescriptionclass
Client connection cache with release shutdown hook to provide graceful shutdown. -
Uses of ReleasableResource in io.helidon.webserver.testing.junit5
Modifier and TypeClassDescriptionclass
Unit testing client that bypasses HTTP transport and directly invokes router.class
Unit testing client that bypasses HTTP transport and directly invokes router.