org.jboss.aerogear.simplepush.server.netty.standalone
Class NettySockJSServer
java.lang.Object
org.jboss.aerogear.simplepush.server.netty.standalone.NettySockJSServer
public class NettySockJSServer
- extends Object
A standalone Netty SockJS SimplePush Server.
|
Method Summary |
static void |
main(String[] args)
Starts the server using an optional passed in configuration file. |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettySockJSServer
public NettySockJSServer(StandaloneConfig standaloneConfig)
run
public void run()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Starts the server using an optional passed in configuration file.
Options:
path/to/config.json
- Parameters:
args - the command line arguments passed.
- Throws:
Exception
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.