Uses of Interface
io.helidon.common.task.InterruptableTask
Packages that use InterruptableTask
Package
Description
Interruptable tasks and related executors.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
-
Uses of InterruptableTask in io.helidon.common.task
Methods in io.helidon.common.task with parameters of type InterruptableTaskModifier and TypeMethodDescription<T> Future
<T> HelidonTaskExecutor.execute
(InterruptableTask<T> task) Executes a task. -
Uses of InterruptableTask in io.helidon.webserver.http1
Classes in io.helidon.webserver.http1 that implement InterruptableTask -
Uses of InterruptableTask in io.helidon.webserver.http2
Classes in io.helidon.webserver.http2 that implement InterruptableTask