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
ローディングの進捗または失敗を指し示す
See Also
参照
Getting Protocol Attributes
プロトコル属性を取得する