BBGMultiAccountManager
 All Classes Files Functions Variables Enumerator Properties Defines
Public Member Functions | Properties
GTMHTTPFetcher() Class Reference

List of all members.

Public Member Functions

(BOOL) - beginFetchMayDelay:mayAuthorize:
(void) - failToBeginFetchWithError:
(BOOL) - authorizeRequest
(void) - authorizer:request:finishedWithError:
(NSString *) - createTempDownloadFilePathForPath:
(NSFileManager *) - fileManager
(void) - stopFetchReleasingCallbacks:
(BOOL) - shouldReleaseCallbacksUponCompletion
(void) - addCookiesToRequest:
(void) - handleCookiesForResponse:
(void) - logNowWithError:
(void) - invokeFetchCallbacksWithData:error:
(void) - invokeFetchCallback:target:data:error:
(void) - releaseCallbacks
(void) - connection:didFailWithError:
(BOOL) - shouldRetryNowForStatus:error:
(void) - destroyRetryTimer
(void) - beginRetryTimer
(void) - primeRetryTimerWithNewTimeInterval:
(void) - sendStopNotificationIfNeeded
(void) - retryFetch
(void) - retryTimerFired:

Properties

NSString * temporaryDownloadPath
id< GTMCookieStorageProtocolcookieStorage
NSData * downloadedData

Member Function Documentation

- (void) addCookiesToRequest: (NSMutableURLRequest *)  request
- (void) authorizer: (id< GTMFetcherAuthorizationProtocol >)  auth
request: (NSMutableURLRequest *)  request
finishedWithError: (NSError *)  error 
- (BOOL) authorizeRequest
- (BOOL) beginFetchMayDelay: (BOOL)  mayDelay
mayAuthorize: (BOOL)  mayAuthorize 
- (void) beginRetryTimer
- (void) connection: (NSURLConnection *)  connection
didFailWithError: (NSError *)  error 
- (NSString *) createTempDownloadFilePathForPath: (NSString *)  targetPath
- (void) failToBeginFetchWithError: (NSError *)  error
- (NSFileManager *) fileManager
- (void) handleCookiesForResponse: (NSURLResponse *)  response
- (void) invokeFetchCallback: (SEL)  sel
target: (id)  target
data: (NSData *)  data
error: (NSError *)  error 
- (void) invokeFetchCallbacksWithData: (NSData *)  data
error: (NSError *)  error 
- (void) logNowWithError: (NSError *)  error
- (void) primeRetryTimerWithNewTimeInterval: (NSTimeInterval)  secs
- (void) releaseCallbacks
- (void) retryFetch
- (void) retryTimerFired: (NSTimer *)  timer
- (BOOL) shouldRetryNowForStatus: (NSInteger)  status
error: (NSError *)  error 
- (void) stopFetchReleasingCallbacks: (BOOL)  shouldReleaseCallbacks

Property Documentation

- (id<GTMCookieStorageProtocol>) cookieStorage [read, write, retain]
- (NSData*) downloadedData [read, write, retain]
- (NSString*) temporaryDownloadPath [read, write, copy]

The documentation for this class was generated from the following file: