Skip to content

Commit 550563d

Browse files
Deploy site 'a0508987' on 2025-03-07 11:35:15
1 parent a050898 commit 550563d

File tree

743 files changed

+21337
-19672
lines changed

Some content is hidden

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

743 files changed

+21337
-19672
lines changed

4.2/api/argfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
'/Users/norman/Documents/workspace/netty/common/src/main/java/io/netty/util/internal/OutOfDirectMemoryError.java'
4949
'/Users/norman/Documents/workspace/netty/common/src/main/java/io/netty/util/internal/NativeLibraryUtil.java'
5050
'/Users/norman/Documents/workspace/netty/common/src/main/java/io/netty/util/internal/TypeParameterMatcher.java'
51+
'/Users/norman/Documents/workspace/netty/common/src/main/java/io/netty/util/internal/AdaptiveCalculator.java'
5152
'/Users/norman/Documents/workspace/netty/common/src/main/java/io/netty/util/internal/PlatformDependent0.java'
5253
'/Users/norman/Documents/workspace/netty/common/src/main/java/io/netty/util/internal/PlatformDependent.java'
5354
'/Users/norman/Documents/workspace/netty/common/src/main/java/io/netty/util/internal/MacAddressUtil.java'
@@ -1459,11 +1460,13 @@
14591460
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringServerSocketChannel.java'
14601461
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/CmsgHdr.java'
14611462
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringServerSocketChannelConfig.java'
1463+
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringChannelConfig.java'
14621464
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringBufferRingExhaustedEvent.java'
14631465
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/SubmissionQueue.java'
14641466
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringTcpInfo.java'
14651467
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringIoEvent.java'
14661468
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/MsgHdrMemory.java'
1469+
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringBufferRingAllocator.java'
14671470
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/SockaddrIn.java'
14681471
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringFileRegion.java'
14691472
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/MsgHdr.java'
@@ -1473,13 +1476,14 @@
14731476
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/Native.java'
14741477
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/AbstractIoUringChannel.java'
14751478
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringRecvByteAllocatorHandle.java'
1476-
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringBufferRingHandler.java'
1479+
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringFixedBufferRingAllocator.java'
14771480
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUring.java'
14781481
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/LinuxSocket.java'
14791482
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringChannelOption.java'
14801483
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringDatagramChannelConfig.java'
14811484
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/RingBuffer.java'
14821485
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/UserData.java'
1486+
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringAdaptiveBufferRingAllocator.java'
14831487
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringStreamChannelConfig.java'
14841488
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/CompletionQueue.java'
14851489
'/Users/norman/Documents/workspace/netty/transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringIoHandlerConfig.java'

4.2/api/options

+3-3
Large diffs are not rendered by default.

4.2/xref/allclasses-frame.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ <h1 class="bar">All Classes</h1>
8585
<li><a href="io/netty/channel/uring/AbstractIoUringChannel.html#AbstractIoUringChannel.AbstractUringUnsafe" target="classFrame">AbstractIoUringChannel.AbstractUringUnsafe</a></li>
8686
<li><a href="io/netty/channel/uring/AbstractIoUringChannel.html#AbstractIoUringChannel.DelayedClose" target="classFrame">AbstractIoUringChannel.DelayedClose</a></li>
8787
<li><a href="io/netty/channel/uring/AbstractIoUringServerChannel.html#AbstractIoUringServerChannel" target="classFrame">AbstractIoUringServerChannel</a></li>
88+
<li><a href="io/netty/channel/uring/AbstractIoUringServerChannel.html#AbstractIoUringServerChannel.AcceptedAddressMemory" target="classFrame">AbstractIoUringServerChannel.AcceptedAddressMemory</a></li>
8889
<li><a href="io/netty/channel/uring/AbstractIoUringServerChannel.html#AbstractIoUringServerChannel.UringServerChannelUnsafe" target="classFrame">AbstractIoUringServerChannel.UringServerChannelUnsafe</a></li>
8990
<li><a href="io/netty/channel/uring/AbstractIoUringStreamChannel.html#AbstractIoUringStreamChannel" target="classFrame">AbstractIoUringStreamChannel</a></li>
9091
<li><a href="io/netty/channel/uring/AbstractIoUringStreamChannel.html#AbstractIoUringStreamChannel.IoUringStreamUnsafe" target="classFrame">AbstractIoUringStreamChannel.IoUringStreamUnsafe</a></li>
@@ -156,6 +157,7 @@ <h1 class="bar">All Classes</h1>
156157
<li><a href="io/netty/buffer/AdaptiveByteBufAllocator.html#AdaptiveByteBufAllocator" target="classFrame">AdaptiveByteBufAllocator</a></li>
157158
<li><a href="io/netty/buffer/AdaptiveByteBufAllocator.html#AdaptiveByteBufAllocator.DirectChunkAllocator" target="classFrame">AdaptiveByteBufAllocator.DirectChunkAllocator</a></li>
158159
<li><a href="io/netty/buffer/AdaptiveByteBufAllocator.html#AdaptiveByteBufAllocator.HeapChunkAllocator" target="classFrame">AdaptiveByteBufAllocator.HeapChunkAllocator</a></li>
160+
<li><a href="io/netty/util/internal/AdaptiveCalculator.html#AdaptiveCalculator" target="classFrame">AdaptiveCalculator</a></li>
159161
<li><a href="io/netty/buffer/AdaptivePoolingAllocator.html#AdaptivePoolingAllocator" target="classFrame">AdaptivePoolingAllocator</a></li>
160162
<li><a href="io/netty/buffer/AdaptivePoolingAllocator.html#AdaptivePoolingAllocator.AllocationStatistics" target="classFrame">AdaptivePoolingAllocator.AllocationStatistics</a></li>
161163
<li><a href="io/netty/buffer/AdaptivePoolingAllocator.html#AdaptivePoolingAllocator.Magazine" target="classFrame">AdaptivePoolingAllocator.Magazine</a></li>
@@ -1611,16 +1613,20 @@ <h1 class="bar">All Classes</h1>
16111613
<li><a href="io/netty/channel/IoRegistration.html#IoRegistration" target="classFrame">IoRegistration</a></li>
16121614
<li><a href="io/netty/handler/ssl/ocsp/IoTransport.html#IoTransport" target="classFrame">IoTransport</a></li>
16131615
<li><a href="io/netty/channel/uring/IoUring.html#IoUring" target="classFrame">IoUring</a></li>
1616+
<li><a href="io/netty/channel/uring/IoUringAdaptiveBufferRingAllocator.html#IoUringAdaptiveBufferRingAllocator" target="classFrame">IoUringAdaptiveBufferRingAllocator</a></li>
16141617
<li><a href="io/netty/channel/uring/IoUringBufferRing.html#IoUringBufferRing" target="classFrame">IoUringBufferRing</a></li>
1618+
<li><a href="io/netty/channel/uring/IoUringBufferRing.html#IoUringBufferRing.IoUringBufferRingByteBuf" target="classFrame">IoUringBufferRing.IoUringBufferRingByteBuf</a></li>
1619+
<li><a href="io/netty/channel/uring/IoUringBufferRingAllocator.html#IoUringBufferRingAllocator" target="classFrame">IoUringBufferRingAllocator</a></li>
16151620
<li><a href="io/netty/channel/uring/IoUringBufferRingConfig.html#IoUringBufferRingConfig" target="classFrame">IoUringBufferRingConfig</a></li>
16161621
<li><a href="io/netty/channel/uring/IoUringBufferRingExhaustedEvent.html#IoUringBufferRingExhaustedEvent" target="classFrame">IoUringBufferRingExhaustedEvent</a></li>
1617-
<li><a href="io/netty/channel/uring/IoUringBufferRingHandler.html#IoUringBufferRingHandler" target="classFrame">IoUringBufferRingHandler</a></li>
1622+
<li><a href="io/netty/channel/uring/IoUringChannelConfig.html#IoUringChannelConfig" target="classFrame">IoUringChannelConfig</a></li>
16181623
<li><a href="io/netty/channel/uring/IoUringChannelOption.html#IoUringChannelOption" target="classFrame">IoUringChannelOption</a></li>
16191624
<li><a href="io/netty/channel/uring/IoUringDatagramChannel.html#IoUringDatagramChannel" target="classFrame">IoUringDatagramChannel</a></li>
16201625
<li><a href="io/netty/channel/uring/IoUringDatagramChannel.html#IoUringDatagramChannel.IoUringDatagramChannelUnsafe" target="classFrame">IoUringDatagramChannel.IoUringDatagramChannelUnsafe</a></li>
16211626
<li><a href="io/netty/channel/uring/IoUringDatagramChannel.html#IoUringDatagramChannel.IoUringDatagramChannelUnsafe.WriteProcessor" target="classFrame">IoUringDatagramChannel.IoUringDatagramChannelUnsafe.WriteProcessor</a></li>
16221627
<li><a href="io/netty/channel/uring/IoUringDatagramChannelConfig.html#IoUringDatagramChannelConfig" target="classFrame">IoUringDatagramChannelConfig</a></li>
16231628
<li><a href="io/netty/channel/uring/IoUringFileRegion.html#IoUringFileRegion" target="classFrame">IoUringFileRegion</a></li>
1629+
<li><a href="io/netty/channel/uring/IoUringFixedBufferRingAllocator.html#IoUringFixedBufferRingAllocator" target="classFrame">IoUringFixedBufferRingAllocator</a></li>
16241630
<li><a href="io/netty/channel/uring/IoUringIoEvent.html#IoUringIoEvent" target="classFrame">IoUringIoEvent</a></li>
16251631
<li><a href="io/netty/channel/uring/IoUringIoHandle.html#IoUringIoHandle" target="classFrame">IoUringIoHandle</a></li>
16261632
<li><a href="io/netty/channel/uring/IoUringIoHandler.html#IoUringIoHandler" target="classFrame">IoUringIoHandler</a></li>
@@ -2204,6 +2210,7 @@ <h1 class="bar">All Classes</h1>
22042210
<li><a href="io/netty/handler/proxy/ProxyHandler.html#ProxyHandler.LazyChannelPromise" target="classFrame">ProxyHandler.LazyChannelPromise</a></li>
22052211
<li><a href="io/netty/handler/ssl/PseudoRandomFunction.html#PseudoRandomFunction" target="classFrame">PseudoRandomFunction</a></li>
22062212
<li><a href="io/netty/handler/codec/http/QueryStringDecoder.html#QueryStringDecoder" target="classFrame">QueryStringDecoder</a></li>
2213+
<li><a href="io/netty/handler/codec/http/QueryStringDecoder.html#QueryStringDecoder.Builder" target="classFrame">QueryStringDecoder.Builder</a></li>
22072214
<li><a href="io/netty/handler/codec/http/QueryStringDecoderBenchmark.html#QueryStringDecoderBenchmark" target="classFrame">QueryStringDecoderBenchmark</a></li>
22082215
<li><a href="io/netty/handler/codec/http/jmh_generated/QueryStringDecoderBenchmark_jmhType.html#QueryStringDecoderBenchmark_jmhType" target="classFrame">QueryStringDecoderBenchmark_jmhType</a></li>
22092216
<li><a href="io/netty/handler/codec/http/jmh_generated/QueryStringDecoderBenchmark_jmhType_B1.html#QueryStringDecoderBenchmark_jmhType_B1" target="classFrame">QueryStringDecoderBenchmark_jmhType_B1</a></li>

4.2/xref/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- this is a JXR report set (jdk8) -->
55
<head>
66
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7-
<title>Netty Source Xref (4.2.0.RC3)</title>
7+
<title>Netty Source Xref (4.2.0.RC4)</title>
88
<script type="text/javascript">
99
tmpTargetPage = "" + window.location.search;
1010
if (tmpTargetPage != "" && tmpTargetPage != "undefined")

4.2/xref/io/netty/bootstrap/package-frame.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- generated by Apache Maven JXR (jdk8) -->
55
<head>
66
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7-
<title>Netty Source Xref (4.2.0.RC3) Package io.netty.bootstrap</title>
7+
<title>Netty Source Xref (4.2.0.RC4) Package io.netty.bootstrap</title>
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
99
</head>
1010
<body>

4.2/xref/io/netty/bootstrap/package-summary.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- generated by Apache Maven JXR (jdk8) -->
55
<head>
66
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7-
<title>Netty Source Xref (4.2.0.RC3) Package io.netty.bootstrap</title>
7+
<title>Netty Source Xref (4.2.0.RC4) Package io.netty.bootstrap</title>
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
99
</head>
1010

@@ -23,7 +23,7 @@
2323
<li>Index</li>
2424
<li>Help</li>
2525
</ul>
26-
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC3)</strong></em></div>
26+
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC4)</strong></em></div>
2727
</div>
2828
<div class="subNav">
2929
<ul class="navList">
@@ -156,7 +156,7 @@ <h1 title="Package" class="title">Package io.netty.bootstrap</h1>
156156
<li>Index</li>
157157
<li>Help</li>
158158
</ul>
159-
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC3)</strong></em></div>
159+
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC4)</strong></em></div>
160160
</div>
161161
<div class="subNav">
162162
<ul class="navList">

4.2/xref/io/netty/buffer/WrappedByteBuf.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> * indices on the fly because of internal optimizations made by {@link ByteBufUtil#writeAscii(ByteBuf, CharSequence)}</em>
4646
<a class="jxr_linenumber" name="L38" href="#L38">38</a> <em class="jxr_javadoccomment"> * and {@link ByteBufUtil#writeUtf8(ByteBuf, CharSequence)}.</em>
4747
<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment"> */</em>
48-
<a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong class="jxr_keyword">class</strong> <a name="WrappedByteBuf" href="../../../io/netty/buffer/WrappedByteBuf.html#WrappedByteBuf">WrappedByteBuf</a> <strong class="jxr_keyword">extends</strong> <a name="ByteBuf" href="../../../io/netty/buffer/ByteBuf.html#ByteBuf">ByteBuf</a> {
48+
<a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a name="WrappedByteBuf" href="../../../io/netty/buffer/WrappedByteBuf.html#WrappedByteBuf">WrappedByteBuf</a> <strong class="jxr_keyword">extends</strong> <a name="ByteBuf" href="../../../io/netty/buffer/ByteBuf.html#ByteBuf">ByteBuf</a> {
4949
<a class="jxr_linenumber" name="L41" href="#L41">41</a>
5050
<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">final</strong> <a name="ByteBuf" href="../../../io/netty/buffer/ByteBuf.html#ByteBuf">ByteBuf</a> buf;
5151
<a class="jxr_linenumber" name="L43" href="#L43">43</a>

4.2/xref/io/netty/buffer/jmh_generated/package-frame.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- generated by Apache Maven JXR (jdk8) -->
55
<head>
66
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7-
<title>Netty Source Xref (4.2.0.RC3) Package io.netty.buffer.jmh_generated</title>
7+
<title>Netty Source Xref (4.2.0.RC4) Package io.netty.buffer.jmh_generated</title>
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
99
</head>
1010
<body>

4.2/xref/io/netty/buffer/jmh_generated/package-summary.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- generated by Apache Maven JXR (jdk8) -->
55
<head>
66
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7-
<title>Netty Source Xref (4.2.0.RC3) Package io.netty.buffer.jmh_generated</title>
7+
<title>Netty Source Xref (4.2.0.RC4) Package io.netty.buffer.jmh_generated</title>
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
99
</head>
1010

@@ -23,7 +23,7 @@
2323
<li>Index</li>
2424
<li>Help</li>
2525
</ul>
26-
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC3)</strong></em></div>
26+
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC4)</strong></em></div>
2727
</div>
2828
<div class="subNav">
2929
<ul class="navList">
@@ -371,7 +371,7 @@ <h1 title="Package" class="title">Package io.netty.buffer.jmh_generated</h1>
371371
<li>Index</li>
372372
<li>Help</li>
373373
</ul>
374-
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC3)</strong></em></div>
374+
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC4)</strong></em></div>
375375
</div>
376376
<div class="subNav">
377377
<ul class="navList">

4.2/xref/io/netty/buffer/package-frame.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- generated by Apache Maven JXR (jdk8) -->
55
<head>
66
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7-
<title>Netty Source Xref (4.2.0.RC3) Package io.netty.buffer</title>
7+
<title>Netty Source Xref (4.2.0.RC4) Package io.netty.buffer</title>
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
99
</head>
1010
<body>

4.2/xref/io/netty/buffer/package-summary.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- generated by Apache Maven JXR (jdk8) -->
55
<head>
66
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7-
<title>Netty Source Xref (4.2.0.RC3) Package io.netty.buffer</title>
7+
<title>Netty Source Xref (4.2.0.RC4) Package io.netty.buffer</title>
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
99
</head>
1010

@@ -23,7 +23,7 @@
2323
<li>Index</li>
2424
<li>Help</li>
2525
</ul>
26-
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC3)</strong></em></div>
26+
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC4)</strong></em></div>
2727
</div>
2828
<div class="subNav">
2929
<ul class="navList">
@@ -706,7 +706,7 @@ <h1 title="Package" class="title">Package io.netty.buffer</h1>
706706
<li>Index</li>
707707
<li>Help</li>
708708
</ul>
709-
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC3)</strong></em></div>
709+
<div class="aboutLanguage"><em><strong>Netty Source Xref (4.2.0.RC4)</strong></em></div>
710710
</div>
711711
<div class="subNav">
712712
<ul class="navList">

4.2/xref/io/netty/buffer/search/package-frame.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- generated by Apache Maven JXR (jdk8) -->
55
<head>
66
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7-
<title>Netty Source Xref (4.2.0.RC3) Package io.netty.buffer.search</title>
7+
<title>Netty Source Xref (4.2.0.RC4) Package io.netty.buffer.search</title>
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
99
</head>
1010
<body>

0 commit comments

Comments
 (0)