FMIceLinkHttpResponseReceivedArgs Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkHttpResponseReceivedArgs.h FMIceLinkHttpResponseReceivedArgs.m |
– requestArgs
Gets the original request arguments.
- (FMIceLinkHttpRequestArgs *)requestArgsDiscussion
Gets the original request arguments.
Declared In
FMIceLinkHttpResponseReceivedArgs.h
– response
Gets the incoming HTTP response received from the server.
- (NSURLResponse *)responseDiscussion
Gets the incoming HTTP response received from the server.
Declared In
FMIceLinkHttpResponseReceivedArgs.h
– sender
Gets the sender of the request, either a client or publisher.
- (id)senderDiscussion
Gets the sender of the request, either a client or publisher.
Declared In
FMIceLinkHttpResponseReceivedArgs.h
– setRequestArgs:
Sets the original request arguments.
- (void)setRequestArgs:(FMIceLinkHttpRequestArgs *)valueDiscussion
Sets the original request arguments.
Declared In
FMIceLinkHttpResponseReceivedArgs.h
– setResponse:
Sets the incoming HTTP [response](#//api/name/response) received from the server.
- (void)setResponse:(NSURLResponse *)valueDiscussion
Sets the incoming HTTP [response](#//api/name/response) received from the server.
Declared In
FMIceLinkHttpResponseReceivedArgs.h
– setSender:
Sets the [sender](#//api/name/sender) of the request, either a client or publisher.
- (void)setSender:(id)valueDiscussion
Sets the [sender](#//api/name/sender) of the request, either a client or publisher.
Declared In
FMIceLinkHttpResponseReceivedArgs.h