#import <NSURLResponseInternal.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithURL:MIMEType:expectedContentLength:textEncodingName: |
| (void) | - dealloc |
Geschützte Attribute | |
| NSURL * | URL |
| NSString * | MIMEType |
| NSString * | textEncodingName |
| long long | expectedContentLength |
| double | expiration |
| NSDate * | createdDate |
| NSDictionary * | downloadAssessment |
Definiert in Zeile 11 der Datei NSURLResponseInternal.h.
| - (id) initWithURL: | (id) | fp8 | ||
| MIMEType: | (id) | fp12 | ||
| expectedContentLength: | (int) | fp16 | ||
| textEncodingName: | (id) | fp20 | ||
| - (void) dealloc |
Implementiert NSObject.
Definiert in Zeile 13 der Datei NSURLResponseInternal.h.
Definiert in Zeile 14 der Datei NSURLResponseInternal.h.
- (NSString*) textEncodingName [protected] |
Definiert in Zeile 15 der Datei NSURLResponseInternal.h.
- (long long) expectedContentLength [protected] |
Definiert in Zeile 16 der Datei NSURLResponseInternal.h.
- (double) expiration [protected] |
Definiert in Zeile 17 der Datei NSURLResponseInternal.h.
- (NSDate*) createdDate [protected] |
Definiert in Zeile 18 der Datei NSURLResponseInternal.h.
- (NSDictionary*) downloadAssessment [protected] |
Definiert in Zeile 19 der Datei NSURLResponseInternal.h.