Class HttpInput

java.lang.Object
java.io.InputStream
jakarta.servlet.ServletInputStream
org.eclipse.jetty.ee9.nested.HttpInput
All Implemented Interfaces:
Closeable, AutoCloseable, Runnable

public class HttpInput extends jakarta.servlet.ServletInputStream implements Runnable

While this class is-a Runnable, it should never be dispatched in it's own thread. It is a runnable only so that the calling thread can use Context.run(Runnable) to setup classloaders etc.