This commit is contained in:
Redkale
2016-09-14 13:25:58 +08:00
parent 734bd7ad32
commit b917d1ebf9
577 changed files with 18482 additions and 11721 deletions

View File

@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_91) on Sat Jul 02 20:37:40 CST 2016 -->
<!-- Generated by javadoc (1.8.0_101) on Wed Sep 14 13:10:30 CST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>W - 索引 (Redkale API文档)</title>
<meta name="date" content="2016-07-02">
<title>W - 索引</title>
<meta name="date" content="2016-09-14">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="W - \u7D22\u5F15 (Redkale API\u6587\u6863)";
parent.document.title="W - \u7D22\u5F15";
}
}
catch(err) {
@@ -70,13 +70,15 @@
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">Z</a>&nbsp;<a name="I:W">
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">Z</a>&nbsp;<a href="index-25.html">_</a>&nbsp;<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="../org/redkale/net/Context.html#watch">watch</a></span> - 类 中的变量org.redkale.net.<a href="../org/redkale/net/Context.html" title="org.redkale.net中的类">Context</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/redkale/net/http/HttpResourceServlet.html#watch">watch</a></span> - 类 中的变量org.redkale.net.http.<a href="../org/redkale/net/http/HttpResourceServlet.html" title="org.redkale.net.http中的类">HttpResourceServlet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/redkale/net/Server.html#watch">watch</a></span> - 类 中的变量org.redkale.net.<a href="../org/redkale/net/Server.html" title="org.redkale.net中的类">Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/redkale/net/Transport.html#watch">watch</a></span> - 类 中的变量org.redkale.net.<a href="../org/redkale/net/Transport.html" title="org.redkale.net中的类">Transport</a></dt>
@@ -125,7 +127,8 @@
<div class="block">功能同JSR 315 (java-servlet 3.0) 规范中的 @WebServlet
详情见: http://redkale.org</div>
详情见: http://redkale.org</div>
</dd>
<dt><a href="../org/redkale/net/http/WebSocket.html" title="org.redkale.net.http中的类"><span class="typeNameLink">WebSocket</span></a> - <a href="../org/redkale/net/http/package-summary.html">org.redkale.net.http</a>中的类</dt>
<dd>
@@ -211,11 +214,17 @@
<dt><span class="memberNameLink"><a href="../org/redkale/net/AsyncConnection.html#write-java.nio.ByteBuffer:A-int-int-A-java.nio.channels.CompletionHandler-">write(ByteBuffer[], int, int, A, CompletionHandler&lt;Integer, ? super A&gt;)</a></span> - 类 中的方法org.redkale.net.<a href="../org/redkale/net/AsyncConnection.html" title="org.redkale.net中的类">AsyncConnection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/redkale/util/ByteArray.html#write-byte-">write(byte)</a></span> - 类 中的方法org.redkale.util.<a href="../org/redkale/util/ByteArray.html" title="org.redkale.util中的类">ByteArray</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">写入一个byte值</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/redkale/util/ByteArray.html#write-byte...-">write(byte...)</a></span> - 类 中的方法org.redkale.util.<a href="../org/redkale/util/ByteArray.html" title="org.redkale.util中的类">ByteArray</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">写入一组byte值</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/redkale/util/ByteArray.html#write-java.nio.ByteBuffer-int-">write(ByteBuffer, int)</a></span> - 类 中的方法org.redkale.util.<a href="../org/redkale/util/ByteArray.html" title="org.redkale.util中的类">ByteArray</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">写入ByteBuffer指定长度的数据</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/redkale/util/DLong.html#write-java.nio.ByteBuffer-org.redkale.util.DLong-">write(ByteBuffer, DLong)</a></span> - 类 中的静态方法org.redkale.util.<a href="../org/redkale/util/DLong.html" title="org.redkale.util中的类">DLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/redkale/convert/bson/BsonWriter.html#writeArrayB-int-">writeArrayB(int)</a></span> - 类 中的方法org.redkale.convert.bson.<a href="../org/redkale/convert/bson/BsonWriter.html" title="org.redkale.convert.bson中的类">BsonWriter</a></dt>
@@ -309,7 +318,9 @@
<div class="block">写入一个int值</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/redkale/util/ByteArray.html#writeInt-int-">writeInt(int)</a></span> - 类 中的方法org.redkale.util.<a href="../org/redkale/util/ByteArray.html" title="org.redkale.util中的类">ByteArray</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">写入一个int值</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/redkale/convert/bson/BsonWriter.html#writeLong-long-">writeLong(long)</a></span> - 类 中的方法org.redkale.convert.bson.<a href="../org/redkale/convert/bson/BsonWriter.html" title="org.redkale.convert.bson中的类">BsonWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../org/redkale/convert/json/JsonByteBufferWriter.html#writeLong-long-">writeLong(long)</a></span> - 类 中的方法org.redkale.convert.json.<a href="../org/redkale/convert/json/JsonByteBufferWriter.html" title="org.redkale.convert.json中的类">JsonByteBufferWriter</a></dt>
@@ -447,7 +458,7 @@
<dt><span class="memberNameLink"><a href="../org/redkale/net/http/WebSocketServlet.html#wsbinary">wsbinary</a></span> - 类 中的变量org.redkale.net.http.<a href="../org/redkale/net/http/WebSocketServlet.html" title="org.redkale.net.http中的类">WebSocketServlet</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">Z</a>&nbsp;</div>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">Z</a>&nbsp;<a href="index-25.html">_</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->