com.jniwrapper.macosx.cocoa.nsurlhandle
Interface NSURLHandleClientProtocol

All Known Implementing Classes:
NSURL

public interface NSURLHandleClientProtocol

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

URLHandleResourceDidFinishLoading

public void URLHandleResourceDidFinishLoading(NSURLHandle sender)

URLHandleResourceDidBeginLoading

public void URLHandleResourceDidBeginLoading(NSURLHandle sender)

URLHandleResourceDidCancelLoading

public void URLHandleResourceDidCancelLoading(NSURLHandle sender)

URLHandle_resourceDidFailLoadingWithReason

public void URLHandle_resourceDidFailLoadingWithReason(NSURLHandle sender,
                                                       java.lang.String reason)
This method represents the URLHandle() method of the NSURLHandleClientProtocol Objective-C protocol.

Parameters:
sender -
reason -

URLHandle_resourceDataDidBecomeAvailable

public void URLHandle_resourceDataDidBecomeAvailable(NSURLHandle sender,
                                                     NSData newBytes)
This method represents the URLHandle() method of the NSURLHandleClientProtocol Objective-C protocol.

Parameters:
sender -
newBytes -