Uses of Class
com.iizix.push.vapid.Notification
Uses of Notification in com.iizix.push.vapid
Modifier and TypeMethodDescriptionorg.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 clientprotected final HttpRequest
AbstractPushService.prepareRequest
(Notification notification, Encoding encoding) CompletableFuture<org.asynchttpclient.Response>
PushAsyncService.send
(Notification notification) 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.Future<org.apache.http.HttpResponse>
PushService.sendAsync
(Notification notification) Deprecated.Future<org.apache.http.HttpResponse>
PushService.sendAsync
(Notification notification, Encoding encoding) Deprecated.UsePushAsyncService.send(Notification, Encoding)
instead.
PushAsyncService.send(Notification)
instead.