Class JschSftpSession.DefaultProgressMonitor

  • All Implemented Interfaces:
    com.jcraft.jsch.SftpProgressMonitor
    Enclosing class:
    JschSftpSession

    public static class JschSftpSession.DefaultProgressMonitor
    extends java.lang.Object
    implements com.jcraft.jsch.SftpProgressMonitor
    • Field Summary

      • Fields inherited from interface com.jcraft.jsch.SftpProgressMonitor

        GET, PUT, UNKNOWN_SIZE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean count​(long count)  
      void end()  
      void init​(int op, java.lang.String src, java.lang.String dest, long max)  
      • Methods inherited from class java.lang.Object

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

      • DefaultProgressMonitor

        public DefaultProgressMonitor()
    • Method Detail

      • init

        public void init​(int op,
                         java.lang.String src,
                         java.lang.String dest,
                         long max)
        Specified by:
        init in interface com.jcraft.jsch.SftpProgressMonitor
      • count

        public boolean count​(long count)
        Specified by:
        count in interface com.jcraft.jsch.SftpProgressMonitor
      • end

        public void end()
        Specified by:
        end in interface com.jcraft.jsch.SftpProgressMonitor