Protocol

NSURLConnectionDataDelegate

A protocol that most delegates of a URL connection implement to receive data associated with the connection. あるプロトコル、それはURL接続のほとんどの委任先が、接続と結びつけられたデータを受け取るために実装します。

Declaration 宣言

protocol NSURLConnectionDataDelegate

Overview 概要

The NSURLConnectionDataDelegate protocol describes methods that should be implemented by the delegate for an instance of the NSURLConnection class. Many methods in this protocol existed as part of an informal protocol in previous versions of macOS and iOS. NSURLConnectionDataDelegateプロトコルは、NSURLConnectionクラスのインスタンスのデリゲート(委任先)によって実装されるべきメソッドを記述します。このプロトコルの中の多くのメソッドは、以前のバージョンのmacOSおよびiOSでは非形式プロトコルの一部として存在しました。

In addition to the methods described in this protocol, an NSURLConnection delegate should also implement the methods described in the NSURLConnectionDelegate protocol. このプロトコルにおいて記述されるメソッドに加えて、NSURLConnection委任先はまた、NSURLConnectionDelegateプロトコルにおいて記述されるメソッドも実装すべきです。

Topics 話題

Handling Incoming Data やってくるデータを取り扱う

Receiving Connection Progress 接続進捗を受け取る

Handling Redirects リダイレクトを取り扱う

Overriding Caching Behavior キャッシュ挙動をオーバーライドする

Relationships 関係

Inherits From 継承元

See Also 参照

URL Connection URL接続