/headers/Foundation/NSHTTPURLResponseInternal.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 #import "NSCodingProtocol.h"
00010 
00011 @class NSArray, NSDate, NSDictionary, NSNumber;
00012 
00013 @interface NSHTTPURLResponseInternal : NSObject <NSCoding>
00014 {
00015     int statusCode;
00016     NSDictionary *headerFields;
00017     double localCreationTime;
00018     double requestTime;
00019     NSDate *expiresDate;
00020     NSDate *lastModifiedDate;
00021     NSNumber *maxAge;
00022     NSNumber *ageHeaderValue;
00023     NSArray *peerCertificateChain;
00024     NSArray *clientCertificateChain;
00025     NSNumber *clientCertificateState;
00026     struct OpaqueSecTrustRef *peerTrust;
00027     BOOL mustRevalidate;
00028     BOOL parsedCreatedDate;
00029     BOOL parsedExpiresDate;
00030     BOOL parsedLastModifiedDate;
00031     BOOL parsedCacheControlFlag;
00032     BOOL parsedAgeHeaderValueFlag;
00033     BOOL parsedContentLength;
00034     BOOL parsedContentType;
00035     BOOL parsedTextEncoding;
00036     BOOL parsedCalculatedExpiration;
00037     BOOL isMixedReplace;
00038     BOOL _pad2;
00039 }
00040 
00041 - (id)initWithCoder:(id)fp8;
00042 - (void)encodeWithCoder:(id)fp8;
00043 - (void)dealloc;
00044 
00045 @end
00046