- sendEndMessage() - Method in class com.github.leonardoxh.asyncokhttpclient.AsyncHttpResponse
-
Send the handle message that indicate the request has finished
- sendFailMessage(Throwable, String) - Method in class com.github.leonardoxh.asyncokhttpclient.AsyncHttpResponse
-
Send the fail message to the handler
- sendMessage(Message) - Method in class com.github.leonardoxh.asyncokhttpclient.AsyncHttpResponse
-
Send a message over the handler,
if the handler is null no problems it will recreate it
- sendRequest(OkHttpClient, String, AsyncHttpResponse, String, RequestParams) - Method in class com.github.leonardoxh.asyncokhttpclient.AsyncOkHttpClient
-
Send the specific request for the request response
- sendStartMessage() - Method in class com.github.leonardoxh.asyncokhttpclient.AsyncHttpResponse
-
Send the handle message that indicate the request has started
- sendSuccessMessage(int, String) - Method in class com.github.leonardoxh.asyncokhttpclient.AsyncHttpResponse
-
Send the success message to the handler
- sendSuccessMessage(int, String) - Method in class com.github.leonardoxh.asyncokhttpclient.JsonAsyncHttpResponse
-
- setConnectionTimeut(long, TimeUnit) - Method in class com.github.leonardoxh.asyncokhttpclient.AsyncOkHttpClient
-
Set the connection time out for the requests based on the time unit
- setThreadPool(ThreadPoolExecutor) - Method in class com.github.leonardoxh.asyncokhttpclient.AsyncOkHttpClient
-
Set the executor to execute the requests
on the most use cases this is not necessary
but is a good choice for make unit tests
- START - Static variable in class com.github.leonardoxh.asyncokhttpclient.AsyncHttpResponse
-
Indicate the response has started
- SUCCESS - Static variable in class com.github.leonardoxh.asyncokhttpclient.AsyncHttpResponse
-
Indicate the response has finished with success
- SUCCESS_JSON - Static variable in class com.github.leonardoxh.asyncokhttpclient.JsonAsyncHttpResponse
-
Indicate the JSON has a valid json and a success message