macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSURLProtocolClient

NSURLProtocolClientプロトコル

INDEX>Foundation> apple(OS X) apple(iOS) 準拠 NSObject フレームワーク /System/Library/Frameworks/Foundation.framework 使用可能 OS X 10.2.7以降 iOS 2.0以降 定義 NSURLProtocol.h 概要 フレームワーク 参照 タスク Protocol Methods – URLProtocol:…

URLProtocol:cachedResponseIsValid:

-(void)URLProtocol:(NSURLProtocol *)protocol: cachedResponseIsValid:(NSCachedURLResponse *)cachedResponse: 解説 調査中... 返り値 ( void ) なし 引数 ( NSURLProtocol * )protocol ( NSCachedURLResponse * )cachedResponse フレームワーク Foundati…

URLProtocol:didCancelAuthenticationChallenge:

-(void)URLProtocol:(NSURLProtocol *)protocol: didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge: 解説 調査中... 返り値 ( void ) なし 引数 ( NSURLProtocol * )protocol ( NSURLAuthenticationChallenge * )challenge フレ…

URLProtocol:didFailWithError:

-(void)URLProtocol:(NSURLProtocol *)protocol: didFailWithError:(NSError *)error: 解説 調査中... 返り値 ( void ) なし 引数 ( NSURLProtocol * )protocol ( NSError * )error フレームワーク Foundation クラス NSURLProtocolClient Instance Methods …

URLProtocol:didLoadData:

-(void)URLProtocol:(NSURLProtocol *)protocol: didLoadData:(NSData *)data: 解説 調査中... 返り値 ( void ) なし 引数 ( NSURLProtocol * )protocol ( NSData * )data フレームワーク Foundation クラス NSURLProtocolClient Instance Methods 使用可能 …

URLProtocol:didReceiveAuthenticationChallenge:

-(void)URLProtocol:(NSURLProtocol *)protocol: didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge: 解説 調査中... 返り値 ( void ) なし 引数 ( NSURLProtocol * )protocol ( NSURLAuthenticationChallenge * )challenge フ…

URLProtocol:didReceiveResponse:cacheStoragePolicy:

-(void)URLProtocol:(NSURLProtocol *)protocol: didReceiveResponse:(NSURLResponse *)response: cacheStoragePolicy:(NSURLCacheStoragePolicy )policy: 解説 調査中... 返り値 ( void ) なし 引数 ( NSURLProtocol * )protocol ( NSURLResponse * )respon…

URLProtocol:wasRedirectedToRequest:redirectResponse:

-(void)URLProtocol:(NSURLProtocol *)protocol: wasRedirectedToRequest:(NSURLRequest *)request: redirectResponse:(NSURLResponse *)redirectResponse: 解説 調査中... 返り値 ( void ) なし 引数 ( NSURLProtocol * )protocol ( NSURLRequest * )reques…

URLProtocolDidFinishLoading:

-(void)URLProtocolDidFinishLoading:(NSURLProtocol *)protocol: 解説 調査中... 返り値 ( void ) なし 引数 ( NSURLProtocol * )protocol フレームワーク Foundation クラス NSURLProtocolClient Instance Methods 使用可能 10.2.7(10.2+safari) 参照 例文