|
AeroGear SimplePush Server API 0.11.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimplePushServerConfig
Configuration settings for SimplePush server
| Field Summary | |
|---|---|
static String |
DEFAULT_ENDPOINT_URL_PREFIX
The default prefix for the the notification endpoint url. |
| Method Summary | |
|---|---|
long |
acknowledmentInterval()
Returns the acknowledgement interval. |
String |
endpointHost()
The externally available host that this server is reachable by. |
int |
endpointPort()
The externally available port that this server is reachable by. |
String |
endpointPrefix()
Returns the endpoint url prefix for this SimplePush server. |
String |
endpointUrl()
Returns the notification endpoint url prefix for this SimplePush server. |
String |
host()
The host that this server will bind to. |
int |
notifierMaxThreads()
Returns the maxium number of threads that will be used for handling notifications. |
String |
password()
The password for the private key. |
int |
port()
The port that this server will bind to. |
boolean |
useEndpointTls()
Determins whether transport layer security is in use. |
long |
userAgentReaperTimeout()
Returns the UserAgent reaper time out. |
| Field Detail |
|---|
static final String DEFAULT_ENDPOINT_URL_PREFIX
| Method Detail |
|---|
String host()
String the host.int port()
port the port.boolean useEndpointTls()
true if transport layer security is in use.String password()
String[] password used for generating the server's private key.String endpointPrefix()
String the endpoint url prefix.String endpointUrl()
String the notification url.String endpointHost()
String the host.int endpointPort()
port the port.long userAgentReaperTimeout()
long the timeout in milliseconds.long acknowledmentInterval()
long the interval in milliseconds.int notifierMaxThreads()
int the maximum number of threads allowed to be created.
|
AeroGear SimplePush Server API 0.11.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||