#import <NSURLProtocol.h>
Abgeleitet von NSObject.
Basisklasse für MessageURLProtocol, NSAboutURLProtocol, NSDataURLProtocol, NSFileURLProtocol, NSFTPURLProtocol, NSHTTPURLProtocol, WebDataProtocol und WebMSOfficeProtocol.
Ö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 |
Definiert in Zeile 11 der Datei NSURLProtocol.h.
| + (BOOL) canInitWithRequest: | (id) | fp8 |
| + (id) _canonicalRequestForRequest: | (id) | fp8 | ||
| allowCF: | (BOOL) | fp12 | ||
| + (id) canonicalRequestForRequest: | (id) | fp8 |
Implementiert in NSAboutURLProtocol, NSDataURLProtocol, NSFileURLProtocol, NSFTPURLProtocol, NSHTTPURLProtocol, MessageURLProtocol, WebDataProtocol und WebMSOfficeProtocol.
| + (BOOL) _requestIsCacheEquivalent: | (id) | fp8 | ||
| toRequest: | (id) | fp12 | ||
| allowCF: | (BOOL) | fp16 | ||
| + (BOOL) requestIsCacheEquivalent: | (id) | fp8 | ||
| toRequest: | (id) | fp12 | ||
Implementiert in NSHTTPURLProtocol, MessageURLProtocol und WebMSOfficeProtocol.
| + (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 | ||
Implementiert in NSConnectionHTTPURLProtocol, NSFTPURLProtocol und NSHTTPURLProtocol.
| - (id) client |
| - (id) request |
| - (id) cachedResponse |
| - (void) dealloc |
Implementiert NSObject.
Implementiert in NSConnectionHTTPURLProtocol, NSFTPURLProtocol und NSHTTPURLProtocol.
| - (void) startLoading |
Implementiert in NSAboutURLProtocol, NSDataURLProtocol, NSFileURLProtocol, NSFTPURLProtocol, NSHTTPURLProtocol, MessageURLProtocol, WebDataProtocol und WebMSOfficeProtocol.
| - (void) stopLoading |
- (NSURLProtocolInternal*) _internal [protected] |
Definiert in Zeile 13 der Datei NSURLProtocol.h.