Package | Description |
---|---|
com.pushtechnology.diffusion.api.config |
Diffusion Configuration API.
|
com.pushtechnology.diffusion.api.server |
Entry point.
|
Modifier and Type | Method and Description |
---|---|
FanOutConnectionConfig |
FanOutConfig.addConnection(String url)
Add a new connection to a primary server.
|
ConnectionValidationPolicyConfig |
ConnectorConfig.addConnectionValidationPolicy(String name)
Add a new connection validation policy for the connector.
|
ConnectorConfig |
ServerConfig.addConnector(String name)
Add a connector.
|
void |
UserLibrariesConfig.addDirectory(String directory)
Add a user directory.
|
HTTPServiceConfig |
WebServerConfig.addHTTPService(String name,
String className,
String urlPattern)
Add an HTTP Service.
|
void |
ConnectorConfig.addIgnoreErrorsFrom(String ipAddress)
Add an IP address to ignore errors from.
|
FanOutLinkConfig |
FanOutConnectionConfig.addLink(String selector)
Adds a topic tree link to be replicated.
|
ValidationPolicyLocaleConfig |
ValidationPolicyConfig.addLocale(String country,
String language)
Adds a Locale to the policy.
|
LogConfig |
LoggingConfig.addLog(String name)
Add a new log definition.
|
MimeConfig |
MimesConfig.addMime(String extension,
String type)
Add a mime.
|
MultiplexerConfig |
RootConfig.addMultiplexer(String name)
Add a new multiplexer configuration.
|
ConflationPolicyConfig |
ConflationConfig.addPolicy(String name,
ConflationPolicyConfig.Mode mode)
Add a Conflation Policy which uses the
default Message Matcher and no Message Merger. |
ConflationPolicyConfig |
ConflationConfig.addPolicy(String name,
ConflationPolicyConfig.Mode mode,
MessageMatcher matcher,
MessageMerger merger)
Adds a conflation policy.
|
ConflationPolicyConfig |
ConflationConfig.addPolicy(String name,
ConflationPolicyConfig.Mode mode,
MessageMerger merger)
Add a Conflation Policy which uses the
default Message Matcher and a specified Message Merger. |
ConflationPolicyConfig |
ConflationConfig.addPolicy(String name,
ConflationPolicyConfig.Mode mode,
String matcherClass,
String mergerClass)
Adds a conflation policy
|
ThreadPoolConfig |
ThreadsConfig.addPool(String name)
Add a new thread pool definition.
|
SelectorThreadPoolConfig |
SelectorThreadPoolsConfig.addPool(String name,
int size)
Add a selector thread pool to the set of those available.
|
PropertyConfig |
PublisherConfig.addProperty(String name,
String value)
Add a publisher property.
|
PropertyConfig |
HTTPServiceConfig.addProperty(String name,
String value)
Add a service property.
|
PropertyConfig |
PublisherConfig.addProperty(String name,
String type,
String value)
Add a publisher property.
|
PropertyConfig |
HTTPServiceConfig.addProperty(String name,
String type,
String value)
Add a service property.
|
PublisherConfig |
ServerConfig.addPublisher(String publisherName,
String className)
Adds a new Publisher to the list of configured Publishers.
|
QueueConfig |
QueuesConfig.addQueue(String name)
Add a queue definition.
|
VirtualHostRealmConfig |
VirtualHostConfig.addRealm(String name,
String path)
Add a realm.
|
RemoteServerConfig |
PublisherConfig.addRemoteServer(String name,
String host,
int port)
Deprecated.
since 5.9 - See
PublisherServerConnection |
ReporterConfig |
StatisticsConfig.addReporter(String name,
ReporterConfig.Type type)
Add a new Reporter to the statistics config.
|
SubscriptionValidationPolicyConfig |
PublisherConfig.addSubscriptionValidationPolicy(String name)
Add a new subscription validation policy for the publisher.
|
boolean |
SubscriptionValidationPolicyConfig.addTopic(String topicName)
Add a named topic (or Topic pattern) to map to this policy.
|
ManagementUserConfig |
ManagementConfig.addUser(String name)
Deprecated.
Remote JMX users should be configured in the system
authentication store, or with a custom authentication
handler.
|
VirtualHostRealmUserConfig |
VirtualHostRealmConfig.addUser(String name,
String password)
Add a realm user.
|
VirtualHostConfig |
FileServiceConfig.addVirtualHost(String name,
String host,
String documentRoot,
String homePage)
Add a new virtual host configuration.
|
WebServerConfig |
ServerConfig.addWebServer(String webServerName)
Add a new Web Server Configuration.
|
ClientServiceConfig |
WebServerConfig.removeClientService()
Remove Client Service.
|
FileServiceConfig |
WebServerConfig.removeFileService()
Remove File Service.
|
HTTPServiceConfig |
WebServerConfig.removeHTTPService(String name)
Remove a named HTTP Service.
|
LogConfig |
LoggingConfig.removeLog(String name)
Removes named log definition.
|
VirtualHostRealmConfig |
VirtualHostConfig.removeRealm(String name)
Remove a named realm.
|
ThreadPoolListenerConfig |
ThreadPoolConfig.removeThreadPoolListener()
Deprecated.
Since 5.8. Configuration of listeners is no longer supported.
|
VirtualHostRealmUserConfig |
VirtualHostRealmConfig.removeUser(String name)
Remove a realm user.
|
VirtualHostConfig |
FileServiceConfig.removeVirtualHost(String name)
Remove virtual host.
|
void |
ConnectorConfig.setAcceptors(int numberOfAcceptors)
Deprecated.
the value set will be ignored by the system.
|
void |
PublisherConfig.setAckTimeout(long timeout)
Sets ack timeout.
|
void |
VirtualHostConfig.setAliasFile(String aliasFile)
Sets the alias file.
|
void |
ConnectorConfig.setApiType(ConnectorConfig.ClientApiType clientType)
Deprecated.
since 5.9
Since classic client APIs have been deprecated then this will be removed in a future release |
void |
ManagementConfig.setAssignedRoles(List<String> assignedRoles)
Deprecated.
since 5.9. Remote JMX users should be configured in the system
authentication store, or with a custom authentication
handler.
|
void |
LoggingConfig.setAsyncLogging(boolean asyncLogging)
Sets the asynchronous logging option.
|
void |
SecurityConfig.setAuthenticationHandlers(List<? extends AuthenticationHandlerConfig> handlers)
The authentication handlers.
|
void |
SecurityConfig.setAuthorisationHandlerClass(String className)
Sets the name of the authorisation handler class.
|
void |
PublisherConfig.setAutoAck(boolean autoAck)
Sets the value of the autoAck property.
|
void |
PublisherConfig.setAutoStart(boolean autoStart)
Sets the publisher start property.
|
void |
ThreadsConfig.setBackgroundPoolSize(int size)
Sets the number of threads to use for the background thread pool.
|
void |
ConnectorConfig.setBacklog(int backlog)
Sets the backlog.
|
void |
FetchPolicyConfig.setBatchSize(int batchSize)
Sets the batch size value.
|
void |
WhoIsConfig.setCacheMaximumSize(int maximum)
Sets the maximum size of the WhoIs cache.
|
void |
WhoIsConfig.setCacheRetentionTime(long retention)
Sets retention time for WhoIs cache entries.
|
void |
VirtualHostCacheConfig.setCacheSizeLimit(int limit)
Sets the cache size limit.
|
void |
WhoIsConfig.setCacheTidyInterval(long interval)
Sets the WhoIs cache tidy interval.
|
void |
RootConfig.setCharset(String charset)
Deprecated.
since 5.9
In future releases only UTF-8 will be supported |
ClientServiceConfig |
WebServerConfig.setClientService(String name)
Add a client service.
|
void |
ClientServiceConfig.setCloseCallbackRequests(boolean closeRequests)
Deprecated.
since Diffusion 5.7. This method will be removed in a future
release.
|
void |
ClientServiceConfig.setCometBytesBeforeNewPoll(int bytes)
Sets comet bytes before new poll.
|
void |
ClientServiceConfig.setCometInitialMessagePadding(int padding)
Sets comet initial message padding.
|
void |
VirtualHostConfig.setCompressionThreshold(int threshold)
Sets the compression threshold.
|
void |
ClientServiceConfig.setCompressionThreshold(int threshold)
Sets the compression threshold.
|
void |
QueueConfig.setConflates(boolean conflates)
Sets the conflates property.
|
void |
ManagementConfig.setConnectionPort(int port)
Sets the JMX service port.
|
void |
FanOutConnectionConfig.setConnectionTimeout(int timeout)
Sets the connection timeout.
|
void |
ConnectorConfig.setConnectionTimeout(long timeout)
Sets the connection timeout for inbound connections.
|
void |
TimeoutsConfig.setConnectionTimeout(long timeout)
Sets the connection timeout.
|
void |
LoggingConfig.setConsoleLogLevel(LogDescription.LogLevel level)
Sets the console log level.
|
void |
ClientServiceConfig.setCookieDisabled(boolean disabled)
Sets the session cookie as enabled/disabled.
|
void |
ThreadPoolConfig.setCoreSize(int size)
Sets the core pool size.
|
void |
ClientServiceConfig.setCORSOrigin(String origin)
Sets the CORS origin.
|
void |
RemoteServerConfig.setCredentials(Credentials credentials)
Deprecated.
Sets the credentials to use for the server connection
|
void |
LogConfig.setDateFormat(String dateFormat)
Specifies a date format to use for formatting dates used in the %d part
of the file pattern (see {link
LogConfig.setFilePattern(String) ). |
void |
FormattingConfig.setDateFormat(String format)
Sets the date format.
|
void |
FormattingConfig.setDateTimeFormat(String format)
Sets the date and time format.
|
void |
VirtualHostConfig.setDebug(boolean debug)
Sets debug option.
|
void |
VirtualHostCacheConfig.setDebug(boolean debug)
Sets debug option.
|
void |
RootConfig.setDefaultDeltaMessageCapacity(int capacity)
Sets the default size for a delta message if not explicitly specified
when creating a message.
|
void |
RootConfig.setDefaultLoadMessageCapacity(int capacity)
Sets the default size for a load message if not explicitly specified when
creating the message.
|
void |
LoggingConfig.setDefaultLogDirectory(String directory)
Sets the default log directory.
|
void |
RootConfig.setDefaultMultiplexerDefinition(String name)
Deprecated.
since 5.6 multiplexer is already configured with xml config
|
void |
ConflationConfig.setDefaultPolicy(String policyName)
Sets the default conflation policy.
|
void |
QueuesConfig.setDefaultQueue(String queueDefinition)
Sets the name of the default queue definition.
|
void |
SelectorThreadPoolsConfig.setDefaultSelectorThreadPool(String defaultPoolName)
Sets the thread pool definition to use as default selector thread pool.
|
void |
FetchPolicyConfig.setDelay(long delay)
Sets the batch delay value.
|
void |
AutoDeploymentConfig.setDirectory(String directory)
Sets the directory.
|
void |
WhoIsConfig.setEnabled(boolean enabled)
Set WhoIs enabled.
|
void |
PublisherConfig.setEnabled(boolean enabled)
Sets the publisher enabled property.
|
void |
ManagementConfig.setEnabled(boolean enabled)
Sets whether or not a remote JMX Connector is enabled or not.
|
void |
GeoIpConfig.setEnabled(boolean enabled)
Sets enabled flag.
|
void |
VirtualHostConfig.setErrorPage(String errorPage)
Sets the error page.
|
void |
RemoteServerConfig.setFailPolicy(PublisherServerConnectionFailPolicy policy)
Deprecated.
Sets the failure policy.
|
void |
KeyStoreConfig.setFile(String keyStoreFile)
Sets the file path of the KeyStore.
|
void |
LogConfig.setFileAppend(boolean append)
Sets the file append option.
|
void |
LogConfig.setFileCount(int fileCount)
Sets the file count.
|
void |
VirtualHostCacheConfig.setFileLifeTime(long lifeTime)
Sets the file lifetime.
|
void |
LogConfig.setFileLimit(int limit)
Sets the file limit.
|
void |
GeoIpConfig.setFileName(String fileName)
Sets the name of the Maxmind GeoCityIP city file.
|
void |
LogConfig.setFilePattern(String filePattern)
Sets the file pattern.
|
FileServiceConfig |
WebServerConfig.setFileService(String name)
Add a file service.
|
void |
VirtualHostCacheConfig.setFileSizeLimit(int limit)
Sets the file size limit.
|
void |
WhoIsConfig.setHost(String host)
Sets the whois host.
|
void |
ManagementConfig.setHost(String host)
Set the host.
|
void |
ConnectorConfig.setHost(String host)
Sets the host address to bind to.
|
void |
ThreadsConfig.setInboundPool(String poolDefinition)
Sets the thread pool definition to use for the inbound thread pool.
|
void |
SocketConditioningConfig.setInputBufferSize(int size)
Sets the input buffer size.
|
void |
RemoteServerConfig.setInputBufferSize(int size)
Deprecated.
Sets the size of the input buffer for the connection.
|
void |
FanOutConnectionConfig.setInputBufferSize(int size)
Sets the input buffer size for the connection.
|
void |
SocketConditioningConfig.setKeepAlive(boolean keepAlive)
Sets the TCP keep alive option.
|
void |
ReconnectConfig.setKeepAlive(long keepAlive)
Sets the keep alive value.
|
void |
ThreadPoolConfig.setKeepAlive(long keepAliveTime)
Sets the keep alive time.
|
void |
RemoteServerConfig.setKeyStoreFileLocation(String keyStore)
Deprecated.
Sets the KeyStore file location.
|
void |
RemoteServerConfig.setKeyStorePassword(String password)
Deprecated.
Sets the KeyStore password.
|
void |
MultiplexerConfig.setLatencyWarning(long latencyValue)
Sets the latency warning threshold.
|
void |
LogConfig.setLevel(LogDescription.LogLevel level)
Sets the starting log level.
|
void |
WriteSelectorConfig.setLoadBalancer(MultiplexerConfig.LoadBalancer balancer)
Deprecated.
Set the load balancer used for the selectors.
|
void |
MultiplexerConfig.setLoadBalancer(MultiplexerConfig.LoadBalancer loadBalancer)
Deprecated.
This configuration will be removed in a future release. If
you have found the LEAST_CLIENTS algorithm useful, please
contact Push Technology Support and reference case 11098.
|
void |
HTTPServiceConfig.setLog(String log)
Sets the log file.
|
void |
LogConfig.setLogDirectory(String directory)
Sets the log directory.
|
void |
LoggingConfig.setLoggingQueueSize(int size)
Sets the size of the event queue to use for the asynchronous logging
service.
|
void |
PublisherConfig.setLogLevel(LogDescription.LogLevel level)
Sets the log level for the publisher.
|
void |
LoggingConfig.setLogMessageData(boolean logMessageData)
Deprecated.
since 5.5
This no longer has any effect - use
|
void |
RootConfig.setLogMessageData(boolean logMessageData)
Sets the log message data option.
|
void |
ClientStatisticsConfig.setLogName(String logName)
Sets the log name.
|
void |
LoggingConfig.setLogThreadNames(boolean threadNameLogging)
Sets the option to log the thread name with each message logged.
|
void |
QueueConfig.setLowerThreshold(int threshold)
Sets the lower threshold.
|
void |
KeyStoreConfig.setMandatory(boolean mandatory)
Sets if keyStore is mandatory.
|
void |
QueueConfig.setMaximumDepth(int maximumDepth)
Sets the maximum queue depth.
|
void |
MultiplexerConfig.setMaximumEventQueueSize(int size)
Sets the maximum event queue size.
|
void |
HTTPServiceConfig.setMaximumInboundRequestSize(int maxSize)
Sets maximum inbound request size.
|
void |
ClientServiceConfig.setMaximumInboundRequestSize(int maxSize)
Sets the maximum inbound request size.
|
void |
RootConfig.setMaximumMessageSize(int maxMessageSize)
Sets the maximum message size.
|
void |
ReconnectConfig.setMaximumQueueDepth(int maxDepth)
Sets the maximum queue depth value.
|
void |
FanOutConnectionConfig.setMaximumQueueSize(int queueSize)
Sets the maximum queue size for messages queued to be sent to the primary
server.
|
void |
ThreadPoolConfig.setMaximumSize(int size)
Sets the maximum pool size.
|
void |
RootConfig.setMessageLengthSize(int size)
Deprecated.
since 5.2 the message length size is always 4 bytes
|
void |
ClientServiceConfig.setMessageSequenceTimeout(long timeout)
Sets the message sequence timeout.
|
void |
VirtualHostConfig.setMinify(boolean minify)
Sets minify option.
|
MultiplexerConfig |
ServerConfig.setMultiplexerConfiguration(MultiplexerConfig config)
Sets the multiplexer configuration.
|
void |
SocketConditioningConfig.setNoDelay(boolean noDelay)
Sets the no delay option.
|
void |
RootConfig.setNumberOfReadSelectors(int size)
Deprecated.
since 5.9
this property will be removed in a future release |
void |
ThreadsConfig.setOutboundPool(String poolDefinition)
Deprecated.
outbound thread pools are no longer used
|
void |
SocketConditioningConfig.setOutputBufferSize(int size)
Sets the output buffer size.
|
void |
RemoteServerConfig.setOutputBufferSize(int size)
Deprecated.
Sets the output buffer size for the connection.
|
void |
FanOutConnectionConfig.setOutputBufferSize(int size)
Sets the output buffer size.
|
void |
ClientStatisticsConfig.setOutputFrequency(long frequency)
Sets the output frequency.
|
void |
ManagementUserConfig.setPassword(String password)
Deprecated.
Sets the password.
|
void |
KeyStoreConfig.setPassword(String password)
Sets the keyStore password.
|
void |
FanOutConnectionConfig.setPassword(String password)
Sets a password to be used when authenticating with the primary server.
|
void |
ConnectorConfig.setPolicyFile(String policyFile)
Sets the policy file.
|
void |
WhoIsConfig.setPort(int port)
Sets the WhoIs port.
|
void |
ConnectorConfig.setPort(int port)
Sets the port that the connector binds to.
|
void |
FanOutConnectionConfig.setPrincipal(String principal)
Sets the security principal to use when authenticating with the primary
server.
|
void |
ThreadPoolConfig.setPriority(int priority)
Deprecated.
Since 5.8. The thread priority can no longer be configured
and this method has no effect.
|
PropertyConfig |
ReporterConfig.setProperty(String name,
String value)
Set a named property value.
|
PropertyConfig |
ReporterConfig.setProperty(String name,
String type,
String value)
Set a name property value, with a valid property type.
|
void |
WhoIsConfig.setProvider(String className)
Sets the provider class.
|
void |
ConnectorConfig.setProxyProtocol(ConnectorConfig.ProxyProtocol protocol)
Sets the proxy protocol required for connection.
|
void |
RemoteServerConfig.setQueueDefinition(String definitionName)
Deprecated.
Sets the queue definition to use for the connection.
|
void |
ConnectorConfig.setQueueDefinition(String queueDefinition)
Sets the queue definition.
|
void |
WriteSelectorConfig.setQueueSize(int size)
Deprecated.
Set the maximum size of the event queue for each selector.
|
void |
ThreadPoolConfig.setQueueSize(int size)
Sets the queue size.
|
void |
ManagementUserConfig.setReadOnly(boolean readOnly)
Deprecated.
Set user as read only.
|
void |
FanOutConnectionConfig.setReconnectTimeout(int timeout)
Sets the overall reconnection timeout value.
|
void |
ReconnectConfig.setRecoveryBufferSize(int size)
Set the maximum number of sent messages that can be recovered on
reconnection.
|
void |
FanOutConnectionConfig.setRecoveryBufferSize(int size)
Set the recovery buffer size.
|
void |
ManagementConfig.setRegistryPort(int port)
Sets the RMI registry port.
|
void |
ThreadPoolConfig.setRejectionHandlerClass(String className)
Sets the rejection handler class name.
|
void |
ConnectorConfig.setRequired(boolean required)
Sets a boolean value to specify if the connector is required on startup.
|
void |
ClientStatisticsConfig.setResetFrequency(long frequency)
Sets the reset frequency
|
void |
FanOutConnectionConfig.setRetryDelay(int delay)
Specifies the number of milliseconds to wait after failing to connect or
losing the connection to the primary server before trying to connect
again.
|
void |
FanOutConnectionConfig.setRetryInterval(int interval)
Deprecated.
since 5.9 this value is no longer used - use
FanOutConnectionConfig.setRetryDelay(int) instead. |
void |
RemoteServerConfig.setRetryInterval(long interval)
Deprecated.
Sets the retry interval.
|
void |
SocketConditioningConfig.setReuseAddress(boolean reuseAddress)
Sets the reuse address option.
|
void |
LogConfig.setRotateDaily(boolean rotateDaily)
Deprecated.
since 5.0
|
void |
LogConfig.setRotationPeriod(int period,
TimeUnit unit)
Set the rotation period of the log file.
|
void |
AutoDeploymentConfig.setScanFrequency(long frequency)
Sets the scan frequency.
|
void |
ConnectorConfig.setSelectorThreadPoolDefinition(String definitionName)
Sets the thread pool definition.
|
void |
LoggingConfig.setServerLog(String serverLog)
Sets the server log.
|
void |
ServerConfig.setServerName(String name)
Sets the server name.
|
void |
HooksConfig.setShutdownHook(String className)
Sets the value of the shutdownHook property.
|
void |
WriteSelectorConfig.setSize(int size)
Deprecated.
Set the number of write selectors.
|
void |
MultiplexerConfig.setSize(int size)
Sets the number of multiplexer threads.
|
void |
RemoteServerConfig.setSSL(boolean ssl)
Deprecated.
Sets the value of the ssl property.
|
void |
HooksConfig.setStartupHook(String className)
Sets the start up hook.
|
void |
VirtualHostConfig.setStatic(boolean isStatic)
Sets static option.
|
void |
PublisherConfig.setStopServerIfNotLoaded(boolean stopIfNotLoaded)
Sets whether to stop the server if publisher does not load.
|
void |
ConnectorConfig.setSystemPingFrequency(long frequency)
Sets the system ping frequency.
|
void |
ConnectorConfig.setThreadPoolDefinition(String definitionName)
Sets the thread pool definition.
|
ThreadPoolListenerConfig |
ThreadPoolConfig.setThreadPoolListener(String className,
int lowerThreshold,
int upperThreshold)
Deprecated.
Since 5.8. Configuration of listeners is no longer supported
and any listener configured with this method will be ignored.
|
void |
WriteSelectorConfig.setThreadPriority(int priority)
Deprecated.
Set the thread priority of the write selectors.
|
void |
MultiplexerConfig.setThreadPriority(int priority)
Deprecated.
Since 5.8. The multiplexer thread priority can no longer be
configured and this method has no effect.
|
void |
WhoIsConfig.setThreads(int numberOfThreads)
Sets the number of resolver threads used by the WhoIs service.
|
void |
FormattingConfig.setTimeFormat(String format)
Sets the time format.
|
void |
WriteSelectorConfig.setTimeout(long timeout)
Deprecated.
since 5.2, no longer used
|
void |
FormattingConfig.setTimestampFormat(String format)
Sets the timestamp format.
|
void |
PublisherConfig.setTopicAliasing(boolean topicAliasing)
Sets the value of the topicAliasing property.
|
TopicConflationPolicyConfig |
ConflationConfig.setTopicPolicy(String topic,
String policy)
Set a new Topic to Conflation Policy mapping.
|
void |
PublisherConfig.setTopics(String topics)
Sets Topics to automatically create.
|
void |
ConnectorConfig.setType(ConnectorConfig.Type type)
Sets the connector type.
|
void |
ReporterConfig.setType(ReporterConfig.Type type)
Sts the reporter's type.
|
void |
MimeConfig.setType(String type)
Sets the associated mime type.
|
void |
QueueConfig.setUpperThreshold(int threshold)
Sets the upper threshold.
|
void |
ConnectorConfig.setValidationPolicyFile(String validationPolicyFile)
Sets a validation policy file.
|
void |
ConnectorConfig.setWebServer(String webServerName)
Sets the Web Server.
|
void |
ClientServiceConfig.setWebsocketOrigin(String origin)
Sets the web socket origin.
|
void |
ClientServiceConfig.setWebsocketSecureResponse(boolean secureResponse)
Deprecated.
Setting is ignored. It applied to behavior defined by draft
versions of the WebSocket specification that is no longer
supported.
|
void |
FanOutConnectionConfig.setWriteTimeout(int timeout)
Sets the write timeout value.
|
void |
FileServiceConfig.setWriteTimeout(long timeout)
Sets the write timeout.
|
void |
TimeoutsConfig.setWriteTimeout(long timeout)
Sets the value of the write timeout for blocking write operations.
|
void |
LogConfig.setXmlFormat(boolean xmlFormat)
Sets the XML format option.
|
Constructor and Description |
---|
DiffusionServer()
Constructor.
|
DiffusionServer(Properties bootstrapProps)
Constructor.
|
DiffusionServer(Properties bootstrapProps,
boolean embedded)
Constructor.
|
DiffusionServer(String propertiesDirectory,
boolean embedded)
Constructor.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.