public interface SimplePushServerConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENDPOINT_URL_PREFIX
The default prefix for the the notification endpoint url.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final String DEFAULT_ENDPOINT_URL_PREFIX
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.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.