| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush |
| Modifier and Type | Method and Description |
|---|---|
SenderClient.Builder |
SenderClient.Builder.customTrustStore(String trustStorePath,
String trustStoreType,
String trustStorePassword)
Set a custom trustStore.
|
SenderClient.Builder |
SenderClient.Builder.proxy(String proxyHost,
int proxyPort)
Specify proxy that should be used to connect.
|
SenderClient.Builder |
SenderClient.Builder.proxyPassword(String proxyPassword)
Sets password used with specified user.
|
SenderClient.Builder |
SenderClient.Builder.proxyType(Proxy.Type proxyType)
Configure type of proxy.
|
SenderClient.Builder |
SenderClient.Builder.proxyUser(String proxyUser)
If proxy needs authentication, specify User.
|
static SenderClient.Builder |
SenderClient.withRootServerURL(String rootServerURL) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.