| Package | Description |
|---|---|
| org.jboss.aerogear.windows.mpns |
| Modifier and Type | Method and Description |
|---|---|
MpnsServiceBuilder |
MpnsServiceBuilder.asAuthenticated(MpnsServiceBuilder.SecurityInfo securityInfo)
Authenticated
|
MpnsServiceBuilder |
MpnsServiceBuilder.asPool(ExecutorService executor,
int maxConnections)
Constructs a pool of connections to the notification servers.
|
MpnsServiceBuilder |
MpnsServiceBuilder.asPool(int maxConnections)
Constructs a pool of connections to the notification servers.
|
MpnsServiceBuilder |
MpnsServiceBuilder.asQueued()
Constructs a new thread with a processing queue to process
notification requests.
|
MpnsServiceBuilder |
MpnsServiceBuilder.delegate(MpnsDelegate delegate) |
static MpnsServiceBuilder |
MPNS.newService()
Returns a new APNS Service for sending iPhone notifications
|
MpnsServiceBuilder |
MpnsServiceBuilder.timeout(int timeout)
Sets the timeout for the connection
|
MpnsServiceBuilder |
MpnsServiceBuilder.withHttpClient(org.apache.http.client.HttpClient httpClient)
Sets the HttpClient instance along with any configuration
NOTE: This is an advanced option that should be probably be used as a
last resort.
|
MpnsServiceBuilder |
MpnsServiceBuilder.withHttpProxy(String host,
int port)
Specify the address of the HTTP proxy the connection should
use.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.