Class NSURLResponse

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
NSHTTPURLResponse

public class NSURLResponse
extends NSObject
implements NSSecureCoding
  • Field Details

  • Constructor Details

    • NSURLResponse

      public NSURLResponse()
    • NSURLResponse

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

      protected NSURLResponse​(NSObject.SkipInit skipInit)
    • NSURLResponse

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

      public NSURLResponse​(NSCoder coder)
  • Method Details

    • getURL

      public NSURL getURL()
    • getMIMEType

      public String getMIMEType()
    • getExpectedContentLength

      public long getExpectedContentLength()
    • getTextEncodingName

      public String getTextEncodingName()
    • getSuggestedFilename

      public String getSuggestedFilename()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(NSURL URL, String MIMEType, long length, String name)
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)