|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSURLLoading
This entire protocol is deprecated; use NSURLConnection instead.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static interface |
NSURLLoading._static_
|
Method Summary | |
---|---|
void |
loadResourceDataNotifyingClient_usingCache(ObjCObject client,
boolean shouldUseCache)
Starts an asynchronous load of the data, registering delegate to receive notification. |
NSObject |
propertyForKey(NSString propertyKey)
Original signature : -(id)propertyForKey:(NSString*) from NSURLLoading native declaration : NSURL.h:171 |
NSData |
resourceDataUsingCache(boolean shouldUseCache)
Blocks to load the data if necessary. |
boolean |
setProperty_forKey(ObjCObject property,
NSString propertyKey)
Original signature : -(BOOL)setProperty:(id) forKey:(NSString*) from NSURLLoading native declaration : NSURL.h:175 |
boolean |
setResourceData(NSData data)
These attempt to write the given arguments for the resource specified by the URL; they return success or failure Original signature : -(BOOL)setResourceData:(NSData*) from NSURLLoading native declaration : NSURL.h:174 |
NSURLHandle |
URLHandleUsingCache(boolean shouldUseCache)
Sophisticated clients will want to ask for this, then message the handle directly. |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
NSData resourceDataUsingCache(boolean shouldUseCache)
-(NSData*)resourceDataUsingCache:(BOOL)
void loadResourceDataNotifyingClient_usingCache(ObjCObject client, boolean shouldUseCache)
-(void)loadResourceDataNotifyingClient:(id) usingCache:(BOOL)
NSObject propertyForKey(NSString propertyKey)
-(id)propertyForKey:(NSString*)
boolean setResourceData(NSData data)
-(BOOL)setResourceData:(NSData*)
boolean setProperty_forKey(ObjCObject property, NSString propertyKey)
-(BOOL)setProperty:(id) forKey:(NSString*)
NSURLHandle URLHandleUsingCache(boolean shouldUseCache)
-(NSURLHandle*)URLHandleUsingCache:(BOOL)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |