|
10 | 10 | </head>
|
11 | 11 | <body>
|
12 | 12 | <script type="text/javascript" language="javascript" src="../../asdoc.js"></script><script type="text/javascript" language="javascript" src="../../cookies.js"></script><script type="text/javascript" language="javascript">
|
13 |
| -<!-- |
14 |
| - asdocTitle = 'WebSocket - ActionScript 3.0 Language Reference'; |
15 |
| - var baseRef = '../../'; |
16 |
| - window.onload = configPage; |
| 13 | +<!-- |
| 14 | + asdocTitle = 'WebSocket - ActionScript 3.0 Language Reference'; |
| 15 | + var baseRef = '../../'; |
| 16 | + window.onload = configPage; |
17 | 17 | --></script>
|
18 | 18 | <table style="display:none" id="titleTable" cellspacing="0" cellpadding="0" class="titleTable">
|
19 | 19 | <tr>
|
|
27 | 27 | </tr>
|
28 | 28 | </table>
|
29 | 29 | <script type="text/javascript" language="javascript">
|
30 |
| -<!-- |
31 |
| -if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Class WebSocket"); titleBar_setSubNav(true,true,false,false,true,false,true,false,false,false,false,false,false,false);} |
| 30 | +<!-- |
| 31 | +if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Class WebSocket"); titleBar_setSubNav(true,true,false,false,true,false,true,false,false,false,false,false,false,false);} |
32 | 32 | --></script>
|
33 | 33 | <div class="MainContent">
|
34 | 34 | <table cellspacing="0" cellpadding="0" class="classHeaderTable">
|
|
356 | 356 | <tr class="">
|
357 | 357 | <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
|
358 | 358 | <div class="summarySignature">
|
| 359 | +<a class="signatureLink" href="#event:certificateError">certificateError</a> |
| 360 | +</div> |
| 361 | +</td><td class="summaryTableDescription summaryTableCol"> |
| 362 | + |
| 363 | + Dispatched if there is a certificate error when trying to open a WebSocket connection.</td><td class="summaryTableOwnerCol">WebSocket</td> |
| 364 | +</tr> |
| 365 | +<tr class=""> |
| 366 | +<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> |
| 367 | +<div class="summarySignature"> |
359 | 368 | <a class="signatureLink" href="#event:close">close</a>
|
360 | 369 | </div>
|
361 | 370 | </td><td class="summaryTableDescription summaryTableCol">
|
|
365 | 374 | <tr class="">
|
366 | 375 | <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
|
367 | 376 | <div class="summarySignature">
|
368 |
| -<a class="signatureLink" href="#event:connected">connected</a> |
| 377 | +<a class="signatureLink" href="#event:connect">connect</a> |
369 | 378 | </div>
|
370 | 379 | </td><td class="summaryTableDescription summaryTableCol">
|
371 | 380 |
|
|
449 | 458 | </table>
|
450 | 459 | </div>
|
451 | 460 | <script type="text/javascript" language="javascript">
|
452 |
| -<!-- |
453 |
| -showHideInherited(); |
| 461 | +<!-- |
| 462 | +showHideInherited(); |
454 | 463 | --></script>
|
455 | 464 | <div class="MainContent">
|
456 | 465 | <a name="propertyDetail"></a>
|
|
776 | 785 | </table>
|
777 | 786 | </div>
|
778 | 787 | <div class="detailSectionHeader">Event detail</div>
|
| 788 | +<a name="event:certificateError"></a> |
| 789 | +<table cellspacing="0" cellpadding="0" class="detailHeader"> |
| 790 | +<tr> |
| 791 | +<td class="detailHeaderName">certificateError</td><td class="detailHeaderType">event </td> |
| 792 | +</tr> |
| 793 | +</table> |
| 794 | +<div class="detailBody"> |
| 795 | +<span class="label">Event object type: </span><a href="../../flash/events/SecurityErrorEvent.html"><code>flash.events.SecurityErrorEvent</code></a> |
| 796 | +<br> |
| 797 | +<span class="label">SecurityErrorEvent.type property = </span><a href="../../flash/events/SecurityErrorEvent.html#CERTIFICATE_ERROR"><code>flash.events.SecurityErrorEvent.CERTIFICATE_ERROR</code></a> |
| 798 | +<br> |
| 799 | +<p></p> |
| 800 | +<table border="0" cellspacing="0" cellpadding="0"> |
| 801 | +<tr> |
| 802 | +<td valign="top" style="white-space:nowrap"><b>Language version: </b></td><td>ActionScript 3.0 |
| 803 | + </td> |
| 804 | +</tr> |
| 805 | +</table> |
| 806 | +<table border="0" cellspacing="0" cellpadding="0"> |
| 807 | +<tr> |
| 808 | +<td valign="top" style="white-space:nowrap"><b>Runtime version: </b></td><td>AIR 51.0 |
| 809 | + |
| 810 | + </td> |
| 811 | +</tr> |
| 812 | +</table> |
| 813 | +<p></p><p> |
| 814 | + |
| 815 | + Dispatched if there is a certificate error when trying to open a WebSocket connection. |
| 816 | + |
| 817 | + |
| 818 | + </p><p> |
| 819 | + |
| 820 | + The <code>SecurityErrorEvent.CERTIFICATE_ERROR</code> constant is used when the runtime detects a problem with a server's security certificate. This event |
| 821 | + |
| 822 | + is then dispatched, giving the application the chance to handle this and determine whether to allow the connection or to block it (which is the default |
| 823 | + |
| 824 | + behaviour). To allow it, call <code>preventDefault()</code> on the error object. Note that not handling this error type will result in the default operating system |
| 825 | + |
| 826 | + behaviour - typically, a message will be displayed to the end user to allow them to choose the action. |
| 827 | + |
| 828 | + |
| 829 | + </p><p>This event has the following properties:</p> |
| 830 | + |
| 831 | + <table class="innertable" width="100%"> |
| 832 | + |
| 833 | + <tr><th>Property</th><th>Value</th></tr> |
| 834 | + |
| 835 | + <tr><td><code>bubbles</code></td><td><code>false</code></td></tr> |
| 836 | + |
| 837 | + <tr><td><code>cancelable</code></td><td><code>true</code>; default behavior is to close the connection, use <code>preventDefault()</code> to allow it.</td></tr> |
| 838 | + |
| 839 | + <tr><td><code>currentTarget</code></td><td>The object that is actively processing the Event |
| 840 | + |
| 841 | + object with an event listener.</td></tr> |
| 842 | + |
| 843 | + <tr><td><code>target</code></td><td>The network object reporting the security error.</td></tr> |
| 844 | + |
| 845 | + <tr><td><code>text</code></td><td>Text to be displayed as an error message.</td></tr> |
| 846 | + |
| 847 | + </table> |
| 848 | + |
| 849 | + |
| 850 | + </div> |
779 | 851 | <a name="event:close"></a>
|
780 | 852 | <table cellspacing="0" cellpadding="0" class="detailHeader">
|
781 | 853 | <tr>
|
782 |
| -<td class="detailHeaderName">close</td><td class="detailHeaderType">event </td> |
| 854 | +<td class="detailHeaderName">close</td><td class="detailHeaderType">event </td><td class="detailHeaderRule"> </td> |
783 | 855 | </tr>
|
784 | 856 | </table>
|
785 | 857 | <div class="detailBody">
|
|
823 | 895 | </table>
|
824 | 896 |
|
825 | 897 | </div>
|
826 |
| -<a name="event:connected"></a> |
| 898 | +<a name="event:connect"></a> |
827 | 899 | <table cellspacing="0" cellpadding="0" class="detailHeader">
|
828 | 900 | <tr>
|
829 |
| -<td class="detailHeaderName">connected</td><td class="detailHeaderType">event </td><td class="detailHeaderRule"> </td> |
| 901 | +<td class="detailHeaderName">connect</td><td class="detailHeaderType">event </td><td class="detailHeaderRule"> </td> |
830 | 902 | </tr>
|
831 | 903 | </table>
|
832 | 904 | <div class="detailBody">
|
833 | 905 | <span class="label">Event object type: </span><a href="../../flash/events/Event.html"><code>flash.events.Event</code></a>
|
834 | 906 | <br>
|
835 |
| -<p></p> |
| 907 | +<span class="label">Event.type property = </span><a href="../../flash/events/Event.html#CONNECT"><code>flash.events.Event.CONNECT</code></a> |
| 908 | +<br> |
836 | 909 | <p></p>
|
837 | 910 | <table border="0" cellspacing="0" cellpadding="0">
|
838 | 911 | <tr>
|
|
852 | 925 | Dispatched when a client WebSocket is connected (following successful handshake).
|
853 | 926 |
|
854 | 927 |
|
855 |
| - </p></div> |
| 928 | + </p><p> |
| 929 | + The <code>Event.CONNECT</code> constant defines the value of the <code>type</code> property of a <code>connect</code> event object. |
| 930 | + |
| 931 | + </p><p>This event has the following properties:</p> |
| 932 | + <table class="innertable" width="100%"> |
| 933 | + <tr><th>Property</th><th>Value</th></tr> |
| 934 | + <tr><td><code>bubbles</code></td><td><code>false</code></td></tr> |
| 935 | + <tr><td><code>cancelable</code></td><td><code>false</code>; there is no default behavior to cancel.</td></tr> |
| 936 | + <tr><td><code>currentTarget</code></td><td>The object that is actively processing the Event |
| 937 | + object with an event listener.</td></tr> |
| 938 | + <tr><td><code>target</code></td><td>The Socket or XMLSocket object that has established a network connection.</td></tr> |
| 939 | + </table> |
| 940 | + |
| 941 | + </div> |
856 | 942 | <a name="event:ioError"></a>
|
857 | 943 | <table cellspacing="0" cellpadding="0" class="detailHeader">
|
858 | 944 | <tr>
|
|
966 | 1052 | <div class="detailBody">
|
967 | 1053 | <span class="label">Event object type: </span><a href="../../flash/events/WebSocketEvent.html"><code>flash.events.WebSocketEvent</code></a>
|
968 | 1054 | <br>
|
969 |
| -<p></p> |
| 1055 | +<span class="label">WebSocketEvent.type property = </span><a href="../../flash/events/WebSocketEvent.html#DATA"><code>flash.events.WebSocketEvent.DATA</code></a> |
| 1056 | +<br> |
970 | 1057 | <p></p>
|
971 | 1058 | <table border="0" cellspacing="0" cellpadding="0">
|
972 | 1059 | <tr>
|
|
986 | 1073 | Dispatched when the WebSocket receives a message.
|
987 | 1074 |
|
988 | 1075 |
|
989 |
| - </p></div> |
| 1076 | + </p><p> |
| 1077 | + |
| 1078 | + The <code>WebSocketEvent.DATA</code> constant is used when a complete message has been received by a WebSocket object. |
| 1079 | + |
| 1080 | + The event type and (if any) the message data is then provided by the event object. |
| 1081 | + |
| 1082 | + |
| 1083 | + </p><p>This event has the following properties:</p> |
| 1084 | + |
| 1085 | + <table class="innertable" width="100%"> |
| 1086 | + |
| 1087 | + <tr><th>Property</th><th>Value</th></tr> |
| 1088 | + |
| 1089 | + <tr><td><code>bubbles</code></td><td><code>false</code></td></tr> |
| 1090 | + |
| 1091 | + <tr><td><code>cancelable</code></td><td><code>false</code>; there is no default behavior to cancel.</td></tr> |
| 1092 | + |
| 1093 | + <tr><td><code>currentTarget</code></td><td>The object that is actively processing the Event |
| 1094 | + |
| 1095 | + object with an event listener.</td></tr> |
| 1096 | + |
| 1097 | + <tr><td><code>target</code></td><td>The network object reporting the security error.</td></tr> |
| 1098 | + |
| 1099 | + <tr><td><code>format</code></td><td>The format of the WebSocket message ('TEXT', 'BINARY' etc).</td></tr> |
| 1100 | + |
| 1101 | + <tr><td><code>data</code></td><td>The message data as a <code>ByteArray</code>.</td></tr> |
| 1102 | + |
| 1103 | + <tr><td><code>stringData</code></td><td>The message data as a string, for 'TEXT' messages.</td></tr> |
| 1104 | + |
| 1105 | + </table> |
| 1106 | + |
| 1107 | + |
| 1108 | + </div> |
990 | 1109 | <a name="constantDetail"></a>
|
991 | 1110 | <div class="detailSectionHeader">Constant detail</div>
|
992 | 1111 | <a name="fmtBINARY"></a>
|
|
1131 | 1250 | <p></p>
|
1132 | 1251 | <div class="feedbackLink">
|
1133 | 1252 | <center>
|
1134 |
| -<a href=" mailto:[email protected]?subject=ASLR Feedback(Thu Mar 21 2024, 10:06 AM GMT) : air.net.WebSocket" >Submit Feedback </a> |
| 1253 | +<a href=" mailto:[email protected]?subject=ASLR Feedback(Sat Jan 11 2025, 8:30 AM GMT) : air.net.WebSocket" >Submit Feedback </a> |
1135 | 1254 | </center>
|
1136 | 1255 | </div>
|
1137 |
| -<center class="copyright"> © 2004-2022 Adobe Systems Incorporated. All rights reserved. <br>Thu Mar 21 2024, 10:06 AM GMT<br> <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png" /></a> </center> |
| 1256 | +<center class="copyright"> © 2004-2022 Adobe Systems Incorporated. All rights reserved. <br>Sat Jan 11 2025, 8:30 AM GMT<br> <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png" /></a> </center> |
1138 | 1257 | </div>
|
1139 | 1258 | </body>
|
1140 |
| -</html> |
1141 |
| -<!-- © 2004-2022 Adobe Systems Incorporated. All rights reserved. Thu Mar 21 2024, 10:06 AM GMT <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png" /></a> --> |
| 1259 | +</html><!-- © 2004-2022 Adobe Systems Incorporated. All rights reserved. Sat Jan 11 2025, 8:30 AM GMT <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png" /></a> --> |
0 commit comments