#import <GTMHTTPFetcher.h>
- (void) addPropertiesFromDictionary: | (NSDictionary *) | dict |
- (BOOL) beginFetchWithDelegate: | (id) | delegate | |
didFinishSelector: | (SEL) | finishedSEL | |
+ (Class) connectionClass |
+ (BOOL) doesSupportSentDataCallback |
+ (GTMHTTPFetcher *) fetcherWithRequest: | (NSURLRequest *) | request |
+ (GTMHTTPFetcher *) fetcherWithURL: | (NSURL *) | requestURL |
+ (GTMHTTPFetcher *) fetcherWithURLString: | (NSString *) | requestURLString |
- (id) initWithRequest: | (NSURLRequest *) | request |
- (BOOL) isFetching |
- (id) propertyForKey: | (NSString *) | key |
- (void) setCommentWithFormat: | (id) | format | |
, | ... | ||
+ (void) setConnectionClass: | (Class) | theClass |
- (void) setProperty: | (id) | obj | |
forKey: | (NSString *) | key | |
+ (id< GTMCookieStorageProtocol >) staticCookieStorage |
- (void) stopFetching |
- (void) waitForCompletionWithTimeout: | (NSTimeInterval) | timeoutInSeconds |
- (id<GTMFetcherAuthorizationProtocol>) authorizer_ [protected] |
- (NSString*) comment_ [protected] |
- (id) completionPlaceholder_ [protected] |
- (NSURLConnection*) connection_ [protected] |
- (id<GTMCookieStorageProtocol>) cookieStorage_ [protected] |
- (NSInteger) cookieStorageMethod_ [protected] |
- (NSURLCredential*) credential_ [protected] |
- (id) delegate_ [protected] |
- (NSMutableData*) downloadedData_ [protected] |
- (unsigned long long) downloadedLength_ [protected] |
- (NSFileHandle*) downloadFileHandle_ [protected] |
- (NSString*) downloadPath_ [protected] |
- (id<GTMHTTPFetchHistoryProtocol>) fetchHistory_ [protected] |
- (SEL) finishedSel_ [protected] |
- (BOOL) hasAttemptedAuthRefresh_ [protected] |
- (BOOL) hasConnectionEnded_ [protected] |
- (BOOL) isCancellingChallenge_ [protected] |
- (BOOL) isRetryEnabled_ [protected] |
- (BOOL) isStopNotificationNeeded_ [protected] |
- (NSTimeInterval) lastRetryInterval_ [protected] |
- (NSString*) log_ [protected] |
- (NSMutableData*) loggedStreamData_ [protected] |
- (NSTimeInterval) maxRetryInterval_ [protected] |
- (NSTimeInterval) minRetryInterval_ [protected] |
- (NSData*) postData_ [protected] |
- (NSInputStream*) postStream_ [protected] |
- (NSMutableDictionary*) properties_ [protected] |
- (NSURLCredential*) proxyCredential_ [protected] |
- (id) receivedDataPlaceholder_ [protected] |
- (SEL) receivedDataSel_ [protected] |
- (NSMutableURLRequest*) request_ [protected] |
- (NSURLResponse*) response_ [protected] |
- (NSUInteger) retryCount_ [protected] |
- (NSTimeInterval) retryFactor_ [protected] |
- (id) retryPlaceholder_ [protected] |
- (SEL) retrySel_ [protected] |
- (NSTimer*) retryTimer_ [protected] |
- (NSArray*) runLoopModes_ [protected] |
- (id) sentDataPlaceholder_ [protected] |
- (SEL) sentDataSel_ [protected] |
- (id<GTMHTTPFetcherServiceProtocol>) service_ [protected] |
- (NSString*) serviceHost_ [protected] |
- (NSInteger) servicePriority_ [protected] |
- (BOOL) shouldFetchInBackground_ [protected] |
- (NSString*) temporaryDownloadPath_ [protected] |
- (NSThread*) thread_ [protected] |
- (id) userData_ [protected] |
- (id<GTMFetcherAuthorizationProtocol>) authorizer [read, write, retain] |
- (NSString*) comment [read, write, copy] |
- (NSInteger) cookieStorageMethod [read, write, assign] |
- (NSURLCredential*) credential [read, write, retain] |
- (id) delegate [read, write, retain] |
- (NSData*) downloadedData [read, retain] |
- (unsigned long long) downloadedLength [read, assign] |
- (NSFileHandle*) downloadFileHandle [read, write, retain] |
- (NSString*) downloadPath [read, write, copy] |
- (id< GTMHTTPFetchHistoryProtocol >) fetchHistory [read, write, retain] |
- (NSString*) log [read, write, copy] |
- (NSTimeInterval) maxRetryInterval [read, write, assign] |
- (double) minRetryInterval [read, write, assign] |
- (NSMutableURLRequest*) mutableRequest [read, write, retain] |
- (NSTimeInterval) nextRetryInterval [read, assign] |
- (NSData*) postData [read, write, retain] |
- (NSInputStream*) postStream [read, write, retain] |
- (NSMutableDictionary *) properties [read, write, copy] |
- (NSURLCredential*) proxyCredential [read, write, retain] |
- (SEL) receivedDataSelector [read, write, assign] |
- (NSURLResponse*) response [read, write, retain] |
- (NSDictionary *) responseHeaders [read, retain] |
- (NSUInteger) retryCount [read, assign] |
- (BOOL) retryEnabled [read, write, assign] |
- (double) retryFactor [read, write, assign] |
- (SEL) retrySelector [read, write, assign] |
- (NSArray*) runLoopModes [read, write, retain] |
- (SEL) sentDataSelector [read, write, assign] |
- (id<GTMHTTPFetcherServiceProtocol>) service [read, write, retain] |
- (NSString*) serviceHost [read, write, copy] |
- (NSInteger) servicePriority [read, write, assign] |
- (BOOL) shouldFetchInBackground [read, write, assign] |
- (NSInteger) statusCode [read, assign] |
- (NSThread*) thread [read, write, retain] |
- (id) userData [read, write, retain] |