Uses of Interface
io.helidon.webclient.spi.Source
Packages that use Source
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient SPI.
-
Uses of Source in io.helidon.webclient.api
Methods in io.helidon.webclient.api with type parameters of type Source -
Uses of Source in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi with type parameters of type SourceModifier and TypeMethodDescriptionSourceHandlerProvider.handle(X source, HttpClientResponse response, MediaContext mediaContext) Handles a source.Method parameters in io.helidon.webclient.spi with type arguments of type SourceModifier and TypeMethodDescriptionbooleanSourceHandlerProvider.supports(io.helidon.common.GenericType<? extends Source<?>> type, HttpClientResponse response) Checks if a provider supports the type.