SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
<static> object
|
coverNativeSSE
Copyright (c) 2007-2013, Kaazing Corporation. |
Method Summary | |
<static>
|
AmqpClientFactory()
Copyright (c) 2007-2014, Kaazing Corporation. |
<static>
|
CloseEvent(target_, wasClean_, code_, reason_)
Copyright (c) 2007-2013, Kaazing Corporation. |
<static>
|
MessageEvent(target_, data_, origin_)
Copyright (c) 2007-2013, Kaazing Corporation. |
<static>
|
postMessage0(target, message, origin)
Provides an emulation of HTML5 window.postMessage, leveraging the native implementation if available. |
Field Detail |
<static> object coverNativeSSE
Method Detail |
<static> AmqpClientFactory()
<static> CloseEvent(target_, wasClean_, code_, reason_)
target_
wasClean_
code_
reason_
<static> MessageEvent(target_, data_, origin_)
target_
data_
origin_
<static> postMessage0(target, message, origin)
Window target
- the target window to receive messages
String message
- the message to send to the target window
String origin
- the origin of the message