public class FlashCrossDomainHandler extends BasicModule
| Modifier and Type | Field and Description |
|---|---|
static String |
CROSS_DOMAIN_END_TEXT |
static String |
CROSS_DOMAIN_TEXT |
| Constructor and Description |
|---|
FlashCrossDomainHandler() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
protected String |
read(BufferedReader in)
Safely read a string from the reader until a zero character or a newline
is received, more then 100 invalid code points where read or the 200
character is reached.
|
void |
start()
Starts the basic module.
|
void |
stop()
Stops the basic module.
|
destroy, getName, initializepublic static String CROSS_DOMAIN_TEXT
public static String CROSS_DOMAIN_END_TEXT
public void start()
BasicModuleStarts the basic module.
Inheriting classes that choose to override this method MUST call this start() method before accessing BasicModule resources.
start in interface Modulestart in class BasicModulepublic void stop()
BasicModuleStops the basic module.
Inheriting classes that choose to override this method MUST call this stop() method before accessing BasicModule resources.
stop in interface Modulestop in class BasicModulepublic int getPort()
protected String read(BufferedReader in)
Copyright © 2003-2008 Jive Software.