/headers/Foundation/NSHTTPAuthenticator-NSInternal.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 <Foundation/NSHTTPAuthenticator.h>
00008 
00009 @interface NSHTTPAuthenticator (NSInternal)
00010 - (id)_protectionSpaceForURL:(id)fp8 realm:(id)fp12;
00011 - (id)_usernameForRealm:(id)fp8 URL:(id)fp12;
00012 - (id)_proxyProtectionSpaceForProxyURL:(id)fp8;
00013 - (id)_proxyUsernameForProxyURL:(id)fp8;
00014 - (BOOL)_applyHTTPProxyCredentials:(struct __CFHTTPMessage *)fp8 forProxyURL:(id)fp12;
00015 - (id)_realmForURL:(id)fp8;
00016 - (BOOL)_applyHTTPCredentials:(struct __CFHTTPMessage *)fp8;
00017 - (void)_tryChallenge:(id)fp8;
00018 - (void)_askDelegateWithURL:(id)fp8 realm:(id)fp12 forRequest:(struct __CFHTTPMessage *)fp16 failureCount:(int)fp20 failureResponse:(id)fp24 protocol:(id)fp28 withCallback:(id)fp32 context:(id)fp36;
00019 - (void)_askDelegateWithURL:(id)fp8 proxy:(id)fp12 forRequest:(struct __CFHTTPMessage *)fp16 proxyURL:(id)fp20 failureCount:(int)fp24 failureResponse:(id)fp28 protocol:(id)fp32 withCallback:(id)fp36 context:(id)fp40;
00020 - (void)_setDefaultUserInfoFromURL:(id)fp8;
00021 - (void)_removePasswordForRealm:(id)fp8 URL:(id)fp12;
00022 - (void)_setRealm:(id)fp8 forURL:(id)fp12;
00023 - (void)_removeProxyPasswordForProxyURL:(id)fp8;
00024 - (id)_internalInit;
00025 @end
00026