NSURLProtocol Klassenreferenz

#import <NSURLProtocol.h>

Abgeleitet von NSObject.

Basisklasse für MessageURLProtocol, NSAboutURLProtocol, NSDataURLProtocol, NSFileURLProtocol, NSFTPURLProtocol, NSHTTPURLProtocol, WebDataProtocol und WebMSOfficeProtocol.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - initWithRequest:cachedResponse:client:
(id) - client
(id) - request
(id) - cachedResponse
(void) - dealloc
(void) - startLoading
(void) - stopLoading

Öffentliche, statische Methoden

(BOOL) + canInitWithRequest:
(id) + _canonicalRequestForRequest:allowCF:
(id) + canonicalRequestForRequest:
(BOOL) + _requestIsCacheEquivalent:toRequest:allowCF:
(BOOL) + requestIsCacheEquivalent:toRequest:
(BOOL) + registerClass:
(void) + unregisterClass:
(id) + _protocolWithRequest:cachedResponse:client:allowCF:
(id) + propertyForKey:inRequest:
(void) + setProperty:forKey:inRequest:

Geschützte Attribute

NSURLProtocolInternal_internal

Ausführliche Beschreibung

Definiert in Zeile 11 der Datei NSURLProtocol.h.


Dokumentation der Elementfunktionen

+ (id) _canonicalRequestForRequest: (id)  fp8
allowCF: (BOOL)  fp12 

+ (BOOL) _requestIsCacheEquivalent: (id)  fp8
toRequest: (id)  fp12
allowCF: (BOOL)  fp16 

+ (BOOL) requestIsCacheEquivalent: (id)  fp8
toRequest: (id)  fp12 

+ (BOOL) registerClass: (Class)  fp8  

+ (void) unregisterClass: (Class)  fp8  

+ (id) _protocolWithRequest: (id)  fp8
cachedResponse: (id)  fp12
client: (id)  fp16
allowCF: (BOOL)  fp20 

+ (id) propertyForKey: (id)  fp8
inRequest: (id)  fp12 

+ (void) setProperty: (id)  fp8
forKey: (id)  fp12
inRequest: (id)  fp16 

- (id) initWithRequest: (id)  fp8
cachedResponse: (id)  fp12
client: (id)  fp16 

- (id) client  

- (id) request  

- (id) cachedResponse  

- (void) dealloc  


Dokumentation der Datenelemente

- (NSURLProtocolInternal*) _internal [protected]

Definiert in Zeile 13 der Datei NSURLProtocol.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: