TRCConnectionLogger Class Reference
Inheritance diagram for TRCConnectionLogger:

Properties

id< TRCConnectionLoggerWriter > writer
 
BOOL shouldLogUploadProgress
 
BOOL shouldLogDownloadProgress
 
BOOL shouldLogInputStreamContent
 
- Properties inherited from TRCConnectionProxy
id< TRCConnectionconnection
 

Instance Methods

(BOOL shouldLogBinaryDataAsBase64) - NS_AVAILABLE
 
- Instance Methods inherited from TRCConnectionProxy
(instancetype) - initWithConnection:
 
- Instance Methods inherited from <TRCConnection>
(NSMutableURLRequest *) - requestWithOptions:error:
 Creates NSURLRequest using information from TRCRequest. More...
 
(id< TRCProgressHandler >) - sendRequest:withOptions:completion:
 Sends NSURLRequest via network, then handles response using options.responseBodySerialization or writes into options.outputStream. More...
 
(TRCConnectionReachabilityState- reachabilityState
 Returns current reachability state if implemented. More...
 
(void) - setReachabilityDelegate:
 Sets TRCConnectionReachabilityDelegate, which used to get notified about reachabilityState changes. More...
 

Property Documentation

◆ writer

- (id<TRCConnectionLoggerWriter>) writer
readwritenonatomicstrong

◆ shouldLogUploadProgress

- (BOOL) shouldLogUploadProgress
readwritenonatomicassign

◆ shouldLogDownloadProgress

- (BOOL) shouldLogDownloadProgress
readwritenonatomicassign

◆ shouldLogInputStreamContent

- (BOOL) shouldLogInputStreamContent
readwritenonatomicassign

Method Documentation

◆ NS_AVAILABLE()

- (BOOL shouldLogBinaryDataAsBase64) NS_AVAILABLE (10_9) 
(7_0)