/headers/Foundation/NSURLConnection.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 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