Skip to content

Commit 8829bfa

Browse files
committed
Javadoc Update
1 parent 2e51fe0 commit 8829bfa

55 files changed

Lines changed: 302 additions & 166 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/Example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_29) on Fri Jan 20 19:20:31 CET 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_29) on Wed Feb 15 16:40:34 CET 2012 -->
66
<TITLE>
77
Example
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-01-20">
10+
<META NAME="date" CONTENT="2012-02-15">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
1313

doc/allclasses-frame.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_29) on Fri Jan 20 19:20:33 CET 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_29) on Wed Feb 15 16:40:37 CET 2012 -->
66
<TITLE>
77
All Classes
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-01-20">
10+
<META NAME="date" CONTENT="2012-02-15">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
1313

@@ -39,6 +39,8 @@
3939
<BR>
4040
<A HREF="io/socket/transports/WebsocketTransport.html" title="class in io.socket.transports" target="classFrame">WebsocketTransport</A>
4141
<BR>
42+
<A HREF="io/socket/transports/XhrTransport.html" title="class in io.socket.transports" target="classFrame">XhrTransport</A>
43+
<BR>
4244
</FONT></TD>
4345
</TR>
4446
</TABLE>

doc/allclasses-noframe.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_29) on Fri Jan 20 19:20:33 CET 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_29) on Wed Feb 15 16:40:37 CET 2012 -->
66
<TITLE>
77
All Classes
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-01-20">
10+
<META NAME="date" CONTENT="2012-02-15">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
1313

@@ -39,6 +39,8 @@
3939
<BR>
4040
<A HREF="io/socket/transports/WebsocketTransport.html" title="class in io.socket.transports">WebsocketTransport</A>
4141
<BR>
42+
<A HREF="io/socket/transports/XhrTransport.html" title="class in io.socket.transports">XhrTransport</A>
43+
<BR>
4244
</FONT></TD>
4345
</TR>
4446
</TABLE>

doc/class-use/Example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_29) on Fri Jan 20 19:20:33 CET 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_29) on Wed Feb 15 16:40:36 CET 2012 -->
66
<TITLE>
77
Uses of Class Example
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-01-20">
10+
<META NAME="date" CONTENT="2012-02-15">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
1313

doc/constant-values.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_29) on Fri Jan 20 19:20:33 CET 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_29) on Wed Feb 15 16:40:36 CET 2012 -->
66
<TITLE>
77
Constant Field Values
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-01-20">
10+
<META NAME="date" CONTENT="2012-02-15">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
1313

@@ -228,6 +228,24 @@ <H1>
228228

229229
<P>
230230

231+
<P>
232+
233+
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
234+
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
235+
<TH ALIGN="left" COLSPAN="3">io.socket.transports.<A HREF="io/socket/transports/XhrTransport.html" title="class in io.socket.transports">XhrTransport</A></TH>
236+
</TR>
237+
<TR BGCOLOR="white" CLASS="TableRowColor">
238+
<A NAME="io.socket.transports.XhrTransport.TRANSPORT_NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
239+
<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
240+
<TD ALIGN="left"><CODE><A HREF="io/socket/transports/XhrTransport.html#TRANSPORT_NAME">TRANSPORT_NAME</A></CODE></TD>
241+
<TD ALIGN="right"><CODE>"xhr-polling"</CODE></TD>
242+
</TR>
243+
</FONT></TD>
244+
</TR>
245+
</TABLE>
246+
247+
<P>
248+
231249
<P>
232250
<HR>
233251

doc/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_29) on Fri Jan 20 19:20:33 CET 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_29) on Wed Feb 15 16:40:37 CET 2012 -->
66
<TITLE>
77
Deprecated List
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-01-20">
10+
<META NAME="date" CONTENT="2012-02-15">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
1313

doc/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_29) on Fri Jan 20 19:20:33 CET 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_29) on Wed Feb 15 16:40:37 CET 2012 -->
66
<TITLE>
77
API Help
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-01-20">
10+
<META NAME="date" CONTENT="2012-02-15">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
1313

doc/index-files/index-1.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_29) on Fri Jan 20 19:20:33 CET 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_29) on Wed Feb 15 16:40:36 CET 2012 -->
66
<TITLE>
77
A-Index
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-01-20">
10+
<META NAME="date" CONTENT="2012-02-15">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
1313

@@ -78,13 +78,13 @@
7878
<A NAME="skip-navbar_top"></A>
7979
<!-- ========= END OF TOP NAVBAR ========= -->
8080

81-
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <HR>
81+
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <A HREF="index-16.html">X</A> <HR>
8282
<A NAME="_A_"><!-- --></A><H2>
8383
<B>A</B></H2>
8484
<DL>
8585
<DT><A HREF="../io/socket/IOAcknowledge.html#ack(java.lang.Object...)"><B>ack(Object...)</B></A> -
8686
Method in interface io.socket.<A HREF="../io/socket/IOAcknowledge.html" title="interface in io.socket">IOAcknowledge</A>
87-
<DD>&nbsp;
87+
<DD>Acknowledges a package.
8888
</DL>
8989
<HR>
9090

@@ -139,7 +139,7 @@
139139
<A NAME="skip-navbar_bottom"></A>
140140
<!-- ======== END OF BOTTOM NAVBAR ======= -->
141141

142-
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <HR>
142+
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <A HREF="index-16.html">X</A> <HR>
143143

144144
</BODY>
145145
</HTML>

doc/index-files/index-10.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_29) on Fri Jan 20 19:20:33 CET 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_29) on Wed Feb 15 16:40:36 CET 2012 -->
66
<TITLE>
77
O-Index
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-01-20">
10+
<META NAME="date" CONTENT="2012-02-15">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
1313

@@ -78,7 +78,7 @@
7878
<A NAME="skip-navbar_top"></A>
7979
<!-- ========= END OF TOP NAVBAR ========= -->
8080

81-
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <HR>
81+
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <A HREF="index-16.html">X</A> <HR>
8282
<A NAME="_O_"><!-- --></A><H2>
8383
<B>O</B></H2>
8484
<DL>
@@ -166,7 +166,7 @@
166166
<A NAME="skip-navbar_bottom"></A>
167167
<!-- ======== END OF BOTTOM NAVBAR ======= -->
168168

169-
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <HR>
169+
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <A HREF="index-16.html">X</A> <HR>
170170

171171
</BODY>
172172
</HTML>

doc/index-files/index-11.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_29) on Fri Jan 20 19:20:33 CET 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_29) on Wed Feb 15 16:40:36 CET 2012 -->
66
<TITLE>
77
R-Index
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-01-20">
10+
<META NAME="date" CONTENT="2012-02-15">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
1313

@@ -78,7 +78,7 @@
7878
<A NAME="skip-navbar_top"></A>
7979
<!-- ========= END OF TOP NAVBAR ========= -->
8080

81-
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <HR>
81+
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <A HREF="index-16.html">X</A> <HR>
8282
<A NAME="_R_"><!-- --></A><H2>
8383
<B>R</B></H2>
8484
<DL>
@@ -148,7 +148,7 @@
148148
<A NAME="skip-navbar_bottom"></A>
149149
<!-- ======== END OF BOTTOM NAVBAR ======= -->
150150

151-
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <HR>
151+
<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">I</A> <A HREF="index-8.html">M</A> <A HREF="index-9.html">N</A> <A HREF="index-10.html">O</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">W</A> <A HREF="index-16.html">X</A> <HR>
152152

153153
</BODY>
154154
</HTML>

0 commit comments

Comments
 (0)