/headers/Foundation/NSSynchronousURLConnectionDelegate.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 NSError, NSMutableData, NSURLRequest, NSURLResponse;
00010 
00011 @interface NSSynchronousURLConnectionDelegate : NSObject
00012 {
00013     NSURLRequest *request;
00014     NSURLResponse *response;
00015     NSMutableData *resourceData;
00016     NSError *error;
00017     BOOL done;
00018     BOOL _pad1;
00019     BOOL _pad2;
00020     BOOL _pad3;
00021 }
00022 
00023 - (id)initWithRequest:(id)fp8;
00024 - (void)dealloc;
00025 - (void)run:(id)fp8;
00026 - (id)response;
00027 - (id)error;
00028 - (id)resourceData;
00029 - (id)connection:(id)fp8 willSendRequest:(id)fp12 redirectResponse:(id)fp16;
00030 - (void)connectionDidFinishLoading:(id)fp8;
00031 - (void)connection:(id)fp8 didReceiveResponse:(id)fp12;
00032 - (void)connection:(id)fp8 didReceiveData:(id)fp12;
00033 - (void)connection:(id)fp8 didFailWithError:(id)fp12;
00034 
00035 @end
00036