00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @class NSURLConnectionInternal;
00010
00011 @interface NSURLConnection : NSObject
00012 {
00013 NSURLConnectionInternal *_internal;
00014 }
00015
00016 + (id)connectionWithRequest:(id)fp8 delegate:(id)fp12;
00017 + (id)sendSynchronousRequest:(id)fp8 returningResponse:(id *)fp12 error:(id *)fp16;
00018 + (BOOL)canHandleRequest:(id)fp8;
00019 - (id)_initWithRequest:(id)fp8 delegate:(id)fp12 priority:(float)fp16 usesCache:(BOOL)fp20 maxContentLength:(long long)fp24;
00020 - (id)initWithRequest:(id)fp8 delegate:(id)fp12 priority:(float)fp16;
00021 - (id)initWithRequest:(id)fp8 delegate:(id)fp12;
00022 - (void)cancel;
00023 - (id)description;
00024 - (void)dealloc;
00025
00026 @end
00027