PageRenderTime 44ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/index-files/index-14.html

https://github.com/clwillingham/socket.io-java-client
HTML | 203 lines | 169 code | 18 blank | 16 comment | 0 complexity | 4d67549d370a49d05577447e33adfa03 MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 16 08:46:31 CET 2012 -->
  6. <TITLE>
  7. S-Index
  8. </TITLE>
  9. <META NAME="date" CONTENT="2012-02-16">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="S-Index";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../io/socket/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../io/socket/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  40. </TR>
  41. </TABLE>
  42. </TD>
  43. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  44. </EM>
  45. </TD>
  46. </TR>
  47. <TR>
  48. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  49. &nbsp;<A HREF="index-13.html"><B>PREV LETTER</B></A>&nbsp;
  50. &nbsp;<A HREF="index-15.html"><B>NEXT LETTER</B></A></FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="../index.html?index-filesindex-14.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="index-14.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  54. &nbsp;<SCRIPT type="text/javascript">
  55. <!--
  56. if(window==top) {
  57. document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  58. }
  59. //-->
  60. </SCRIPT>
  61. <NOSCRIPT>
  62. <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
  63. </NOSCRIPT>
  64. </FONT></TD>
  65. </TR>
  66. </TABLE>
  67. <A NAME="skip-navbar_top"></A>
  68. <!-- ========= END OF TOP NAVBAR ========= -->
  69. <A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">W</A> <A HREF="index-18.html">X</A> <HR>
  70. <A NAME="_S_"><!-- --></A><H2>
  71. <B>S</B></H2>
  72. <DL>
  73. <DT><A HREF="../io/socket/IOConnection.html#send(io.socket.SocketIO, io.socket.IOAcknowledge, java.lang.String)"><B>send(SocketIO, IOAcknowledge, String)</B></A> -
  74. Method in class io.socket.<A HREF="../io/socket/IOConnection.html" title="class in io.socket">IOConnection</A>
  75. <DD>sends a String message from <A HREF="../io/socket/SocketIO.html" title="class in io.socket"><CODE>SocketIO</CODE></A> to the <A HREF="../io/socket/IOTransport.html" title="interface in io.socket"><CODE>IOTransport</CODE></A>.
  76. <DT><A HREF="../io/socket/IOConnection.html#send(io.socket.SocketIO, io.socket.IOAcknowledge, org.json.JSONObject)"><B>send(SocketIO, IOAcknowledge, JSONObject)</B></A> -
  77. Method in class io.socket.<A HREF="../io/socket/IOConnection.html" title="class in io.socket">IOConnection</A>
  78. <DD>sends a JSON message from <A HREF="../io/socket/SocketIO.html" title="class in io.socket"><CODE>SocketIO</CODE></A> to the <A HREF="../io/socket/IOTransport.html" title="interface in io.socket"><CODE>IOTransport</CODE></A>.
  79. <DT><A HREF="../io/socket/IOTransport.html#send(java.lang.String)"><B>send(String)</B></A> -
  80. Method in interface io.socket.<A HREF="../io/socket/IOTransport.html" title="interface in io.socket">IOTransport</A>
  81. <DD>Instructs the IOTransport to send a Message
  82. <DT><A HREF="../io/socket/SocketIO.html#send(org.json.JSONObject)"><B>send(JSONObject)</B></A> -
  83. Method in class io.socket.<A HREF="../io/socket/SocketIO.html" title="class in io.socket">SocketIO</A>
  84. <DD>Send JSON data to the Socket.io server.
  85. <DT><A HREF="../io/socket/SocketIO.html#send(io.socket.IOAcknowledge, org.json.JSONObject)"><B>send(IOAcknowledge, JSONObject)</B></A> -
  86. Method in class io.socket.<A HREF="../io/socket/SocketIO.html" title="class in io.socket">SocketIO</A>
  87. <DD>Send JSON data to the Socket.io server.
  88. <DT><A HREF="../io/socket/SocketIO.html#send(java.lang.String)"><B>send(String)</B></A> -
  89. Method in class io.socket.<A HREF="../io/socket/SocketIO.html" title="class in io.socket">SocketIO</A>
  90. <DD>Send String data to the Socket.io server.
  91. <DT><A HREF="../io/socket/SocketIO.html#send(io.socket.IOAcknowledge, java.lang.String)"><B>send(IOAcknowledge, String)</B></A> -
  92. Method in class io.socket.<A HREF="../io/socket/SocketIO.html" title="class in io.socket">SocketIO</A>
  93. <DD>Send JSON data to the Socket.io server.
  94. <DT><A HREF="../io/socket/XhrTransport.html#send(java.lang.String)"><B>send(String)</B></A> -
  95. Method in class io.socket.<A HREF="../io/socket/XhrTransport.html" title="class in io.socket">XhrTransport</A>
  96. <DD>&nbsp;
  97. <DT><A HREF="../io/socket/IOTransport.html#sendBulk(java.lang.String[])"><B>sendBulk(String[])</B></A> -
  98. Method in interface io.socket.<A HREF="../io/socket/IOTransport.html" title="interface in io.socket">IOTransport</A>
  99. <DD>Instructs the IOTransport to send multiple messages.
  100. <DT><A HREF="../io/socket/WebsocketTransport.html#sendBulk(java.lang.String[])"><B>sendBulk(String[])</B></A> -
  101. Method in class io.socket.<A HREF="../io/socket/WebsocketTransport.html" title="class in io.socket">WebsocketTransport</A>
  102. <DD>&nbsp;
  103. <DT><A HREF="../io/socket/XhrTransport.html#sendBulk(java.lang.String[])"><B>sendBulk(String[])</B></A> -
  104. Method in class io.socket.<A HREF="../io/socket/XhrTransport.html" title="class in io.socket">XhrTransport</A>
  105. <DD>&nbsp;
  106. <DT><A HREF="../io/socket/IOMessage.html#setId(java.lang.String)"><B>setId(String)</B></A> -
  107. Method in class io.socket.<A HREF="../io/socket/IOMessage.html" title="class in io.socket">IOMessage</A>
  108. <DD>Sets the id of this IOMessage
  109. <DT><A HREF="../io/socket/IOConnection.html#setState(int)"><B>setState(int)</B></A> -
  110. Method in class io.socket.<A HREF="../io/socket/IOConnection.html" title="class in io.socket">IOConnection</A>
  111. <DD>&nbsp;
  112. <DT><A HREF="../io/socket/IOConnection.html#SOCKET_IO_1"><B>SOCKET_IO_1</B></A> -
  113. Static variable in class io.socket.<A HREF="../io/socket/IOConnection.html" title="class in io.socket">IOConnection</A>
  114. <DD>Socket.io path.
  115. <DT><A HREF="../io/socket/SocketIO.html" title="class in io.socket"><B>SocketIO</B></A> - Class in <A HREF="../io/socket/package-summary.html">io.socket</A><DD>The Class SocketIO.<DT><A HREF="../io/socket/SocketIO.html#SocketIO()"><B>SocketIO()</B></A> -
  116. Constructor for class io.socket.<A HREF="../io/socket/SocketIO.html" title="class in io.socket">SocketIO</A>
  117. <DD>Instantiates a new socket.io connection.
  118. <DT><A HREF="../io/socket/SocketIO.html#SocketIO(java.lang.String)"><B>SocketIO(String)</B></A> -
  119. Constructor for class io.socket.<A HREF="../io/socket/SocketIO.html" title="class in io.socket">SocketIO</A>
  120. <DD>Instantiates a new socket.io connection.
  121. <DT><A HREF="../io/socket/SocketIO.html#SocketIO(java.lang.String, io.socket.IOCallback)"><B>SocketIO(String, IOCallback)</B></A> -
  122. Constructor for class io.socket.<A HREF="../io/socket/SocketIO.html" title="class in io.socket">SocketIO</A>
  123. <DD>Instantiates a new socket.io object and connects to the given url.
  124. <DT><A HREF="../io/socket/SocketIO.html#SocketIO(java.net.URL, io.socket.IOCallback)"><B>SocketIO(URL, IOCallback)</B></A> -
  125. Constructor for class io.socket.<A HREF="../io/socket/SocketIO.html" title="class in io.socket">SocketIO</A>
  126. <DD>Instantiates a new socket.io object and connects to the given url.
  127. <DT><A HREF="../io/socket/SocketIO.html#SocketIO(java.net.URL)"><B>SocketIO(URL)</B></A> -
  128. Constructor for class io.socket.<A HREF="../io/socket/SocketIO.html" title="class in io.socket">SocketIO</A>
  129. <DD>Instantiates a new socket.io connection.
  130. <DT><A HREF="../io/socket/SocketIOException.html" title="class in io.socket"><B>SocketIOException</B></A> - Exception in <A HREF="../io/socket/package-summary.html">io.socket</A><DD>The Class SocketIOException.<DT><A HREF="../io/socket/SocketIOException.html#SocketIOException(java.lang.String)"><B>SocketIOException(String)</B></A> -
  131. Constructor for exception io.socket.<A HREF="../io/socket/SocketIOException.html" title="class in io.socket">SocketIOException</A>
  132. <DD>Instantiates a new SocketIOException.
  133. <DT><A HREF="../io/socket/SocketIOException.html#SocketIOException(java.lang.String, java.lang.Exception)"><B>SocketIOException(String, Exception)</B></A> -
  134. Constructor for exception io.socket.<A HREF="../io/socket/SocketIOException.html" title="class in io.socket">SocketIOException</A>
  135. <DD>Instantiates a new SocketIOException.
  136. </DL>
  137. <HR>
  138. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  139. <A NAME="navbar_bottom"><!-- --></A>
  140. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  141. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  142. <TR>
  143. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  144. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  145. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  146. <TR ALIGN="center" VALIGN="top">
  147. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../io/socket/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  148. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  149. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  150. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../io/socket/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  151. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  152. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  153. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  154. </TR>
  155. </TABLE>
  156. </TD>
  157. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  158. </EM>
  159. </TD>
  160. </TR>
  161. <TR>
  162. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  163. &nbsp;<A HREF="index-13.html"><B>PREV LETTER</B></A>&nbsp;
  164. &nbsp;<A HREF="index-15.html"><B>NEXT LETTER</B></A></FONT></TD>
  165. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  166. <A HREF="../index.html?index-filesindex-14.html" target="_top"><B>FRAMES</B></A> &nbsp;
  167. &nbsp;<A HREF="index-14.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  168. &nbsp;<SCRIPT type="text/javascript">
  169. <!--
  170. if(window==top) {
  171. document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  172. }
  173. //-->
  174. </SCRIPT>
  175. <NOSCRIPT>
  176. <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
  177. </NOSCRIPT>
  178. </FONT></TD>
  179. </TR>
  180. </TABLE>
  181. <A NAME="skip-navbar_bottom"></A>
  182. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  183. <A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">W</A> <A HREF="index-18.html">X</A> <HR>
  184. </BODY>
  185. </HTML>