Class HTTPFileUpload.FileInfo

  • Enclosing class:
    gov.nasa.worldwind.util.HTTPFileUpload

    protected class HTTPFileUpload.FileInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileInfo​(java.lang.String name, java.lang.Object item, AVList properties)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uploadName

        protected final java.lang.String uploadName
      • uploadItem

        protected final java.lang.Object uploadItem
      • properties

        protected final AVList properties
    • Constructor Detail

      • FileInfo

        public FileInfo​(java.lang.String name,
                        java.lang.Object item,
                        AVList properties)