/headers/iTunesStore/ISRequest.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class ISRequestQueue, NSHTTPURLResponse, NSMutableData, NSString, NSURL, NSURLConnection, NSURLRequest;
00010 
00011 @interface ISRequest : NSObject
00012 {
00013     id _delegate;
00014     ISRequestQueue *_requestQueue;
00015     unsigned int _ignorePartnerHeaders:1;
00016     unsigned int _isStoreRequest:1;
00017     unsigned int _requireSignature:1;
00018     unsigned int _usingCache:1;
00019     id _context;
00020     int _type;
00021     int _state;
00022     int _tag;
00023     NSString *_overrideDSID;
00024     NSString *_overrideToken;
00025     NSURL *_url;
00026     NSURLConnection *_connection;
00027     NSHTTPURLResponse *_response;
00028     NSURLRequest *_request;
00029     NSString *_appleSignature;
00030     NSMutableData *_dataBuffer;
00031 }
00032 
00033 + (id)networkMonitor;
00034 + (void)setNetworkMonitor:(id)fp8;
00035 + (id)urlForOperation:(id)fp8;
00036 + (void)networkTypeChanged;
00037 + (id)_urlResolver;
00038 - (id)init;
00039 - (id)initWithURL:(id)fp8;
00040 - (id)initWithOperation:(id)fp8 arguments:(id)fp12 type:(int)fp16;
00041 - (id)initWithOperation:(id)fp8 arguments:(id)fp12;
00042 - (void)dealloc;
00043 - (id)description;
00044 - (void)cancel;
00045 - (BOOL)resume;
00046 - (void)start;
00047 - (void)destroyCache;
00048 - (BOOL)usedCache;
00049 - (id)context;
00050 - (id)delegate;
00051 - (id)response;
00052 - (int)state;
00053 - (int)tag;
00054 - (int)type;
00055 - (id)url;
00056 - (void)setContext:(id)fp8;
00057 - (void)setDelegate:(id)fp8;
00058 - (void)setTag:(int)fp8;
00059 - (void)setType:(int)fp8;
00060 - (void)connection:(id)fp8 didFailWithError:(id)fp12;
00061 - (void)connection:(id)fp8 didReceiveData:(id)fp12;
00062 - (void)connection:(id)fp8 didReceiveResponse:(id)fp12;
00063 - (id)connection:(id)fp8 willSendRequest:(id)fp12 redirectResponse:(id)fp16;
00064 - (void)connectionDidFinishLoading:(id)fp8;
00065 - (id)createURLRequest;
00066 - (BOOL)failImmediatelyOnNetworkLoss;
00067 - (void)finishWithData:(id)fp8 error:(id)fp12;
00068 - (void)invalidate;
00069 - (BOOL)receivedStatusCode:(int)fp8 contentLength:(long long)fp12;
00070 - (BOOL)statusCodeIsInvalid:(int)fp8;
00071 - (void)setIgnoresPartnerHeaders:(BOOL)fp8;
00072 - (void)setIsStoreRequest:(BOOL)fp8;
00073 - (void)setOverrideDSID:(id)fp8;
00074 - (void)setOverrideToken:(id)fp8;
00075 - (void)setQueue:(id)fp8;
00076 - (void)setRequireSignature:(BOOL)fp8;
00077 - (void)setURL:(id)fp8;
00078 - (void)start:(BOOL)fp8;
00079 - (void)_checkIn;
00080 - (void)_checkOut;
00081 - (id)_languageString;
00082 - (id)_userAgent;
00083 
00084 @end
00085