Interface ContentListener

    • Method Detail

      • contentAvailable

        void contentAvailable​(ContentDecoder decoder,
                              IOControl ioctrl)
                       throws IOException
        Deprecated.
        Notification that content is available to be read from the decoder.
        Parameters:
        decoder - content decoder.
        ioctrl - I/O control of the underlying connection.
        Throws:
        IOException
      • finished

        void finished()
        Deprecated.
        Notification that any resources allocated for reading can be released.