|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MpnsServiceBuilder | |
|---|---|
| com.notnoop.mpns | |
| Uses of MpnsServiceBuilder in com.notnoop.mpns |
|---|
| Methods in com.notnoop.mpns that return MpnsServiceBuilder | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||