Class

NSURLHandle

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

Declaration 宣言

class 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 話題

Enumerations 列挙

Relationships 関係

Inherits From 継承元