Instance Methods | |
(void) | - setResponse:forPath:withQuery: |
(void) | - setResponse: |
(void) | - setResponseBlock: |
(void) | - setResponseText: |
(void) | - setResponseText:status: |
(void) | - setResponseWithConnectionError |
(void) | - setResponseText:forRequestPath: |
(void) | - setResponseText:status:forRequestPath: |
(void) | - setResponseTimeoutErrorForRequestPath: |
(void) | - setResponseMinDelay:maxDelay: |
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... | |
- (void) setResponse: | (TRCConnectionStubResponse *) | response | |
forPath: | (NSString *) | urlPath | |
withQuery: | (NSString *) | urlQuery | |
- (void) setResponse: | (TRCConnectionStubResponse *) | response |
- (void) setResponseBlock: | (TRCConnectionStubResponseBlock) | block |
- (void) setResponseText: | (NSString *) | text |
Provided by category TRCConnectionStub(Shorthands).
- (void) setResponseText: | (NSString *) | text | |
status: | (NSUInteger) | status | |
Provided by category TRCConnectionStub(Shorthands).
- (void) setResponseWithConnectionError |
Provided by category TRCConnectionStub(Shorthands).
- (void) setResponseText: | (NSString *) | text | |
forRequestPath: | (NSString *) | path | |
Provided by category TRCConnectionStub(Shorthands).
- (void) setResponseText: | (NSString *) | text | |
status: | (NSUInteger) | status | |
forRequestPath: | (NSString *) | path | |
Provided by category TRCConnectionStub(Shorthands).
- (void) setResponseTimeoutErrorForRequestPath: | (NSString *) | path |
Provided by category TRCConnectionStub(Shorthands).
- (void) setResponseMinDelay: | (NSTimeInterval) | minDelay | |
maxDelay: | (NSTimeInterval) | maxDelay | |
Provided by category TRCConnectionStub(Shorthands).