FMIceLinkHttpTransfer Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkHttpTransfer.h FMIceLinkHttpTransfer.m |
+ addOnSendFinish:
+ (void)addOnSendFinish:(FMIceLinkAction1<FMIceLinkHttpSendFinishArgs*> *)valueDiscussion
Declared In
FMIceLinkHttpTransfer.h
+ addOnSendFinishWithBlock
+ (void ( ^ ) ( void ( ^ ) ( FMIceLinkHttpSendFinishArgs *) ))addOnSendFinishWithBlockDiscussion
Declared In
FMIceLinkHttpTransfer.h
+ addOnSendFinishWithBlock:
+ (void)addOnSendFinishWithBlock:(void ( ^ ) ( FMIceLinkHttpSendFinishArgs *))valueBlockDiscussion
Declared In
FMIceLinkHttpTransfer.h
+ addOnSendStart:
+ (void)addOnSendStart:(FMIceLinkAction1<FMIceLinkHttpSendStartArgs*> *)valueDiscussion
Declared In
FMIceLinkHttpTransfer.h
+ addOnSendStartWithBlock
+ (void ( ^ ) ( void ( ^ ) ( FMIceLinkHttpSendStartArgs *) ))addOnSendStartWithBlockDiscussion
Declared In
FMIceLinkHttpTransfer.h
+ addOnSendStartWithBlock:
+ (void)addOnSendStartWithBlock:(void ( ^ ) ( FMIceLinkHttpSendStartArgs *))valueBlockDiscussion
Declared In
FMIceLinkHttpTransfer.h
+ addQueryToUrl:key:
+ (NSString *)addQueryToUrl:(NSString *)url key:(NSString *)keyParameters
url |
The URL with the query to which the key/value should be added. |
|---|---|
key |
The key of the query parameter to add. |
Return Value
The original URL with the query parameter added.
Discussion
Declared In
FMIceLinkHttpTransfer.h
+ addQueryToUrl:key:value:
+ (NSString *)addQueryToUrl:(NSString *)url key:(NSString *)key value:(NSString *)valueParameters
url |
The URL with the query to which the key/value should be added. |
|---|---|
key |
The key of the query parameter to add. |
value |
The value of the query parameter to add. |
Return Value
The original URL with the query parameter added.
Discussion
Declared In
FMIceLinkHttpTransfer.h
+ getRandomWildcardCharacter
+ (NSString *)getRandomWildcardCharacterReturn Value
A random wildcard character.
Discussion
Declared In
FMIceLinkHttpTransfer.h
+ removeOnSendFinish:
+ (void)removeOnSendFinish:(FMIceLinkAction1<FMIceLinkHttpSendFinishArgs*> *)valueDiscussion
Declared In
FMIceLinkHttpTransfer.h
+ removeOnSendStart:
+ (void)removeOnSendStart:(FMIceLinkAction1<FMIceLinkHttpSendStartArgs*> *)valueDiscussion
Declared In
FMIceLinkHttpTransfer.h
+ replaceWildcardsWithUrl:
+ (NSString *)replaceWildcardsWithUrl:(NSString *)urlParameters
url |
The URL with asterisks. |
|---|
Discussion
Declared In
FMIceLinkHttpTransfer.h
– sendAsyncWithRequestArgs:callback:
- (void)sendAsyncWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs callback:(FMIceLinkAction1<FMIceLinkHttpResponseArgs*> *)callbackParameters
requestArgs |
The request parameters. |
|---|---|
callback |
The callback to execute with the resulting response. |
Discussion
Declared In
FMIceLinkHttpTransfer.h
– sendAsyncWithRequestArgs:callbackBlock:
- (void)sendAsyncWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs callbackBlock:(void ( ^ ) ( FMIceLinkHttpResponseArgs *))callbackBlockParameters
requestArgs |
The request parameters. |
|---|---|
callbackBlock |
The callback to execute with the resulting response. |
Discussion
Declared In
FMIceLinkHttpTransfer.h
– sendAsyncWithRequestArgsAndCallbackBlock
@inlineparam requestArgs The request parameters. @inlineparam callbackBlock The callback to execute with the resulting response.
- (void ( ^ ) ( FMIceLinkHttpRequestArgs *, void ( ^ ) ( FMIceLinkHttpResponseArgs *) ))sendAsyncWithRequestArgsAndCallbackBlockDiscussion
@inlineparam requestArgs The request parameters. @inlineparam callbackBlock The callback to execute with the resulting response.
Declared In
FMIceLinkHttpTransfer.h
– sendBinaryAsyncWithRequestArgs:callback:
- (void)sendBinaryAsyncWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs callback:(FMIceLinkAction1<FMIceLinkHttpResponseArgs*> *)callbackParameters
requestArgs |
The request arguments. |
|---|---|
callback |
The callback to execute on success or failure. |
Discussion
Declared In
FMIceLinkHttpTransfer.h
– sendBinaryAsyncWithRequestArgs:callbackBlock:
- (void)sendBinaryAsyncWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs callbackBlock:(void ( ^ ) ( FMIceLinkHttpResponseArgs *))callbackBlockParameters
requestArgs |
The request arguments. |
|---|---|
callbackBlock |
The callback to execute on success or failure. |
Discussion
Declared In
FMIceLinkHttpTransfer.h
– sendBinaryAsyncWithRequestArgsAndCallbackBlock
@inlineparam requestArgs The request arguments. @inlineparam callbackBlock The callback to execute on success or failure.
- (void ( ^ ) ( FMIceLinkHttpRequestArgs *, void ( ^ ) ( FMIceLinkHttpResponseArgs *) ))sendBinaryAsyncWithRequestArgsAndCallbackBlockDiscussion
@inlineparam requestArgs The request arguments. @inlineparam callbackBlock The callback to execute on success or failure.
Declared In
FMIceLinkHttpTransfer.h
– sendBinaryWithRequestArgs:
- (FMIceLinkHttpResponseArgs *)sendBinaryWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgsParameters
requestArgs |
The request arguments. |
|---|
Return Value
The response arguments from the server.
Discussion
Declared In
FMIceLinkHttpTransfer.h
– sendTextAsyncWithRequestArgs:callback:
- (void)sendTextAsyncWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs callback:(FMIceLinkAction1<FMIceLinkHttpResponseArgs*> *)callbackParameters
requestArgs |
The request arguments. |
|---|---|
callback |
The callback to execute on success or failure. |
Discussion
Declared In
FMIceLinkHttpTransfer.h
– sendTextAsyncWithRequestArgs:callbackBlock:
- (void)sendTextAsyncWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs callbackBlock:(void ( ^ ) ( FMIceLinkHttpResponseArgs *))callbackBlockParameters
requestArgs |
The request arguments. |
|---|---|
callbackBlock |
The callback to execute on success or failure. |
Discussion
Declared In
FMIceLinkHttpTransfer.h
– sendTextAsyncWithRequestArgsAndCallbackBlock
@inlineparam requestArgs The request arguments. @inlineparam callbackBlock The callback to execute on success or failure.
- (void ( ^ ) ( FMIceLinkHttpRequestArgs *, void ( ^ ) ( FMIceLinkHttpResponseArgs *) ))sendTextAsyncWithRequestArgsAndCallbackBlockDiscussion
@inlineparam requestArgs The request arguments. @inlineparam callbackBlock The callback to execute on success or failure.
Declared In
FMIceLinkHttpTransfer.h
– sendTextWithRequestArgs:
- (FMIceLinkHttpResponseArgs *)sendTextWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgsParameters
requestArgs |
The request arguments. |
|---|
Return Value
The response arguments from the server.
Discussion
Declared In
FMIceLinkHttpTransfer.h
– sendWithRequestArgs:
- (FMIceLinkHttpResponseArgs *)sendWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgsParameters
requestArgs |
The request parameters. |
|---|
Return Value
The resulting response.
Discussion
Declared In
FMIceLinkHttpTransfer.h
+ setWildcardCharacters:
+ (void)setWildcardCharacters:(NSString *)valueDiscussion
Declared In
FMIceLinkHttpTransfer.h
– shutdown
- (void)shutdownDiscussion
Declared In
FMIceLinkHttpTransfer.h
+ wildcardCharacters
+ (NSString *)wildcardCharactersDiscussion
Declared In
FMIceLinkHttpTransfer.h