Skip to content

Commit e340501

Browse files
committed
Creating site for 0.7.0-SNAPSHOT
1 parent 9e9bce5 commit e340501

File tree

81 files changed

+571
-456
lines changed

Some content is hidden

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

81 files changed

+571
-456
lines changed

apidocs/allclasses-frame.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_80) on Wed Dec 23 15:33:46 JST 2015 -->
5+
<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 01 18:07:27 JST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (socket.io-client 0.6.3-SNAPSHOT API)</title>
8-
<meta name="date" content="2015-12-23">
7+
<title>All Classes (socket.io-client 0.7.0-SNAPSHOT API)</title>
8+
<meta name="date" content="2016-02-01">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
</head>
1111
<body>

apidocs/allclasses-noframe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_80) on Wed Dec 23 15:33:46 JST 2015 -->
5+
<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 01 18:07:27 JST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (socket.io-client 0.6.3-SNAPSHOT API)</title>
8-
<meta name="date" content="2015-12-23">
7+
<title>All Classes (socket.io-client 0.7.0-SNAPSHOT API)</title>
8+
<meta name="date" content="2016-02-01">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
</head>
1111
<body>

apidocs/constant-values.html

Lines changed: 46 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_80) on Wed Dec 23 15:33:46 JST 2015 -->
5+
<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 01 18:07:27 JST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Constant Field Values (socket.io-client 0.6.3-SNAPSHOT API)</title>
8-
<meta name="date" content="2015-12-23">
7+
<title>Constant Field Values (socket.io-client 0.7.0-SNAPSHOT API)</title>
8+
<meta name="date" content="2016-02-01">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Constant Field Values (socket.io-client 0.6.3-SNAPSHOT API)";
14+
parent.document.title="Constant Field Values (socket.io-client 0.7.0-SNAPSHOT API)";
1515
}
1616
//-->
1717
</script>
@@ -127,6 +127,20 @@ <h2 title="io.socket">io.socket.*</h2>
127127
<td class="colLast"><code>"packet"</code></td>
128128
</tr>
129129
<tr class="altColor">
130+
<td class="colFirst"><a name="io.socket.client.Manager.EVENT_PING">
131+
<!-- -->
132+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
133+
<td><code><a href="io/socket/client/Manager.html#EVENT_PING">EVENT_PING</a></code></td>
134+
<td class="colLast"><code>"ping"</code></td>
135+
</tr>
136+
<tr class="rowColor">
137+
<td class="colFirst"><a name="io.socket.client.Manager.EVENT_PONG">
138+
<!-- -->
139+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
140+
<td><code><a href="io/socket/client/Manager.html#EVENT_PONG">EVENT_PONG</a></code></td>
141+
<td class="colLast"><code>"pong"</code></td>
142+
</tr>
143+
<tr class="altColor">
130144
<td class="colFirst"><a name="io.socket.client.Manager.EVENT_RECONNECT">
131145
<!-- -->
132146
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
@@ -202,55 +216,76 @@ <h2 title="io.socket">io.socket.*</h2>
202216
<td class="colLast"><code>"connect_timeout"</code></td>
203217
</tr>
204218
<tr class="rowColor">
219+
<td class="colFirst"><a name="io.socket.client.Socket.EVENT_CONNECTING">
220+
<!-- -->
221+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
222+
<td><code><a href="io/socket/client/Socket.html#EVENT_CONNECTING">EVENT_CONNECTING</a></code></td>
223+
<td class="colLast"><code>"connecting"</code></td>
224+
</tr>
225+
<tr class="altColor">
205226
<td class="colFirst"><a name="io.socket.client.Socket.EVENT_DISCONNECT">
206227
<!-- -->
207228
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
208229
<td><code><a href="io/socket/client/Socket.html#EVENT_DISCONNECT">EVENT_DISCONNECT</a></code></td>
209230
<td class="colLast"><code>"disconnect"</code></td>
210231
</tr>
211-
<tr class="altColor">
232+
<tr class="rowColor">
212233
<td class="colFirst"><a name="io.socket.client.Socket.EVENT_ERROR">
213234
<!-- -->
214235
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
215236
<td><code><a href="io/socket/client/Socket.html#EVENT_ERROR">EVENT_ERROR</a></code></td>
216237
<td class="colLast"><code>"error"</code></td>
217238
</tr>
218-
<tr class="rowColor">
239+
<tr class="altColor">
219240
<td class="colFirst"><a name="io.socket.client.Socket.EVENT_MESSAGE">
220241
<!-- -->
221242
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
222243
<td><code><a href="io/socket/client/Socket.html#EVENT_MESSAGE">EVENT_MESSAGE</a></code></td>
223244
<td class="colLast"><code>"message"</code></td>
224245
</tr>
246+
<tr class="rowColor">
247+
<td class="colFirst"><a name="io.socket.client.Socket.EVENT_PING">
248+
<!-- -->
249+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
250+
<td><code><a href="io/socket/client/Socket.html#EVENT_PING">EVENT_PING</a></code></td>
251+
<td class="colLast"><code>"ping"</code></td>
252+
</tr>
225253
<tr class="altColor">
254+
<td class="colFirst"><a name="io.socket.client.Socket.EVENT_PONG">
255+
<!-- -->
256+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
257+
<td><code><a href="io/socket/client/Socket.html#EVENT_PONG">EVENT_PONG</a></code></td>
258+
<td class="colLast"><code>"pong"</code></td>
259+
</tr>
260+
<tr class="rowColor">
226261
<td class="colFirst"><a name="io.socket.client.Socket.EVENT_RECONNECT">
227262
<!-- -->
228263
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
229264
<td><code><a href="io/socket/client/Socket.html#EVENT_RECONNECT">EVENT_RECONNECT</a></code></td>
230265
<td class="colLast"><code>"reconnect"</code></td>
231266
</tr>
232-
<tr class="rowColor">
267+
<tr class="altColor">
233268
<td class="colFirst"><a name="io.socket.client.Socket.EVENT_RECONNECT_ATTEMPT">
234269
<!-- -->
235270
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
236271
<td><code><a href="io/socket/client/Socket.html#EVENT_RECONNECT_ATTEMPT">EVENT_RECONNECT_ATTEMPT</a></code></td>
237272
<td class="colLast"><code>"reconnect_attempt"</code></td>
238273
</tr>
239-
<tr class="altColor">
274+
<tr class="rowColor">
240275
<td class="colFirst"><a name="io.socket.client.Socket.EVENT_RECONNECT_ERROR">
241276
<!-- -->
242277
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
243278
<td><code><a href="io/socket/client/Socket.html#EVENT_RECONNECT_ERROR">EVENT_RECONNECT_ERROR</a></code></td>
244279
<td class="colLast"><code>"reconnect_error"</code></td>
245280
</tr>
246-
<tr class="rowColor">
281+
<tr class="altColor">
247282
<td class="colFirst"><a name="io.socket.client.Socket.EVENT_RECONNECT_FAILED">
248283
<!-- -->
249284
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
250285
<td><code><a href="io/socket/client/Socket.html#EVENT_RECONNECT_FAILED">EVENT_RECONNECT_FAILED</a></code></td>
251286
<td class="colLast"><code>"reconnect_failed"</code></td>
252287
</tr>
253-
<tr class="altColor">
288+
<tr class="rowColor">
254289
<td class="colFirst"><a name="io.socket.client.Socket.EVENT_RECONNECTING">
255290
<!-- -->
256291
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
@@ -370,6 +405,6 @@ <h2 title="io.socket">io.socket.*</h2>
370405
<!-- -->
371406
</a></div>
372407
<!-- ======== END OF BOTTOM NAVBAR ======= -->
373-
<p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
408+
<p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p>
374409
</body>
375410
</html>

apidocs/deprecated-list.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_80) on Wed Dec 23 15:33:46 JST 2015 -->
5+
<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 01 18:07:27 JST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Deprecated List (socket.io-client 0.6.3-SNAPSHOT API)</title>
8-
<meta name="date" content="2015-12-23">
7+
<title>Deprecated List (socket.io-client 0.7.0-SNAPSHOT API)</title>
8+
<meta name="date" content="2016-02-01">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Deprecated List (socket.io-client 0.6.3-SNAPSHOT API)";
14+
parent.document.title="Deprecated List (socket.io-client 0.7.0-SNAPSHOT API)";
1515
}
1616
//-->
1717
</script>
@@ -112,6 +112,6 @@ <h2 title="Contents">Contents</h2>
112112
<!-- -->
113113
</a></div>
114114
<!-- ======== END OF BOTTOM NAVBAR ======= -->
115-
<p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
115+
<p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p>
116116
</body>
117117
</html>

apidocs/help-doc.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_80) on Wed Dec 23 15:33:46 JST 2015 -->
5+
<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 01 18:07:27 JST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>API Help (socket.io-client 0.6.3-SNAPSHOT API)</title>
8-
<meta name="date" content="2015-12-23">
7+
<title>API Help (socket.io-client 0.7.0-SNAPSHOT API)</title>
8+
<meta name="date" content="2016-02-01">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="API Help (socket.io-client 0.6.3-SNAPSHOT API)";
14+
parent.document.title="API Help (socket.io-client 0.7.0-SNAPSHOT API)";
1515
}
1616
//-->
1717
</script>
@@ -217,6 +217,6 @@ <h2>Constant Field Values</h2>
217217
<!-- -->
218218
</a></div>
219219
<!-- ======== END OF BOTTOM NAVBAR ======= -->
220-
<p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
220+
<p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p>
221221
</body>
222222
</html>

apidocs/index-all.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_80) on Wed Dec 23 15:33:46 JST 2015 -->
5+
<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 01 18:07:27 JST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Index (socket.io-client 0.6.3-SNAPSHOT API)</title>
8-
<meta name="date" content="2015-12-23">
7+
<title>Index (socket.io-client 0.7.0-SNAPSHOT API)</title>
8+
<meta name="date" content="2016-02-01">
99
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Index (socket.io-client 0.6.3-SNAPSHOT API)";
14+
parent.document.title="Index (socket.io-client 0.7.0-SNAPSHOT API)";
1515
}
1616
//-->
1717
</script>
@@ -204,6 +204,8 @@ <h2 class="title">E</h2>
204204
</dd>
205205
<dt><span class="strong"><a href="./io/socket/client/Socket.html#EVENT_CONNECT_TIMEOUT">EVENT_CONNECT_TIMEOUT</a></span> - Static variable in class io.socket.client.<a href="./io/socket/client/Socket.html" title="class in io.socket.client">Socket</a></dt>
206206
<dd>&nbsp;</dd>
207+
<dt><span class="strong"><a href="./io/socket/client/Socket.html#EVENT_CONNECTING">EVENT_CONNECTING</a></span> - Static variable in class io.socket.client.<a href="./io/socket/client/Socket.html" title="class in io.socket.client">Socket</a></dt>
208+
<dd>&nbsp;</dd>
207209
<dt><span class="strong"><a href="./io/socket/parser/Parser.Decoder.html#EVENT_DECODED">EVENT_DECODED</a></span> - Static variable in class io.socket.parser.<a href="./io/socket/parser/Parser.Decoder.html" title="class in io.socket.parser">Parser.Decoder</a></dt>
208210
<dd>&nbsp;</dd>
209211
<dt><span class="strong"><a href="./io/socket/client/Socket.html#EVENT_DISCONNECT">EVENT_DISCONNECT</a></span> - Static variable in class io.socket.client.<a href="./io/socket/client/Socket.html" title="class in io.socket.client">Socket</a></dt>
@@ -224,6 +226,14 @@ <h2 class="title">E</h2>
224226
</dd>
225227
<dt><span class="strong"><a href="./io/socket/client/Manager.html#EVENT_PACKET">EVENT_PACKET</a></span> - Static variable in class io.socket.client.<a href="./io/socket/client/Manager.html" title="class in io.socket.client">Manager</a></dt>
226228
<dd>&nbsp;</dd>
229+
<dt><span class="strong"><a href="./io/socket/client/Manager.html#EVENT_PING">EVENT_PING</a></span> - Static variable in class io.socket.client.<a href="./io/socket/client/Manager.html" title="class in io.socket.client">Manager</a></dt>
230+
<dd>&nbsp;</dd>
231+
<dt><span class="strong"><a href="./io/socket/client/Socket.html#EVENT_PING">EVENT_PING</a></span> - Static variable in class io.socket.client.<a href="./io/socket/client/Socket.html" title="class in io.socket.client">Socket</a></dt>
232+
<dd>&nbsp;</dd>
233+
<dt><span class="strong"><a href="./io/socket/client/Manager.html#EVENT_PONG">EVENT_PONG</a></span> - Static variable in class io.socket.client.<a href="./io/socket/client/Manager.html" title="class in io.socket.client">Manager</a></dt>
234+
<dd>&nbsp;</dd>
235+
<dt><span class="strong"><a href="./io/socket/client/Socket.html#EVENT_PONG">EVENT_PONG</a></span> - Static variable in class io.socket.client.<a href="./io/socket/client/Socket.html" title="class in io.socket.client">Socket</a></dt>
236+
<dd>&nbsp;</dd>
227237
<dt><span class="strong"><a href="./io/socket/client/Manager.html#EVENT_RECONNECT">EVENT_RECONNECT</a></span> - Static variable in class io.socket.client.<a href="./io/socket/client/Manager.html" title="class in io.socket.client">Manager</a></dt>
228238
<dd>
229239
<div class="block">Called on a successful reconnection.</div>
@@ -575,6 +585,6 @@ <h2 class="title">U</h2>
575585
<!-- -->
576586
</a></div>
577587
<!-- ======== END OF BOTTOM NAVBAR ======= -->
578-
<p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
588+
<p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p>
579589
</body>
580590
</html>

apidocs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc on Wed Dec 23 15:33:46 JST 2015 -->
5+
<!-- Generated by javadoc on Mon Feb 01 18:07:27 JST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>socket.io-client 0.6.3-SNAPSHOT API</title>
7+
<title>socket.io-client 0.7.0-SNAPSHOT API</title>
88
<script type="text/javascript">
99
targetPage = "" + window.location.search;
1010
if (targetPage != "" && targetPage != "undefined")

apidocs/io/socket/backo/Backoff.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_80) on Wed Dec 23 15:33:44 JST 2015 -->
5+
<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 01 18:07:24 JST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Backoff (socket.io-client 0.6.3-SNAPSHOT API)</title>
8-
<meta name="date" content="2015-12-23">
7+
<title>Backoff (socket.io-client 0.7.0-SNAPSHOT API)</title>
8+
<meta name="date" content="2016-02-01">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Backoff (socket.io-client 0.6.3-SNAPSHOT API)";
14+
parent.document.title="Backoff (socket.io-client 0.7.0-SNAPSHOT API)";
1515
}
1616
//-->
1717
</script>
@@ -331,6 +331,6 @@ <h4>getAttempts</h4>
331331
<!-- -->
332332
</a></div>
333333
<!-- ======== END OF BOTTOM NAVBAR ======= -->
334-
<p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
334+
<p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p>
335335
</body>
336336
</html>

apidocs/io/socket/backo/class-use/Backoff.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_80) on Wed Dec 23 15:33:46 JST 2015 -->
5+
<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 01 18:07:27 JST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Uses of Class io.socket.backo.Backoff (socket.io-client 0.6.3-SNAPSHOT API)</title>
8-
<meta name="date" content="2015-12-23">
7+
<title>Uses of Class io.socket.backo.Backoff (socket.io-client 0.7.0-SNAPSHOT API)</title>
8+
<meta name="date" content="2016-02-01">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Uses of Class io.socket.backo.Backoff (socket.io-client 0.6.3-SNAPSHOT API)";
14+
parent.document.title="Uses of Class io.socket.backo.Backoff (socket.io-client 0.7.0-SNAPSHOT API)";
1515
}
1616
//-->
1717
</script>
@@ -164,6 +164,6 @@ <h3>Uses of <a href="../../../../io/socket/backo/Backoff.html" title="class in i
164164
<!-- -->
165165
</a></div>
166166
<!-- ======== END OF BOTTOM NAVBAR ======= -->
167-
<p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
167+
<p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p>
168168
</body>
169169
</html>

apidocs/io/socket/backo/package-frame.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_80) on Wed Dec 23 15:33:46 JST 2015 -->
5+
<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 01 18:07:26 JST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>io.socket.backo (socket.io-client 0.6.3-SNAPSHOT API)</title>
8-
<meta name="date" content="2015-12-23">
7+
<title>io.socket.backo (socket.io-client 0.7.0-SNAPSHOT API)</title>
8+
<meta name="date" content="2016-02-01">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
</head>
1111
<body>

0 commit comments

Comments
 (0)