public class HttpInputOverHTTP extends HttpInput
HttpInput.ChainedInterceptor, HttpInput.Content, HttpInput.EofContent, HttpInput.EOFState, HttpInput.ErrorState, HttpInput.Interceptor, HttpInput.SentinelContent, HttpInput.State
Constructor and Description |
---|
HttpInputOverHTTP(HttpChannelState state) |
Modifier and Type | Method and Description |
---|---|
protected void |
produceContent()
Called when derived implementations should attempt to produce more Content and add it via
HttpInput.addContent(Content) . |
addContent, addInterceptor, asyncReadProduce, available, blockForContent, consumeAll, earlyEOF, eof, failed, get, getContentConsumed, getHttpChannelState, getInterceptor, hasContent, isAsync, isError, isFinished, isReady, nextContent, nextInterceptedContent, nextNonSentinelContent, onIdleTimeout, produceNextContext, read, read, recycle, run, setInterceptor, setReadListener, skip, toString, unblock, wake
public HttpInputOverHTTP(HttpChannelState state)
protected void produceContent() throws java.io.IOException
HttpInput
HttpInput.addContent(Content)
. For protocols that are constantly
producing (eg HTTP2) this can be left as a noop;produceContent
in class HttpInput
java.io.IOException
- if unable to produce contentCopyright © 1995–2023 Webtide. All rights reserved.