|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents NSURLHandleClientProtocol protocol.
See the protocol documentation at the Apple's site: NSURLHandleClientProtocol
| Method Summary | |
void |
URLHandle_resourceDataDidBecomeAvailable(NSURLHandle sender,
NSData newBytes)
This method represents the URLHandle() method of the NSURLHandleClientProtocol Objective-C protocol. |
void |
URLHandle_resourceDidFailLoadingWithReason(NSURLHandle sender,
java.lang.String reason)
This method represents the URLHandle() method of the NSURLHandleClientProtocol Objective-C protocol. |
void |
URLHandleResourceDidBeginLoading(NSURLHandle sender)
|
void |
URLHandleResourceDidCancelLoading(NSURLHandle sender)
|
void |
URLHandleResourceDidFinishLoading(NSURLHandle sender)
|
| Method Detail |
public void URLHandleResourceDidFinishLoading(NSURLHandle sender)
public void URLHandleResourceDidBeginLoading(NSURLHandle sender)
public void URLHandleResourceDidCancelLoading(NSURLHandle sender)
public void URLHandle_resourceDidFailLoadingWithReason(NSURLHandle sender,
java.lang.String reason)
URLHandle() method of the NSURLHandleClientProtocol Objective-C protocol.
sender - reason -
public void URLHandle_resourceDataDidBecomeAvailable(NSURLHandle sender,
NSData newBytes)
URLHandle() method of the NSURLHandleClientProtocol Objective-C protocol.
sender - newBytes -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||