Class MultipartStream.ProgressNotifier

  • Enclosing class:
    MultipartStream

    public static class MultipartStream.ProgressNotifier
    extends java.lang.Object
    Internal class, which is used to invoke the ProgressListener.
    • Constructor Summary

      Constructors 
      Constructor Description
      ProgressNotifier​(ProgressListener listener, long contentLength)
      Creates a new instance with the given listener and content length.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void noteItem()
      Called to indicate, that a new file item has been detected.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProgressNotifier

        public ProgressNotifier​(ProgressListener listener,
                                long contentLength)
        Creates a new instance with the given listener and content length.
        Parameters:
        listener - The listener to invoke.
        contentLength - The expected content length.
    • Method Detail

      • noteItem

        public void noteItem()
        Called to indicate, that a new file item has been detected.