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 protected
HTTP2Producer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Runnable
produce()
Produces a task to be executed.java.lang.String
toString()
-
-
-
Method Detail
-
produce
public java.lang.Runnable produce()
Description copied from interface:ExecutionStrategy.Producer
Produces a task to be executed.
- Specified by:
produce
in interfaceExecutionStrategy.Producer
- Returns:
- a task to executed or null if there are no more tasks to execute
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-