[Previous]
[Up]
[Next]
NSURLHandle
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSURLHandle.h
Inherits from: NSObject
+ (Class) URLHandleClassForURL: (NSURL*)anURL
+ (NSURLHandle*) cachedHandleForURL: (NSURL*)anURL
+ (BOOL) canInitWithURL: (NSURL*)anURL
+ (void) registerURLHandleClass: (Class)anURLHandleSubclass
- (void) addClient: (id<NSURLHandleClient>)client
- (NSData*) availableResourceData
- (void) backgroundLoadDidFailWithReason: (NSString*)reason
- (void) beginLoadInBackground
- (void) cancelLoadInBackground
- (void) didLoadBytes: (NSData*)newBytes loadComplete: (BOOL)yorn
- (void) endLoadInBackground
- (NSString*) failureReason
- (void) flushCachedData
- (void) loadInBackground
- (NSData*) loadInForeground
- (id) propertyForKey: (NSString*)propertyKey
- (id) propertyForKeyIfAvailable: (NSString*)propertyKey
- (void) removeClient: (id<NSURLHandleClient>)client
- (NSData*) resourceData
- (NSURLHandleStatus) status
- (BOOL) writeData: (NSData*)data
- (BOOL) writeProperty: (id)propertyValue