Uses of Class
com.iizix.push.vapid.Notification
Packages that use Notification
Uses of Notification in com.iizix.push.vapid
Methods in com.iizix.push.vapid that return NotificationMethods in com.iizix.push.vapid with parameters of type NotificationModifier and TypeMethodDescriptionorg.asynchttpclient.BoundRequestBuilderPushAsyncService.preparePost(Notification notification, Encoding encoding) Prepare a POST request for AHC.org.apache.http.client.methods.HttpPostPushService.preparePost(Notification notification, Encoding encoding) Prepare a HttpPost for Apache async http clientprotected final HttpRequestAbstractPushService.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.HttpResponsePushService.send(Notification notification) org.apache.http.HttpResponsePushService.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.