- availableResourceData
Immediately returns the currently available resource data managed by the URL handle.
URLハンドルによって管理される現在理由可能なリソースデータを直ぐに返します。
- backgroundLoadDidFailWithReason:
Called when a background load fails.
バックグラウンドロードが失敗する時に呼び出されます。
- beginLoadInBackground
Called when a background load begins.
バックグラウンドロードが始まる時に呼び出されます。
- cancelLoadInBackground
Called to cancel a load currently in progress.
現在進行中のロードをキャンセルするために呼び出されます。
- didLoadBytes:loadComplete:
Appends new data to the receiver’s resource data.
新しいデータをレシーバのもつリソースデータに追加します。
- expectedResourceDataSize
Returns the expected length of the resource data if it is provided by the server.
リソースデータの予想される長さを返します、もしそれがサーバによって提供されるならば。
- failureReason
Returns a string describing the reason a load failed.
ロードが失敗した理由を記述する文字列を返します。
- flushCachedData
Flushes any cached data for the URL served by this URL handle.
このURLハンドルによって奉仕されるURLに対するあらゆるキャッシュされたデータを一掃します。
- loadInBackground
Loads the receiver’s data in the background.
レシーバのもつデータをバックグラウンドでロードします。
- resourceData
Returns the resource data managed by the receiver, loading it if necessary.
レシーバによって管理されるリソースデータを返します、必要ならばそれをロードします。