public class
ApnsConfig
extends Object
Represents the APNS-specific options that can be included in a Message
.
Instances of this class are thread-safe and immutable. Refer to
Apple documentation for various headers and payload fields supported by APNS.
Nested Class Summary
class | ApnsConfig.Builder |
Public Method Summary
static ApnsConfig.Builder |
builder()
Creates a new
ApnsConfig.Builder . |
Inherited Method Summary
Object |
clone()
|
boolean |
equals(Object arg0)
|
void |
finalize()
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public static ApnsConfig.Builder builder ()
Creates a new ApnsConfig.Builder
.
Returns
- A
ApnsConfig.Builder
instance.