org.granite.gravity.websocket
Class PolicyFileServer

java.lang.Object
  extended by org.granite.gravity.websocket.PolicyFileServer
All Implemented Interfaces:
Runnable

public class PolicyFileServer
extends Object
implements Runnable


Constructor Summary
PolicyFileServer()
           
 
Method Summary
 void run()
           
 void setAllowDomains(String[] domains)
           
 void setAllowPorts(String[] ports)
           
 void setServerPort(int serverPort)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyFileServer

public PolicyFileServer()
Method Detail

setServerPort

public void setServerPort(int serverPort)

setAllowDomains

public void setAllowDomains(String[] domains)

setAllowPorts

public void setAllowPorts(String[] ports)

start

public void start()

stop

public void stop()

run

public void run()
Specified by:
run in interface Runnable