|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSURLHandle | |
---|---|
org.rococoa.cocoa.foundation | |
org.rococoa.cocoa.foundation.categories | |
org.rococoa.cocoa.foundation.protocols |
Uses of NSURLHandle in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return NSURLHandle | |
---|---|
static NSURLHandle |
NSURLHandle.alloc()
|
abstract NSURLHandle |
NSURLHandle._class_.alloc()
|
static NSURLHandle |
NSURLHandle.cachedHandleForURL(NSURL anURL)
Original signature : +(NSURLHandle*)cachedHandleForURL:(NSURL*) native declaration : NSURLHandle.h:94 |
abstract NSURLHandle |
NSURLHandle._class_.cachedHandleForURL(NSURL anURL)
Original signature : +(NSURLHandle*)cachedHandleForURL:(NSURL*) native declaration : NSURLHandle.h:94 |
static NSURLHandle |
NSURLHandle.createWithURL_cached(NSURL anURL,
boolean willCache)
Factory method |
abstract NSURLHandle |
NSURLHandle.initWithURL_cached(NSURL anURL,
boolean willCache)
Original signature : -(id)initWithURL:(NSURL*) cached:(BOOL) native declaration : NSURLHandle.h:95 |
static NSURLHandle |
NSURLHandle.new_()
|
abstract NSURLHandle |
NSURLHandle._class_.new_()
|
Uses of NSURLHandle in org.rococoa.cocoa.foundation.categories |
---|
Methods in org.rococoa.cocoa.foundation.categories that return NSURLHandle | |
---|---|
NSURLHandle |
NSURLLoading.URLHandleUsingCache(boolean shouldUseCache)
Sophisticated clients will want to ask for this, then message the handle directly. |
Uses of NSURLHandle in org.rococoa.cocoa.foundation.protocols |
---|
Methods in org.rococoa.cocoa.foundation.protocols with parameters of type NSURLHandle | |
---|---|
void |
NSURLHandleClient.URLHandle_resourceDataDidBecomeAvailable(NSURLHandle sender,
NSData newBytes)
Original signature : -(void)URLHandle:(NSURLHandle*) resourceDataDidBecomeAvailable:(NSData*) native declaration : NSURLHandle.h:52 |
void |
NSURLHandleClient.URLHandle_resourceDidFailLoadingWithReason(NSURLHandle sender,
NSString reason)
Original signature : -(void)URLHandle:(NSURLHandle*) resourceDidFailLoadingWithReason:(NSString*) native declaration : NSURLHandle.h:56 |
void |
NSURLHandleClient.URLHandleResourceDidBeginLoading(NSURLHandle sender)
Original signature : -(void)URLHandleResourceDidBeginLoading:(NSURLHandle*) native declaration : NSURLHandle.h:53 |
void |
NSURLHandleClient.URLHandleResourceDidCancelLoading(NSURLHandle sender)
Original signature : -(void)URLHandleResourceDidCancelLoading:(NSURLHandle*) native declaration : NSURLHandle.h:55 |
void |
NSURLHandleClient.URLHandleResourceDidFinishLoading(NSURLHandle sender)
Original signature : -(void)URLHandleResourceDidFinishLoading:(NSURLHandle*) native declaration : NSURLHandle.h:54 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |