Uses of Interface
io.helidon.webserver.http.spi.Sink
Packages that use Sink
Package
Description
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP SPI.
Helidon WebServer SSE Support.
-
Uses of Sink in io.helidon.webserver.http
Methods in io.helidon.webserver.http with type parameters of type SinkModifier and TypeMethodDescriptiondefault <T extends Sink<?>>
TServerResponse.sink
(GenericType<T> sinkType) Returns a sink from this response based on the sink type, if available. -
Uses of Sink in io.helidon.webserver.http.spi
Methods in io.helidon.webserver.http.spi with type parameters of type SinkModifier and TypeMethodDescriptionSinkProvider.create
(ServerResponse response, BiConsumer<Object, MediaType> eventConsumer, Runnable closeRunnable) Deprecated, for removal: This API element is subject to removal in a future version.SinkProvider.create
(SinkProviderContext context) Creates a sink using this provider.Methods in io.helidon.webserver.http.spi that return SinkMethod parameters in io.helidon.webserver.http.spi with type arguments of type SinkModifier and TypeMethodDescriptionboolean
SinkProvider.supports
(GenericType<? extends Sink<?>> type, ServerRequest request) Checks if a provider supports the type. -
Uses of Sink in io.helidon.webserver.sse
Subinterfaces of Sink in io.helidon.webserver.sseMethods in io.helidon.webserver.sse with type parameters of type SinkModifier and TypeMethodDescriptionSseSinkProvider.create
(ServerResponse response, BiConsumer<Object, MediaType> eventConsumer, Runnable closeRunnable) Deprecated, for removal: This API element is subject to removal in a future version.replaced bySseSinkProvider.create(SinkProviderContext)
SseSinkProvider.create
(SinkProviderContext context) Creates a Sink for SSE events.Method parameters in io.helidon.webserver.sse with type arguments of type SinkModifier and TypeMethodDescriptionboolean
SseSinkProvider.supports
(GenericType<? extends Sink<?>> type, ServerRequest request)
SinkProvider.create(SinkProviderContext)