Package org.eclipse.jetty.server
Class HttpInputOverHTTP
- java.lang.Object
-
- java.io.InputStream
-
- javax.servlet.ServletInputStream
-
- org.eclipse.jetty.server.HttpInput
-
- org.eclipse.jetty.server.HttpInputOverHTTP
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.lang.Runnable
@Deprecated(since="2021-05-27") public class HttpInputOverHTTP extends HttpInput
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.server.HttpInput
HttpInput.ChainedInterceptor, HttpInput.Content, HttpInput.EofContent, HttpInput.Interceptor, HttpInput.SentinelContent
-
-
Constructor Summary
Constructors Constructor Description HttpInputOverHTTP(HttpChannelState state)
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.server.HttpInput
addContent, addInterceptor, asyncReadProduce, available, consumeAll, earlyEOF, eof, failed, getContentConsumed, getContentReceived, getInterceptor, hasContent, isAsync, isError, isFinished, isReady, onIdleTimeout, read, read, recycle, run, setInterceptor, setReadListener, toString, unblock
-
Methods inherited from class javax.servlet.ServletInputStream
readLine
-
-
-
-
Constructor Detail
-
HttpInputOverHTTP
public HttpInputOverHTTP(HttpChannelState state)
Deprecated.
-
-