- URLHandleResourceDidBeginLoading:
Sent when an URL handle begins loading resource data.
あるURLハンドルがリソースデータのロードを開始する時に送信されます。
- URLHandleResourceDidCancelLoading:
Sent when an URL handle has canceled loading resource data in response to a programmatic request.
URLハンドルがリソースデータをロードすることをプログラム的要請に従って取り消した時に送信されます。
- URLHandleResourceDidFinishLoading:
Sent when an URL handle finishes loading resource data.
あるURLハンドルがリソースデータのロードを終了する時に送信されます。
- URLHandle:resourceDataDidBecomeAvailable:
Sent periodically by an URL handle when new resource data becomes available.
新しいリソースデータが利用可能になる時にURLハンドルによって定期的に送られます。
- URLHandle:resourceDidFailLoadingWithReason:
Sent when the URL handle failed to load resource data for some reason other than being canceled.
URLハンドルがリソースデータをロードすることに取り消される以外の何らかの理由のために失敗した時に送信されます。