|
|||||||||
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(org.rococoa.ID client,
boolean shouldUseCache)
Original signature : -(void)loadResourceDataNotifyingClient:(id) usingCache:(BOOL) Starts an asynchronous load of the data, registering delegate to receive notification. |
NSObject |
propertyForKey(NSString propertyKey)
|
NSData |
resourceDataUsingCache(boolean shouldUseCache)
Original signature : -(NSData*)resourceDataUsingCache:(BOOL) Blocks to load the data if necessary. |
boolean |
setProperty_forKey(org.rococoa.ID property,
NSString propertyKey)
|
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*) |
NSURLHandle |
URLHandleUsingCache(boolean shouldUseCache)
Original signature : -(NSURLHandle*)URLHandleUsingCache:(BOOL) Sophisticated clients will want to ask for this, then message the handle directly. |
Method Detail |
---|
NSData resourceDataUsingCache(boolean shouldUseCache)
-(NSData*)resourceDataUsingCache:(BOOL)
void loadResourceDataNotifyingClient_usingCache(org.rococoa.ID client, boolean shouldUseCache)
-(void)loadResourceDataNotifyingClient:(id) usingCache:(BOOL)
NSObject propertyForKey(NSString propertyKey)
boolean setResourceData(NSData data)
-(BOOL)setResourceData:(NSData*)
boolean setProperty_forKey(org.rococoa.ID property, NSString propertyKey)
NSURLHandle URLHandleUsingCache(boolean shouldUseCache)
-(NSURLHandle*)URLHandleUsingCache:(BOOL)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |