Skip to content

Commit eb91452

Browse files
committed
Creating site for 0.9.1-SNAPSHOT
1 parent 271eb7f commit eb91452

File tree

87 files changed

+2470
-636
lines changed

Some content is hidden

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

87 files changed

+2470
-636
lines changed

apidocs/allclasses-frame.html

Lines changed: 10 additions & 6 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 (1.8.0_92) on Wed Jul 12 02:37:10 JST 2017 -->
5+
<!-- Generated by javadoc (1.8.0_92) on Fri Jul 14 14:55:15 JST 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (socket.io-client 0.9.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2017-07-12">
7+
<title>All Classes (socket.io-client 0.9.1-SNAPSHOT API)</title>
8+
<meta name="date" content="2017-07-14">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -20,15 +20,19 @@ <h1 class="bar">All&nbsp;Classes</h1>
2020
<li><a href="io/socket/hasbinary/HasBinary.html" title="class in io.socket.hasbinary" target="classFrame">HasBinary</a></li>
2121
<li><a href="io/socket/client/IO.html" title="class in io.socket.client" target="classFrame">IO</a></li>
2222
<li><a href="io/socket/client/IO.Options.html" title="class in io.socket.client" target="classFrame">IO.Options</a></li>
23+
<li><a href="io/socket/parser/IOParser.html" title="class in io.socket.parser" target="classFrame">IOParser</a></li>
24+
<li><a href="io/socket/parser/IOParser.Decoder.html" title="class in io.socket.parser" target="classFrame">IOParser.Decoder</a></li>
25+
<li><a href="io/socket/parser/IOParser.Encoder.html" title="class in io.socket.parser" target="classFrame">IOParser.Encoder</a></li>
2326
<li><a href="io/socket/client/Manager.html" title="class in io.socket.client" target="classFrame">Manager</a></li>
2427
<li><a href="io/socket/client/Manager.OpenCallback.html" title="interface in io.socket.client" target="classFrame"><span class="interfaceName">Manager.OpenCallback</span></a></li>
2528
<li><a href="io/socket/client/Manager.Options.html" title="class in io.socket.client" target="classFrame">Manager.Options</a></li>
2629
<li><a href="io/socket/client/On.html" title="class in io.socket.client" target="classFrame">On</a></li>
2730
<li><a href="io/socket/client/On.Handle.html" title="interface in io.socket.client" target="classFrame"><span class="interfaceName">On.Handle</span></a></li>
2831
<li><a href="io/socket/parser/Packet.html" title="class in io.socket.parser" target="classFrame">Packet</a></li>
29-
<li><a href="io/socket/parser/Parser.html" title="class in io.socket.parser" target="classFrame">Parser</a></li>
30-
<li><a href="io/socket/parser/Parser.Decoder.html" title="class in io.socket.parser" target="classFrame">Parser.Decoder</a></li>
31-
<li><a href="io/socket/parser/Parser.Encoder.html" title="class in io.socket.parser" target="classFrame">Parser.Encoder</a></li>
32+
<li><a href="io/socket/parser/Parser.html" title="interface in io.socket.parser" target="classFrame"><span class="interfaceName">Parser</span></a></li>
33+
<li><a href="io/socket/parser/Parser.Decoder.html" title="interface in io.socket.parser" target="classFrame"><span class="interfaceName">Parser.Decoder</span></a></li>
34+
<li><a href="io/socket/parser/Parser.Decoder.Callback.html" title="interface in io.socket.parser" target="classFrame"><span class="interfaceName">Parser.Decoder.Callback</span></a></li>
35+
<li><a href="io/socket/parser/Parser.Encoder.html" title="interface in io.socket.parser" target="classFrame"><span class="interfaceName">Parser.Encoder</span></a></li>
3236
<li><a href="io/socket/parser/Parser.Encoder.Callback.html" title="interface in io.socket.parser" target="classFrame"><span class="interfaceName">Parser.Encoder.Callback</span></a></li>
3337
<li><a href="io/socket/client/Socket.html" title="class in io.socket.client" target="classFrame">Socket</a></li>
3438
<li><a href="io/socket/client/SocketIOException.html" title="class in io.socket.client" target="classFrame">SocketIOException</a></li>

apidocs/allclasses-noframe.html

Lines changed: 10 additions & 6 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 (1.8.0_92) on Wed Jul 12 02:37:10 JST 2017 -->
5+
<!-- Generated by javadoc (1.8.0_92) on Fri Jul 14 14:55:15 JST 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (socket.io-client 0.9.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2017-07-12">
7+
<title>All Classes (socket.io-client 0.9.1-SNAPSHOT API)</title>
8+
<meta name="date" content="2017-07-14">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -20,15 +20,19 @@ <h1 class="bar">All&nbsp;Classes</h1>
2020
<li><a href="io/socket/hasbinary/HasBinary.html" title="class in io.socket.hasbinary">HasBinary</a></li>
2121
<li><a href="io/socket/client/IO.html" title="class in io.socket.client">IO</a></li>
2222
<li><a href="io/socket/client/IO.Options.html" title="class in io.socket.client">IO.Options</a></li>
23+
<li><a href="io/socket/parser/IOParser.html" title="class in io.socket.parser">IOParser</a></li>
24+
<li><a href="io/socket/parser/IOParser.Decoder.html" title="class in io.socket.parser">IOParser.Decoder</a></li>
25+
<li><a href="io/socket/parser/IOParser.Encoder.html" title="class in io.socket.parser">IOParser.Encoder</a></li>
2326
<li><a href="io/socket/client/Manager.html" title="class in io.socket.client">Manager</a></li>
2427
<li><a href="io/socket/client/Manager.OpenCallback.html" title="interface in io.socket.client"><span class="interfaceName">Manager.OpenCallback</span></a></li>
2528
<li><a href="io/socket/client/Manager.Options.html" title="class in io.socket.client">Manager.Options</a></li>
2629
<li><a href="io/socket/client/On.html" title="class in io.socket.client">On</a></li>
2730
<li><a href="io/socket/client/On.Handle.html" title="interface in io.socket.client"><span class="interfaceName">On.Handle</span></a></li>
2831
<li><a href="io/socket/parser/Packet.html" title="class in io.socket.parser">Packet</a></li>
29-
<li><a href="io/socket/parser/Parser.html" title="class in io.socket.parser">Parser</a></li>
30-
<li><a href="io/socket/parser/Parser.Decoder.html" title="class in io.socket.parser">Parser.Decoder</a></li>
31-
<li><a href="io/socket/parser/Parser.Encoder.html" title="class in io.socket.parser">Parser.Encoder</a></li>
32+
<li><a href="io/socket/parser/Parser.html" title="interface in io.socket.parser"><span class="interfaceName">Parser</span></a></li>
33+
<li><a href="io/socket/parser/Parser.Decoder.html" title="interface in io.socket.parser"><span class="interfaceName">Parser.Decoder</span></a></li>
34+
<li><a href="io/socket/parser/Parser.Decoder.Callback.html" title="interface in io.socket.parser"><span class="interfaceName">Parser.Decoder.Callback</span></a></li>
35+
<li><a href="io/socket/parser/Parser.Encoder.html" title="interface in io.socket.parser"><span class="interfaceName">Parser.Encoder</span></a></li>
3236
<li><a href="io/socket/parser/Parser.Encoder.Callback.html" title="interface in io.socket.parser"><span class="interfaceName">Parser.Encoder.Callback</span></a></li>
3337
<li><a href="io/socket/client/Socket.html" title="class in io.socket.client">Socket</a></li>
3438
<li><a href="io/socket/client/SocketIOException.html" title="class in io.socket.client">SocketIOException</a></li>

apidocs/constant-values.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 12 02:37:10 JST 2017 -->
5+
<!-- Generated by javadoc (1.8.0_92) on Fri Jul 14 14:55:15 JST 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Constant Field Values (socket.io-client 0.9.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2017-07-12">
7+
<title>Constant Field Values (socket.io-client 0.9.1-SNAPSHOT API)</title>
8+
<meta name="date" content="2017-07-14">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Constant Field Values (socket.io-client 0.9.0-SNAPSHOT API)";
16+
parent.document.title="Constant Field Values (socket.io-client 0.9.1-SNAPSHOT API)";
1717
}
1818
}
1919
catch(err) {
@@ -306,7 +306,7 @@ <h2 title="io.socket">io.socket.*</h2>
306306
<ul class="blockList">
307307
<li class="blockList">
308308
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
309-
<caption><span>io.socket.parser.<a href="io/socket/parser/Parser.html" title="class in io.socket.parser">Parser</a></span><span class="tabEnd">&nbsp;</span></caption>
309+
<caption><span>io.socket.parser.<a href="io/socket/parser/Parser.html" title="interface in io.socket.parser">Parser</a></span><span class="tabEnd">&nbsp;</span></caption>
310310
<tr>
311311
<th class="colFirst" scope="col">Modifier and Type</th>
312312
<th scope="col">Constant Field</th>
@@ -362,6 +362,13 @@ <h2 title="io.socket">io.socket.*</h2>
362362
<td><code><a href="io/socket/parser/Parser.html#EVENT">EVENT</a></code></td>
363363
<td class="colLast"><code>2</code></td>
364364
</tr>
365+
<tr class="rowColor">
366+
<td class="colFirst"><a name="io.socket.parser.Parser.protocol">
367+
<!-- -->
368+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
369+
<td><code><a href="io/socket/parser/Parser.html#protocol">protocol</a></code></td>
370+
<td class="colLast"><code>4</code></td>
371+
</tr>
365372
</tbody>
366373
</table>
367374
</li>

apidocs/deprecated-list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 12 02:37:10 JST 2017 -->
5+
<!-- Generated by javadoc (1.8.0_92) on Fri Jul 14 14:55:15 JST 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Deprecated List (socket.io-client 0.9.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2017-07-12">
7+
<title>Deprecated List (socket.io-client 0.9.1-SNAPSHOT API)</title>
8+
<meta name="date" content="2017-07-14">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Deprecated List (socket.io-client 0.9.0-SNAPSHOT API)";
16+
parent.document.title="Deprecated List (socket.io-client 0.9.1-SNAPSHOT API)";
1717
}
1818
}
1919
catch(err) {

apidocs/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 12 02:37:10 JST 2017 -->
5+
<!-- Generated by javadoc (1.8.0_92) on Fri Jul 14 14:55:15 JST 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>API Help (socket.io-client 0.9.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2017-07-12">
7+
<title>API Help (socket.io-client 0.9.1-SNAPSHOT API)</title>
8+
<meta name="date" content="2017-07-14">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="API Help (socket.io-client 0.9.0-SNAPSHOT API)";
16+
parent.document.title="API Help (socket.io-client 0.9.1-SNAPSHOT API)";
1717
}
1818
}
1919
catch(err) {

0 commit comments

Comments
 (0)