Class NSURLResponse

    • Constructor Detail

      • NSURLResponse

        public NSURLResponse()
      • NSURLResponse

        protected NSURLResponse​(NSObject.Handle h,
                                long handle)
      • NSURLResponse

        public NSURLResponse​(NSURL URL,
                             java.lang.String MIMEType,
                             long length,
                             java.lang.String name)
      • NSURLResponse

        public NSURLResponse​(NSCoder decoder)
    • Method Detail

      • getURL

        public NSURL getURL()
      • getMIMEType

        public java.lang.String getMIMEType()
      • getExpectedContentLength

        public long getExpectedContentLength()
      • getTextEncodingName

        public java.lang.String getTextEncodingName()
      • getSuggestedFilename

        public java.lang.String getSuggestedFilename()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • init

        protected long init​(NSURL URL,
                            java.lang.String MIMEType,
                            long length,
                            java.lang.String name)
      • init

        protected long init​(NSCoder decoder)