org.asynchttpclient.BoundRequestBuilder | PushAsyncService.preparePost(Notification notification, Encoding encoding) | Prepare a POST request for AHC. |
---|
org.apache.http.client.methods.HttpPost | PushService.preparePost(Notification notification, Encoding encoding) | Prepare a HttpPost for Apache async http client |
---|
protected HttpRequest | AbstractPushService.prepareRequest(Notification notification, Encoding encoding) | |
---|
java.util.concurrent.CompletableFuture<org.asynchttpclient.Response> | PushAsyncService.send(Notification notification) | |
---|
java.util.concurrent.CompletableFuture<org.asynchttpclient.Response> | PushAsyncService.send(Notification notification, Encoding encoding) | Send a notification asynchronously. |
---|
org.apache.http.HttpResponse | PushService.send(Notification notification) | |
---|
org.apache.http.HttpResponse | PushService.send(Notification notification, Encoding encoding) | Send a notification and wait for the response. |
---|
java.util.concurrent.Future<org.apache.http.HttpResponse> | PushService.sendAsync(Notification notification) | Deprecated. |
---|
java.util.concurrent.Future<org.apache.http.HttpResponse> | PushService.sendAsync(Notification notification, Encoding encoding) | Deprecated. |
---|