/headers/Foundation/NSURLProtocol.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 @class NSURLProtocolInternal;
00010 
00011 @interface NSURLProtocol : NSObject
00012 {
00013     NSURLProtocolInternal *_internal;
00014 }
00015 
00016 + (BOOL)canInitWithRequest:(id)fp8;
00017 + (id)_canonicalRequestForRequest:(id)fp8 allowCF:(BOOL)fp12;
00018 + (id)canonicalRequestForRequest:(id)fp8;
00019 + (BOOL)_requestIsCacheEquivalent:(id)fp8 toRequest:(id)fp12 allowCF:(BOOL)fp16;
00020 + (BOOL)requestIsCacheEquivalent:(id)fp8 toRequest:(id)fp12;
00021 + (BOOL)registerClass:(Class)fp8;
00022 + (void)unregisterClass:(Class)fp8;
00023 + (id)_protocolWithRequest:(id)fp8 cachedResponse:(id)fp12 client:(id)fp16 allowCF:(BOOL)fp20;
00024 + (id)propertyForKey:(id)fp8 inRequest:(id)fp12;
00025 + (void)setProperty:(id)fp8 forKey:(id)fp12 inRequest:(id)fp16;
00026 - (id)initWithRequest:(id)fp8 cachedResponse:(id)fp12 client:(id)fp16;
00027 - (id)client;
00028 - (id)request;
00029 - (id)cachedResponse;
00030 - (void)dealloc;
00031 - (void)startLoading;
00032 - (void)stopLoading;
00033 
00034 @end
00035