Interface InterruptableTask<T>
- Type Parameters:
T- type of value returned by task
- All Known Implementing Classes:
Http1Connection, Http2Connection
-
Method Details
-
canInterrupt
boolean canInterrupt()Signals if a task can be interrupted at the time this method is called.- Returns:
- outcome of interruptable test
-
run
-
call
-