Package | Description |
---|---|
org.jboss.aerogear.sync.server.netty |
This package contains Netty Servers for AeroGear Sync.
|
Modifier and Type | Method and Description |
---|---|
StandaloneConfig |
StandaloneConfig.Builder.build() |
static StandaloneConfig |
ConfigReader.parse(InputStream in)
Will parse the passed InputStream into a
StandaloneConfig instance. |
static StandaloneConfig |
ConfigReader.parse(String fileName)
Will parse the passed in file, which can either be a file on the file system
or a file on the classpath into a
StandaloneConfig instance. |
Constructor and Description |
---|
GcmHandler(StandaloneConfig syncConfig,
ServerSyncEngine<T,S> syncEngine,
ExecutorService executorService) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.