Class NSURLQueryItem

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class NSURLQueryItem
extends NSObject
implements NSSecureCoding
  • Constructor Details

    • NSURLQueryItem

      public NSURLQueryItem()
    • NSURLQueryItem

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

      protected NSURLQueryItem​(NSObject.SkipInit skipInit)
    • NSURLQueryItem

      public NSURLQueryItem​(String name, String value)
    • NSURLQueryItem

      public NSURLQueryItem​(NSCoder coder)
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String name, String value)
    • encode

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

      protected long init​(NSCoder coder)