Class HttpInputOverHTTP

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Runnable

    public class HttpInputOverHTTP
    extends HttpInput
    • Constructor Detail

    • Method Detail

      • produceContent

        protected void produceContent()
                               throws java.io.IOException
        Description copied from class: HttpInput
        Called when derived implementations should attempt to produce more Content and add it via HttpInput.addContent(Content). For protocols that are constantly producing (eg HTTP2) this can be left as a noop;
        Overrides:
        produceContent in class HttpInput
        Throws:
        java.io.IOException - if unable to produce content