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