Package org.eclipse.jetty.http2
Class HTTP2Connection.HTTP2Producer
- java.lang.Object
-
- org.eclipse.jetty.http2.HTTP2Connection.HTTP2Producer
-
- All Implemented Interfaces:
ExecutionStrategy.Producer
- Enclosing class:
- HTTP2Connection
protected class HTTP2Connection.HTTP2Producer extends java.lang.Object implements ExecutionStrategy.Producer
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHTTP2Producer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Runnableproduce()Produces a task to be executed.java.lang.StringtoString()
-
-
-
Method Detail
-
produce
public java.lang.Runnable produce()
Description copied from interface:ExecutionStrategy.ProducerProduces a task to be executed.
- Specified by:
producein interfaceExecutionStrategy.Producer- Returns:
- a task to executed or null if there are no more tasks to execute
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-