/headers/Foundation/NSHTTPURLResponse.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 <Foundation/NSURLResponse.h>
00008 
00009 @class NSHTTPURLResponseInternal;
00010 
00011 @interface NSHTTPURLResponse : NSURLResponse
00012 {
00013     NSHTTPURLResponseInternal *_httpInternal;
00014 }
00015 
00016 + (id)localizedStringForStatusCode:(int)fp8;
00017 + (BOOL)isErrorStatusCode:(int)fp8;
00018 - (id)initWithURL:(id)fp8 statusCode:(int)fp12 headerFields:(id)fp16 requestTime:(double)fp20;
00019 - (id)initWithURL:(id)fp8 MIMEType:(id)fp12 expectedContentLength:(int)fp16 textEncodingName:(id)fp20;
00020 - (id)initWithCoder:(id)fp8;
00021 - (void)encodeWithCoder:(id)fp8;
00022 - (long long)expectedContentLength;
00023 - (void)_setExpectedContentLength:(long long)fp8;
00024 - (id)MIMEType;
00025 - (void)_setMIMEType:(id)fp8;
00026 - (id)textEncodingName;
00027 - (double)_calculatedExpiration;
00028 - (void)_setCalculatedExpiration:(double)fp8;
00029 - (id)allHeaderFields;
00030 - (int)statusCode;
00031 - (id)_downloadInfoWithInitialData:(id)fp8;
00032 - (void)dealloc;
00033 - (void)setAllHeaderFields:(id)fp8;
00034 - (void)_parseCacheControl;
00035 - (id)_createdDate;
00036 - (id)_expiresDate;
00037 - (id)_lastModifiedDate;
00038 - (id)_maxAge;
00039 - (id)_ageHeaderValue;
00040 - (double)_freshnessLifetime;
00041 - (BOOL)_mustRevalidate;
00042 - (void)_setPeerCertificateChain:(id)fp8;
00043 - (id)_peerCertificateChain;
00044 - (void)_setClientCertificateChain:(id)fp8;
00045 - (id)_clientCertificateChain;
00046 - (void)_setClientCertificateState:(id)fp8;
00047 - (id)_clientCertificateState;
00048 - (void)_setPeerTrust:(struct OpaqueSecTrustRef *)fp8;
00049 - (struct OpaqueSecTrustRef *)_peerTrust;
00050 - (void)_setIsMixedReplace;
00051 - (BOOL)_isMixedReplace;
00052 
00053 @end
00054