|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents NSURLProtocolClientProtocol protocol.
See the protocol documentation at the Apple's site: NSURLProtocolClientProtocol
| Method Summary | |
void |
URLProtocol_cachedResponseIsValid(NSURLProtocol protocol,
NSCachedURLResponse cachedResponse)
This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol. |
void |
URLProtocol_didCancelAuthenticationChallenge(NSURLProtocol protocol,
NSURLAuthenticationChallenge challenge)
This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol. |
void |
URLProtocol_didFailWithError(NSURLProtocol protocol,
NSError error)
This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol. |
void |
URLProtocol_didLoadData(NSURLProtocol protocol,
NSData data)
This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol. |
void |
URLProtocol_didReceiveAuthenticationChallenge(NSURLProtocol protocol,
NSURLAuthenticationChallenge challenge)
This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol. |
void |
URLProtocol_didReceiveResponse_cacheStoragePolicy(NSURLProtocol protocol,
NSURLResponse response,
NSURLCacheStoragePolicy policy)
This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol. |
void |
URLProtocol_wasRedirectedToRequest_redirectResponse(NSURLProtocol protocol,
NSURLRequest request,
NSURLResponse redirectResponse)
This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol. |
void |
URLProtocolDidFinishLoading(NSURLProtocol protocol)
|
| Methods inherited from interface com.jniwrapper.macosx.cocoa.nsobject.NSObjectProtocol |
_class, autorelease, conformsToProtocol, description, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, release, respondsToSelector, retain, retainCount, self, superclass, zone |
| Method Detail |
public void URLProtocol_didFailWithError(NSURLProtocol protocol,
NSError error)
URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.
protocol - error - public void URLProtocolDidFinishLoading(NSURLProtocol protocol)
public void URLProtocol_didReceiveResponse_cacheStoragePolicy(NSURLProtocol protocol,
NSURLResponse response,
NSURLCacheStoragePolicy policy)
URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.
protocol - response - policy -
public void URLProtocol_wasRedirectedToRequest_redirectResponse(NSURLProtocol protocol,
NSURLRequest request,
NSURLResponse redirectResponse)
URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.
protocol - request - redirectResponse -
public void URLProtocol_didLoadData(NSURLProtocol protocol,
NSData data)
URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.
protocol - data -
public void URLProtocol_didReceiveAuthenticationChallenge(NSURLProtocol protocol,
NSURLAuthenticationChallenge challenge)
URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.
protocol - challenge -
public void URLProtocol_cachedResponseIsValid(NSURLProtocol protocol,
NSCachedURLResponse cachedResponse)
URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.
protocol - cachedResponse -
public void URLProtocol_didCancelAuthenticationChallenge(NSURLProtocol protocol,
NSURLAuthenticationChallenge challenge)
URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.
protocol - challenge -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||