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, initialize
public static String CROSS_DOMAIN_TEXT
public static String CROSS_DOMAIN_END_TEXT
public void start()
BasicModule
Starts the basic module.
Inheriting classes that choose to override this method MUST call this start() method before accessing BasicModule resources.
start
in interface Module
start
in class BasicModule
public void stop()
BasicModule
Stops the basic module.
Inheriting classes that choose to override this method MUST call this stop() method before accessing BasicModule resources.
stop
in interface Module
stop
in class BasicModule
public int getPort()
protected String read(BufferedReader in)
Copyright © 2003-2008 Jive Software.