Uses of Interface
io.helidon.nima.webclient.http.spi.Source
Packages that use Source
Package
Description
Nima SSE webclient package.
WebClient APIs shared by all types of clients.
WebClient HTTP source SPI.
-
Uses of Source in io.helidon.nima.sse.webclient
Subinterfaces of Source in io.helidon.nima.sse.webclientMethods in io.helidon.nima.sse.webclient with type parameters of type SourceModifier and TypeMethodDescriptionSseSourceHandlerProvider.handle(X source, ClientResponse response, MediaContext mediaContext) Method parameters in io.helidon.nima.sse.webclient with type arguments of type SourceModifier and TypeMethodDescriptionbooleanSseSourceHandlerProvider.supports(GenericType<? extends Source<?>> type, ClientResponse response) -
Uses of Source in io.helidon.nima.webclient
Methods in io.helidon.nima.webclient with type parameters of type SourceModifier and TypeMethodDescriptiondefault <T extends Source<?>>
voidClientResponse.source(GenericType<T> sourceType, T source) Registers a source listener for this response. -
Uses of Source in io.helidon.nima.webclient.http.spi
Methods in io.helidon.nima.webclient.http.spi with type parameters of type SourceModifier and TypeMethodDescriptionSourceHandlerProvider.handle(X source, ClientResponse response, MediaContext mediaContext) Handles a source.Method parameters in io.helidon.nima.webclient.http.spi with type arguments of type SourceModifier and TypeMethodDescriptionbooleanSourceHandlerProvider.supports(GenericType<? extends Source<?>> type, ClientResponse response) Checks if a provider supports the type.