Uses of Class
com.zerodeplibs.webpush.header.Urgency.UrgencyOption
-
Packages that use Urgency.UrgencyOption Package Description com.zerodeplibs.webpush.header Provides the utility classes that help applications set the HTTP header fields that control the delivery of Push Messages.com.zerodeplibs.webpush.httpclient Provides classes that help applications make HTTP requests for the delivery of push messages. -
-
Uses of Urgency.UrgencyOption in com.zerodeplibs.webpush.header
Methods in com.zerodeplibs.webpush.header that return Urgency.UrgencyOption Modifier and Type Method Description static Urgency.UrgencyOptionUrgency.UrgencyOption. valueOf(String name)Returns the enum constant of this type with the specified name.static Urgency.UrgencyOption[]Urgency.UrgencyOption. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Urgency.UrgencyOption in com.zerodeplibs.webpush.httpclient
Methods in com.zerodeplibs.webpush.httpclient with parameters of type Urgency.UrgencyOption Modifier and Type Method Description PreparerBuilder<T>PreparerBuilder. urgency(Urgency.UrgencyOption urgencyOption)Specifies a value for the Urgency header field.
-