Uses of Interface
org.eclipse.jetty.util.thread.ExecutionStrategy
Packages that use ExecutionStrategy
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
-
Uses of ExecutionStrategy in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as ExecutionStrategy -
Uses of ExecutionStrategy in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement ExecutionStrategyModifier and TypeClassDescriptionclass
A strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation.class
A strategy where the thread that produces will always run the resulting task.class
A strategy where the caller thread iterates over task production, submitting each task to anExecutor
for execution.class
A strategy where the caller thread iterates over task production, submitting each task to anExecutor
for execution.