public class HttpInputOverHTTP extends HttpInput
HttpInput.ChainedInterceptor, HttpInput.Content, HttpInput.EofContent, HttpInput.EOFState, HttpInput.ErrorState, HttpInput.Interceptor, HttpInput.SentinelContent, HttpInput.State| Constructor | Description |
|---|---|
HttpInputOverHTTP(HttpChannelState state) |
| Modifier and Type | Method | 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, wakeclose, mark, markSupported, read, readAllBytes, readNBytes, reset, skip, transferToclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreadLinepublic HttpInputOverHTTP(HttpChannelState state)
protected void produceContent()
throws java.io.IOException
HttpInputHttpInput.addContent(Content). For protocols that are constantly
producing (eg HTTP2) this can be left as a noop;produceContent in class HttpInputjava.io.IOException - if unable to produce contentCopyright © 1995–2018 Webtide. All rights reserved.