org.granite.gravity.websocket
Class PolicyFileServer
java.lang.Object
org.granite.gravity.websocket.PolicyFileServer
- All Implemented Interfaces:
- Runnable
public class PolicyFileServer
- extends Object
- implements Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicyFileServer
public PolicyFileServer()
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