- URLProtocol:didFailWithError:
Tells the client that the load request failed due to an error.
クライアントに、ロードリクエストがエラーのために失敗したことを伝えます。
- URLProtocol:didLoadData:
Tells the client that the protocol implementation has loaded some data.
クライアントに、プロトコル実装が何らかのデータをロードしたことを伝えます。