Class

NSURLHandle

An object that accesses and manages resource data indicated by a URL. URLによって指し示されるリソースデータにアクセスおよび管理するオブジェクト。

Declaration 宣言

@interface NSURLHandle : NSObject

Overview 概要

A single NSURLHandle can service multiple equivalent NSURL objects, but only if these URLs map to the same resource. 単一のNSURLHandleが複数の等価のNSURLオブジェクトに仕えることができます、しかしそれらのURLが同じリソースにマップする場合にのみです。

Overview 概要

Cocoa provides private concrete subclasses to handle HTTP and file URL schemes. If you want to implement support for additional URL schemes, you would do so by creating a subclass of NSURLHandle. You can use NSURL and NSURLHandle to download from FTP sites without subclassing. Cocoaは、プライベート具象サブクラスいくらかを、HTTPおよびファイルURLスキームを取り扱うために提供します。あなたが追加のURLスキームに対するサポートを実装したいならば、あなたはNSURLHandleのサブクラスを作成することによってそうするでしょう。あなたは、NSURLNSURLHandleを使うことで、FTPサイトからサブクラス作成なしにダウンロードを行えます。

Topics 話題

Constructing NSURLHandles NSURLHandleを組み立てる

Managing subclasses サブクラスを管理する

Managing clients クライアントを管理する

Setting and getting resource properties リソースプロパティの設定および取得

Loading resource data リソースデータをロードする

Writing resource data リソースデータを書き込む

Resource Property Keys リソースプロパティキー

Relationships 関係

Inherits From 継承元

See Also 参照

URL Handle URL処理