Uses of Interface
io.helidon.webclient.spi.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
Modifier 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
Modifier and TypeMethodDescriptionSourceHandlerProvider.handle
(X source, HttpClientResponse response, MediaContext mediaContext) Handles a source.Modifier 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
Modifier and TypeMethodDescriptionSseSourceHandlerProvider.handle
(X source, HttpClientResponse response, MediaContext mediaContext) Modifier and TypeMethodDescriptionboolean
SseSourceHandlerProvider.supports
(GenericType<? extends Source<?>> type, HttpClientResponse response)