- URLProtocol:didReceiveResponse:cacheStoragePolicy:
Tells the client that the protocol implementation has created a response object for the request.
クライアントに、このプロトコル実装がリクエストに対する応答オブジェクトを作成したことを伝えます。
NSURLProtocol
subclasses to communicate with the URL Loading System.
NSURLProtocol
サブクラスによってURLローディングシステムと通信するのに使われるインターフェイス。
Availability 有効性
Technology
@protocol NSURLProtocolClient
- URLProtocol:didReceiveResponse:cacheStoragePolicy:
- URLProtocol:wasRedirectedToRequest:redirectResponse:
- URLProtocol:cachedResponseIsValid:
- URLProtocol:didCancelAuthenticationChallenge:
- URLProtocol:didReceiveAuthenticationChallenge:
- URLProtocol:didFailWithError:
- URLProtocol:didLoadData:
- URLProtocolDidFinishLoading:
cachedResponse
client
request
task