Instance Method
インスタンスメソッド
URLProtocol:didFailWithError:
Tells the client that the load request failed due to an error.
クライアントに、ロードリクエストがエラーのために失敗したことを伝えます。
Required.
必須。
Parameters
パラメータ
protocol
The URL protocol object sending the message.
メッセージを送っているURLプロトコルオブジェクト。
error
The error that caused the failure of the load request.
ロードリクエストの失敗を引き起こしたエラー。
See Also
参照
Indicating Loading Progress or Failure
ローディングの進捗または失敗を指し示す
- URLProtocol:didLoadData:
Tells the client that the protocol implementation has loaded some data.
クライアントに、プロトコル実装が何らかのデータをロードしたことを伝えます。
Required.
必須。
- URLProtocolDidFinishLoading:
Tells the client that the protocol implementation has finished loading.
クライアントに、このプロトコル実装がロードを終えたことを伝えます。
Required.
必須。