Enumeration
列挙
NSURLHandleStatus
These following constants are defined by NSURLHandle
and are returned by status
.
これら以下の定数は、NSURLHandle
によって定義されます、そしてstatus
によって返されます。
Declaration
宣言
typedef enum NSURLHandleStatus : NSUInteger
{
...
} NSURLHandleStatus;
See Also
参照
Loading resource data
リソースデータをロードする
- availableResourceData
Immediately returns the currently available resource data managed by the URL handle.
URLハンドルによって管理される現在理由可能なリソースデータを直ぐに返します。
Deprecated
非推奨
- expectedResourceDataSize
Returns the expected length of the resource data if it is provided by the server.
リソースデータの予想される長さを返します、もしそれがサーバによって提供されるならば。
Deprecated
非推奨
- failureReason
Returns a string describing the reason a load failed.
ロードが失敗した理由を記述する文字列を返します。
Deprecated
非推奨
- flushCachedData
Flushes any cached data for the URL served by this URL handle.
このURLハンドルによって奉仕されるURLに対するあらゆるキャッシュされたデータを一掃します。
Deprecated
非推奨
- loadInBackground
Loads the receiver’s data in the background.
レシーバのもつデータをバックグラウンドでロードします。
Deprecated
非推奨
- loadInForeground
Loads the receiver’s data synchronously.
レシーバのもつデータを同期的にロードします。
Deprecated
非推奨
- resourceData
Returns the resource data managed by the receiver, loading it if necessary.
レシーバによって管理されるリソースデータを返します、必要ならばそれをロードします。
Deprecated
非推奨
- status
Returns the status of the receiver.
レシーバの状態を返します。
Deprecated
非推奨