Uses of Class
com.jniwrapper.macosx.cocoa.nshttpcookie.NSHTTPCookie

Packages that use NSHTTPCookie
com.jniwrapper.macosx.cocoa.nshttpcookie   
com.jniwrapper.macosx.cocoa.nshttpcookiestorage   
 

Uses of NSHTTPCookie in com.jniwrapper.macosx.cocoa.nshttpcookie
 

Methods in com.jniwrapper.macosx.cocoa.nshttpcookie that return NSHTTPCookie
static NSHTTPCookie NSHTTPCookie.NSHTTPCookie_cookieWithProperties(NSDictionary properties)
          This method represents the cookieWithProperties static constructor of the NSHTTPCookie Objective-C class.
 

Uses of NSHTTPCookie in com.jniwrapper.macosx.cocoa.nshttpcookiestorage
 

Methods in com.jniwrapper.macosx.cocoa.nshttpcookiestorage with parameters of type NSHTTPCookie
 void NSHTTPCookieStorage.setCookie(NSHTTPCookie cookie)
           
 void NSHTTPCookieStorage.deleteCookie(NSHTTPCookie cookie)