/headers/Foundation/NSURLResponse-NSURLResponsePrivate.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 @interface NSURLResponse (NSURLResponsePrivate)
00010 - (void)_setExpectedContentLength:(long long)fp8;
00011 - (void)_setMIMEType:(id)fp8;
00012 - (id)_createdDate;
00013 - (id)_expiresDate;
00014 - (id)_lastModifiedDate;
00015 - (id)_maxAge;
00016 - (BOOL)_mustRevalidate;
00017 - (id)_ageHeaderValue;
00018 - (double)_freshnessLifetime;
00019 - (double)_calculatedExpiration;
00020 - (void)_setCalculatedExpiration:(double)fp8;
00021 - (id)_dateForIfModifiedSince;
00022 - (id)_downloadInfoWithInitialData:(id)fp8;
00023 - (id)_downloadAssessmentWithInitialData:(id)fp8;
00024 - (id)_downloadAssessment;
00025 - (void)dealloc;
00026 - (id)_peerCertificateChain;
00027 @end
00028