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:
Closeable
,AutoCloseable
,Runnable
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 -
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
Methods inherited from class java.io.InputStream
close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
HttpInputOverHTTP
Deprecated.
-