#import <NSURLRequest.h>
Abgeleitet von NSObject, < NSCoding > und < NSCopying >.
Basisklasse für NSMutableURLRequest.
Öffentliche Methoden | |
| (id) | - initWithURL:cachePolicy:timeoutInterval: |
| (id) | - initWithURL: |
| (id) | - init |
| (id) | - initWithCoder: |
| (void) | - encodeWithCoder: |
| (id) | - URL |
| (unsigned int) | - cachePolicy |
| (double) | - timeoutInterval |
| (id) | - mainDocumentURL |
| (void) | - setPerformsContentDecoding: |
| (BOOL) | - performsContentDecoding |
| (void) | - dealloc |
| (unsigned int) | - hash |
| (BOOL) | - isEqual: |
| (id) | - description |
| (id) | - copyWithZone: |
| (id) | - mutableCopyWithZone: |
| (id) | - _copyReplacingURLWithURL: |
| (BOOL) | - _URLHasScheme: |
| (id) | - _propertyForKey: |
| (void) | - _setProperty:forKey: |
| (void) | - _removePropertyForKey: |
Öffentliche, statische Methoden | |
| (id) | + requestWithURL:cachePolicy:timeoutInterval: |
| (id) | + requestWithURL: |
| (void) | + setDefaultTimeoutInterval: |
| (double) | + defaultTimeoutInterval |
Geschützte Attribute | |
| NSURLRequestInternal * | _internal |
Definiert in Zeile 15 der Datei NSURLRequest.h.
| + (id) requestWithURL: | (id) | fp8 | ||
| cachePolicy: | (unsigned int) | fp12 | ||
| timeoutInterval: | (double) | fp16 | ||
| + (id) requestWithURL: | (id) | fp8 |
| + (void) setDefaultTimeoutInterval: | (double) | fp8 |
| + (double) defaultTimeoutInterval |
| - (id) initWithURL: | (id) | fp8 | ||
| cachePolicy: | (unsigned int) | fp12 | ||
| timeoutInterval: | (double) | fp16 | ||
| - (id) initWithURL: | (id) | fp8 |
| - (id) init |
| - (id) initWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (void) encodeWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (id) URL |
| - (unsigned int) cachePolicy |
| - (double) timeoutInterval |
| - (id) mainDocumentURL |
| - (void) setPerformsContentDecoding: | (BOOL) | fp8 |
| - (BOOL) performsContentDecoding |
| - (void) dealloc |
Implementiert NSObject.
| - (unsigned int) hash |
Implementiert NSObject.
| - (BOOL) isEqual: | (id) | fp8 |
Implementiert NSObject.
| - (id) description |
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
| - (id) mutableCopyWithZone: | (struct _NSZone *) | fp8 |
| - (id) _copyReplacingURLWithURL: | (id) | fp8 |
Implementiert in NSMutableURLRequest.
| - (BOOL) _URLHasScheme: | (id) | fp8 |
| - (id) _propertyForKey: | (id) | fp8 |
| - (void) _setProperty: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (void) _removePropertyForKey: | (id) | fp8 |
- (NSURLRequestInternal*) _internal [protected] |
Definiert in Zeile 17 der Datei NSURLRequest.h.