NSConnectionHTTPURLProtocol Klassenreferenz

#import <NSConnectionHTTPURLProtocol.h>

Abgeleitet von NSHTTPURLProtocol und < NSURLAuthenticationChallengeSender >.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - initWithRequest:cachedResponse:client:
(void) - destroyReadStream
(void) - deallocateCFNetworkResources
(void) - dealloc
(void) - finalize
(BOOL) - setCertificatePolicyOnStream
(void) - advanceProxyArray
(void) - createStream:
(void) - continueBeginLoadInBackgroundAfterCreatingHTTPRequest
(void) - addAcceptFieldsToHeader
(void) - addAuthenticationFieldsToHeader
(void) - addConditionalFieldsToHeader
(void) - addConnectionFieldToHeader
(void) - addCookieFieldToHeader
(void) - addHostFieldToHeader
(void) - addReferrerFieldToHeader
(void) - addUserAgentFieldToHeader
(void) - addExtraFieldsToHeader
(void) - addMessageBodyToRequest
(void) - buildHTTPRequest
(void) - startOriginLoad
(void) - _suspendLoading
(void) - _resumeLoading
(void) - stopLoading
(void) - cleanUpForRetry
(void) - retryAfterTLSFailure
(void) - retryAfterAuthenticationFailure:
(void) - retryAfterConnectingToInternet
(void) - continueAfterBytesAvailable
(void) - updateCacheForStreamDisposal
(void) - setMultiPartDelimiter:
(void) - continueAfterEndEncountered
(BOOL) - attemptRetryAfter3xxResponse
(void) - continueHeaderReadAfterFailureResponse
(void) - updateConnectionForResponse:
(BOOL) - shouldFailOn403Response
(BOOL) - performHTTPHeaderRead
(void) - setResponseHeaderUsingHTTPResponse:
(id) - peerCertificateChain
(id) - peerTrust
(id) - _clientCertificateChain
(id) - _clientCertificateState
(void) - performProxyStreamRead
(void) - performStreamRead:
(void) - didAddCredentials:toRequest:context:
(void) - useCredential:forAuthenticationChallenge:
(void) - continueWithoutCredentialForAuthenticationChallenge:
(void) - cancelAuthenticationChallenge:

Öffentliche, statische Methoden

(BOOL) + canInitWithRequest:
(unsigned int) + _certificatePolicy
(void) + _setCertificatePolicy:
(BOOL) + _supportsCertificatePolicy:
(void) + flushHostCache

Geschützte Attribute

struct __CFReadStream * readStream
struct __CFReadStream * proxyStream
struct __CFArray * proxyArray
struct __CFHTTPMessage * CFHTTPRequest
struct __CFHTTPMessage * authenticationRetryResponse
struct __CFHTTPMessage * authenticationFailureResponse
struct __CFArray * peerCertificates
struct __CFArray * clientCertificates
struct __CFNumber * clientCertificateState
struct OpaqueSecTrustRef * peerTrust
CDAnonymousStruct1 connKey
BOOL authenticationFailed
BOOL authenticationFailureCount
BOOL endEncounteredReached
BOOL loadingHasBeenSuspended
BOOL firstOnConnection
BOOL _pad1
BOOL _pad2
BOOL _pad3

Ausführliche Beschreibung

Definiert in Zeile 11 der Datei NSConnectionHTTPURLProtocol.h.


Dokumentation der Elementfunktionen

+ (BOOL) canInitWithRequest: (id)  fp8  

Implementiert NSURLProtocol.

+ (unsigned int) _certificatePolicy  

+ (void) _setCertificatePolicy: (unsigned int)  fp8  

+ (BOOL) _supportsCertificatePolicy: (unsigned int)  fp8  

+ (void) flushHostCache  

- (id) initWithRequest: (id)  fp8
cachedResponse: (id)  fp12
client: (id)  fp16 

Implementiert NSHTTPURLProtocol.

- (void) destroyReadStream  

- (void) deallocateCFNetworkResources  

- (void) dealloc  

Implementiert NSHTTPURLProtocol.

- (void) finalize  

Implementiert NSObject.

- (BOOL) setCertificatePolicyOnStream  

- (void) advanceProxyArray  

- (void) createStream: (int *)  fp8  

- (void) continueBeginLoadInBackgroundAfterCreatingHTTPRequest  

- (void) addAcceptFieldsToHeader  

- (void) addAuthenticationFieldsToHeader  

- (void) addConditionalFieldsToHeader  

- (void) addConnectionFieldToHeader  

- (void) addCookieFieldToHeader  

- (void) addHostFieldToHeader  

- (void) addReferrerFieldToHeader  

- (void) addUserAgentFieldToHeader  

- (void) addExtraFieldsToHeader  

- (void) addMessageBodyToRequest  

- (void) buildHTTPRequest  

Implementiert NSHTTPURLProtocol.

- (void) startOriginLoad  

Implementiert NSHTTPURLProtocol.

- (void) _suspendLoading  

- (void) _resumeLoading  

- (void) stopLoading  

Implementiert NSHTTPURLProtocol.

- (void) cleanUpForRetry  

Implementiert NSHTTPURLProtocol.

- (void) retryAfterTLSFailure  

- (void) retryAfterAuthenticationFailure: (struct __CFHTTPMessage *)  fp8  

- (void) retryAfterConnectingToInternet  

- (void) continueAfterBytesAvailable  

- (void) updateCacheForStreamDisposal  

- (void) setMultiPartDelimiter: (id)  fp8  

Implementiert NSHTTPURLProtocol.

- (void) continueAfterEndEncountered  

- (BOOL) attemptRetryAfter3xxResponse  

- (void) continueHeaderReadAfterFailureResponse  

- (void) updateConnectionForResponse: (struct __CFHTTPMessage *)  fp8  

- (BOOL) shouldFailOn403Response  

- (BOOL) performHTTPHeaderRead  

- (void) setResponseHeaderUsingHTTPResponse: (struct __CFHTTPMessage *)  fp8  

- (id) peerCertificateChain  

Implementiert NSHTTPURLProtocol.

- (id) peerTrust  

Implementiert NSHTTPURLProtocol.

- (id) _clientCertificateChain  

Implementiert NSHTTPURLProtocol.

- (id) _clientCertificateState  

Implementiert NSHTTPURLProtocol.

- (void) performProxyStreamRead  

- (void) performStreamRead: (struct __CFReadStream *)  fp8  

- (void) didAddCredentials: (BOOL)  fp8
toRequest: (struct __CFHTTPMessage *)  fp12
context: (id)  fp16 

Implementiert NSHTTPURLProtocol.

- (void) useCredential: (id)  fp8
forAuthenticationChallenge: (id)  fp12 

Erneute Implementation von < NSURLAuthenticationChallengeSender >.

- (void) continueWithoutCredentialForAuthenticationChallenge: (id)  fp8  

Erneute Implementation von < NSURLAuthenticationChallengeSender >.

- (void) cancelAuthenticationChallenge: (id)  fp8  

Erneute Implementation von < NSURLAuthenticationChallengeSender >.


Dokumentation der Datenelemente

- (struct __CFReadStream*) readStream [read, protected]

Definiert in Zeile 13 der Datei NSConnectionHTTPURLProtocol.h.

- (struct __CFReadStream*) proxyStream [read, protected]

Definiert in Zeile 14 der Datei NSConnectionHTTPURLProtocol.h.

- (struct __CFArray*) proxyArray [read, protected]

Definiert in Zeile 15 der Datei NSConnectionHTTPURLProtocol.h.

- (struct __CFHTTPMessage*) CFHTTPRequest [read, protected]

Definiert in Zeile 16 der Datei NSConnectionHTTPURLProtocol.h.

- (struct __CFHTTPMessage*) authenticationRetryResponse [read, protected]

Definiert in Zeile 17 der Datei NSConnectionHTTPURLProtocol.h.

- (struct __CFHTTPMessage*) authenticationFailureResponse [read, protected]

Definiert in Zeile 18 der Datei NSConnectionHTTPURLProtocol.h.

- (struct __CFArray*) peerCertificates [read, protected]

Definiert in Zeile 19 der Datei NSConnectionHTTPURLProtocol.h.

- (struct __CFArray*) clientCertificates [read, protected]

Definiert in Zeile 20 der Datei NSConnectionHTTPURLProtocol.h.

- (struct __CFNumber*) clientCertificateState [read, protected]

Definiert in Zeile 21 der Datei NSConnectionHTTPURLProtocol.h.

- (struct OpaqueSecTrustRef*) peerTrust [read, protected]

Definiert in Zeile 22 der Datei NSConnectionHTTPURLProtocol.h.

- (CDAnonymousStruct1) connKey [protected]

Definiert in Zeile 23 der Datei NSConnectionHTTPURLProtocol.h.

- (BOOL) authenticationFailed [protected]

Definiert in Zeile 24 der Datei NSConnectionHTTPURLProtocol.h.

- (BOOL) authenticationFailureCount [protected]

Definiert in Zeile 25 der Datei NSConnectionHTTPURLProtocol.h.

- (BOOL) endEncounteredReached [protected]

Definiert in Zeile 26 der Datei NSConnectionHTTPURLProtocol.h.

- (BOOL) loadingHasBeenSuspended [protected]

Definiert in Zeile 27 der Datei NSConnectionHTTPURLProtocol.h.

- (BOOL) firstOnConnection [protected]

Definiert in Zeile 28 der Datei NSConnectionHTTPURLProtocol.h.

- (BOOL) _pad1 [protected]

Definiert in Zeile 29 der Datei NSConnectionHTTPURLProtocol.h.

- (BOOL) _pad2 [protected]

Definiert in Zeile 30 der Datei NSConnectionHTTPURLProtocol.h.

- (BOOL) _pad3 [protected]

Definiert in Zeile 31 der Datei NSConnectionHTTPURLProtocol.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: