org.jivesoftware.openfire
Class FlashCrossDomainHandler
java.lang.Object
org.jivesoftware.openfire.container.BasicModule
org.jivesoftware.openfire.FlashCrossDomainHandler
- All Implemented Interfaces:
- Module
public class FlashCrossDomainHandler
- extends BasicModule
Method Summary |
int |
getPort()
|
void |
start()
Starts the basic module. |
void |
stop()
Stops the basic module. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CROSS_DOMAIN_TEXT
public static String CROSS_DOMAIN_TEXT
CROSS_DOMAIN_END_TEXT
public static String CROSS_DOMAIN_END_TEXT
FlashCrossDomainHandler
public FlashCrossDomainHandler()
start
public void start()
- Description copied from class:
BasicModule
Starts the basic module.
Inheriting classes that choose to override this method MUST
call this start() method before accessing BasicModule resources.
- Specified by:
start
in interface Module
- Overrides:
start
in class BasicModule
stop
public void stop()
- Description copied from class:
BasicModule
Stops the basic module.
Inheriting classes that choose to override this method MUST
call this stop() method before accessing BasicModule resources.
- Specified by:
stop
in interface Module
- Overrides:
stop
in class BasicModule
getPort
public int getPort()
Copyright © 2003-2007 Jive Software.