Uses of Interface
io.helidon.webclient.api.ReleasableResource
Packages that use 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
Subinterfaces of ReleasableResource in io.helidon.webclient.apiModifier and TypeInterfaceDescriptioninterface
Client connection.interface
HttpClient<REQ extends ClientRequest<REQ>>
HTTP client.interface
HTTP client.Classes in io.helidon.webclient.api that implement ReleasableResourceModifier and TypeClassDescriptionclass
A TCP connection that can be used by any protocol that is based on TCP.Methods in io.helidon.webclient.api that return ReleasableResourceModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl.connection()
Methods in io.helidon.webclient.api that return types with arguments of type ReleasableResourceModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.connection()
Client connection/stream that was used to handle this request.Methods in io.helidon.webclient.api with parameters of type ReleasableResourceModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.connection
(ReleasableResource connection) Client connection/stream that was used to handle this request. -
Uses of ReleasableResource in io.helidon.webclient.http1
Subinterfaces of ReleasableResource in io.helidon.webclient.http1 -
Uses of ReleasableResource in io.helidon.webclient.http2
Subinterfaces of ReleasableResource in io.helidon.webclient.http2Classes in io.helidon.webclient.http2 that implement ReleasableResourceModifier 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
Subinterfaces of ReleasableResource in io.helidon.webclient.spiModifier and TypeInterfaceDescriptioninterface
Integration for HTTP versions to provide a single API.Classes in io.helidon.webclient.spi that implement ReleasableResourceModifier and TypeClassDescriptionclass
Client connection cache with release shutdown hook to provide graceful shutdown. -
Uses of ReleasableResource in io.helidon.webserver.testing.junit5
Classes in io.helidon.webserver.testing.junit5 that implement ReleasableResourceModifier 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.