Protocol

URLProtocolClient

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

Declaration 宣言

protocol URLProtocolClient

Overview 概要

Don’t implement this protocol in your application. Instead, your URLProtocol subclass calls methods of this protocol on its own client property. このプロトコルをあなたのアプリケーションにおいて実装しないでください。その代わりに、あなたのURLProtocolサブクラスは、このプロトコルのメソッドをそれ自身の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 プロトコル属性を取得する