Legacy URL Loading Systems
レガシーURLローディングシステム
Migrate your code away from using these legacy objects.
あなたのコードをこれらレガシーオブジェクトを使うことから他に移行してください。
Topics
話題
URL Connection
URL接続
class NSURLConnection
An object that enables you to start and stop URL requests.
あなたにURLリクエストの開始および停止を可能にするオブジェクト。
protocol NSURLConnectionDelegate
A protocol that delegates of a URL connection implement to receive status about and provide feedback to the connection object.
あるプロトコル、それはURL接続の委任先が、接続オブジェクトについての状態を受け取ってそしてそれへとフィードバックを提供するために実装します。
protocol NSURLConnectionDataDelegate
A protocol that most delegates of a URL connection implement to receive data associated with the connection.
あるプロトコル、それはURL接続のほとんどの委任先が、接続と結びつけられたデータを受け取るために実装します。
protocol NSURLConnectionDownloadDelegate
A protocol that delegates of a URL connection created with Newsstand Kit implement to receive data associated with a download.
あるプロトコル、それはNewsstand Kitで作成されたURL接続の委任先が、あるダウンロード結びつけられたデータを受け取るために実装します。
URL Download
URLダウンロード
class NSURLDownload
An object that downloads a resource asynchronously and saves the data to a file.
リソースを非同期にダウンロードしてそのデータをファイルに保存するオブジェクト。
protocol NSURLDownloadDelegate
A protocol that URL download delegates implement to interact with a URL download request.
URLダウンロード委任先がURLダウンロードリクエストと相互作用するために実装するプロトコル。
URL Handle
URL処理
class NSURLHandle
An object that accesses and manages resource data indicated by a URL.
URLによって指し示されるリソースデータにアクセスおよび管理するオブジェクト。
URL Authentication Challenge Sender
URL認証チャレンジセンダー
protocol URLAuthenticationChallengeSender
The URLAuthenticationChallengeSender
protocol represents the interface that the sender of an authentication challenge must implement.
URLAuthenticationChallengeSender
プロトコルは、認証チャレンジのセンダーが実装しなければいけないインターフェイスを表します。