Class MultiPartContentProvider.Part

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Part​(java.lang.String name, java.lang.String fileName, java.lang.String contentType, ContentProvider content, HttpFields fields)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.nio.ByteBuffer headers()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • name

        private final java.lang.String name
      • fileName

        private final java.lang.String fileName
      • contentType

        private final java.lang.String contentType
      • headers

        private final java.nio.ByteBuffer headers
      • length

        private final long length
    • Constructor Detail

      • Part

        private Part​(java.lang.String name,
                     java.lang.String fileName,
                     java.lang.String contentType,
                     ContentProvider content,
                     HttpFields fields)
    • Method Detail

      • headers

        private java.nio.ByteBuffer headers()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object