public interface NSURLHandleClientProtocol
NSURLHandleClientProtocol
protocol.
See the protocol documentation at the Apple's site: NSURLHandleClientProtocolModifier and Type | Method and Description |
---|---|
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) |
void URLHandleResourceDidFinishLoading(NSURLHandle sender)
void URLHandleResourceDidBeginLoading(NSURLHandle sender)
void URLHandleResourceDidCancelLoading(NSURLHandle sender)
void URLHandle_resourceDidFailLoadingWithReason(NSURLHandle sender, java.lang.String reason)
URLHandle()
method of the NSURLHandleClientProtocol Objective-C protocol.sender
- reason
- void URLHandle_resourceDataDidBecomeAvailable(NSURLHandle sender, NSData newBytes)
URLHandle()
method of the NSURLHandleClientProtocol Objective-C protocol.sender
- newBytes
-