Class ChecksumInfo


  • public class ChecksumInfo
    extends java.lang.Object
    Protocol 4.0+ allows for an optional checksum type specification passed as an opaque/cgi element on the path.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChecksumInfo​(java.lang.String path, java.lang.String opaque)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      java.util.Optional<java.lang.String> getType()  
      • Methods inherited from class java.lang.Object

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

      • getPath

        public java.lang.String getPath()
      • getType

        public java.util.Optional<java.lang.String> getType()