Protocol

NSURLProtocolClient

The interface used by NSURLProtocol subclasses to communicate with the URL Loading System. NSURLProtocolサブクラスによってURLローディングシステムと通信するのに使われるインターフェイス。

Declaration 宣言

@protocol NSURLProtocolClient

Overview 概要

Don’t implement this protocol in your application. Instead, your NSURLProtocol subclass calls methods of this protocol on its own client property. このプロトコルをあなたのアプリケーションにおいて実装しないでください。その代わりに、あなたのNSURLProtocolサブクラスは、このプロトコルのメソッドをそれ自身のclientプロパティ上で呼び出します。

Topics 話題

Creating a Response リソースを取得する

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

Working with Cache Data キャッシュデータを扱う

Handling Authentication Challenges 認証チャレンジを取り扱う

Indicating Loading Progress or Failure ローディングの進捗または失敗を指し示す

Relationships 関係

Inherits From 継承元

See Also 参照

Getting Protocol Attributes プロトコル属性を取得する