#import <NSHTTPCookie.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithProperties: |
| (id) | - initWithCFHTTPCookie: |
| (id) | - init |
| (void) | - dealloc |
| (id) | - properties |
| (unsigned int) | - version |
| (id) | - name |
| (id) | - value |
| (id) | - expiresDate |
| (BOOL) | - isSessionOnly |
| (BOOL) | - isSecure |
| (id) | - domain |
| (id) | - path |
| (id) | - comment |
| (id) | - commentURL |
| (id) | - portList |
| (struct OpaqueCFHTTPCookie *) | - _GetInternalCFHTTPCookie |
| (int) | - _compareForHeaderOrder: |
| (id) | - _key |
| (BOOL) | - _isExpired |
| (id) | - description |
| (BOOL) | - isEqual: |
| (unsigned int) | - hash |
| (void) | - encodeWithCoder: |
| (id) | - initWithCoder: |
Öffentliche, statische Methoden | |
| (id) | + cookieWithProperties: |
| (id) | + cookieWithCFHTTPCookie: |
| (id) | + _cf2nsCookies: |
| (struct __CFArray *) | + _ns2cfCookies: |
| (id) | + requestHeaderFieldsWithCookies: |
| (id) | + cookiesWithResponseHeaderFields:forURL: |
Geschützte Attribute | |
| NSHTTPCookieInternal * | _cookiePrivate |
Definiert in Zeile 11 der Datei NSHTTPCookie.h.
| + (id) cookieWithProperties: | (id) | fp8 |
| + (id) cookieWithCFHTTPCookie: | (struct OpaqueCFHTTPCookie *) | fp8 |
| + (id) _cf2nsCookies: | (struct __CFArray *) | fp8 |
| + (struct __CFArray *) _ns2cfCookies: | (id) | fp8 |
| + (id) requestHeaderFieldsWithCookies: | (id) | fp8 |
| + (id) cookiesWithResponseHeaderFields: | (id) | fp8 | ||
| forURL: | (id) | fp12 | ||
| - (id) initWithProperties: | (id) | fp8 |
| - (id) initWithCFHTTPCookie: | (struct OpaqueCFHTTPCookie *) | fp8 |
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (id) properties |
| - (unsigned int) version |
| - (id) name |
| - (id) value |
| - (id) expiresDate |
| - (BOOL) isSessionOnly |
| - (BOOL) isSecure |
| - (id) domain |
| - (id) path |
| - (id) comment |
| - (id) commentURL |
| - (id) portList |
| - (struct OpaqueCFHTTPCookie *) _GetInternalCFHTTPCookie |
| - (int) _compareForHeaderOrder: | (id) | fp8 |
| - (id) _key |
| - (BOOL) _isExpired |
| - (id) description |
| - (BOOL) isEqual: | (id) | fp8 |
Implementiert NSObject.
| - (unsigned int) hash |
Implementiert NSObject.
| - (void) encodeWithCoder: | (id) | fp8 |
| - (id) initWithCoder: | (id) | fp8 |
- (NSHTTPCookieInternal*) _cookiePrivate [protected] |
Definiert in Zeile 13 der Datei NSHTTPCookie.h.