<TRCResponseDelegate > Protocol Reference
Inheritance diagram for <TRCResponseDelegate >:

Instance Methods

(BOOL) - connection:shouldProcessResponse:
 
(void) - connection:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:
 
(void) - connection:didReceiveData:
 
(void) - connection:didCompleteWithError:
 
(void) - connection:didReceiveChallenge:completionHandler:
 

Method Documentation

◆ connection:shouldProcessResponse:()

- (BOOL TRCResponseDelegate) connection: (id< TRCConnection >)  connection
shouldProcessResponse: (NSURLResponse *)  response 
optional

◆ connection:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:()

- (void TRCResponseDelegate) connection: (id< TRCConnection >)  connection
didSendBodyData: (int64_t)  bytesSent
totalBytesSent: (int64_t)  totalBytesSent
totalBytesExpectedToSend: (int64_t)  totalBytesExpectedToSend 
optional

◆ connection:didReceiveData:()

- (void TRCResponseDelegate) connection: (id< TRCConnection >)  connection
didReceiveData: (NSData *)  data 
optional

◆ connection:didCompleteWithError:()

- (void TRCResponseDelegate) connection: (id< TRCConnection >)  connection
didCompleteWithError: (NSError *)  networkError 
optional

◆ connection:didReceiveChallenge:completionHandler:()

- (void TRCResponseDelegate) connection: (id< TRCConnection >)  connection
didReceiveChallenge: (NSURLAuthenticationChallenge *)  challenge
completionHandler: (void(^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential *credential))  completionHandler 
optional