|
(instancetype) | - initWithConnection: |
|
(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...
|
|