00001
00002
00003
00004
00005
00006
00007 #import <Foundation/NSURLConnection.h>
00008
00009 #import "NSURLProtocolClientProtocol.h"
00010
00011 @interface NSURLConnection (NSURLConnectionInternal_LoaderThread) <NSURLProtocolClient>
00012 + (void)_setLoaderThreadPriority:(int)fp8;
00013 + (void)_setMIMETypesWithNoSizeLimit:(id)fp8;
00014 + (void)_resourceLoadLoop:(id)fp8;
00015 + (void)_checkForTimeouts;
00016 - (void)_setWaitingForCallback:(BOOL)fp8;
00017 - (void)touch;
00018 - (void)_performLoad:(id)fp8;
00019 - (void)_performOriginLoad:(id)fp8;
00020 - (void)_performTimeOut;
00021 - (void)_performUseCredential:(id)fp8;
00022 - (void)_performContinueWithoutCredential;
00023 - (void)_processServerEvents;
00024 - (void)_cleanupProtocol;
00025 - (void)URLProtocol:(id)fp8 wasRedirectedToRequest:(id)fp12 redirectResponse:(id)fp16;
00026 - (void)URLProtocol:(id)fp8 didReceiveAuthenticationChallenge:(id)fp12;
00027 - (void)URLProtocol:(id)fp8 didCancelAuthenticationChallenge:(id)fp12;
00028 - (void)_failLoadWithDataLengthExceedsMaximumError;
00029 - (void)URLProtocol:(id)fp8 didReceiveResponse:(id)fp12 cacheStoragePolicy:(unsigned int)fp16;
00030 - (void)URLProtocol:(id)fp8 didLoadData:(id)fp12 lengthReceived:(long long)fp16;
00031 - (void)URLProtocol:(id)fp8 didLoadData:(id)fp12;
00032 - (void)URLProtocol:(id)fp8 cachedResponseIsValid:(id)fp12;
00033 - (void)URLProtocolDidFinishLoading:(id)fp8;
00034 - (void)URLProtocol:(id)fp8 didFailWithError:(id)fp12;
00035 @end
00036