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 NSURL, NSURLAuthenticationChallenge, NSURLProtocol; 00010 00011 @interface NSURLAuthenticationChallengeState : NSObject 00012 { 00013 NSURLProtocol *protocol; 00014 unsigned int index; 00015 struct __CFHTTPMessage *httpRequest; 00016 NSURL *proxyURL; 00017 NSURLAuthenticationChallenge *challenge; 00018 id <NSHTTPAuthenticatorCallback> callback; 00019 id context; 00020 } 00021 00022 - (id)initWithProtocol:(id)fp8 httpRequest:(struct __CFHTTPMessage *)fp12 proxyURL:(id)fp16 challenge:(id)fp20 callback:(id)fp24 context:(id)fp28; 00023 - (void)dealloc; 00024 - (void)finalize; 00025 00026 @end 00027