#import <NSFTPURLProtocol.h>
Abgeleitet von NSURLProtocol.
Öffentliche Methoden | |
| (id) | - initWithRequest:cachedResponse:client: |
| (void) | - dealloc |
| (void) | - sendResponseAvailableCallback |
| (void) | - startLoading |
| (void) | - stopLoading |
| (void) | - determineErrorAndFail |
| (void) | - didLoadData: |
| (void) | - handleHasBytesAvailable |
| (void) | - _checkDirectoryListing |
| (void) | - handleEndEncountered |
| (void) | - handleReadStreamEvent:event: |
Öffentliche, statische Methoden | |
| (BOOL) | + canInitWithRequest: |
| (id) | + canonicalRequestForRequest: |
| (id) | + _canonicalURLForURL: |
Geschützte Attribute | |
| NSURL * | URL |
| NSURL * | originalURL |
| struct __CFReadStream * | readStream |
| NSLock * | readStreamGuard |
| CDAnonymousStruct2 | errorCode |
| int | mode |
| NSMutableData * | directoryData |
| BOOL | triedConnectingToInternet |
| BOOL | redirectedToExternalClient |
| BOOL | responseAvailableCallbackSent |
| BOOL | _pad |
Definiert in Zeile 11 der Datei NSFTPURLProtocol.h.
| + (BOOL) canInitWithRequest: | (id) | fp8 |
Implementiert NSURLProtocol.
| + (id) canonicalRequestForRequest: | (id) | fp8 |
Implementiert NSURLProtocol.
| + (id) _canonicalURLForURL: | (id) | fp8 |
| - (id) initWithRequest: | (id) | fp8 | ||
| cachedResponse: | (id) | fp12 | ||
| client: | (id) | fp16 | ||
Implementiert NSURLProtocol.
| - (void) dealloc |
Implementiert NSURLProtocol.
| - (void) sendResponseAvailableCallback |
| - (void) startLoading |
Implementiert NSURLProtocol.
| - (void) stopLoading |
Implementiert NSURLProtocol.
| - (void) determineErrorAndFail |
| - (void) didLoadData: | (id) | fp8 |
| - (void) handleHasBytesAvailable |
| - (void) _checkDirectoryListing |
| - (void) handleEndEncountered |
| - (void) handleReadStreamEvent: | (struct __CFReadStream *) | fp8 | ||
| event: | (unsigned long) | fp12 | ||
Definiert in Zeile 13 der Datei NSFTPURLProtocol.h.
- (NSURL*) originalURL [protected] |
Definiert in Zeile 14 der Datei NSFTPURLProtocol.h.
- (struct __CFReadStream*) readStream [read, protected] |
Definiert in Zeile 15 der Datei NSFTPURLProtocol.h.
- (NSLock*) readStreamGuard [protected] |
Definiert in Zeile 16 der Datei NSFTPURLProtocol.h.
- (CDAnonymousStruct2) errorCode [protected] |
Definiert in Zeile 17 der Datei NSFTPURLProtocol.h.
- (int) mode [protected] |
Definiert in Zeile 18 der Datei NSFTPURLProtocol.h.
- (NSMutableData*) directoryData [protected] |
Definiert in Zeile 19 der Datei NSFTPURLProtocol.h.
- (BOOL) triedConnectingToInternet [protected] |
Definiert in Zeile 20 der Datei NSFTPURLProtocol.h.
- (BOOL) redirectedToExternalClient [protected] |
Definiert in Zeile 21 der Datei NSFTPURLProtocol.h.
- (BOOL) responseAvailableCallbackSent [protected] |
Definiert in Zeile 22 der Datei NSFTPURLProtocol.h.
- (BOOL) _pad [protected] |
Definiert in Zeile 23 der Datei NSFTPURLProtocol.h.