00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @class ISPlistParser, NSMutableArray, NSURL;
00010
00011 @interface ISBagSession : NSObject
00012 {
00013 id _delegate;
00014 int _state;
00015 NSURL *_bootstrapURL;
00016 unsigned int _sequenceNumber;
00017 BOOL _requestedAuthentication;
00018 ISPlistParser *_requestParser;
00019 NSMutableArray *_requestsPendingResolution;
00020 struct __CFDictionary *_requestQueues;
00021 }
00022
00023 + (void)_destroyCachedBag:(id)fp8;
00024 + (void)_setCachedURLBag:(id)fp8 maxAge:(double)fp12;
00025 - (id)initWithBootstrapURL:(id)fp8 sequenceNumber:(unsigned int)fp12;
00026 - (void)dealloc;
00027 - (void)setDelegate:(id)fp8;
00028 - (unsigned int)sequenceNumber;
00029 - (void)addRequestNeedingResolution:(id)fp8 operation:(id)fp12 arguments:(id)fp16;
00030 - (void)addPendingRequest:(id)fp8;
00031 - (int)state;
00032 - (void)_authenticationSuccess:(id)fp8;
00033 - (void)_authenticationFailure:(id)fp8;
00034 - (void)requestQueueRequestsDidChange:(id)fp8;
00035 - (void)plistParserWasCancelled:(id)fp8;
00036 - (void)plistParser:(id)fp8 finishedWithPlist:(id)fp12 error:(id)fp16;
00037 - (void)_authenticate;
00038 - (void)_finishWithURLBag:(id)fp8 error:(id)fp12;
00039 - (void)_finishWithSignedURLBag:(id)fp8;
00040 - (void)_resolvePendingRequestsUsingBag:(id)fp8;
00041 - (void)_setState:(int)fp8;
00042 - (void)_unregisterForAuthenticationNotifications;
00043
00044 @end
00045