AeroGear SimplePush Server Netty 0.11.0

org.jboss.aerogear.simplepush.server.netty.standalone
Class NettySockJSServer

java.lang.Object
  extended by org.jboss.aerogear.simplepush.server.netty.standalone.NettySockJSServer

public class NettySockJSServer
extends Object

A standalone Netty SockJS SimplePush Server.


Constructor Summary
NettySockJSServer(StandaloneConfig standaloneConfig)
           
 
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
 

Constructor Detail

NettySockJSServer

public NettySockJSServer(StandaloneConfig standaloneConfig)
Method Detail

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

AeroGear SimplePush Server Netty 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.