Uses of Package
com.zerodeplibs.webpush.httpclient
-
Packages that use com.zerodeplibs.webpush.httpclient Package Description com.zerodeplibs.webpush.httpclient Provides classes that help applications make HTTP requests for the delivery of push messages. -
Classes in com.zerodeplibs.webpush.httpclient used by com.zerodeplibs.webpush.httpclient 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 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.