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 SPI.
-
Uses of ReleasableResource in io.helidon.webclient.api
Subinterfaces of ReleasableResource in io.helidon.webclient.apiModifier and TypeInterfaceDescriptioninterfaceClient connection.interfaceHttpClient<REQ extends ClientRequest<REQ>>HTTP client.interfaceHTTP client.Classes in io.helidon.webclient.api that implement ReleasableResourceModifier and TypeClassDescriptionclassA 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.spi
Subinterfaces of ReleasableResource in io.helidon.webclient.spiModifier and TypeInterfaceDescriptioninterfaceIntegration for HTTP versions to provide a single API.Classes in io.helidon.webclient.spi that implement ReleasableResourceModifier and TypeClassDescriptionclassClient connection cache with release shutdown hook to provide graceful shutdown.