|
2 | 2 | <!-- NewPage -->
|
3 | 3 | <html lang="en">
|
4 | 4 | <head>
|
5 |
| -<!-- Generated by javadoc (1.8.0_141) on Sun Jan 21 18:39:21 UTC 2018 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_141) on Mon Feb 05 15:24:28 UTC 2018 --> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
7 |
| -<title>Index (Netty API Reference (4.0.55.Final))</title> |
8 |
| -<meta name="date" content="2018-01-21"> |
| 7 | +<title>Index (Netty API Reference (4.0.56.Final))</title> |
| 8 | +<meta name="date" content="2018-02-05"> |
9 | 9 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
10 | 10 | <script type="text/javascript" src="script.js"></script>
|
11 | 11 | </head>
|
12 | 12 | <body>
|
13 | 13 | <script type="text/javascript"><!--
|
14 | 14 | try {
|
15 | 15 | if (location.href.indexOf('is-external=true') == -1) {
|
16 |
| - parent.document.title="Index (Netty API Reference (4.0.55.Final))"; |
| 16 | + parent.document.title="Index (Netty API Reference (4.0.56.Final))"; |
17 | 17 | }
|
18 | 18 | }
|
19 | 19 | catch(err) {
|
@@ -2122,9 +2122,17 @@ <h2 class="title">C</h2>
|
2122 | 2122 | <div class="block">5 Cancel</div>
|
2123 | 2123 | </dd>
|
2124 | 2124 | <dt><span class="memberNameLink"><a href="io/netty/util/concurrent/CompleteFuture.html#cancel-boolean-">cancel(boolean)</a></span> - Method in class io.netty.util.concurrent.<a href="io/netty/util/concurrent/CompleteFuture.html" title="class in io.netty.util.concurrent">CompleteFuture</a></dt>
|
2125 |
| -<dd> </dd> |
| 2125 | +<dd> |
| 2126 | +<div class="block"> |
| 2127 | + |
| 2128 | + If the cancellation was successful it will fail the future with an <code>CancellationException</code>.</div> |
| 2129 | +</dd> |
2126 | 2130 | <dt><span class="memberNameLink"><a href="io/netty/util/concurrent/DefaultPromise.html#cancel-boolean-">cancel(boolean)</a></span> - Method in class io.netty.util.concurrent.<a href="io/netty/util/concurrent/DefaultPromise.html" title="class in io.netty.util.concurrent">DefaultPromise</a></dt>
|
2127 |
| -<dd> </dd> |
| 2131 | +<dd> |
| 2132 | +<div class="block"> |
| 2133 | + |
| 2134 | + If the cancellation was successful it will fail the future with an <code>CancellationException</code>.</div> |
| 2135 | +</dd> |
2128 | 2136 | <dt><span class="memberNameLink"><a href="io/netty/util/concurrent/Future.html#cancel-boolean-">cancel(boolean)</a></span> - Method in interface io.netty.util.concurrent.<a href="io/netty/util/concurrent/Future.html" title="interface in io.netty.util.concurrent">Future</a></dt>
|
2129 | 2137 | <dd>
|
2130 | 2138 | <div class="block">
|
@@ -15288,8 +15296,8 @@ <h2 class="title">N</h2>
|
15288 | 15296 | <dt><span class="memberNameLink"><a href="io/netty/buffer/ByteBuf.html#nioBuffers-int-int-">nioBuffers(int, int)</a></span> - Method in class io.netty.buffer.<a href="io/netty/buffer/ByteBuf.html" title="class in io.netty.buffer">ByteBuf</a></dt>
|
15289 | 15297 | <dd>
|
15290 | 15298 | <div class="block">Exposes this buffer's bytes as an NIO <code>ByteBuffer</code>'s for the specified index and length
|
15291 |
| - The returned buffer shares the content with this buffer, while changing the position and limit |
15292 |
| - of the returned NIO buffer does not affect the indexes and marks of this buffer.</div> |
| 15299 | + The returned buffer either share or contains the copied content of this buffer, while changing |
| 15300 | + the position and limit of the returned NIO buffer does not affect the indexes and marks of this buffer.</div> |
15293 | 15301 | </dd>
|
15294 | 15302 | <dt><span class="memberNameLink"><a href="io/netty/buffer/CompositeByteBuf.html#nioBuffers-int-int-">nioBuffers(int, int)</a></span> - Method in class io.netty.buffer.<a href="io/netty/buffer/CompositeByteBuf.html" title="class in io.netty.buffer">CompositeByteBuf</a></dt>
|
15295 | 15303 | <dd> </dd>
|
|
0 commit comments