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.
Helidon WebClient SSE Support.
-
Uses of Source in io.helidon.webclient.api
Methods in io.helidon.webclient.api with type parameters of type SourceModifier and TypeMethodDescriptiondefault <T extends Source<?>>
voidHttpClientResponse.source
(GenericType<T> sourceType, T source) Registers a source listener for this response. -
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 TypeMethodDescriptionboolean
SourceHandlerProvider.supports
(GenericType<? extends Source<?>> type, HttpClientResponse response) Checks if a provider supports the type. -
Uses of Source in io.helidon.webclient.sse
Subinterfaces of Source in io.helidon.webclient.sseMethods in io.helidon.webclient.sse with type parameters of type SourceModifier and TypeMethodDescriptionSseSourceHandlerProvider.handle
(X source, HttpClientResponse response, MediaContext mediaContext) Method parameters in io.helidon.webclient.sse with type arguments of type SourceModifier and TypeMethodDescriptionboolean
SseSourceHandlerProvider.supports
(GenericType<? extends Source<?>> type, HttpClientResponse response)