Uses of Interface
io.helidon.webserver.http.spi.Sink
Packages that use Sink
Package
Description
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP SPI.
-
Uses of Sink in io.helidon.webserver.http
Methods in io.helidon.webserver.http with type parameters of type Sink -
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, io.helidon.common.media.type.MediaType> eventConsumer, Runnable closeRunnable) 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 TypeMethodDescriptionbooleanSinkProvider.supports(io.helidon.common.GenericType<? extends Sink<?>> type, ServerRequest request) Checks if a provider supports the type.