Module com.zerodeplibs.webpush
Package com.zerodeplibs.webpush.httpclient
Provides classes that help applications make HTTP requests for the delivery of push messages.
-
Class Summary Class Description ApacheHttpClientRequestPreparer The "Preparer" used to utilize Apache HTTPClient.JettyHttpClientRequestPreparer The "Preparer" used to utilize Eclipse Jetty Client Libraries.OkHttpClientRequestPreparer The "Preparer" used to utilize OkHttp.PreparerBuilder<T> The builder class of "Preparer".PreparerBuilder.RequestPreparationInfo Represents information which is required for an application to request the delivery of a push message.StandardHttpClientRequestPreparer The "Preparer" used to utilizeHttpClient.VertxWebClientRequestPreparer The "Preparer" used to utilize Vert.x Web Client.