From e0ae4ae41002d1f8e466cec1459443e1b29ca55e Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Wed, 22 May 2024 15:52:48 +0200 Subject: [PATCH] New netty release --- 4.1/api/allclasses-frame.html | 9 +- 4.1/api/allclasses-noframe.html | 9 +- 4.1/api/argfile | 5 + 4.1/api/constant-values.html | 8 +- 4.1/api/deprecated-list.html | 29 +- 4.1/api/help-doc.html | 8 +- 4.1/api/index-all.html | 180 +- 4.1/api/index.html | 4 +- .../io/netty/bootstrap/AbstractBootstrap.html | 8 +- .../bootstrap/AbstractBootstrapConfig.html | 8 +- 4.1/api/io/netty/bootstrap/Bootstrap.html | 8 +- .../io/netty/bootstrap/BootstrapConfig.html | 8 +- .../io/netty/bootstrap/ChannelFactory.html | 8 +- .../ChannelInitializerExtension.html | 8 +- .../io/netty/bootstrap/ServerBootstrap.html | 8 +- .../bootstrap/ServerBootstrapConfig.html | 8 +- .../class-use/AbstractBootstrap.html | 8 +- .../class-use/AbstractBootstrapConfig.html | 8 +- .../netty/bootstrap/class-use/Bootstrap.html | 8 +- .../bootstrap/class-use/BootstrapConfig.html | 8 +- .../bootstrap/class-use/ChannelFactory.html | 8 +- .../ChannelInitializerExtension.html | 8 +- .../bootstrap/class-use/ServerBootstrap.html | 8 +- .../class-use/ServerBootstrapConfig.html | 8 +- 4.1/api/io/netty/bootstrap/package-frame.html | 6 +- .../io/netty/bootstrap/package-summary.html | 8 +- 4.1/api/io/netty/bootstrap/package-tree.html | 8 +- 4.1/api/io/netty/bootstrap/package-use.html | 8 +- 4.1/api/io/netty/buffer/AbstractByteBuf.html | 8 +- .../buffer/AbstractByteBufAllocator.html | 10 +- .../netty/buffer/AbstractDerivedByteBuf.html | 8 +- .../AbstractReferenceCountedByteBuf.html | 12 +- .../buffer/AdaptiveByteBufAllocator.html | 462 ++ 4.1/api/io/netty/buffer/ByteBuf.html | 12 +- 4.1/api/io/netty/buffer/ByteBufAllocator.html | 10 +- .../netty/buffer/ByteBufAllocatorMetric.html | 10 +- .../ByteBufAllocatorMetricProvider.html | 10 +- .../io/netty/buffer/ByteBufConvertible.html | 8 +- 4.1/api/io/netty/buffer/ByteBufHolder.html | 8 +- .../io/netty/buffer/ByteBufInputStream.html | 8 +- .../io/netty/buffer/ByteBufOutputStream.html | 33 +- 4.1/api/io/netty/buffer/ByteBufProcessor.html | 8 +- 4.1/api/io/netty/buffer/ByteBufUtil.html | 8 +- 4.1/api/io/netty/buffer/CompositeByteBuf.html | 8 +- .../io/netty/buffer/DefaultByteBufHolder.html | 8 +- .../io/netty/buffer/DuplicatedByteBuf.html | 8 +- 4.1/api/io/netty/buffer/EmptyByteBuf.html | 8 +- 4.1/api/io/netty/buffer/PoolArenaMetric.html | 8 +- .../io/netty/buffer/PoolChunkListMetric.html | 8 +- 4.1/api/io/netty/buffer/PoolChunkMetric.html | 8 +- .../io/netty/buffer/PoolSubpageMetric.html | 8 +- .../netty/buffer/PooledByteBufAllocator.html | 8 +- .../buffer/PooledByteBufAllocatorMetric.html | 8 +- 4.1/api/io/netty/buffer/ReadOnlyByteBuf.html | 8 +- .../io/netty/buffer/SizeClassesMetric.html | 8 +- 4.1/api/io/netty/buffer/SlicedByteBuf.html | 8 +- 4.1/api/io/netty/buffer/SwappedByteBuf.html | 8 +- 4.1/api/io/netty/buffer/Unpooled.html | 8 +- .../buffer/UnpooledByteBufAllocator.html | 8 +- .../netty/buffer/UnpooledDirectByteBuf.html | 8 +- .../io/netty/buffer/UnpooledHeapByteBuf.html | 8 +- .../buffer/UnpooledUnsafeDirectByteBuf.html | 8 +- .../buffer/UnpooledUnsafeHeapByteBuf.html | 8 +- .../buffer/class-use/AbstractByteBuf.html | 8 +- .../class-use/AbstractByteBufAllocator.html | 16 +- .../class-use/AbstractDerivedByteBuf.html | 8 +- .../AbstractReferenceCountedByteBuf.html | 8 +- .../class-use/AdaptiveByteBufAllocator.html | 126 + .../io/netty/buffer/class-use/ByteBuf.html | 46 +- .../buffer/class-use/ByteBufAllocator.html | 16 +- .../class-use/ByteBufAllocatorMetric.html | 18 +- .../ByteBufAllocatorMetricProvider.html | 16 +- .../buffer/class-use/ByteBufConvertible.html | 8 +- .../netty/buffer/class-use/ByteBufHolder.html | 8 +- .../buffer/class-use/ByteBufInputStream.html | 8 +- .../buffer/class-use/ByteBufOutputStream.html | 8 +- .../buffer/class-use/ByteBufProcessor.html | 8 +- .../netty/buffer/class-use/ByteBufUtil.html | 8 +- .../buffer/class-use/CompositeByteBuf.html | 8 +- .../class-use/DefaultByteBufHolder.html | 8 +- .../buffer/class-use/DuplicatedByteBuf.html | 8 +- .../netty/buffer/class-use/EmptyByteBuf.html | 8 +- .../buffer/class-use/PoolArenaMetric.html | 8 +- .../buffer/class-use/PoolChunkListMetric.html | 8 +- .../buffer/class-use/PoolChunkMetric.html | 8 +- .../buffer/class-use/PoolSubpageMetric.html | 8 +- .../class-use/PooledByteBufAllocator.html | 8 +- .../PooledByteBufAllocatorMetric.html | 8 +- .../buffer/class-use/ReadOnlyByteBuf.html | 8 +- .../buffer/class-use/SizeClassesMetric.html | 8 +- .../netty/buffer/class-use/SlicedByteBuf.html | 8 +- .../buffer/class-use/SwappedByteBuf.html | 8 +- .../io/netty/buffer/class-use/Unpooled.html | 8 +- .../class-use/UnpooledByteBufAllocator.html | 8 +- .../class-use/UnpooledDirectByteBuf.html | 8 +- .../buffer/class-use/UnpooledHeapByteBuf.html | 8 +- .../UnpooledUnsafeDirectByteBuf.html | 8 +- .../class-use/UnpooledUnsafeHeapByteBuf.html | 8 +- 4.1/api/io/netty/buffer/package-frame.html | 7 +- 4.1/api/io/netty/buffer/package-summary.html | 50 +- 4.1/api/io/netty/buffer/package-tree.html | 9 +- 4.1/api/io/netty/buffer/package-use.html | 8 +- .../AbstractMultiSearchProcessorFactory.html | 8 +- .../AbstractSearchProcessorFactory.html | 8 +- ...rasicSearchProcessorFactory.Processor.html | 8 +- .../AhoCorasicSearchProcessorFactory.html | 8 +- ...BitapSearchProcessorFactory.Processor.html | 8 +- .../search/BitapSearchProcessorFactory.html | 8 +- .../KmpSearchProcessorFactory.Processor.html | 8 +- .../search/KmpSearchProcessorFactory.html | 8 +- .../buffer/search/MultiSearchProcessor.html | 8 +- .../search/MultiSearchProcessorFactory.html | 8 +- .../netty/buffer/search/SearchProcessor.html | 8 +- .../buffer/search/SearchProcessorFactory.html | 8 +- .../AbstractMultiSearchProcessorFactory.html | 8 +- .../AbstractSearchProcessorFactory.html | 8 +- ...rasicSearchProcessorFactory.Processor.html | 8 +- .../AhoCorasicSearchProcessorFactory.html | 8 +- ...BitapSearchProcessorFactory.Processor.html | 8 +- .../BitapSearchProcessorFactory.html | 8 +- .../KmpSearchProcessorFactory.Processor.html | 8 +- .../class-use/KmpSearchProcessorFactory.html | 8 +- .../class-use/MultiSearchProcessor.html | 8 +- .../MultiSearchProcessorFactory.html | 8 +- .../search/class-use/SearchProcessor.html | 8 +- .../class-use/SearchProcessorFactory.html | 8 +- .../io/netty/buffer/search/package-frame.html | 6 +- .../netty/buffer/search/package-summary.html | 8 +- .../io/netty/buffer/search/package-tree.html | 8 +- .../io/netty/buffer/search/package-use.html | 8 +- .../AbstractChannel.AbstractUnsafe.html | 11 +- 4.1/api/io/netty/channel/AbstractChannel.html | 13 +- .../AbstractCoalescingBufferQueue.html | 8 +- .../io/netty/channel/AbstractEventLoop.html | 8 +- .../netty/channel/AbstractEventLoopGroup.html | 8 +- .../netty/channel/AbstractServerChannel.html | 8 +- .../channel/AdaptiveRecvByteBufAllocator.html | 8 +- .../io/netty/channel/AddressedEnvelope.html | 8 +- 4.1/api/io/netty/channel/Channel.Unsafe.html | 8 +- 4.1/api/io/netty/channel/Channel.html | 10 +- 4.1/api/io/netty/channel/ChannelConfig.html | 8 +- .../netty/channel/ChannelDuplexHandler.html | 8 +- .../io/netty/channel/ChannelException.html | 15 +- 4.1/api/io/netty/channel/ChannelFactory.html | 8 +- .../channel/ChannelFlushPromiseNotifier.html | 8 +- 4.1/api/io/netty/channel/ChannelFuture.html | 8 +- .../netty/channel/ChannelFutureListener.html | 8 +- .../channel/ChannelHandler.Sharable.html | 8 +- 4.1/api/io/netty/channel/ChannelHandler.html | 8 +- .../netty/channel/ChannelHandlerAdapter.html | 8 +- .../netty/channel/ChannelHandlerContext.html | 8 +- 4.1/api/io/netty/channel/ChannelId.html | 8 +- .../netty/channel/ChannelInboundHandler.html | 8 +- .../channel/ChannelInboundHandlerAdapter.html | 8 +- .../netty/channel/ChannelInboundInvoker.html | 8 +- .../io/netty/channel/ChannelInitializer.html | 8 +- 4.1/api/io/netty/channel/ChannelMetadata.html | 8 +- 4.1/api/io/netty/channel/ChannelOption.html | 8 +- ...hannelOutboundBuffer.MessageProcessor.html | 8 +- .../netty/channel/ChannelOutboundBuffer.html | 8 +- .../netty/channel/ChannelOutboundHandler.html | 8 +- .../ChannelOutboundHandlerAdapter.html | 8 +- .../netty/channel/ChannelOutboundInvoker.html | 10 +- 4.1/api/io/netty/channel/ChannelPipeline.html | 8 +- .../channel/ChannelPipelineException.html | 8 +- .../channel/ChannelProgressiveFuture.html | 8 +- .../ChannelProgressiveFutureListener.html | 8 +- .../channel/ChannelProgressivePromise.html | 8 +- 4.1/api/io/netty/channel/ChannelPromise.html | 8 +- .../channel/ChannelPromiseAggregator.html | 8 +- .../netty/channel/ChannelPromiseNotifier.html | 8 +- .../netty/channel/CoalescingBufferQueue.html | 8 +- .../channel/CombinedChannelDuplexHandler.html | 8 +- .../channel/ConnectTimeoutException.html | 8 +- .../channel/DefaultAddressedEnvelope.html | 8 +- .../netty/channel/DefaultChannelConfig.html | 8 +- .../io/netty/channel/DefaultChannelId.html | 8 +- .../netty/channel/DefaultChannelPipeline.html | 14 +- .../DefaultChannelProgressivePromise.html | 8 +- .../netty/channel/DefaultChannelPromise.html | 8 +- .../io/netty/channel/DefaultEventLoop.html | 8 +- .../netty/channel/DefaultEventLoopGroup.html | 8 +- .../io/netty/channel/DefaultFileRegion.html | 8 +- .../DefaultMaxBytesRecvByteBufAllocator.html | 8 +- ...RecvByteBufAllocator.MaxMessageHandle.html | 8 +- ...efaultMaxMessagesRecvByteBufAllocator.html | 8 +- .../channel/DefaultMessageSizeEstimator.html | 8 +- .../channel/DefaultSelectStrategyFactory.html | 8 +- .../DelegatingChannelPromiseNotifier.html | 8 +- 4.1/api/io/netty/channel/EventLoop.html | 8 +- .../io/netty/channel/EventLoopException.html | 8 +- 4.1/api/io/netty/channel/EventLoopGroup.html | 8 +- .../channel/EventLoopTaskQueueFactory.html | 8 +- 4.1/api/io/netty/channel/FileRegion.html | 8 +- .../channel/FixedRecvByteBufAllocator.html | 8 +- .../channel/MaxBytesRecvByteBufAllocator.html | 8 +- .../MaxMessagesRecvByteBufAllocator.html | 8 +- .../channel/MessageSizeEstimator.Handle.html | 8 +- .../netty/channel/MessageSizeEstimator.html | 8 +- .../channel/MultithreadEventLoopGroup.html | 8 +- .../io/netty/channel/PendingWriteQueue.html | 8 +- .../channel/PreferHeapByteBufAllocator.html | 8 +- ...RecvByteBufAllocator.DelegatingHandle.html | 8 +- .../RecvByteBufAllocator.ExtendedHandle.html | 11 +- .../channel/RecvByteBufAllocator.Handle.html | 8 +- .../netty/channel/RecvByteBufAllocator.html | 8 +- .../channel/ReflectiveChannelFactory.html | 8 +- 4.1/api/io/netty/channel/SelectStrategy.html | 8 +- .../netty/channel/SelectStrategyFactory.html | 8 +- 4.1/api/io/netty/channel/ServerChannel.html | 10 +- .../ServerChannelRecvByteBufAllocator.html | 8 +- .../channel/SimpleChannelInboundHandler.html | 8 +- .../SimpleUserEventChannelHandler.html | 8 +- ...eadEventLoop.ChannelsReadOnlyIterator.html | 8 +- .../netty/channel/SingleThreadEventLoop.html | 11 +- .../channel/ThreadPerChannelEventLoop.html | 8 +- .../ThreadPerChannelEventLoopGroup.html | 8 +- .../io/netty/channel/VoidChannelPromise.html | 8 +- .../netty/channel/WriteBufferWaterMark.html | 8 +- .../AbstractChannel.AbstractUnsafe.html | 8 +- .../channel/class-use/AbstractChannel.html | 22 +- .../AbstractCoalescingBufferQueue.html | 8 +- .../channel/class-use/AbstractEventLoop.html | 8 +- .../class-use/AbstractEventLoopGroup.html | 8 +- .../class-use/AbstractServerChannel.html | 8 +- .../AdaptiveRecvByteBufAllocator.html | 8 +- .../channel/class-use/AddressedEnvelope.html | 8 +- .../channel/class-use/Channel.Unsafe.html | 8 +- .../io/netty/channel/class-use/Channel.html | 28 +- .../channel/class-use/ChannelConfig.html | 41 +- .../class-use/ChannelDuplexHandler.html | 8 +- .../channel/class-use/ChannelException.html | 8 +- .../channel/class-use/ChannelFactory.html | 8 +- .../ChannelFlushPromiseNotifier.html | 8 +- .../channel/class-use/ChannelFuture.html | 32 +- .../class-use/ChannelFutureListener.html | 8 +- .../class-use/ChannelHandler.Sharable.html | 8 +- .../channel/class-use/ChannelHandler.html | 8 +- .../class-use/ChannelHandlerAdapter.html | 8 +- .../class-use/ChannelHandlerContext.html | 8 +- .../io/netty/channel/class-use/ChannelId.html | 8 +- .../class-use/ChannelInboundHandler.html | 8 +- .../ChannelInboundHandlerAdapter.html | 8 +- .../class-use/ChannelInboundInvoker.html | 8 +- .../channel/class-use/ChannelInitializer.html | 8 +- .../channel/class-use/ChannelMetadata.html | 14 +- .../channel/class-use/ChannelOption.html | 8 +- ...hannelOutboundBuffer.MessageProcessor.html | 8 +- .../class-use/ChannelOutboundBuffer.html | 17 +- .../class-use/ChannelOutboundHandler.html | 8 +- .../ChannelOutboundHandlerAdapter.html | 8 +- .../class-use/ChannelOutboundInvoker.html | 22 +- .../channel/class-use/ChannelPipeline.html | 8 +- .../class-use/ChannelPipelineException.html | 8 +- .../class-use/ChannelProgressiveFuture.html | 8 +- .../ChannelProgressiveFutureListener.html | 8 +- .../class-use/ChannelProgressivePromise.html | 8 +- .../channel/class-use/ChannelPromise.html | 20 +- .../class-use/ChannelPromiseAggregator.html | 8 +- .../class-use/ChannelPromiseNotifier.html | 8 +- .../class-use/CoalescingBufferQueue.html | 8 +- .../CombinedChannelDuplexHandler.html | 8 +- .../class-use/ConnectTimeoutException.html | 8 +- .../class-use/DefaultAddressedEnvelope.html | 8 +- .../class-use/DefaultChannelConfig.html | 8 +- .../channel/class-use/DefaultChannelId.html | 8 +- .../class-use/DefaultChannelPipeline.html | 8 +- .../DefaultChannelProgressivePromise.html | 8 +- .../class-use/DefaultChannelPromise.html | 8 +- .../channel/class-use/DefaultEventLoop.html | 8 +- .../class-use/DefaultEventLoopGroup.html | 8 +- .../channel/class-use/DefaultFileRegion.html | 8 +- .../DefaultMaxBytesRecvByteBufAllocator.html | 8 +- ...RecvByteBufAllocator.MaxMessageHandle.html | 8 +- ...efaultMaxMessagesRecvByteBufAllocator.html | 8 +- .../DefaultMessageSizeEstimator.html | 8 +- .../DefaultSelectStrategyFactory.html | 8 +- .../DelegatingChannelPromiseNotifier.html | 8 +- .../io/netty/channel/class-use/EventLoop.html | 8 +- .../channel/class-use/EventLoopException.html | 8 +- .../channel/class-use/EventLoopGroup.html | 8 +- .../class-use/EventLoopTaskQueueFactory.html | 8 +- .../netty/channel/class-use/FileRegion.html | 12 +- .../class-use/FixedRecvByteBufAllocator.html | 8 +- .../MaxBytesRecvByteBufAllocator.html | 8 +- .../MaxMessagesRecvByteBufAllocator.html | 8 +- .../MessageSizeEstimator.Handle.html | 8 +- .../class-use/MessageSizeEstimator.html | 8 +- .../class-use/MultithreadEventLoopGroup.html | 8 +- .../channel/class-use/PendingWriteQueue.html | 8 +- .../class-use/PreferHeapByteBufAllocator.html | 8 +- ...RecvByteBufAllocator.DelegatingHandle.html | 8 +- .../RecvByteBufAllocator.ExtendedHandle.html | 8 +- .../RecvByteBufAllocator.Handle.html | 8 +- .../class-use/RecvByteBufAllocator.html | 8 +- .../class-use/ReflectiveChannelFactory.html | 8 +- .../channel/class-use/SelectStrategy.html | 8 +- .../class-use/SelectStrategyFactory.html | 8 +- .../channel/class-use/ServerChannel.html | 15 +- .../ServerChannelRecvByteBufAllocator.html | 8 +- .../SimpleChannelInboundHandler.html | 8 +- .../SimpleUserEventChannelHandler.html | 8 +- ...eadEventLoop.ChannelsReadOnlyIterator.html | 8 +- .../class-use/SingleThreadEventLoop.html | 8 +- .../class-use/ThreadPerChannelEventLoop.html | 8 +- .../ThreadPerChannelEventLoopGroup.html | 8 +- .../channel/class-use/VoidChannelPromise.html | 8 +- .../class-use/WriteBufferWaterMark.html | 8 +- .../channel/embedded/EmbeddedChannel.html | 8 +- .../embedded/class-use/EmbeddedChannel.html | 8 +- .../netty/channel/embedded/package-frame.html | 6 +- .../channel/embedded/package-summary.html | 8 +- .../netty/channel/embedded/package-tree.html | 8 +- .../netty/channel/embedded/package-use.html | 8 +- .../epoll/AbstractEpollServerChannel.html | 8 +- ...stractEpollStreamChannel.SpliceInTask.html | 8 +- .../epoll/AbstractEpollStreamChannel.html | 13 +- 4.1/api/io/netty/channel/epoll/Epoll.html | 8 +- .../channel/epoll/EpollChannelConfig.html | 8 +- .../channel/epoll/EpollChannelOption.html | 8 +- .../channel/epoll/EpollDatagramChannel.html | 8 +- .../epoll/EpollDatagramChannelConfig.html | 8 +- .../epoll/EpollDomainDatagramChannel.html | 11 +- .../EpollDomainDatagramChannelConfig.html | 11 +- .../epoll/EpollDomainSocketChannel.html | 13 +- .../epoll/EpollDomainSocketChannelConfig.html | 8 +- .../netty/channel/epoll/EpollEventArray.html | 8 +- .../netty/channel/epoll/EpollEventLoop.html | 8 +- .../channel/epoll/EpollEventLoopGroup.html | 8 +- 4.1/api/io/netty/channel/epoll/EpollMode.html | 8 +- .../epoll/EpollServerChannelConfig.html | 8 +- .../epoll/EpollServerDomainSocketChannel.html | 8 +- .../epoll/EpollServerSocketChannel.html | 8 +- .../epoll/EpollServerSocketChannelConfig.html | 8 +- .../channel/epoll/EpollSocketChannel.html | 8 +- .../epoll/EpollSocketChannelConfig.html | 8 +- .../io/netty/channel/epoll/EpollTcpInfo.html | 8 +- .../io/netty/channel/epoll/LinuxSocket.html | 8 +- 4.1/api/io/netty/channel/epoll/Native.html | 8 +- .../epoll/SegmentedDatagramPacket.html | 8 +- .../io/netty/channel/epoll/VSockAddress.html | 8 +- .../class-use/AbstractEpollServerChannel.html | 8 +- ...stractEpollStreamChannel.SpliceInTask.html | 8 +- .../class-use/AbstractEpollStreamChannel.html | 8 +- .../netty/channel/epoll/class-use/Epoll.html | 8 +- .../epoll/class-use/EpollChannelConfig.html | 8 +- .../epoll/class-use/EpollChannelOption.html | 8 +- .../epoll/class-use/EpollDatagramChannel.html | 8 +- .../class-use/EpollDatagramChannelConfig.html | 8 +- .../class-use/EpollDomainDatagramChannel.html | 8 +- .../EpollDomainDatagramChannelConfig.html | 8 +- .../class-use/EpollDomainSocketChannel.html | 8 +- .../EpollDomainSocketChannelConfig.html | 8 +- .../epoll/class-use/EpollEventArray.html | 8 +- .../epoll/class-use/EpollEventLoop.html | 8 +- .../epoll/class-use/EpollEventLoopGroup.html | 8 +- .../channel/epoll/class-use/EpollMode.html | 8 +- .../class-use/EpollServerChannelConfig.html | 8 +- .../EpollServerDomainSocketChannel.html | 8 +- .../class-use/EpollServerSocketChannel.html | 8 +- .../EpollServerSocketChannelConfig.html | 8 +- .../epoll/class-use/EpollSocketChannel.html | 8 +- .../class-use/EpollSocketChannelConfig.html | 8 +- .../channel/epoll/class-use/EpollTcpInfo.html | 8 +- .../channel/epoll/class-use/LinuxSocket.html | 8 +- .../netty/channel/epoll/class-use/Native.html | 8 +- .../class-use/SegmentedDatagramPacket.html | 8 +- .../channel/epoll/class-use/VSockAddress.html | 8 +- .../io/netty/channel/epoll/package-frame.html | 6 +- .../netty/channel/epoll/package-summary.html | 8 +- .../io/netty/channel/epoll/package-tree.html | 8 +- .../io/netty/channel/epoll/package-use.html | 8 +- .../io/netty/channel/group/ChannelGroup.html | 8 +- .../channel/group/ChannelGroupException.html | 8 +- .../channel/group/ChannelGroupFuture.html | 8 +- .../group/ChannelGroupFutureListener.html | 8 +- .../netty/channel/group/ChannelMatcher.html | 8 +- .../netty/channel/group/ChannelMatchers.html | 8 +- .../channel/group/DefaultChannelGroup.html | 8 +- .../channel/group/class-use/ChannelGroup.html | 8 +- .../class-use/ChannelGroupException.html | 8 +- .../group/class-use/ChannelGroupFuture.html | 8 +- .../class-use/ChannelGroupFutureListener.html | 8 +- .../group/class-use/ChannelMatcher.html | 8 +- .../group/class-use/ChannelMatchers.html | 8 +- .../group/class-use/DefaultChannelGroup.html | 8 +- .../io/netty/channel/group/package-frame.html | 6 +- .../netty/channel/group/package-summary.html | 8 +- .../io/netty/channel/group/package-tree.html | 8 +- .../io/netty/channel/group/package-use.html | 8 +- .../netty/channel/internal/ChannelUtils.html | 8 +- .../internal/class-use/ChannelUtils.html | 8 +- .../netty/channel/internal/package-frame.html | 6 +- .../channel/internal/package-summary.html | 8 +- .../netty/channel/internal/package-tree.html | 8 +- .../netty/channel/internal/package-use.html | 8 +- .../kqueue/AbstractKQueueServerChannel.html | 11 +- .../kqueue/AbstractKQueueStreamChannel.html | 11 +- .../io/netty/channel/kqueue/AcceptFilter.html | 8 +- 4.1/api/io/netty/channel/kqueue/KQueue.html | 11 +- .../channel/kqueue/KQueueChannelConfig.html | 11 +- .../channel/kqueue/KQueueChannelOption.html | 11 +- .../channel/kqueue/KQueueDatagramChannel.html | 11 +- .../kqueue/KQueueDatagramChannelConfig.html | 11 +- .../kqueue/KQueueDomainDatagramChannel.html | 11 +- .../KQueueDomainDatagramChannelConfig.html | 11 +- .../kqueue/KQueueDomainSocketChannel.html | 11 +- .../KQueueDomainSocketChannelConfig.html | 11 +- .../channel/kqueue/KQueueEventLoopGroup.html | 11 +- .../kqueue/KQueueServerChannelConfig.html | 13 +- .../KQueueServerDomainSocketChannel.html | 11 +- .../kqueue/KQueueServerSocketChannel.html | 11 +- .../KQueueServerSocketChannelConfig.html | 13 +- .../channel/kqueue/KQueueSocketChannel.html | 11 +- .../kqueue/KQueueSocketChannelConfig.html | 11 +- .../AbstractKQueueServerChannel.html | 8 +- .../AbstractKQueueStreamChannel.html | 8 +- .../kqueue/class-use/AcceptFilter.html | 8 +- .../channel/kqueue/class-use/KQueue.html | 8 +- .../kqueue/class-use/KQueueChannelConfig.html | 8 +- .../kqueue/class-use/KQueueChannelOption.html | 8 +- .../class-use/KQueueDatagramChannel.html | 8 +- .../KQueueDatagramChannelConfig.html | 8 +- .../KQueueDomainDatagramChannel.html | 8 +- .../KQueueDomainDatagramChannelConfig.html | 8 +- .../class-use/KQueueDomainSocketChannel.html | 8 +- .../KQueueDomainSocketChannelConfig.html | 8 +- .../class-use/KQueueEventLoopGroup.html | 8 +- .../class-use/KQueueServerChannelConfig.html | 8 +- .../KQueueServerDomainSocketChannel.html | 8 +- .../class-use/KQueueServerSocketChannel.html | 8 +- .../KQueueServerSocketChannelConfig.html | 8 +- .../kqueue/class-use/KQueueSocketChannel.html | 8 +- .../class-use/KQueueSocketChannelConfig.html | 8 +- .../netty/channel/kqueue/package-frame.html | 6 +- .../netty/channel/kqueue/package-summary.html | 10 +- .../io/netty/channel/kqueue/package-tree.html | 8 +- .../io/netty/channel/kqueue/package-use.html | 8 +- .../io/netty/channel/local/LocalAddress.html | 8 +- .../io/netty/channel/local/LocalChannel.html | 8 +- .../channel/local/LocalEventLoopGroup.html | 8 +- .../channel/local/LocalServerChannel.html | 8 +- .../channel/local/class-use/LocalAddress.html | 8 +- .../channel/local/class-use/LocalChannel.html | 8 +- .../local/class-use/LocalEventLoopGroup.html | 8 +- .../local/class-use/LocalServerChannel.html | 8 +- .../io/netty/channel/local/package-frame.html | 6 +- .../netty/channel/local/package-summary.html | 8 +- .../io/netty/channel/local/package-tree.html | 8 +- .../io/netty/channel/local/package-use.html | 8 +- .../AbstractNioByteChannel.NioByteUnsafe.html | 8 +- .../channel/nio/AbstractNioByteChannel.html | 10 +- .../AbstractNioChannel.AbstractNioUnsafe.html | 8 +- .../nio/AbstractNioChannel.NioUnsafe.html | 8 +- .../netty/channel/nio/AbstractNioChannel.html | 8 +- .../nio/AbstractNioMessageChannel.html | 10 +- .../io/netty/channel/nio/NioEventLoop.html | 8 +- .../netty/channel/nio/NioEventLoopGroup.html | 8 +- 4.1/api/io/netty/channel/nio/NioTask.html | 8 +- .../AbstractNioByteChannel.NioByteUnsafe.html | 8 +- .../nio/class-use/AbstractNioByteChannel.html | 15 +- .../AbstractNioChannel.AbstractNioUnsafe.html | 12 +- .../AbstractNioChannel.NioUnsafe.html | 8 +- .../nio/class-use/AbstractNioChannel.html | 22 +- .../class-use/AbstractNioMessageChannel.html | 15 +- .../channel/nio/class-use/NioEventLoop.html | 8 +- .../nio/class-use/NioEventLoopGroup.html | 8 +- .../netty/channel/nio/class-use/NioTask.html | 8 +- .../io/netty/channel/nio/package-frame.html | 6 +- .../io/netty/channel/nio/package-summary.html | 8 +- .../io/netty/channel/nio/package-tree.html | 8 +- 4.1/api/io/netty/channel/nio/package-use.html | 8 +- .../channel/oio/AbstractOioByteChannel.html | 8 +- .../netty/channel/oio/AbstractOioChannel.html | 8 +- .../oio/AbstractOioMessageChannel.html | 8 +- .../channel/oio/OioByteStreamChannel.html | 8 +- .../netty/channel/oio/OioEventLoopGroup.html | 8 +- .../oio/class-use/AbstractOioByteChannel.html | 8 +- .../oio/class-use/AbstractOioChannel.html | 8 +- .../class-use/AbstractOioMessageChannel.html | 8 +- .../oio/class-use/OioByteStreamChannel.html | 8 +- .../oio/class-use/OioEventLoopGroup.html | 8 +- .../io/netty/channel/oio/package-frame.html | 6 +- .../io/netty/channel/oio/package-summary.html | 8 +- .../io/netty/channel/oio/package-tree.html | 8 +- 4.1/api/io/netty/channel/oio/package-use.html | 8 +- 4.1/api/io/netty/channel/package-frame.html | 6 +- 4.1/api/io/netty/channel/package-summary.html | 8 +- 4.1/api/io/netty/channel/package-tree.html | 8 +- 4.1/api/io/netty/channel/package-use.html | 29 +- .../pool/AbstractChannelPoolHandler.html | 8 +- .../channel/pool/AbstractChannelPoolMap.html | 8 +- .../channel/pool/ChannelHealthChecker.html | 8 +- .../io/netty/channel/pool/ChannelPool.html | 8 +- .../channel/pool/ChannelPoolHandler.html | 8 +- .../io/netty/channel/pool/ChannelPoolMap.html | 8 +- ...FixedChannelPool.AcquireTimeoutAction.html | 8 +- .../netty/channel/pool/FixedChannelPool.html | 8 +- .../netty/channel/pool/SimpleChannelPool.html | 8 +- .../class-use/AbstractChannelPoolHandler.html | 8 +- .../class-use/AbstractChannelPoolMap.html | 8 +- .../pool/class-use/ChannelHealthChecker.html | 8 +- .../channel/pool/class-use/ChannelPool.html | 8 +- .../pool/class-use/ChannelPoolHandler.html | 8 +- .../pool/class-use/ChannelPoolMap.html | 8 +- ...FixedChannelPool.AcquireTimeoutAction.html | 8 +- .../pool/class-use/FixedChannelPool.html | 8 +- .../pool/class-use/SimpleChannelPool.html | 8 +- .../io/netty/channel/pool/package-frame.html | 6 +- .../netty/channel/pool/package-summary.html | 8 +- .../io/netty/channel/pool/package-tree.html | 8 +- .../io/netty/channel/pool/package-use.html | 8 +- .../io/netty/channel/rxtx/RxtxChannel.html | 8 +- .../rxtx/RxtxChannelConfig.Databits.html | 8 +- .../rxtx/RxtxChannelConfig.Paritybit.html | 8 +- .../rxtx/RxtxChannelConfig.Stopbits.html | 8 +- .../netty/channel/rxtx/RxtxChannelConfig.html | 8 +- .../netty/channel/rxtx/RxtxChannelOption.html | 8 +- .../netty/channel/rxtx/RxtxDeviceAddress.html | 8 +- .../channel/rxtx/class-use/RxtxChannel.html | 8 +- .../class-use/RxtxChannelConfig.Databits.html | 8 +- .../RxtxChannelConfig.Paritybit.html | 8 +- .../class-use/RxtxChannelConfig.Stopbits.html | 8 +- .../rxtx/class-use/RxtxChannelConfig.html | 8 +- .../rxtx/class-use/RxtxChannelOption.html | 8 +- .../rxtx/class-use/RxtxDeviceAddress.html | 8 +- .../io/netty/channel/rxtx/package-frame.html | 6 +- .../netty/channel/rxtx/package-summary.html | 8 +- .../io/netty/channel/rxtx/package-tree.html | 12 +- .../io/netty/channel/rxtx/package-use.html | 8 +- .../sctp/DefaultSctpChannelConfig.html | 8 +- .../sctp/DefaultSctpServerChannelConfig.html | 8 +- .../io/netty/channel/sctp/SctpChannel.html | 8 +- .../netty/channel/sctp/SctpChannelConfig.html | 8 +- .../netty/channel/sctp/SctpChannelOption.html | 8 +- .../io/netty/channel/sctp/SctpMessage.html | 8 +- .../channel/sctp/SctpNotificationHandler.html | 8 +- .../netty/channel/sctp/SctpServerChannel.html | 8 +- .../channel/sctp/SctpServerChannelConfig.html | 8 +- .../class-use/DefaultSctpChannelConfig.html | 8 +- .../DefaultSctpServerChannelConfig.html | 8 +- .../channel/sctp/class-use/SctpChannel.html | 8 +- .../sctp/class-use/SctpChannelConfig.html | 8 +- .../sctp/class-use/SctpChannelOption.html | 8 +- .../channel/sctp/class-use/SctpMessage.html | 8 +- .../class-use/SctpNotificationHandler.html | 8 +- .../sctp/class-use/SctpServerChannel.html | 8 +- .../class-use/SctpServerChannelConfig.html | 8 +- .../channel/sctp/nio/NioSctpChannel.html | 8 +- .../sctp/nio/NioSctpServerChannel.html | 8 +- .../sctp/nio/class-use/NioSctpChannel.html | 8 +- .../nio/class-use/NioSctpServerChannel.html | 8 +- .../netty/channel/sctp/nio/package-frame.html | 6 +- .../channel/sctp/nio/package-summary.html | 8 +- .../netty/channel/sctp/nio/package-tree.html | 8 +- .../netty/channel/sctp/nio/package-use.html | 8 +- .../channel/sctp/oio/OioSctpChannel.html | 8 +- .../sctp/oio/OioSctpServerChannel.html | 8 +- .../sctp/oio/class-use/OioSctpChannel.html | 8 +- .../oio/class-use/OioSctpServerChannel.html | 8 +- .../netty/channel/sctp/oio/package-frame.html | 6 +- .../channel/sctp/oio/package-summary.html | 8 +- .../netty/channel/sctp/oio/package-tree.html | 8 +- .../netty/channel/sctp/oio/package-use.html | 8 +- .../io/netty/channel/sctp/package-frame.html | 6 +- .../netty/channel/sctp/package-summary.html | 8 +- .../io/netty/channel/sctp/package-tree.html | 8 +- .../io/netty/channel/sctp/package-use.html | 8 +- .../socket/ChannelInputShutdownEvent.html | 8 +- .../ChannelInputShutdownReadComplete.html | 8 +- .../socket/ChannelOutputShutdownEvent.html | 11 +- .../ChannelOutputShutdownException.html | 11 +- .../netty/channel/socket/DatagramChannel.html | 8 +- .../channel/socket/DatagramChannelConfig.html | 8 +- .../netty/channel/socket/DatagramPacket.html | 8 +- .../socket/DefaultDatagramChannelConfig.html | 8 +- .../DefaultServerSocketChannelConfig.html | 8 +- .../socket/DefaultSocketChannelConfig.html | 8 +- .../netty/channel/socket/DuplexChannel.html | 10 +- .../channel/socket/DuplexChannelConfig.html | 8 +- .../socket/InternetProtocolFamily.html | 8 +- .../channel/socket/ServerSocketChannel.html | 8 +- .../socket/ServerSocketChannelConfig.html | 8 +- .../netty/channel/socket/SocketChannel.html | 8 +- .../channel/socket/SocketChannelConfig.html | 8 +- .../class-use/ChannelInputShutdownEvent.html | 8 +- .../ChannelInputShutdownReadComplete.html | 8 +- .../class-use/ChannelOutputShutdownEvent.html | 8 +- .../ChannelOutputShutdownException.html | 8 +- .../socket/class-use/DatagramChannel.html | 8 +- .../class-use/DatagramChannelConfig.html | 8 +- .../socket/class-use/DatagramPacket.html | 8 +- .../DefaultDatagramChannelConfig.html | 8 +- .../DefaultServerSocketChannelConfig.html | 8 +- .../class-use/DefaultSocketChannelConfig.html | 8 +- .../socket/class-use/DuplexChannel.html | 15 +- .../socket/class-use/DuplexChannelConfig.html | 8 +- .../class-use/InternetProtocolFamily.html | 8 +- .../socket/class-use/ServerSocketChannel.html | 12 +- .../class-use/ServerSocketChannelConfig.html | 8 +- .../socket/class-use/SocketChannel.html | 8 +- .../socket/class-use/SocketChannelConfig.html | 8 +- .../channel/socket/nio/NioChannelOption.html | 8 +- .../socket/nio/NioDatagramChannel.html | 12 +- .../socket/nio/NioDomainSocketChannel.html | 1092 +++++ .../nio/NioServerDomainSocketChannel.html | 748 ++++ .../socket/nio/NioServerSocketChannel.html | 12 +- .../channel/socket/nio/NioSocketChannel.html | 13 +- .../nio/class-use/NioChannelOption.html | 8 +- .../nio/class-use/NioDatagramChannel.html | 8 +- .../nio/class-use/NioDomainSocketChannel.html | 126 + .../NioServerDomainSocketChannel.html | 126 + .../nio/class-use/NioServerSocketChannel.html | 8 +- .../nio/class-use/NioSocketChannel.html | 8 +- .../channel/socket/nio/package-frame.html | 8 +- .../channel/socket/nio/package-summary.html | 22 +- .../channel/socket/nio/package-tree.html | 10 +- .../netty/channel/socket/nio/package-use.html | 8 +- .../DefaultOioServerSocketChannelConfig.html | 8 +- .../oio/DefaultOioSocketChannelConfig.html | 8 +- .../socket/oio/OioDatagramChannel.html | 8 +- .../socket/oio/OioDatagramChannelConfig.html | 8 +- .../socket/oio/OioServerSocketChannel.html | 8 +- .../oio/OioServerSocketChannelConfig.html | 8 +- .../channel/socket/oio/OioSocketChannel.html | 13 +- .../socket/oio/OioSocketChannelConfig.html | 8 +- .../DefaultOioServerSocketChannelConfig.html | 8 +- .../DefaultOioSocketChannelConfig.html | 8 +- .../oio/class-use/OioDatagramChannel.html | 8 +- .../class-use/OioDatagramChannelConfig.html | 8 +- .../oio/class-use/OioServerSocketChannel.html | 8 +- .../OioServerSocketChannelConfig.html | 8 +- .../oio/class-use/OioSocketChannel.html | 8 +- .../oio/class-use/OioSocketChannelConfig.html | 8 +- .../channel/socket/oio/package-frame.html | 6 +- .../channel/socket/oio/package-summary.html | 8 +- .../channel/socket/oio/package-tree.html | 8 +- .../netty/channel/socket/oio/package-use.html | 8 +- .../netty/channel/socket/package-frame.html | 6 +- .../netty/channel/socket/package-summary.html | 8 +- .../io/netty/channel/socket/package-tree.html | 8 +- .../io/netty/channel/socket/package-use.html | 8 +- .../channel/udt/DefaultUdtChannelConfig.html | 8 +- .../udt/DefaultUdtServerChannelConfig.html | 8 +- 4.1/api/io/netty/channel/udt/UdtChannel.html | 8 +- .../netty/channel/udt/UdtChannelConfig.html | 8 +- .../netty/channel/udt/UdtChannelOption.html | 8 +- 4.1/api/io/netty/channel/udt/UdtMessage.html | 8 +- .../netty/channel/udt/UdtServerChannel.html | 8 +- .../channel/udt/UdtServerChannelConfig.html | 8 +- .../class-use/DefaultUdtChannelConfig.html | 8 +- .../DefaultUdtServerChannelConfig.html | 8 +- .../channel/udt/class-use/UdtChannel.html | 8 +- .../udt/class-use/UdtChannelConfig.html | 8 +- .../udt/class-use/UdtChannelOption.html | 8 +- .../channel/udt/class-use/UdtMessage.html | 8 +- .../udt/class-use/UdtServerChannel.html | 8 +- .../udt/class-use/UdtServerChannelConfig.html | 8 +- .../udt/nio/NioUdtAcceptorChannel.html | 8 +- .../udt/nio/NioUdtByteAcceptorChannel.html | 8 +- .../udt/nio/NioUdtByteConnectorChannel.html | 8 +- .../udt/nio/NioUdtByteRendezvousChannel.html | 8 +- .../udt/nio/NioUdtMessageAcceptorChannel.html | 8 +- .../nio/NioUdtMessageConnectorChannel.html | 8 +- .../nio/NioUdtMessageRendezvousChannel.html | 8 +- .../netty/channel/udt/nio/NioUdtProvider.html | 8 +- .../nio/class-use/NioUdtAcceptorChannel.html | 8 +- .../class-use/NioUdtByteAcceptorChannel.html | 8 +- .../class-use/NioUdtByteConnectorChannel.html | 8 +- .../NioUdtByteRendezvousChannel.html | 8 +- .../NioUdtMessageAcceptorChannel.html | 8 +- .../NioUdtMessageConnectorChannel.html | 8 +- .../NioUdtMessageRendezvousChannel.html | 8 +- .../udt/nio/class-use/NioUdtProvider.html | 8 +- .../netty/channel/udt/nio/package-frame.html | 6 +- .../channel/udt/nio/package-summary.html | 8 +- .../netty/channel/udt/nio/package-tree.html | 8 +- .../io/netty/channel/udt/nio/package-use.html | 8 +- .../io/netty/channel/udt/package-frame.html | 6 +- .../io/netty/channel/udt/package-summary.html | 8 +- .../io/netty/channel/udt/package-tree.html | 8 +- 4.1/api/io/netty/channel/udt/package-use.html | 8 +- 4.1/api/io/netty/channel/unix/Buffer.html | 8 +- .../channel/unix/DatagramSocketAddress.html | 8 +- .../channel/unix/DomainDatagramChannel.html | 8 +- .../unix/DomainDatagramChannelConfig.html | 8 +- .../channel/unix/DomainDatagramPacket.html | 8 +- .../unix/DomainDatagramSocketAddress.html | 8 +- .../channel/unix/DomainSocketAddress.html | 8 +- .../channel/unix/DomainSocketChannel.html | 8 +- .../unix/DomainSocketChannelConfig.html | 8 +- .../channel/unix/DomainSocketReadMode.html | 8 +- .../unix/Errors.NativeIoException.html | 8 +- 4.1/api/io/netty/channel/unix/Errors.html | 8 +- .../io/netty/channel/unix/FileDescriptor.html | 8 +- .../unix/GenericUnixChannelOption.html | 8 +- .../unix/IntegerUnixChannelOption.html | 8 +- 4.1/api/io/netty/channel/unix/IovArray.html | 8 +- 4.1/api/io/netty/channel/unix/Limits.html | 8 +- .../netty/channel/unix/NativeInetAddress.html | 8 +- .../netty/channel/unix/PeerCredentials.html | 8 +- .../unix/PreferredDirectByteBufAllocator.html | 8 +- .../channel/unix/RawUnixChannelOption.html | 8 +- .../channel/unix/SegmentedDatagramPacket.html | 8 +- .../unix/ServerDomainSocketChannel.html | 8 +- 4.1/api/io/netty/channel/unix/Socket.html | 8 +- .../unix/SocketWritableByteChannel.html | 8 +- 4.1/api/io/netty/channel/unix/Unix.html | 8 +- .../io/netty/channel/unix/UnixChannel.html | 8 +- .../netty/channel/unix/UnixChannelOption.html | 8 +- .../netty/channel/unix/UnixChannelUtil.html | 8 +- .../netty/channel/unix/class-use/Buffer.html | 8 +- .../unix/class-use/DatagramSocketAddress.html | 8 +- .../unix/class-use/DomainDatagramChannel.html | 8 +- .../DomainDatagramChannelConfig.html | 8 +- .../unix/class-use/DomainDatagramPacket.html | 8 +- .../DomainDatagramSocketAddress.html | 8 +- .../unix/class-use/DomainSocketAddress.html | 8 +- .../unix/class-use/DomainSocketChannel.html | 8 +- .../class-use/DomainSocketChannelConfig.html | 8 +- .../unix/class-use/DomainSocketReadMode.html | 8 +- .../class-use/Errors.NativeIoException.html | 8 +- .../netty/channel/unix/class-use/Errors.html | 8 +- .../unix/class-use/FileDescriptor.html | 8 +- .../class-use/GenericUnixChannelOption.html | 8 +- .../class-use/IntegerUnixChannelOption.html | 8 +- .../channel/unix/class-use/IovArray.html | 8 +- .../netty/channel/unix/class-use/Limits.html | 8 +- .../unix/class-use/NativeInetAddress.html | 8 +- .../unix/class-use/PeerCredentials.html | 8 +- .../PreferredDirectByteBufAllocator.html | 8 +- .../unix/class-use/RawUnixChannelOption.html | 8 +- .../class-use/SegmentedDatagramPacket.html | 8 +- .../class-use/ServerDomainSocketChannel.html | 8 +- .../netty/channel/unix/class-use/Socket.html | 8 +- .../class-use/SocketWritableByteChannel.html | 8 +- .../io/netty/channel/unix/class-use/Unix.html | 8 +- .../channel/unix/class-use/UnixChannel.html | 8 +- .../unix/class-use/UnixChannelOption.html | 8 +- .../unix/class-use/UnixChannelUtil.html | 8 +- .../io/netty/channel/unix/package-frame.html | 6 +- .../netty/channel/unix/package-summary.html | 8 +- .../io/netty/channel/unix/package-tree.html | 8 +- .../io/netty/channel/unix/package-use.html | 8 +- .../address/DynamicAddressConnectHandler.html | 8 +- .../address/ResolveAddressHandler.html | 8 +- .../DynamicAddressConnectHandler.html | 8 +- .../class-use/ResolveAddressHandler.html | 8 +- .../netty/handler/address/package-frame.html | 6 +- .../handler/address/package-summary.html | 8 +- .../netty/handler/address/package-tree.html | 8 +- .../io/netty/handler/address/package-use.html | 8 +- .../AsciiHeadersEncoder.NewlineType.html | 8 +- .../AsciiHeadersEncoder.SeparatorType.html | 8 +- .../handler/codec/AsciiHeadersEncoder.html | 8 +- .../handler/codec/ByteToMessageCodec.html | 8 +- .../codec/ByteToMessageDecoder.Cumulator.html | 8 +- .../handler/codec/ByteToMessageDecoder.html | 8 +- .../codec/CharSequenceValueConverter.html | 8 +- .../netty/handler/codec/CodecException.html | 8 +- .../codec/CorruptedFrameException.html | 8 +- .../handler/codec/DatagramPacketDecoder.html | 8 +- .../handler/codec/DatagramPacketEncoder.html | 8 +- .../io/netty/handler/codec/DateFormatter.html | 8 +- .../netty/handler/codec/DecoderException.html | 8 +- .../io/netty/handler/codec/DecoderResult.html | 8 +- .../handler/codec/DecoderResultProvider.html | 8 +- .../codec/DefaultHeaders.HeaderEntry.html | 8 +- .../codec/DefaultHeaders.NameValidator.html | 8 +- .../codec/DefaultHeaders.ValueValidator.html | 8 +- .../netty/handler/codec/DefaultHeaders.html | 8 +- .../handler/codec/DefaultHeadersImpl.html | 8 +- .../codec/DelimiterBasedFrameDecoder.html | 8 +- .../io/netty/handler/codec/Delimiters.html | 8 +- .../io/netty/handler/codec/EmptyHeaders.html | 8 +- .../netty/handler/codec/EncoderException.html | 8 +- .../codec/FixedLengthFrameDecoder.html | 8 +- 4.1/api/io/netty/handler/codec/Headers.html | 8 +- .../io/netty/handler/codec/HeadersUtils.html | 8 +- .../codec/LengthFieldBasedFrameDecoder.html | 8 +- .../handler/codec/LengthFieldPrepender.html | 8 +- .../handler/codec/LineBasedFrameDecoder.html | 8 +- .../codec/MessageAggregationException.html | 8 +- .../handler/codec/MessageAggregator.html | 8 +- .../handler/codec/MessageToByteEncoder.html | 8 +- .../handler/codec/MessageToMessageCodec.html | 8 +- .../codec/MessageToMessageDecoder.html | 8 +- .../codec/MessageToMessageEncoder.html | 8 +- .../PrematureChannelClosureException.html | 8 +- .../codec/ProtocolDetectionResult.html | 8 +- .../handler/codec/ProtocolDetectionState.html | 8 +- .../netty/handler/codec/ReplayingDecoder.html | 8 +- .../handler/codec/TooLongFrameException.html | 8 +- .../UnsupportedMessageTypeException.html | 8 +- .../codec/UnsupportedValueConverter.html | 8 +- .../netty/handler/codec/ValueConverter.html | 8 +- .../io/netty/handler/codec/base64/Base64.html | 8 +- .../handler/codec/base64/Base64Decoder.html | 8 +- .../handler/codec/base64/Base64Dialect.html | 8 +- .../handler/codec/base64/Base64Encoder.html | 8 +- .../codec/base64/class-use/Base64.html | 8 +- .../codec/base64/class-use/Base64Decoder.html | 8 +- .../codec/base64/class-use/Base64Dialect.html | 8 +- .../codec/base64/class-use/Base64Encoder.html | 8 +- .../handler/codec/base64/package-frame.html | 6 +- .../handler/codec/base64/package-summary.html | 8 +- .../handler/codec/base64/package-tree.html | 8 +- .../handler/codec/base64/package-use.html | 8 +- .../handler/codec/bytes/ByteArrayDecoder.html | 8 +- .../handler/codec/bytes/ByteArrayEncoder.html | 8 +- .../bytes/class-use/ByteArrayDecoder.html | 8 +- .../bytes/class-use/ByteArrayEncoder.html | 8 +- .../handler/codec/bytes/package-frame.html | 6 +- .../handler/codec/bytes/package-summary.html | 8 +- .../handler/codec/bytes/package-tree.html | 8 +- .../handler/codec/bytes/package-use.html | 8 +- .../AsciiHeadersEncoder.NewlineType.html | 8 +- .../AsciiHeadersEncoder.SeparatorType.html | 8 +- .../codec/class-use/AsciiHeadersEncoder.html | 8 +- .../codec/class-use/ByteToMessageCodec.html | 8 +- .../ByteToMessageDecoder.Cumulator.html | 8 +- .../codec/class-use/ByteToMessageDecoder.html | 8 +- .../class-use/CharSequenceValueConverter.html | 8 +- .../codec/class-use/CodecException.html | 8 +- .../class-use/CorruptedFrameException.html | 8 +- .../class-use/DatagramPacketDecoder.html | 8 +- .../class-use/DatagramPacketEncoder.html | 8 +- .../codec/class-use/DateFormatter.html | 8 +- .../codec/class-use/DecoderException.html | 8 +- .../codec/class-use/DecoderResult.html | 8 +- .../class-use/DecoderResultProvider.html | 8 +- .../class-use/DefaultHeaders.HeaderEntry.html | 8 +- .../DefaultHeaders.NameValidator.html | 8 +- .../DefaultHeaders.ValueValidator.html | 8 +- .../codec/class-use/DefaultHeaders.html | 8 +- .../codec/class-use/DefaultHeadersImpl.html | 8 +- .../class-use/DelimiterBasedFrameDecoder.html | 8 +- .../handler/codec/class-use/Delimiters.html | 8 +- .../handler/codec/class-use/EmptyHeaders.html | 8 +- .../codec/class-use/EncoderException.html | 8 +- .../class-use/FixedLengthFrameDecoder.html | 8 +- .../handler/codec/class-use/Headers.html | 8 +- .../handler/codec/class-use/HeadersUtils.html | 8 +- .../LengthFieldBasedFrameDecoder.html | 8 +- .../codec/class-use/LengthFieldPrepender.html | 8 +- .../class-use/LineBasedFrameDecoder.html | 8 +- .../MessageAggregationException.html | 8 +- .../codec/class-use/MessageAggregator.html | 8 +- .../codec/class-use/MessageToByteEncoder.html | 8 +- .../class-use/MessageToMessageCodec.html | 8 +- .../class-use/MessageToMessageDecoder.html | 8 +- .../class-use/MessageToMessageEncoder.html | 8 +- .../PrematureChannelClosureException.html | 8 +- .../class-use/ProtocolDetectionResult.html | 8 +- .../class-use/ProtocolDetectionState.html | 8 +- .../codec/class-use/ReplayingDecoder.html | 8 +- .../class-use/TooLongFrameException.html | 8 +- .../UnsupportedMessageTypeException.html | 8 +- .../class-use/UnsupportedValueConverter.html | 8 +- .../codec/class-use/ValueConverter.html | 8 +- .../handler/codec/compression/Brotli.html | 8 +- .../codec/compression/BrotliDecoder.html | 8 +- .../codec/compression/BrotliEncoder.html | 8 +- .../codec/compression/BrotliOptions.html | 8 +- .../codec/compression/Bzip2Decoder.html | 8 +- .../codec/compression/Bzip2Encoder.html | 8 +- .../compression/CompressionException.html | 8 +- .../codec/compression/CompressionOptions.html | 8 +- .../compression/DecompressionException.html | 8 +- .../codec/compression/DeflateOptions.html | 8 +- .../codec/compression/FastLzFrameDecoder.html | 8 +- .../codec/compression/FastLzFrameEncoder.html | 8 +- .../codec/compression/GzipOptions.html | 8 +- .../codec/compression/JZlibDecoder.html | 8 +- .../codec/compression/JZlibEncoder.html | 8 +- .../codec/compression/JdkZlibDecoder.html | 8 +- .../codec/compression/JdkZlibEncoder.html | 8 +- .../codec/compression/Lz4FrameDecoder.html | 8 +- .../codec/compression/Lz4FrameEncoder.html | 8 +- .../codec/compression/Lz4XXHash32.html | 8 +- .../handler/codec/compression/LzfDecoder.html | 8 +- .../handler/codec/compression/LzfEncoder.html | 8 +- .../codec/compression/LzmaFrameEncoder.html | 8 +- .../handler/codec/compression/Snappy.html | 8 +- .../codec/compression/SnappyFrameDecoder.html | 8 +- .../codec/compression/SnappyFrameEncoder.html | 8 +- .../compression/SnappyFramedDecoder.html | 8 +- .../compression/SnappyFramedEncoder.html | 8 +- .../codec/compression/SnappyOptions.html | 8 +- .../StandardCompressionOptions.html | 8 +- .../codec/compression/ZlibCodecFactory.html | 8 +- .../codec/compression/ZlibDecoder.html | 8 +- .../codec/compression/ZlibEncoder.html | 8 +- .../codec/compression/ZlibWrapper.html | 8 +- .../netty/handler/codec/compression/Zstd.html | 8 +- .../codec/compression/ZstdDecoder.html | 8 +- .../codec/compression/ZstdEncoder.html | 8 +- .../codec/compression/ZstdOptions.html | 8 +- .../codec/compression/class-use/Brotli.html | 8 +- .../compression/class-use/BrotliDecoder.html | 8 +- .../compression/class-use/BrotliEncoder.html | 8 +- .../compression/class-use/BrotliOptions.html | 8 +- .../compression/class-use/Bzip2Decoder.html | 8 +- .../compression/class-use/Bzip2Encoder.html | 8 +- .../class-use/CompressionException.html | 8 +- .../class-use/CompressionOptions.html | 8 +- .../class-use/DecompressionException.html | 8 +- .../compression/class-use/DeflateOptions.html | 8 +- .../class-use/FastLzFrameDecoder.html | 8 +- .../class-use/FastLzFrameEncoder.html | 8 +- .../compression/class-use/GzipOptions.html | 8 +- .../compression/class-use/JZlibDecoder.html | 8 +- .../compression/class-use/JZlibEncoder.html | 8 +- .../compression/class-use/JdkZlibDecoder.html | 8 +- .../compression/class-use/JdkZlibEncoder.html | 8 +- .../class-use/Lz4FrameDecoder.html | 8 +- .../class-use/Lz4FrameEncoder.html | 8 +- .../compression/class-use/Lz4XXHash32.html | 8 +- .../compression/class-use/LzfDecoder.html | 8 +- .../compression/class-use/LzfEncoder.html | 8 +- .../class-use/LzmaFrameEncoder.html | 8 +- .../codec/compression/class-use/Snappy.html | 8 +- .../class-use/SnappyFrameDecoder.html | 8 +- .../class-use/SnappyFrameEncoder.html | 8 +- .../class-use/SnappyFramedDecoder.html | 8 +- .../class-use/SnappyFramedEncoder.html | 8 +- .../compression/class-use/SnappyOptions.html | 8 +- .../class-use/StandardCompressionOptions.html | 8 +- .../class-use/ZlibCodecFactory.html | 8 +- .../compression/class-use/ZlibDecoder.html | 8 +- .../compression/class-use/ZlibEncoder.html | 8 +- .../compression/class-use/ZlibWrapper.html | 8 +- .../codec/compression/class-use/Zstd.html | 8 +- .../compression/class-use/ZstdDecoder.html | 8 +- .../compression/class-use/ZstdEncoder.html | 8 +- .../compression/class-use/ZstdOptions.html | 8 +- .../codec/compression/package-frame.html | 6 +- .../codec/compression/package-summary.html | 8 +- .../codec/compression/package-tree.html | 8 +- .../codec/compression/package-use.html | 8 +- .../handler/codec/dns/AbstractDnsMessage.html | 11 +- .../dns/AbstractDnsOptPseudoRrRecord.html | 11 +- .../handler/codec/dns/AbstractDnsRecord.html | 11 +- .../handler/codec/dns/DatagramDnsQuery.html | 11 +- .../codec/dns/DatagramDnsQueryDecoder.html | 11 +- .../codec/dns/DatagramDnsQueryEncoder.html | 11 +- .../codec/dns/DatagramDnsResponse.html | 11 +- .../codec/dns/DatagramDnsResponseDecoder.html | 11 +- .../codec/dns/DatagramDnsResponseEncoder.html | 11 +- .../codec/dns/DefaultDnsOptEcsRecord.html | 11 +- .../codec/dns/DefaultDnsPtrRecord.html | 11 +- .../handler/codec/dns/DefaultDnsQuery.html | 11 +- .../handler/codec/dns/DefaultDnsQuestion.html | 11 +- .../codec/dns/DefaultDnsRawRecord.html | 11 +- .../codec/dns/DefaultDnsRecordDecoder.html | 11 +- .../codec/dns/DefaultDnsRecordEncoder.html | 11 +- .../handler/codec/dns/DefaultDnsResponse.html | 11 +- .../netty/handler/codec/dns/DnsMessage.html | 11 +- .../io/netty/handler/codec/dns/DnsOpCode.html | 11 +- .../handler/codec/dns/DnsOptEcsRecord.html | 11 +- .../handler/codec/dns/DnsOptPseudoRecord.html | 11 +- .../netty/handler/codec/dns/DnsPtrRecord.html | 11 +- .../io/netty/handler/codec/dns/DnsQuery.html | 11 +- .../netty/handler/codec/dns/DnsQuestion.html | 11 +- .../netty/handler/codec/dns/DnsRawRecord.html | 11 +- .../io/netty/handler/codec/dns/DnsRecord.html | 11 +- .../handler/codec/dns/DnsRecordDecoder.html | 11 +- .../handler/codec/dns/DnsRecordEncoder.html | 11 +- .../handler/codec/dns/DnsRecordType.html | 11 +- .../netty/handler/codec/dns/DnsResponse.html | 11 +- .../handler/codec/dns/DnsResponseCode.html | 11 +- .../netty/handler/codec/dns/DnsSection.html | 11 +- .../handler/codec/dns/TcpDnsQueryDecoder.html | 11 +- .../handler/codec/dns/TcpDnsQueryEncoder.html | 9 +- .../codec/dns/TcpDnsResponseDecoder.html | 11 +- .../codec/dns/TcpDnsResponseEncoder.html | 11 +- .../dns/class-use/AbstractDnsMessage.html | 8 +- .../AbstractDnsOptPseudoRrRecord.html | 8 +- .../dns/class-use/AbstractDnsRecord.html | 8 +- .../codec/dns/class-use/DatagramDnsQuery.html | 8 +- .../class-use/DatagramDnsQueryDecoder.html | 8 +- .../class-use/DatagramDnsQueryEncoder.html | 8 +- .../dns/class-use/DatagramDnsResponse.html | 8 +- .../class-use/DatagramDnsResponseDecoder.html | 8 +- .../class-use/DatagramDnsResponseEncoder.html | 8 +- .../dns/class-use/DefaultDnsOptEcsRecord.html | 8 +- .../dns/class-use/DefaultDnsPtrRecord.html | 8 +- .../codec/dns/class-use/DefaultDnsQuery.html | 8 +- .../dns/class-use/DefaultDnsQuestion.html | 8 +- .../dns/class-use/DefaultDnsRawRecord.html | 8 +- .../class-use/DefaultDnsRecordDecoder.html | 8 +- .../class-use/DefaultDnsRecordEncoder.html | 8 +- .../dns/class-use/DefaultDnsResponse.html | 8 +- .../codec/dns/class-use/DnsMessage.html | 8 +- .../codec/dns/class-use/DnsOpCode.html | 8 +- .../codec/dns/class-use/DnsOptEcsRecord.html | 8 +- .../dns/class-use/DnsOptPseudoRecord.html | 8 +- .../codec/dns/class-use/DnsPtrRecord.html | 8 +- .../handler/codec/dns/class-use/DnsQuery.html | 8 +- .../codec/dns/class-use/DnsQuestion.html | 8 +- .../codec/dns/class-use/DnsRawRecord.html | 8 +- .../codec/dns/class-use/DnsRecord.html | 8 +- .../codec/dns/class-use/DnsRecordDecoder.html | 8 +- .../codec/dns/class-use/DnsRecordEncoder.html | 8 +- .../codec/dns/class-use/DnsRecordType.html | 8 +- .../codec/dns/class-use/DnsResponse.html | 8 +- .../codec/dns/class-use/DnsResponseCode.html | 8 +- .../codec/dns/class-use/DnsSection.html | 8 +- .../dns/class-use/TcpDnsQueryDecoder.html | 8 +- .../dns/class-use/TcpDnsQueryEncoder.html | 8 +- .../dns/class-use/TcpDnsResponseDecoder.html | 8 +- .../dns/class-use/TcpDnsResponseEncoder.html | 8 +- .../handler/codec/dns/package-frame.html | 6 +- .../handler/codec/dns/package-summary.html | 10 +- .../netty/handler/codec/dns/package-tree.html | 8 +- .../netty/handler/codec/dns/package-use.html | 8 +- .../handler/codec/haproxy/HAProxyCommand.html | 8 +- .../handler/codec/haproxy/HAProxyMessage.html | 8 +- .../codec/haproxy/HAProxyMessageDecoder.html | 8 +- .../codec/haproxy/HAProxyMessageEncoder.html | 8 +- .../haproxy/HAProxyProtocolException.html | 8 +- .../codec/haproxy/HAProxyProtocolVersion.html | 8 +- .../HAProxyProxiedProtocol.AddressFamily.html | 8 +- ...roxyProxiedProtocol.TransportProtocol.html | 8 +- .../codec/haproxy/HAProxyProxiedProtocol.html | 8 +- .../handler/codec/haproxy/HAProxySSLTLV.html | 8 +- .../codec/haproxy/HAProxyTLV.Type.html | 8 +- .../handler/codec/haproxy/HAProxyTLV.html | 8 +- .../haproxy/class-use/HAProxyCommand.html | 8 +- .../haproxy/class-use/HAProxyMessage.html | 8 +- .../class-use/HAProxyMessageDecoder.html | 8 +- .../class-use/HAProxyMessageEncoder.html | 8 +- .../class-use/HAProxyProtocolException.html | 8 +- .../class-use/HAProxyProtocolVersion.html | 8 +- .../HAProxyProxiedProtocol.AddressFamily.html | 8 +- ...roxyProxiedProtocol.TransportProtocol.html | 8 +- .../class-use/HAProxyProxiedProtocol.html | 8 +- .../haproxy/class-use/HAProxySSLTLV.html | 8 +- .../haproxy/class-use/HAProxyTLV.Type.html | 8 +- .../codec/haproxy/class-use/HAProxyTLV.html | 8 +- .../handler/codec/haproxy/package-frame.html | 6 +- .../codec/haproxy/package-summary.html | 8 +- .../handler/codec/haproxy/package-tree.html | 14 +- .../handler/codec/haproxy/package-use.html | 8 +- .../codec/http/ClientCookieEncoder.html | 8 +- .../codec/http/CombinedHttpHeaders.html | 8 +- .../io/netty/handler/codec/http/Cookie.html | 8 +- .../handler/codec/http/CookieDecoder.html | 8 +- .../handler/codec/http/DefaultCookie.html | 8 +- .../codec/http/DefaultFullHttpRequest.html | 8 +- .../codec/http/DefaultFullHttpResponse.html | 8 +- .../codec/http/DefaultHttpContent.html | 8 +- .../codec/http/DefaultHttpHeaders.html | 8 +- .../codec/http/DefaultHttpHeadersFactory.html | 8 +- .../codec/http/DefaultHttpMessage.html | 8 +- .../handler/codec/http/DefaultHttpObject.html | 8 +- .../codec/http/DefaultHttpRequest.html | 8 +- .../codec/http/DefaultHttpResponse.html | 8 +- .../codec/http/DefaultLastHttpContent.html | 8 +- .../handler/codec/http/EmptyHttpHeaders.html | 8 +- .../handler/codec/http/FullHttpMessage.html | 8 +- .../handler/codec/http/FullHttpRequest.html | 8 +- .../handler/codec/http/FullHttpResponse.html | 8 +- .../handler/codec/http/HttpChunkedInput.html | 8 +- .../handler/codec/http/HttpClientCodec.html | 8 +- .../HttpClientUpgradeHandler.SourceCodec.html | 8 +- ...HttpClientUpgradeHandler.UpgradeCodec.html | 8 +- ...HttpClientUpgradeHandler.UpgradeEvent.html | 8 +- .../codec/http/HttpClientUpgradeHandler.html | 8 +- .../handler/codec/http/HttpConstants.html | 8 +- .../netty/handler/codec/http/HttpContent.html | 8 +- .../codec/http/HttpContentCompressor.html | 8 +- .../codec/http/HttpContentDecoder.html | 8 +- .../codec/http/HttpContentDecompressor.html | 8 +- .../codec/http/HttpContentEncoder.Result.html | 8 +- .../codec/http/HttpContentEncoder.html | 8 +- .../handler/codec/http/HttpDecoderConfig.html | 8 +- .../http/HttpExpectationFailedEvent.html | 8 +- .../codec/http/HttpHeaderDateFormat.html | 8 +- .../handler/codec/http/HttpHeaderNames.html | 8 +- .../codec/http/HttpHeaderValidationUtil.html | 11 +- .../handler/codec/http/HttpHeaderValues.html | 8 +- .../handler/codec/http/HttpHeaders.Names.html | 8 +- .../codec/http/HttpHeaders.Values.html | 8 +- .../netty/handler/codec/http/HttpHeaders.html | 8 +- .../codec/http/HttpHeadersFactory.html | 8 +- .../netty/handler/codec/http/HttpMessage.html | 8 +- .../codec/http/HttpMessageDecoderResult.html | 8 +- .../netty/handler/codec/http/HttpMethod.html | 8 +- .../netty/handler/codec/http/HttpObject.html | 8 +- .../codec/http/HttpObjectAggregator.html | 8 +- .../handler/codec/http/HttpObjectDecoder.html | 8 +- .../handler/codec/http/HttpObjectEncoder.html | 8 +- .../netty/handler/codec/http/HttpRequest.html | 8 +- .../codec/http/HttpRequestDecoder.html | 8 +- .../codec/http/HttpRequestEncoder.html | 8 +- .../handler/codec/http/HttpResponse.html | 8 +- .../codec/http/HttpResponseDecoder.html | 8 +- .../codec/http/HttpResponseEncoder.html | 8 +- .../codec/http/HttpResponseStatus.html | 8 +- .../netty/handler/codec/http/HttpScheme.html | 8 +- .../handler/codec/http/HttpServerCodec.html | 8 +- .../http/HttpServerExpectContinueHandler.html | 8 +- .../http/HttpServerKeepAliveHandler.html | 8 +- .../HttpServerUpgradeHandler.SourceCodec.html | 8 +- ...HttpServerUpgradeHandler.UpgradeCodec.html | 8 +- ...verUpgradeHandler.UpgradeCodecFactory.html | 8 +- ...HttpServerUpgradeHandler.UpgradeEvent.html | 8 +- .../codec/http/HttpServerUpgradeHandler.html | 8 +- .../handler/codec/http/HttpStatusClass.html | 8 +- .../io/netty/handler/codec/http/HttpUtil.html | 15 +- .../netty/handler/codec/http/HttpVersion.html | 8 +- .../handler/codec/http/LastHttpContent.html | 8 +- .../codec/http/QueryStringDecoder.html | 8 +- .../codec/http/QueryStringEncoder.html | 8 +- .../codec/http/ReadOnlyHttpHeaders.html | 8 +- .../codec/http/ServerCookieEncoder.html | 8 +- .../http/TooLongHttpContentException.html | 8 +- .../http/TooLongHttpHeaderException.html | 8 +- .../codec/http/TooLongHttpLineException.html | 8 +- .../http/class-use/ClientCookieEncoder.html | 8 +- .../http/class-use/CombinedHttpHeaders.html | 8 +- .../handler/codec/http/class-use/Cookie.html | 8 +- .../codec/http/class-use/CookieDecoder.html | 8 +- .../codec/http/class-use/DefaultCookie.html | 8 +- .../class-use/DefaultFullHttpRequest.html | 8 +- .../class-use/DefaultFullHttpResponse.html | 8 +- .../http/class-use/DefaultHttpContent.html | 8 +- .../http/class-use/DefaultHttpHeaders.html | 8 +- .../class-use/DefaultHttpHeadersFactory.html | 8 +- .../http/class-use/DefaultHttpMessage.html | 8 +- .../http/class-use/DefaultHttpObject.html | 8 +- .../http/class-use/DefaultHttpRequest.html | 8 +- .../http/class-use/DefaultHttpResponse.html | 8 +- .../class-use/DefaultLastHttpContent.html | 8 +- .../http/class-use/EmptyHttpHeaders.html | 8 +- .../codec/http/class-use/FullHttpMessage.html | 8 +- .../codec/http/class-use/FullHttpRequest.html | 8 +- .../http/class-use/FullHttpResponse.html | 8 +- .../http/class-use/HttpChunkedInput.html | 8 +- .../codec/http/class-use/HttpClientCodec.html | 8 +- .../HttpClientUpgradeHandler.SourceCodec.html | 8 +- ...HttpClientUpgradeHandler.UpgradeCodec.html | 8 +- ...HttpClientUpgradeHandler.UpgradeEvent.html | 8 +- .../class-use/HttpClientUpgradeHandler.html | 8 +- .../codec/http/class-use/HttpConstants.html | 8 +- .../codec/http/class-use/HttpContent.html | 8 +- .../http/class-use/HttpContentCompressor.html | 8 +- .../http/class-use/HttpContentDecoder.html | 8 +- .../class-use/HttpContentDecompressor.html | 8 +- .../class-use/HttpContentEncoder.Result.html | 8 +- .../http/class-use/HttpContentEncoder.html | 8 +- .../http/class-use/HttpDecoderConfig.html | 8 +- .../class-use/HttpExpectationFailedEvent.html | 8 +- .../http/class-use/HttpHeaderDateFormat.html | 8 +- .../codec/http/class-use/HttpHeaderNames.html | 8 +- .../class-use/HttpHeaderValidationUtil.html | 8 +- .../http/class-use/HttpHeaderValues.html | 8 +- .../http/class-use/HttpHeaders.Names.html | 8 +- .../http/class-use/HttpHeaders.Values.html | 8 +- .../codec/http/class-use/HttpHeaders.html | 8 +- .../http/class-use/HttpHeadersFactory.html | 8 +- .../codec/http/class-use/HttpMessage.html | 8 +- .../class-use/HttpMessageDecoderResult.html | 8 +- .../codec/http/class-use/HttpMethod.html | 8 +- .../codec/http/class-use/HttpObject.html | 8 +- .../http/class-use/HttpObjectAggregator.html | 8 +- .../http/class-use/HttpObjectDecoder.html | 8 +- .../http/class-use/HttpObjectEncoder.html | 8 +- .../codec/http/class-use/HttpRequest.html | 8 +- .../http/class-use/HttpRequestDecoder.html | 8 +- .../http/class-use/HttpRequestEncoder.html | 8 +- .../codec/http/class-use/HttpResponse.html | 8 +- .../http/class-use/HttpResponseDecoder.html | 8 +- .../http/class-use/HttpResponseEncoder.html | 8 +- .../http/class-use/HttpResponseStatus.html | 8 +- .../codec/http/class-use/HttpScheme.html | 8 +- .../codec/http/class-use/HttpServerCodec.html | 8 +- .../HttpServerExpectContinueHandler.html | 8 +- .../class-use/HttpServerKeepAliveHandler.html | 8 +- .../HttpServerUpgradeHandler.SourceCodec.html | 8 +- ...HttpServerUpgradeHandler.UpgradeCodec.html | 8 +- ...verUpgradeHandler.UpgradeCodecFactory.html | 8 +- ...HttpServerUpgradeHandler.UpgradeEvent.html | 8 +- .../class-use/HttpServerUpgradeHandler.html | 8 +- .../codec/http/class-use/HttpStatusClass.html | 8 +- .../codec/http/class-use/HttpUtil.html | 8 +- .../codec/http/class-use/HttpVersion.html | 8 +- .../codec/http/class-use/LastHttpContent.html | 8 +- .../http/class-use/QueryStringDecoder.html | 8 +- .../http/class-use/QueryStringEncoder.html | 8 +- .../http/class-use/ReadOnlyHttpHeaders.html | 8 +- .../http/class-use/ServerCookieEncoder.html | 8 +- .../TooLongHttpContentException.html | 8 +- .../class-use/TooLongHttpHeaderException.html | 8 +- .../class-use/TooLongHttpLineException.html | 8 +- .../http/cookie/ClientCookieDecoder.html | 8 +- .../http/cookie/ClientCookieEncoder.html | 8 +- .../handler/codec/http/cookie/Cookie.html | 8 +- .../codec/http/cookie/CookieDecoder.html | 8 +- .../codec/http/cookie/CookieEncoder.html | 8 +- .../cookie/CookieHeaderNames.SameSite.html | 8 +- .../codec/http/cookie/CookieHeaderNames.html | 8 +- .../codec/http/cookie/DefaultCookie.html | 8 +- .../http/cookie/ServerCookieDecoder.html | 8 +- .../http/cookie/ServerCookieEncoder.html | 8 +- .../cookie/class-use/ClientCookieDecoder.html | 8 +- .../cookie/class-use/ClientCookieEncoder.html | 8 +- .../codec/http/cookie/class-use/Cookie.html | 8 +- .../http/cookie/class-use/CookieDecoder.html | 8 +- .../http/cookie/class-use/CookieEncoder.html | 8 +- .../class-use/CookieHeaderNames.SameSite.html | 8 +- .../cookie/class-use/CookieHeaderNames.html | 8 +- .../http/cookie/class-use/DefaultCookie.html | 8 +- .../cookie/class-use/ServerCookieDecoder.html | 8 +- .../cookie/class-use/ServerCookieEncoder.html | 8 +- .../codec/http/cookie/package-frame.html | 6 +- .../codec/http/cookie/package-summary.html | 8 +- .../codec/http/cookie/package-tree.html | 8 +- .../codec/http/cookie/package-use.html | 8 +- .../codec/http/cors/CorsConfig.Builder.html | 8 +- .../cors/CorsConfig.DateValueGenerator.html | 8 +- .../handler/codec/http/cors/CorsConfig.html | 8 +- .../codec/http/cors/CorsConfigBuilder.html | 8 +- .../handler/codec/http/cors/CorsHandler.html | 8 +- .../cors/class-use/CorsConfig.Builder.html | 8 +- .../CorsConfig.DateValueGenerator.html | 8 +- .../codec/http/cors/class-use/CorsConfig.html | 8 +- .../cors/class-use/CorsConfigBuilder.html | 8 +- .../http/cors/class-use/CorsHandler.html | 8 +- .../codec/http/cors/package-frame.html | 6 +- .../codec/http/cors/package-summary.html | 8 +- .../handler/codec/http/cors/package-tree.html | 8 +- .../handler/codec/http/cors/package-use.html | 8 +- .../http/multipart/AbstractDiskHttpData.html | 8 +- .../http/multipart/AbstractHttpData.html | 8 +- .../multipart/AbstractMemoryHttpData.html | 8 +- .../codec/http/multipart/Attribute.html | 8 +- .../multipart/DefaultHttpDataFactory.html | 8 +- .../codec/http/multipart/DiskAttribute.html | 8 +- .../codec/http/multipart/DiskFileUpload.html | 8 +- .../codec/http/multipart/FileUpload.html | 8 +- .../codec/http/multipart/HttpData.html | 8 +- .../codec/http/multipart/HttpDataFactory.html | 8 +- .../HttpPostMultipartRequestDecoder.html | 8 +- ...uestDecoder.EndOfDataDecoderException.html | 8 +- ...uestDecoder.ErrorDataDecoderException.html | 8 +- ...ttpPostRequestDecoder.MultiPartStatus.html | 8 +- ...Decoder.NotEnoughDataDecoderException.html | 8 +- ...uestDecoder.TooLongFormFieldException.html | 8 +- ...estDecoder.TooManyFormFieldsException.html | 8 +- .../multipart/HttpPostRequestDecoder.html | 8 +- .../HttpPostRequestEncoder.EncoderMode.html | 8 +- ...uestEncoder.ErrorDataEncoderException.html | 8 +- .../multipart/HttpPostRequestEncoder.html | 8 +- .../HttpPostStandardRequestDecoder.html | 8 +- .../InterfaceHttpData.HttpDataType.html | 8 +- .../http/multipart/InterfaceHttpData.html | 8 +- .../InterfaceHttpPostRequestDecoder.html | 8 +- .../codec/http/multipart/MemoryAttribute.html | 8 +- .../http/multipart/MemoryFileUpload.html | 8 +- .../codec/http/multipart/MixedAttribute.html | 8 +- .../codec/http/multipart/MixedFileUpload.html | 8 +- .../class-use/AbstractDiskHttpData.html | 8 +- .../multipart/class-use/AbstractHttpData.html | 8 +- .../class-use/AbstractMemoryHttpData.html | 8 +- .../http/multipart/class-use/Attribute.html | 8 +- .../class-use/DefaultHttpDataFactory.html | 8 +- .../multipart/class-use/DiskAttribute.html | 8 +- .../multipart/class-use/DiskFileUpload.html | 8 +- .../http/multipart/class-use/FileUpload.html | 8 +- .../http/multipart/class-use/HttpData.html | 8 +- .../multipart/class-use/HttpDataFactory.html | 8 +- .../HttpPostMultipartRequestDecoder.html | 8 +- ...uestDecoder.EndOfDataDecoderException.html | 8 +- ...uestDecoder.ErrorDataDecoderException.html | 8 +- ...ttpPostRequestDecoder.MultiPartStatus.html | 8 +- ...Decoder.NotEnoughDataDecoderException.html | 8 +- ...uestDecoder.TooLongFormFieldException.html | 8 +- ...estDecoder.TooManyFormFieldsException.html | 8 +- .../class-use/HttpPostRequestDecoder.html | 8 +- .../HttpPostRequestEncoder.EncoderMode.html | 8 +- ...uestEncoder.ErrorDataEncoderException.html | 8 +- .../class-use/HttpPostRequestEncoder.html | 8 +- .../HttpPostStandardRequestDecoder.html | 8 +- .../InterfaceHttpData.HttpDataType.html | 8 +- .../class-use/InterfaceHttpData.html | 8 +- .../InterfaceHttpPostRequestDecoder.html | 8 +- .../multipart/class-use/MemoryAttribute.html | 8 +- .../multipart/class-use/MemoryFileUpload.html | 8 +- .../multipart/class-use/MixedAttribute.html | 8 +- .../multipart/class-use/MixedFileUpload.html | 8 +- .../codec/http/multipart/package-frame.html | 6 +- .../codec/http/multipart/package-summary.html | 8 +- .../codec/http/multipart/package-tree.html | 12 +- .../codec/http/multipart/package-use.html | 8 +- .../handler/codec/http/package-frame.html | 6 +- .../handler/codec/http/package-summary.html | 8 +- .../handler/codec/http/package-tree.html | 8 +- .../netty/handler/codec/http/package-use.html | 8 +- .../http/websocketx/BinaryWebSocketFrame.html | 8 +- .../http/websocketx/CloseWebSocketFrame.html | 8 +- .../ContinuationWebSocketFrame.html | 8 +- .../CorruptedWebSocketFrameException.html | 8 +- .../http/websocketx/PingWebSocketFrame.html | 8 +- .../http/websocketx/PongWebSocketFrame.html | 8 +- .../http/websocketx/TextWebSocketFrame.html | 8 +- .../http/websocketx/Utf8FrameValidator.html | 8 +- .../websocketx/WebSocket00FrameDecoder.html | 8 +- .../websocketx/WebSocket00FrameEncoder.html | 8 +- .../websocketx/WebSocket07FrameDecoder.html | 8 +- .../websocketx/WebSocket07FrameEncoder.html | 8 +- .../websocketx/WebSocket08FrameDecoder.html | 8 +- .../websocketx/WebSocket08FrameEncoder.html | 8 +- .../websocketx/WebSocket13FrameDecoder.html | 8 +- .../websocketx/WebSocket13FrameEncoder.html | 8 +- .../websocketx/WebSocketChunkedInput.html | 8 +- .../WebSocketClientHandshakeException.html | 8 +- .../websocketx/WebSocketClientHandshaker.html | 8 +- .../WebSocketClientHandshaker00.html | 8 +- .../WebSocketClientHandshaker07.html | 8 +- .../WebSocketClientHandshaker08.html | 8 +- .../WebSocketClientHandshaker13.html | 8 +- .../WebSocketClientHandshakerFactory.html | 8 +- ...WebSocketClientProtocolConfig.Builder.html | 8 +- .../WebSocketClientProtocolConfig.html | 8 +- ...ocolHandler.ClientHandshakeStateEvent.html | 8 +- .../WebSocketClientProtocolHandler.html | 8 +- .../http/websocketx/WebSocketCloseStatus.html | 8 +- .../WebSocketDecoderConfig.Builder.html | 8 +- .../websocketx/WebSocketDecoderConfig.html | 8 +- .../codec/http/websocketx/WebSocketFrame.html | 8 +- .../websocketx/WebSocketFrameAggregator.html | 8 +- .../websocketx/WebSocketFrameDecoder.html | 8 +- .../websocketx/WebSocketFrameEncoder.html | 8 +- .../WebSocketHandshakeException.html | 8 +- .../http/websocketx/WebSocketScheme.html | 8 +- .../WebSocketServerHandshakeException.html | 8 +- .../websocketx/WebSocketServerHandshaker.html | 8 +- .../WebSocketServerHandshaker00.html | 8 +- .../WebSocketServerHandshaker07.html | 8 +- .../WebSocketServerHandshaker08.html | 8 +- .../WebSocketServerHandshaker13.html | 8 +- .../WebSocketServerHandshakerFactory.html | 8 +- ...WebSocketServerProtocolConfig.Builder.html | 8 +- .../WebSocketServerProtocolConfig.html | 8 +- ...rverProtocolHandler.HandshakeComplete.html | 8 +- ...ocolHandler.ServerHandshakeStateEvent.html | 8 +- .../WebSocketServerProtocolHandler.html | 8 +- .../http/websocketx/WebSocketVersion.html | 8 +- .../class-use/BinaryWebSocketFrame.html | 8 +- .../class-use/CloseWebSocketFrame.html | 8 +- .../class-use/ContinuationWebSocketFrame.html | 8 +- .../CorruptedWebSocketFrameException.html | 8 +- .../class-use/PingWebSocketFrame.html | 8 +- .../class-use/PongWebSocketFrame.html | 8 +- .../class-use/TextWebSocketFrame.html | 8 +- .../class-use/Utf8FrameValidator.html | 8 +- .../class-use/WebSocket00FrameDecoder.html | 8 +- .../class-use/WebSocket00FrameEncoder.html | 8 +- .../class-use/WebSocket07FrameDecoder.html | 8 +- .../class-use/WebSocket07FrameEncoder.html | 8 +- .../class-use/WebSocket08FrameDecoder.html | 8 +- .../class-use/WebSocket08FrameEncoder.html | 8 +- .../class-use/WebSocket13FrameDecoder.html | 8 +- .../class-use/WebSocket13FrameEncoder.html | 8 +- .../class-use/WebSocketChunkedInput.html | 8 +- .../WebSocketClientHandshakeException.html | 8 +- .../class-use/WebSocketClientHandshaker.html | 8 +- .../WebSocketClientHandshaker00.html | 8 +- .../WebSocketClientHandshaker07.html | 8 +- .../WebSocketClientHandshaker08.html | 8 +- .../WebSocketClientHandshaker13.html | 8 +- .../WebSocketClientHandshakerFactory.html | 8 +- ...WebSocketClientProtocolConfig.Builder.html | 8 +- .../WebSocketClientProtocolConfig.html | 8 +- ...ocolHandler.ClientHandshakeStateEvent.html | 8 +- .../WebSocketClientProtocolHandler.html | 8 +- .../class-use/WebSocketCloseStatus.html | 8 +- .../WebSocketDecoderConfig.Builder.html | 8 +- .../class-use/WebSocketDecoderConfig.html | 8 +- .../websocketx/class-use/WebSocketFrame.html | 8 +- .../class-use/WebSocketFrameAggregator.html | 8 +- .../class-use/WebSocketFrameDecoder.html | 8 +- .../class-use/WebSocketFrameEncoder.html | 8 +- .../WebSocketHandshakeException.html | 8 +- .../websocketx/class-use/WebSocketScheme.html | 8 +- .../WebSocketServerHandshakeException.html | 8 +- .../class-use/WebSocketServerHandshaker.html | 8 +- .../WebSocketServerHandshaker00.html | 8 +- .../WebSocketServerHandshaker07.html | 8 +- .../WebSocketServerHandshaker08.html | 8 +- .../WebSocketServerHandshaker13.html | 8 +- .../WebSocketServerHandshakerFactory.html | 8 +- ...WebSocketServerProtocolConfig.Builder.html | 8 +- .../WebSocketServerProtocolConfig.html | 8 +- ...rverProtocolHandler.HandshakeComplete.html | 8 +- ...ocolHandler.ServerHandshakeStateEvent.html | 8 +- .../WebSocketServerProtocolHandler.html | 8 +- .../class-use/WebSocketVersion.html | 8 +- .../extensions/WebSocketClientExtension.html | 8 +- .../WebSocketClientExtensionHandler.html | 8 +- .../WebSocketClientExtensionHandshaker.html | 8 +- .../extensions/WebSocketExtension.html | 8 +- .../extensions/WebSocketExtensionData.html | 8 +- .../extensions/WebSocketExtensionDecoder.html | 8 +- .../extensions/WebSocketExtensionEncoder.html | 8 +- .../extensions/WebSocketExtensionFilter.html | 8 +- .../WebSocketExtensionFilterProvider.html | 8 +- .../extensions/WebSocketExtensionUtil.html | 8 +- .../extensions/WebSocketServerExtension.html | 8 +- .../WebSocketServerExtensionHandler.html | 24 +- .../WebSocketServerExtensionHandshaker.html | 8 +- .../class-use/WebSocketClientExtension.html | 8 +- .../WebSocketClientExtensionHandler.html | 8 +- .../WebSocketClientExtensionHandshaker.html | 8 +- .../class-use/WebSocketExtension.html | 8 +- .../class-use/WebSocketExtensionData.html | 8 +- .../class-use/WebSocketExtensionDecoder.html | 8 +- .../class-use/WebSocketExtensionEncoder.html | 8 +- .../class-use/WebSocketExtensionFilter.html | 8 +- .../WebSocketExtensionFilterProvider.html | 8 +- .../class-use/WebSocketExtensionUtil.html | 8 +- .../class-use/WebSocketServerExtension.html | 8 +- .../WebSocketServerExtensionHandler.html | 8 +- .../WebSocketServerExtensionHandshaker.html | 8 +- ...DeflateFrameClientExtensionHandshaker.html | 8 +- ...DeflateFrameServerExtensionHandshaker.html | 8 +- ...ssageDeflateClientExtensionHandshaker.html | 8 +- ...ssageDeflateServerExtensionHandshaker.html | 8 +- .../WebSocketClientCompressionHandler.html | 8 +- .../WebSocketServerCompressionHandler.html | 8 +- ...DeflateFrameClientExtensionHandshaker.html | 8 +- ...DeflateFrameServerExtensionHandshaker.html | 8 +- ...ssageDeflateClientExtensionHandshaker.html | 8 +- ...ssageDeflateServerExtensionHandshaker.html | 8 +- .../WebSocketClientCompressionHandler.html | 8 +- .../WebSocketServerCompressionHandler.html | 8 +- .../extensions/compression/package-frame.html | 6 +- .../compression/package-summary.html | 8 +- .../extensions/compression/package-tree.html | 8 +- .../extensions/compression/package-use.html | 8 +- .../websocketx/extensions/package-frame.html | 6 +- .../extensions/package-summary.html | 8 +- .../websocketx/extensions/package-tree.html | 8 +- .../websocketx/extensions/package-use.html | 8 +- .../codec/http/websocketx/package-frame.html | 6 +- .../http/websocketx/package-summary.html | 8 +- .../codec/http/websocketx/package-tree.html | 10 +- .../codec/http/websocketx/package-use.html | 8 +- ...AbstractHttp2ConnectionHandlerBuilder.html | 11 +- .../codec/http2/AbstractHttp2StreamFrame.html | 11 +- ...tractInboundHttp2ToHttpAdapterBuilder.html | 11 +- .../handler/codec/http2/CharSequenceMap.html | 11 +- ...adeHandler.PriorKnowledgeUpgradeEvent.html | 8 +- .../CleartextHttp2ServerUpgradeHandler.html | 11 +- .../CompressorHttp2ConnectionEncoder.html | 11 +- .../DecoratingHttp2ConnectionDecoder.html | 11 +- .../DecoratingHttp2ConnectionEncoder.html | 11 +- .../http2/DecoratingHttp2FrameWriter.html | 11 +- .../codec/http2/DefaultHttp2Connection.html | 11 +- .../http2/DefaultHttp2ConnectionDecoder.html | 11 +- ...2ConnectionEncoder.FlowControlledBase.html | 8 +- .../http2/DefaultHttp2ConnectionEncoder.html | 11 +- .../codec/http2/DefaultHttp2DataFrame.html | 11 +- ...tHttp2FrameReader.HeadersBlockBuilder.html | 8 +- .../codec/http2/DefaultHttp2FrameReader.html | 11 +- .../codec/http2/DefaultHttp2FrameWriter.html | 11 +- .../codec/http2/DefaultHttp2GoAwayFrame.html | 11 +- .../codec/http2/DefaultHttp2Headers.html | 11 +- .../http2/DefaultHttp2HeadersDecoder.html | 11 +- .../http2/DefaultHttp2HeadersEncoder.html | 11 +- .../codec/http2/DefaultHttp2HeadersFrame.html | 11 +- .../DefaultHttp2LocalFlowController.html | 11 +- .../codec/http2/DefaultHttp2PingFrame.html | 11 +- .../http2/DefaultHttp2PriorityFrame.html | 11 +- .../http2/DefaultHttp2PushPromiseFrame.html | 11 +- .../DefaultHttp2RemoteFlowController.html | 11 +- .../codec/http2/DefaultHttp2ResetFrame.html | 11 +- .../http2/DefaultHttp2SettingsFrame.html | 11 +- .../codec/http2/DefaultHttp2UnknownFrame.html | 11 +- .../http2/DefaultHttp2WindowUpdateFrame.html | 11 +- .../DelegatingDecompressorFrameListener.html | 11 +- .../codec/http2/EmptyHttp2Headers.html | 11 +- .../http2/Http2ChannelDuplexHandler.html | 11 +- .../codec/http2/Http2ClientUpgradeCodec.html | 11 +- .../handler/codec/http2/Http2CodecUtil.html | 11 +- .../codec/http2/Http2Connection.Endpoint.html | 8 +- .../codec/http2/Http2Connection.Listener.html | 8 +- .../http2/Http2Connection.PropertyKey.html | 8 +- .../handler/codec/http2/Http2Connection.html | 11 +- .../codec/http2/Http2ConnectionAdapter.html | 11 +- .../codec/http2/Http2ConnectionDecoder.html | 11 +- .../codec/http2/Http2ConnectionEncoder.html | 11 +- .../codec/http2/Http2ConnectionHandler.html | 11 +- .../http2/Http2ConnectionHandlerBuilder.html | 123 +- ...onPrefaceAndSettingsFrameWrittenEvent.html | 11 +- .../codec/http2/Http2DataChunkedInput.html | 8 +- .../handler/codec/http2/Http2DataFrame.html | 11 +- .../handler/codec/http2/Http2DataWriter.html | 11 +- .../netty/handler/codec/http2/Http2Error.html | 11 +- .../codec/http2/Http2EventAdapter.html | 11 +- ...ception.ClosedStreamCreationException.html | 8 +- ...tp2Exception.CompositeStreamException.html | 8 +- ...ttp2Exception.HeaderListSizeException.html | 8 +- .../http2/Http2Exception.ShutdownHint.html | 8 +- .../http2/Http2Exception.StreamException.html | 8 +- .../handler/codec/http2/Http2Exception.html | 11 +- .../netty/handler/codec/http2/Http2Flags.html | 11 +- .../codec/http2/Http2FlowController.html | 11 +- .../netty/handler/codec/http2/Http2Frame.html | 11 +- .../codec/http2/Http2FrameAdapter.html | 11 +- .../handler/codec/http2/Http2FrameCodec.html | 11 +- .../codec/http2/Http2FrameCodecBuilder.html | 11 +- .../codec/http2/Http2FrameListener.html | 11 +- .../http2/Http2FrameListenerDecorator.html | 11 +- .../http2/Http2FrameLogger.Direction.html | 8 +- .../handler/codec/http2/Http2FrameLogger.html | 11 +- .../http2/Http2FrameReader.Configuration.html | 8 +- .../handler/codec/http2/Http2FrameReader.html | 11 +- .../codec/http2/Http2FrameSizePolicy.html | 11 +- .../handler/codec/http2/Http2FrameStream.html | 11 +- .../http2/Http2FrameStreamEvent.Type.html | 11 +- .../codec/http2/Http2FrameStreamEvent.html | 11 +- .../http2/Http2FrameStreamException.html | 11 +- .../codec/http2/Http2FrameStreamVisitor.html | 11 +- .../handler/codec/http2/Http2FrameTypes.html | 11 +- .../http2/Http2FrameWriter.Configuration.html | 8 +- .../handler/codec/http2/Http2FrameWriter.html | 11 +- .../handler/codec/http2/Http2GoAwayFrame.html | 11 +- .../http2/Http2Headers.PseudoHeaderName.html | 8 +- .../handler/codec/http2/Http2Headers.html | 11 +- .../Http2HeadersDecoder.Configuration.html | 8 +- .../codec/http2/Http2HeadersDecoder.html | 11 +- .../Http2HeadersEncoder.Configuration.html | 8 +- ...tp2HeadersEncoder.SensitivityDetector.html | 8 +- .../codec/http2/Http2HeadersEncoder.html | 11 +- .../codec/http2/Http2HeadersFrame.html | 11 +- .../codec/http2/Http2InboundFrameLogger.html | 11 +- .../codec/http2/Http2LifecycleManager.html | 11 +- .../codec/http2/Http2LocalFlowController.html | 11 +- .../Http2MultiplexActiveStreamsException.html | 8 +- .../codec/http2/Http2MultiplexCodec.html | 9 +- .../http2/Http2MultiplexCodecBuilder.html | 9 +- .../codec/http2/Http2MultiplexHandler.html | 11 +- .../http2/Http2NoMoreStreamIdsException.html | 11 +- .../codec/http2/Http2OutboundFrameLogger.html | 11 +- .../handler/codec/http2/Http2PingFrame.html | 11 +- .../codec/http2/Http2PriorityFrame.html | 11 +- .../http2/Http2PromisedRequestVerifier.html | 11 +- .../codec/http2/Http2PushPromiseFrame.html | 11 +- ...p2RemoteFlowController.FlowControlled.html | 8 +- .../Http2RemoteFlowController.Listener.html | 8 +- .../http2/Http2RemoteFlowController.html | 11 +- .../handler/codec/http2/Http2ResetFrame.html | 11 +- .../codec/http2/Http2SecurityUtil.html | 11 +- .../codec/http2/Http2ServerUpgradeCodec.html | 11 +- .../handler/codec/http2/Http2Settings.html | 11 +- .../codec/http2/Http2SettingsAckFrame.html | 8 +- .../codec/http2/Http2SettingsFrame.html | 8 +- .../http2/Http2SettingsReceivedConsumer.html | 8 +- .../codec/http2/Http2Stream.State.html | 8 +- .../handler/codec/http2/Http2Stream.html | 11 +- .../codec/http2/Http2StreamChannel.html | 11 +- .../http2/Http2StreamChannelBootstrap.html | 11 +- .../handler/codec/http2/Http2StreamFrame.html | 11 +- .../Http2StreamFrameToHttpObjectCodec.html | 11 +- .../codec/http2/Http2StreamVisitor.html | 11 +- .../codec/http2/Http2UnknownFrame.html | 11 +- .../codec/http2/Http2WindowUpdateFrame.html | 11 +- ...tpConversionUtil.ExtensionHeaderNames.html | 8 +- .../codec/http2/HttpConversionUtil.html | 11 +- .../http2/HttpToHttp2ConnectionHandler.html | 11 +- .../HttpToHttp2ConnectionHandlerBuilder.html | 11 +- .../http2/InboundHttp2ToHttpAdapter.html | 11 +- .../InboundHttp2ToHttpAdapterBuilder.html | 11 +- .../http2/InboundHttpToHttp2Adapter.html | 11 +- .../codec/http2/ReadOnlyHttp2Headers.html | 8 +- ...ngEncoder.Http2ChannelClosedException.html | 8 +- ...BufferingEncoder.Http2GoAwayException.html | 8 +- .../codec/http2/StreamBufferingEncoder.html | 11 +- .../StreamByteDistributor.StreamState.html | 8 +- .../http2/StreamByteDistributor.Writer.html | 8 +- .../codec/http2/StreamByteDistributor.html | 11 +- .../http2/UniformStreamByteDistributor.html | 11 +- .../WeightedFairQueueByteDistributor.html | 11 +- ...AbstractHttp2ConnectionHandlerBuilder.html | 8 +- .../class-use/AbstractHttp2StreamFrame.html | 8 +- ...tractInboundHttp2ToHttpAdapterBuilder.html | 8 +- .../http2/class-use/CharSequenceMap.html | 8 +- ...adeHandler.PriorKnowledgeUpgradeEvent.html | 8 +- .../CleartextHttp2ServerUpgradeHandler.html | 8 +- .../CompressorHttp2ConnectionEncoder.html | 8 +- .../DecoratingHttp2ConnectionDecoder.html | 8 +- .../DecoratingHttp2ConnectionEncoder.html | 8 +- .../class-use/DecoratingHttp2FrameWriter.html | 8 +- .../class-use/DefaultHttp2Connection.html | 8 +- .../DefaultHttp2ConnectionDecoder.html | 8 +- ...2ConnectionEncoder.FlowControlledBase.html | 8 +- .../DefaultHttp2ConnectionEncoder.html | 8 +- .../class-use/DefaultHttp2DataFrame.html | 8 +- ...tHttp2FrameReader.HeadersBlockBuilder.html | 8 +- .../class-use/DefaultHttp2FrameReader.html | 8 +- .../class-use/DefaultHttp2FrameWriter.html | 8 +- .../class-use/DefaultHttp2GoAwayFrame.html | 8 +- .../http2/class-use/DefaultHttp2Headers.html | 8 +- .../class-use/DefaultHttp2HeadersDecoder.html | 8 +- .../class-use/DefaultHttp2HeadersEncoder.html | 8 +- .../class-use/DefaultHttp2HeadersFrame.html | 8 +- .../DefaultHttp2LocalFlowController.html | 8 +- .../class-use/DefaultHttp2PingFrame.html | 8 +- .../class-use/DefaultHttp2PriorityFrame.html | 8 +- .../DefaultHttp2PushPromiseFrame.html | 8 +- .../DefaultHttp2RemoteFlowController.html | 8 +- .../class-use/DefaultHttp2ResetFrame.html | 8 +- .../class-use/DefaultHttp2SettingsFrame.html | 8 +- .../class-use/DefaultHttp2UnknownFrame.html | 8 +- .../DefaultHttp2WindowUpdateFrame.html | 8 +- .../DelegatingDecompressorFrameListener.html | 8 +- .../http2/class-use/EmptyHttp2Headers.html | 8 +- .../class-use/Http2ChannelDuplexHandler.html | 8 +- .../class-use/Http2ClientUpgradeCodec.html | 8 +- .../codec/http2/class-use/Http2CodecUtil.html | 8 +- .../class-use/Http2Connection.Endpoint.html | 8 +- .../class-use/Http2Connection.Listener.html | 8 +- .../Http2Connection.PropertyKey.html | 8 +- .../http2/class-use/Http2Connection.html | 8 +- .../class-use/Http2ConnectionAdapter.html | 8 +- .../class-use/Http2ConnectionDecoder.html | 8 +- .../class-use/Http2ConnectionEncoder.html | 8 +- .../class-use/Http2ConnectionHandler.html | 8 +- .../Http2ConnectionHandlerBuilder.html | 17 +- ...onPrefaceAndSettingsFrameWrittenEvent.html | 8 +- .../class-use/Http2DataChunkedInput.html | 8 +- .../codec/http2/class-use/Http2DataFrame.html | 8 +- .../http2/class-use/Http2DataWriter.html | 8 +- .../codec/http2/class-use/Http2Error.html | 8 +- .../http2/class-use/Http2EventAdapter.html | 8 +- ...ception.ClosedStreamCreationException.html | 8 +- ...tp2Exception.CompositeStreamException.html | 8 +- ...ttp2Exception.HeaderListSizeException.html | 8 +- .../Http2Exception.ShutdownHint.html | 8 +- .../Http2Exception.StreamException.html | 8 +- .../codec/http2/class-use/Http2Exception.html | 8 +- .../codec/http2/class-use/Http2Flags.html | 8 +- .../http2/class-use/Http2FlowController.html | 8 +- .../codec/http2/class-use/Http2Frame.html | 8 +- .../http2/class-use/Http2FrameAdapter.html | 8 +- .../http2/class-use/Http2FrameCodec.html | 8 +- .../class-use/Http2FrameCodecBuilder.html | 8 +- .../http2/class-use/Http2FrameListener.html | 8 +- .../Http2FrameListenerDecorator.html | 8 +- .../class-use/Http2FrameLogger.Direction.html | 8 +- .../http2/class-use/Http2FrameLogger.html | 8 +- .../Http2FrameReader.Configuration.html | 8 +- .../http2/class-use/Http2FrameReader.html | 8 +- .../http2/class-use/Http2FrameSizePolicy.html | 8 +- .../http2/class-use/Http2FrameStream.html | 8 +- .../class-use/Http2FrameStreamEvent.Type.html | 8 +- .../class-use/Http2FrameStreamEvent.html | 8 +- .../class-use/Http2FrameStreamException.html | 8 +- .../class-use/Http2FrameStreamVisitor.html | 8 +- .../http2/class-use/Http2FrameTypes.html | 8 +- .../Http2FrameWriter.Configuration.html | 8 +- .../http2/class-use/Http2FrameWriter.html | 8 +- .../http2/class-use/Http2GoAwayFrame.html | 8 +- .../Http2Headers.PseudoHeaderName.html | 8 +- .../codec/http2/class-use/Http2Headers.html | 8 +- .../Http2HeadersDecoder.Configuration.html | 8 +- .../http2/class-use/Http2HeadersDecoder.html | 8 +- .../Http2HeadersEncoder.Configuration.html | 8 +- ...tp2HeadersEncoder.SensitivityDetector.html | 8 +- .../http2/class-use/Http2HeadersEncoder.html | 8 +- .../http2/class-use/Http2HeadersFrame.html | 8 +- .../class-use/Http2InboundFrameLogger.html | 8 +- .../class-use/Http2LifecycleManager.html | 8 +- .../class-use/Http2LocalFlowController.html | 8 +- .../Http2MultiplexActiveStreamsException.html | 8 +- .../http2/class-use/Http2MultiplexCodec.html | 8 +- .../class-use/Http2MultiplexCodecBuilder.html | 8 +- .../class-use/Http2MultiplexHandler.html | 8 +- .../Http2NoMoreStreamIdsException.html | 8 +- .../class-use/Http2OutboundFrameLogger.html | 8 +- .../codec/http2/class-use/Http2PingFrame.html | 8 +- .../http2/class-use/Http2PriorityFrame.html | 8 +- .../Http2PromisedRequestVerifier.html | 8 +- .../class-use/Http2PushPromiseFrame.html | 8 +- ...p2RemoteFlowController.FlowControlled.html | 8 +- .../Http2RemoteFlowController.Listener.html | 8 +- .../class-use/Http2RemoteFlowController.html | 8 +- .../http2/class-use/Http2ResetFrame.html | 8 +- .../http2/class-use/Http2SecurityUtil.html | 8 +- .../class-use/Http2ServerUpgradeCodec.html | 8 +- .../codec/http2/class-use/Http2Settings.html | 8 +- .../class-use/Http2SettingsAckFrame.html | 8 +- .../http2/class-use/Http2SettingsFrame.html | 8 +- .../Http2SettingsReceivedConsumer.html | 8 +- .../http2/class-use/Http2Stream.State.html | 8 +- .../codec/http2/class-use/Http2Stream.html | 8 +- .../http2/class-use/Http2StreamChannel.html | 8 +- .../Http2StreamChannelBootstrap.html | 8 +- .../http2/class-use/Http2StreamFrame.html | 8 +- .../Http2StreamFrameToHttpObjectCodec.html | 8 +- .../http2/class-use/Http2StreamVisitor.html | 8 +- .../http2/class-use/Http2UnknownFrame.html | 8 +- .../class-use/Http2WindowUpdateFrame.html | 8 +- ...tpConversionUtil.ExtensionHeaderNames.html | 8 +- .../http2/class-use/HttpConversionUtil.html | 8 +- .../HttpToHttp2ConnectionHandler.html | 8 +- .../HttpToHttp2ConnectionHandlerBuilder.html | 8 +- .../class-use/InboundHttp2ToHttpAdapter.html | 8 +- .../InboundHttp2ToHttpAdapterBuilder.html | 8 +- .../class-use/InboundHttpToHttp2Adapter.html | 8 +- .../http2/class-use/ReadOnlyHttp2Headers.html | 8 +- ...ngEncoder.Http2ChannelClosedException.html | 8 +- ...BufferingEncoder.Http2GoAwayException.html | 8 +- .../class-use/StreamBufferingEncoder.html | 8 +- .../StreamByteDistributor.StreamState.html | 8 +- .../StreamByteDistributor.Writer.html | 8 +- .../class-use/StreamByteDistributor.html | 8 +- .../UniformStreamByteDistributor.html | 8 +- .../WeightedFairQueueByteDistributor.html | 8 +- .../handler/codec/http2/package-frame.html | 6 +- .../handler/codec/http2/package-summary.html | 10 +- .../handler/codec/http2/package-tree.html | 14 +- .../handler/codec/http2/package-use.html | 8 +- .../handler/codec/json/JsonObjectDecoder.html | 8 +- .../json/class-use/JsonObjectDecoder.html | 8 +- .../handler/codec/json/package-frame.html | 6 +- .../handler/codec/json/package-summary.html | 8 +- .../handler/codec/json/package-tree.html | 8 +- .../netty/handler/codec/json/package-use.html | 8 +- .../CompatibleMarshallingDecoder.html | 8 +- .../CompatibleMarshallingEncoder.html | 8 +- .../ContextBoundUnmarshallerProvider.html | 8 +- .../DefaultMarshallerProvider.html | 8 +- .../DefaultUnmarshallerProvider.html | 8 +- .../codec/marshalling/MarshallerProvider.html | 8 +- .../codec/marshalling/MarshallingDecoder.html | 8 +- .../codec/marshalling/MarshallingEncoder.html | 8 +- .../ThreadLocalMarshallerProvider.html | 8 +- .../ThreadLocalUnmarshallerProvider.html | 8 +- .../marshalling/UnmarshallerProvider.html | 8 +- .../CompatibleMarshallingDecoder.html | 8 +- .../CompatibleMarshallingEncoder.html | 8 +- .../ContextBoundUnmarshallerProvider.html | 8 +- .../class-use/DefaultMarshallerProvider.html | 8 +- .../DefaultUnmarshallerProvider.html | 8 +- .../class-use/MarshallerProvider.html | 8 +- .../class-use/MarshallingDecoder.html | 8 +- .../class-use/MarshallingEncoder.html | 8 +- .../ThreadLocalMarshallerProvider.html | 8 +- .../ThreadLocalUnmarshallerProvider.html | 8 +- .../class-use/UnmarshallerProvider.html | 8 +- .../codec/marshalling/package-frame.html | 6 +- .../codec/marshalling/package-summary.html | 8 +- .../codec/marshalling/package-tree.html | 8 +- .../codec/marshalling/package-use.html | 8 +- .../memcache/AbstractMemcacheObject.html | 8 +- .../AbstractMemcacheObjectAggregator.html | 8 +- .../AbstractMemcacheObjectDecoder.html | 8 +- .../AbstractMemcacheObjectEncoder.html | 8 +- .../memcache/DefaultLastMemcacheContent.html | 8 +- .../memcache/DefaultMemcacheContent.html | 8 +- .../codec/memcache/FullMemcacheMessage.html | 8 +- .../codec/memcache/LastMemcacheContent.html | 8 +- .../codec/memcache/MemcacheContent.html | 8 +- .../codec/memcache/MemcacheMessage.html | 8 +- .../codec/memcache/MemcacheObject.html | 8 +- .../binary/AbstractBinaryMemcacheDecoder.html | 8 +- .../binary/AbstractBinaryMemcacheEncoder.html | 8 +- .../binary/AbstractBinaryMemcacheMessage.html | 8 +- .../binary/BinaryMemcacheClientCodec.html | 8 +- .../binary/BinaryMemcacheMessage.html | 8 +- .../BinaryMemcacheObjectAggregator.html | 8 +- .../binary/BinaryMemcacheOpcodes.html | 8 +- .../binary/BinaryMemcacheRequest.html | 8 +- .../binary/BinaryMemcacheRequestDecoder.html | 8 +- .../binary/BinaryMemcacheRequestEncoder.html | 8 +- .../binary/BinaryMemcacheResponse.html | 8 +- .../binary/BinaryMemcacheResponseDecoder.html | 8 +- .../binary/BinaryMemcacheResponseEncoder.html | 8 +- .../binary/BinaryMemcacheResponseStatus.html | 8 +- .../binary/BinaryMemcacheServerCodec.html | 8 +- .../binary/DefaultBinaryMemcacheRequest.html | 8 +- .../binary/DefaultBinaryMemcacheResponse.html | 8 +- .../DefaultFullBinaryMemcacheRequest.html | 8 +- .../DefaultFullBinaryMemcacheResponse.html | 8 +- .../binary/FullBinaryMemcacheRequest.html | 8 +- .../binary/FullBinaryMemcacheResponse.html | 8 +- .../AbstractBinaryMemcacheDecoder.html | 8 +- .../AbstractBinaryMemcacheEncoder.html | 8 +- .../AbstractBinaryMemcacheMessage.html | 8 +- .../class-use/BinaryMemcacheClientCodec.html | 8 +- .../class-use/BinaryMemcacheMessage.html | 8 +- .../BinaryMemcacheObjectAggregator.html | 8 +- .../class-use/BinaryMemcacheOpcodes.html | 8 +- .../class-use/BinaryMemcacheRequest.html | 8 +- .../BinaryMemcacheRequestDecoder.html | 8 +- .../BinaryMemcacheRequestEncoder.html | 8 +- .../class-use/BinaryMemcacheResponse.html | 8 +- .../BinaryMemcacheResponseDecoder.html | 8 +- .../BinaryMemcacheResponseEncoder.html | 8 +- .../BinaryMemcacheResponseStatus.html | 8 +- .../class-use/BinaryMemcacheServerCodec.html | 8 +- .../DefaultBinaryMemcacheRequest.html | 8 +- .../DefaultBinaryMemcacheResponse.html | 8 +- .../DefaultFullBinaryMemcacheRequest.html | 8 +- .../DefaultFullBinaryMemcacheResponse.html | 8 +- .../class-use/FullBinaryMemcacheRequest.html | 8 +- .../class-use/FullBinaryMemcacheResponse.html | 8 +- .../codec/memcache/binary/package-frame.html | 6 +- .../memcache/binary/package-summary.html | 8 +- .../codec/memcache/binary/package-tree.html | 8 +- .../codec/memcache/binary/package-use.html | 8 +- .../class-use/AbstractMemcacheObject.html | 8 +- .../AbstractMemcacheObjectAggregator.html | 8 +- .../AbstractMemcacheObjectDecoder.html | 8 +- .../AbstractMemcacheObjectEncoder.html | 8 +- .../class-use/DefaultLastMemcacheContent.html | 8 +- .../class-use/DefaultMemcacheContent.html | 8 +- .../class-use/FullMemcacheMessage.html | 8 +- .../class-use/LastMemcacheContent.html | 8 +- .../memcache/class-use/MemcacheContent.html | 8 +- .../memcache/class-use/MemcacheMessage.html | 8 +- .../memcache/class-use/MemcacheObject.html | 8 +- .../handler/codec/memcache/package-frame.html | 6 +- .../codec/memcache/package-summary.html | 8 +- .../handler/codec/memcache/package-tree.html | 8 +- .../handler/codec/memcache/package-use.html | 8 +- .../codec/mqtt/MqttConnAckMessage.html | 8 +- .../codec/mqtt/MqttConnAckVariableHeader.html | 8 +- .../codec/mqtt/MqttConnectMessage.html | 8 +- .../codec/mqtt/MqttConnectPayload.html | 8 +- .../codec/mqtt/MqttConnectReturnCode.html | 8 +- .../codec/mqtt/MqttConnectVariableHeader.html | 8 +- .../handler/codec/mqtt/MqttConstant.html | 8 +- .../netty/handler/codec/mqtt/MqttDecoder.html | 8 +- .../netty/handler/codec/mqtt/MqttEncoder.html | 8 +- .../handler/codec/mqtt/MqttFixedHeader.html | 8 +- .../mqtt/MqttIdentifierRejectedException.html | 8 +- .../netty/handler/codec/mqtt/MqttMessage.html | 8 +- .../mqtt/MqttMessageBuilders.AuthBuilder.html | 8 +- .../MqttMessageBuilders.ConnAckBuilder.html | 8 +- ...sageBuilders.ConnAckPropertiesBuilder.html | 8 +- .../MqttMessageBuilders.ConnectBuilder.html | 8 +- ...MqttMessageBuilders.DisconnectBuilder.html | 8 +- ...MessageBuilders.PropertiesInitializer.html | 8 +- .../MqttMessageBuilders.PubAckBuilder.html | 8 +- .../MqttMessageBuilders.PublishBuilder.html | 8 +- .../MqttMessageBuilders.SubAckBuilder.html | 8 +- .../MqttMessageBuilders.SubscribeBuilder.html | 8 +- .../MqttMessageBuilders.UnsubAckBuilder.html | 8 +- ...qttMessageBuilders.UnsubscribeBuilder.html | 8 +- .../codec/mqtt/MqttMessageBuilders.html | 8 +- .../codec/mqtt/MqttMessageFactory.html | 8 +- ...tMessageIdAndPropertiesVariableHeader.html | 8 +- .../mqtt/MqttMessageIdVariableHeader.html | 8 +- .../handler/codec/mqtt/MqttMessageType.html | 8 +- .../mqtt/MqttProperties.BinaryProperty.html | 8 +- .../mqtt/MqttProperties.IntegerProperty.html | 8 +- .../mqtt/MqttProperties.MqttProperty.html | 8 +- .../mqtt/MqttProperties.MqttPropertyType.html | 8 +- .../codec/mqtt/MqttProperties.StringPair.html | 8 +- .../mqtt/MqttProperties.StringProperty.html | 8 +- .../mqtt/MqttProperties.UserProperties.html | 8 +- .../mqtt/MqttProperties.UserProperty.html | 8 +- .../handler/codec/mqtt/MqttProperties.html | 8 +- .../handler/codec/mqtt/MqttPubAckMessage.html | 8 +- .../MqttPubReplyMessageVariableHeader.html | 8 +- .../codec/mqtt/MqttPublishMessage.html | 8 +- .../codec/mqtt/MqttPublishVariableHeader.html | 8 +- .../io/netty/handler/codec/mqtt/MqttQoS.html | 8 +- ...ReasonCodeAndPropertiesVariableHeader.html | 8 +- .../codec/mqtt/MqttReasonCodes.Auth.html | 8 +- .../mqtt/MqttReasonCodes.Disconnect.html | 8 +- .../codec/mqtt/MqttReasonCodes.PubAck.html | 8 +- .../codec/mqtt/MqttReasonCodes.PubComp.html | 8 +- .../codec/mqtt/MqttReasonCodes.PubRec.html | 8 +- .../codec/mqtt/MqttReasonCodes.PubRel.html | 8 +- .../codec/mqtt/MqttReasonCodes.SubAck.html | 8 +- .../codec/mqtt/MqttReasonCodes.UnsubAck.html | 8 +- .../handler/codec/mqtt/MqttReasonCodes.html | 8 +- .../handler/codec/mqtt/MqttSubAckMessage.html | 8 +- .../handler/codec/mqtt/MqttSubAckPayload.html | 8 +- .../codec/mqtt/MqttSubscribeMessage.html | 8 +- .../codec/mqtt/MqttSubscribePayload.html | 8 +- ...criptionOption.RetainedHandlingPolicy.html | 8 +- .../codec/mqtt/MqttSubscriptionOption.html | 8 +- .../codec/mqtt/MqttTopicSubscription.html | 8 +- ...tUnacceptableProtocolVersionException.html | 8 +- .../codec/mqtt/MqttUnsubAckMessage.html | 8 +- .../codec/mqtt/MqttUnsubAckPayload.html | 8 +- .../codec/mqtt/MqttUnsubscribeMessage.html | 8 +- .../codec/mqtt/MqttUnsubscribePayload.html | 8 +- .../netty/handler/codec/mqtt/MqttVersion.html | 8 +- .../mqtt/class-use/MqttConnAckMessage.html | 8 +- .../class-use/MqttConnAckVariableHeader.html | 8 +- .../mqtt/class-use/MqttConnectMessage.html | 8 +- .../mqtt/class-use/MqttConnectPayload.html | 8 +- .../mqtt/class-use/MqttConnectReturnCode.html | 8 +- .../class-use/MqttConnectVariableHeader.html | 8 +- .../codec/mqtt/class-use/MqttConstant.html | 8 +- .../codec/mqtt/class-use/MqttDecoder.html | 8 +- .../codec/mqtt/class-use/MqttEncoder.html | 8 +- .../codec/mqtt/class-use/MqttFixedHeader.html | 8 +- .../MqttIdentifierRejectedException.html | 8 +- .../codec/mqtt/class-use/MqttMessage.html | 8 +- .../MqttMessageBuilders.AuthBuilder.html | 8 +- .../MqttMessageBuilders.ConnAckBuilder.html | 8 +- ...sageBuilders.ConnAckPropertiesBuilder.html | 8 +- .../MqttMessageBuilders.ConnectBuilder.html | 8 +- ...MqttMessageBuilders.DisconnectBuilder.html | 8 +- ...MessageBuilders.PropertiesInitializer.html | 8 +- .../MqttMessageBuilders.PubAckBuilder.html | 8 +- .../MqttMessageBuilders.PublishBuilder.html | 8 +- .../MqttMessageBuilders.SubAckBuilder.html | 8 +- .../MqttMessageBuilders.SubscribeBuilder.html | 8 +- .../MqttMessageBuilders.UnsubAckBuilder.html | 8 +- ...qttMessageBuilders.UnsubscribeBuilder.html | 8 +- .../mqtt/class-use/MqttMessageBuilders.html | 8 +- .../mqtt/class-use/MqttMessageFactory.html | 8 +- ...tMessageIdAndPropertiesVariableHeader.html | 8 +- .../MqttMessageIdVariableHeader.html | 8 +- .../codec/mqtt/class-use/MqttMessageType.html | 8 +- .../MqttProperties.BinaryProperty.html | 8 +- .../MqttProperties.IntegerProperty.html | 8 +- .../MqttProperties.MqttProperty.html | 8 +- .../MqttProperties.MqttPropertyType.html | 8 +- .../class-use/MqttProperties.StringPair.html | 8 +- .../MqttProperties.StringProperty.html | 8 +- .../MqttProperties.UserProperties.html | 8 +- .../MqttProperties.UserProperty.html | 8 +- .../codec/mqtt/class-use/MqttProperties.html | 8 +- .../mqtt/class-use/MqttPubAckMessage.html | 8 +- .../MqttPubReplyMessageVariableHeader.html | 8 +- .../mqtt/class-use/MqttPublishMessage.html | 8 +- .../class-use/MqttPublishVariableHeader.html | 8 +- .../handler/codec/mqtt/class-use/MqttQoS.html | 8 +- ...ReasonCodeAndPropertiesVariableHeader.html | 8 +- .../mqtt/class-use/MqttReasonCodes.Auth.html | 8 +- .../class-use/MqttReasonCodes.Disconnect.html | 8 +- .../class-use/MqttReasonCodes.PubAck.html | 8 +- .../class-use/MqttReasonCodes.PubComp.html | 8 +- .../class-use/MqttReasonCodes.PubRec.html | 8 +- .../class-use/MqttReasonCodes.PubRel.html | 8 +- .../class-use/MqttReasonCodes.SubAck.html | 8 +- .../class-use/MqttReasonCodes.UnsubAck.html | 8 +- .../codec/mqtt/class-use/MqttReasonCodes.html | 8 +- .../mqtt/class-use/MqttSubAckMessage.html | 8 +- .../mqtt/class-use/MqttSubAckPayload.html | 8 +- .../mqtt/class-use/MqttSubscribeMessage.html | 8 +- .../mqtt/class-use/MqttSubscribePayload.html | 8 +- ...criptionOption.RetainedHandlingPolicy.html | 8 +- .../class-use/MqttSubscriptionOption.html | 8 +- .../mqtt/class-use/MqttTopicSubscription.html | 8 +- ...tUnacceptableProtocolVersionException.html | 8 +- .../mqtt/class-use/MqttUnsubAckMessage.html | 8 +- .../mqtt/class-use/MqttUnsubAckPayload.html | 8 +- .../class-use/MqttUnsubscribeMessage.html | 8 +- .../class-use/MqttUnsubscribePayload.html | 8 +- .../codec/mqtt/class-use/MqttVersion.html | 8 +- .../handler/codec/mqtt/package-frame.html | 6 +- .../handler/codec/mqtt/package-summary.html | 8 +- .../handler/codec/mqtt/package-tree.html | 24 +- .../netty/handler/codec/mqtt/package-use.html | 8 +- .../io/netty/handler/codec/package-frame.html | 6 +- .../netty/handler/codec/package-summary.html | 8 +- .../io/netty/handler/codec/package-tree.html | 10 +- .../io/netty/handler/codec/package-use.html | 8 +- .../codec/protobuf/ProtobufDecoder.html | 8 +- .../codec/protobuf/ProtobufDecoderNano.html | 8 +- .../codec/protobuf/ProtobufEncoder.html | 8 +- .../codec/protobuf/ProtobufEncoderNano.html | 8 +- .../ProtobufVarint32FrameDecoder.html | 8 +- .../ProtobufVarint32LengthFieldPrepender.html | 8 +- .../protobuf/class-use/ProtobufDecoder.html | 8 +- .../class-use/ProtobufDecoderNano.html | 8 +- .../protobuf/class-use/ProtobufEncoder.html | 8 +- .../class-use/ProtobufEncoderNano.html | 8 +- .../ProtobufVarint32FrameDecoder.html | 8 +- .../ProtobufVarint32LengthFieldPrepender.html | 8 +- .../handler/codec/protobuf/package-frame.html | 6 +- .../codec/protobuf/package-summary.html | 8 +- .../handler/codec/protobuf/package-tree.html | 8 +- .../handler/codec/protobuf/package-use.html | 8 +- .../redis/AbstractStringRedisMessage.html | 8 +- .../codec/redis/ArrayHeaderRedisMessage.html | 8 +- .../codec/redis/ArrayRedisMessage.html | 8 +- .../redis/BulkStringHeaderRedisMessage.html | 8 +- .../codec/redis/BulkStringRedisContent.html | 8 +- .../redis/DefaultBulkStringRedisContent.html | 8 +- .../DefaultLastBulkStringRedisContent.html | 8 +- .../codec/redis/ErrorRedisMessage.html | 8 +- .../FixedRedisMessagePool.RedisErrorKey.html | 8 +- .../FixedRedisMessagePool.RedisReplyKey.html | 8 +- .../codec/redis/FixedRedisMessagePool.html | 8 +- .../redis/FullBulkStringRedisMessage.html | 8 +- .../redis/InlineCommandRedisMessage.html | 8 +- .../codec/redis/IntegerRedisMessage.html | 8 +- .../redis/LastBulkStringRedisContent.html | 8 +- .../codec/redis/RedisArrayAggregator.html | 8 +- .../redis/RedisBulkStringAggregator.html | 8 +- .../codec/redis/RedisCodecException.html | 8 +- .../handler/codec/redis/RedisDecoder.html | 8 +- .../handler/codec/redis/RedisEncoder.html | 8 +- .../handler/codec/redis/RedisMessage.html | 8 +- .../handler/codec/redis/RedisMessagePool.html | 8 +- .../handler/codec/redis/RedisMessageType.html | 8 +- .../codec/redis/SimpleStringRedisMessage.html | 8 +- .../class-use/AbstractStringRedisMessage.html | 8 +- .../class-use/ArrayHeaderRedisMessage.html | 8 +- .../redis/class-use/ArrayRedisMessage.html | 8 +- .../BulkStringHeaderRedisMessage.html | 8 +- .../class-use/BulkStringRedisContent.html | 8 +- .../DefaultBulkStringRedisContent.html | 8 +- .../DefaultLastBulkStringRedisContent.html | 8 +- .../redis/class-use/ErrorRedisMessage.html | 8 +- .../FixedRedisMessagePool.RedisErrorKey.html | 8 +- .../FixedRedisMessagePool.RedisReplyKey.html | 8 +- .../class-use/FixedRedisMessagePool.html | 8 +- .../class-use/FullBulkStringRedisMessage.html | 8 +- .../class-use/InlineCommandRedisMessage.html | 8 +- .../redis/class-use/IntegerRedisMessage.html | 8 +- .../class-use/LastBulkStringRedisContent.html | 8 +- .../redis/class-use/RedisArrayAggregator.html | 8 +- .../class-use/RedisBulkStringAggregator.html | 8 +- .../redis/class-use/RedisCodecException.html | 8 +- .../codec/redis/class-use/RedisDecoder.html | 8 +- .../codec/redis/class-use/RedisEncoder.html | 8 +- .../codec/redis/class-use/RedisMessage.html | 8 +- .../redis/class-use/RedisMessagePool.html | 8 +- .../redis/class-use/RedisMessageType.html | 8 +- .../class-use/SimpleStringRedisMessage.html | 8 +- .../handler/codec/redis/package-frame.html | 6 +- .../handler/codec/redis/package-summary.html | 8 +- .../handler/codec/redis/package-tree.html | 12 +- .../handler/codec/redis/package-use.html | 8 +- .../netty/handler/codec/rtsp/RtspDecoder.html | 8 +- .../netty/handler/codec/rtsp/RtspEncoder.html | 8 +- .../handler/codec/rtsp/RtspHeaderNames.html | 8 +- .../handler/codec/rtsp/RtspHeaderValues.html | 8 +- .../handler/codec/rtsp/RtspHeaders.Names.html | 8 +- .../codec/rtsp/RtspHeaders.Values.html | 8 +- .../netty/handler/codec/rtsp/RtspHeaders.html | 8 +- .../netty/handler/codec/rtsp/RtspMethods.html | 8 +- .../handler/codec/rtsp/RtspObjectDecoder.html | 8 +- .../handler/codec/rtsp/RtspObjectEncoder.html | 8 +- .../codec/rtsp/RtspRequestDecoder.html | 8 +- .../codec/rtsp/RtspRequestEncoder.html | 8 +- .../codec/rtsp/RtspResponseDecoder.html | 8 +- .../codec/rtsp/RtspResponseEncoder.html | 8 +- .../codec/rtsp/RtspResponseStatuses.html | 8 +- .../handler/codec/rtsp/RtspVersions.html | 8 +- .../codec/rtsp/class-use/RtspDecoder.html | 8 +- .../codec/rtsp/class-use/RtspEncoder.html | 8 +- .../codec/rtsp/class-use/RtspHeaderNames.html | 8 +- .../rtsp/class-use/RtspHeaderValues.html | 8 +- .../rtsp/class-use/RtspHeaders.Names.html | 8 +- .../rtsp/class-use/RtspHeaders.Values.html | 8 +- .../codec/rtsp/class-use/RtspHeaders.html | 8 +- .../codec/rtsp/class-use/RtspMethods.html | 8 +- .../rtsp/class-use/RtspObjectDecoder.html | 8 +- .../rtsp/class-use/RtspObjectEncoder.html | 8 +- .../rtsp/class-use/RtspRequestDecoder.html | 8 +- .../rtsp/class-use/RtspRequestEncoder.html | 8 +- .../rtsp/class-use/RtspResponseDecoder.html | 8 +- .../rtsp/class-use/RtspResponseEncoder.html | 8 +- .../rtsp/class-use/RtspResponseStatuses.html | 8 +- .../codec/rtsp/class-use/RtspVersions.html | 8 +- .../handler/codec/rtsp/package-frame.html | 6 +- .../handler/codec/rtsp/package-summary.html | 8 +- .../handler/codec/rtsp/package-tree.html | 8 +- .../netty/handler/codec/rtsp/package-use.html | 8 +- .../sctp/SctpInboundByteStreamHandler.html | 8 +- .../sctp/SctpMessageCompletionHandler.html | 8 +- .../sctp/SctpMessageToMessageDecoder.html | 8 +- .../sctp/SctpOutboundByteStreamHandler.html | 8 +- .../SctpInboundByteStreamHandler.html | 8 +- .../SctpMessageCompletionHandler.html | 8 +- .../SctpMessageToMessageDecoder.html | 8 +- .../SctpOutboundByteStreamHandler.html | 8 +- .../handler/codec/sctp/package-frame.html | 6 +- .../handler/codec/sctp/package-summary.html | 8 +- .../handler/codec/sctp/package-tree.html | 8 +- .../netty/handler/codec/sctp/package-use.html | 8 +- .../codec/serialization/ClassResolver.html | 8 +- .../codec/serialization/ClassResolvers.html | 8 +- .../CompatibleObjectEncoder.html | 8 +- .../codec/serialization/ObjectDecoder.html | 8 +- .../ObjectDecoderInputStream.html | 8 +- .../codec/serialization/ObjectEncoder.html | 8 +- .../ObjectEncoderOutputStream.html | 8 +- .../class-use/ClassResolver.html | 8 +- .../class-use/ClassResolvers.html | 8 +- .../class-use/CompatibleObjectEncoder.html | 8 +- .../class-use/ObjectDecoder.html | 8 +- .../class-use/ObjectDecoderInputStream.html | 8 +- .../class-use/ObjectEncoder.html | 8 +- .../class-use/ObjectEncoderOutputStream.html | 8 +- .../codec/serialization/package-frame.html | 6 +- .../codec/serialization/package-summary.html | 8 +- .../codec/serialization/package-tree.html | 8 +- .../codec/serialization/package-use.html | 8 +- .../codec/smtp/DefaultLastSmtpContent.html | 8 +- .../codec/smtp/DefaultSmtpContent.html | 8 +- .../codec/smtp/DefaultSmtpRequest.html | 8 +- .../codec/smtp/DefaultSmtpResponse.html | 8 +- .../handler/codec/smtp/LastSmtpContent.html | 8 +- .../netty/handler/codec/smtp/SmtpCommand.html | 8 +- .../netty/handler/codec/smtp/SmtpContent.html | 8 +- .../netty/handler/codec/smtp/SmtpRequest.html | 8 +- .../codec/smtp/SmtpRequestEncoder.html | 8 +- .../handler/codec/smtp/SmtpRequests.html | 8 +- .../handler/codec/smtp/SmtpResponse.html | 8 +- .../codec/smtp/SmtpResponseDecoder.html | 8 +- .../class-use/DefaultLastSmtpContent.html | 8 +- .../smtp/class-use/DefaultSmtpContent.html | 8 +- .../smtp/class-use/DefaultSmtpRequest.html | 8 +- .../smtp/class-use/DefaultSmtpResponse.html | 8 +- .../codec/smtp/class-use/LastSmtpContent.html | 8 +- .../codec/smtp/class-use/SmtpCommand.html | 8 +- .../codec/smtp/class-use/SmtpContent.html | 8 +- .../codec/smtp/class-use/SmtpRequest.html | 8 +- .../smtp/class-use/SmtpRequestEncoder.html | 8 +- .../codec/smtp/class-use/SmtpRequests.html | 8 +- .../codec/smtp/class-use/SmtpResponse.html | 8 +- .../smtp/class-use/SmtpResponseDecoder.html | 8 +- .../handler/codec/smtp/package-frame.html | 6 +- .../handler/codec/smtp/package-summary.html | 8 +- .../handler/codec/smtp/package-tree.html | 8 +- .../netty/handler/codec/smtp/package-use.html | 8 +- .../handler/codec/socks/SocksAddressType.html | 8 +- .../handler/codec/socks/SocksAuthRequest.html | 8 +- .../socks/SocksAuthRequestDecoder.State.html | 8 +- .../codec/socks/SocksAuthRequestDecoder.html | 8 +- .../codec/socks/SocksAuthResponse.html | 8 +- .../socks/SocksAuthResponseDecoder.State.html | 8 +- .../codec/socks/SocksAuthResponseDecoder.html | 8 +- .../handler/codec/socks/SocksAuthScheme.html | 8 +- .../handler/codec/socks/SocksAuthStatus.html | 8 +- .../handler/codec/socks/SocksCmdRequest.html | 8 +- .../socks/SocksCmdRequestDecoder.State.html | 8 +- .../codec/socks/SocksCmdRequestDecoder.html | 8 +- .../handler/codec/socks/SocksCmdResponse.html | 8 +- .../socks/SocksCmdResponseDecoder.State.html | 8 +- .../codec/socks/SocksCmdResponseDecoder.html | 8 +- .../handler/codec/socks/SocksCmdStatus.html | 8 +- .../handler/codec/socks/SocksCmdType.html | 8 +- .../handler/codec/socks/SocksInitRequest.html | 8 +- .../socks/SocksInitRequestDecoder.State.html | 8 +- .../codec/socks/SocksInitRequestDecoder.html | 8 +- .../codec/socks/SocksInitResponse.html | 8 +- .../socks/SocksInitResponseDecoder.State.html | 8 +- .../codec/socks/SocksInitResponseDecoder.html | 8 +- .../handler/codec/socks/SocksMessage.html | 8 +- .../codec/socks/SocksMessageEncoder.html | 8 +- .../handler/codec/socks/SocksMessageType.html | 8 +- .../codec/socks/SocksProtocolVersion.html | 8 +- .../handler/codec/socks/SocksRequest.html | 8 +- .../handler/codec/socks/SocksRequestType.html | 8 +- .../handler/codec/socks/SocksResponse.html | 8 +- .../codec/socks/SocksResponseType.html | 8 +- .../socks/SocksSubnegotiationVersion.html | 8 +- .../codec/socks/UnknownSocksRequest.html | 8 +- .../codec/socks/UnknownSocksResponse.html | 8 +- .../socks/class-use/SocksAddressType.html | 8 +- .../socks/class-use/SocksAuthRequest.html | 8 +- .../SocksAuthRequestDecoder.State.html | 8 +- .../class-use/SocksAuthRequestDecoder.html | 8 +- .../socks/class-use/SocksAuthResponse.html | 8 +- .../SocksAuthResponseDecoder.State.html | 8 +- .../class-use/SocksAuthResponseDecoder.html | 8 +- .../socks/class-use/SocksAuthScheme.html | 8 +- .../socks/class-use/SocksAuthStatus.html | 8 +- .../socks/class-use/SocksCmdRequest.html | 8 +- .../SocksCmdRequestDecoder.State.html | 8 +- .../class-use/SocksCmdRequestDecoder.html | 8 +- .../socks/class-use/SocksCmdResponse.html | 8 +- .../SocksCmdResponseDecoder.State.html | 8 +- .../class-use/SocksCmdResponseDecoder.html | 8 +- .../codec/socks/class-use/SocksCmdStatus.html | 8 +- .../codec/socks/class-use/SocksCmdType.html | 8 +- .../socks/class-use/SocksInitRequest.html | 8 +- .../SocksInitRequestDecoder.State.html | 8 +- .../class-use/SocksInitRequestDecoder.html | 8 +- .../socks/class-use/SocksInitResponse.html | 8 +- .../SocksInitResponseDecoder.State.html | 8 +- .../class-use/SocksInitResponseDecoder.html | 8 +- .../codec/socks/class-use/SocksMessage.html | 8 +- .../socks/class-use/SocksMessageEncoder.html | 8 +- .../socks/class-use/SocksMessageType.html | 8 +- .../socks/class-use/SocksProtocolVersion.html | 8 +- .../codec/socks/class-use/SocksRequest.html | 8 +- .../socks/class-use/SocksRequestType.html | 8 +- .../codec/socks/class-use/SocksResponse.html | 8 +- .../socks/class-use/SocksResponseType.html | 8 +- .../class-use/SocksSubnegotiationVersion.html | 8 +- .../socks/class-use/UnknownSocksRequest.html | 8 +- .../socks/class-use/UnknownSocksResponse.html | 8 +- .../handler/codec/socks/package-frame.html | 6 +- .../handler/codec/socks/package-summary.html | 8 +- .../handler/codec/socks/package-tree.html | 30 +- .../handler/codec/socks/package-use.html | 8 +- .../codec/socksx/AbstractSocksMessage.html | 8 +- .../handler/codec/socksx/SocksMessage.html | 8 +- .../SocksPortUnificationServerHandler.html | 8 +- .../handler/codec/socksx/SocksVersion.html | 8 +- .../class-use/AbstractSocksMessage.html | 8 +- .../codec/socksx/class-use/SocksMessage.html | 8 +- .../SocksPortUnificationServerHandler.html | 8 +- .../codec/socksx/class-use/SocksVersion.html | 8 +- .../handler/codec/socksx/package-frame.html | 6 +- .../handler/codec/socksx/package-summary.html | 8 +- .../handler/codec/socksx/package-tree.html | 8 +- .../handler/codec/socksx/package-use.html | 8 +- .../socksx/v4/AbstractSocks4Message.html | 8 +- .../v4/DefaultSocks4CommandRequest.html | 8 +- .../v4/DefaultSocks4CommandResponse.html | 8 +- .../socksx/v4/Socks4ClientDecoder.State.html | 8 +- .../codec/socksx/v4/Socks4ClientDecoder.html | 8 +- .../codec/socksx/v4/Socks4ClientEncoder.html | 8 +- .../codec/socksx/v4/Socks4CommandRequest.html | 8 +- .../socksx/v4/Socks4CommandResponse.html | 8 +- .../codec/socksx/v4/Socks4CommandStatus.html | 8 +- .../codec/socksx/v4/Socks4CommandType.html | 8 +- .../codec/socksx/v4/Socks4Message.html | 8 +- .../socksx/v4/Socks4ServerDecoder.State.html | 8 +- .../codec/socksx/v4/Socks4ServerDecoder.html | 8 +- .../codec/socksx/v4/Socks4ServerEncoder.html | 8 +- .../v4/class-use/AbstractSocks4Message.html | 8 +- .../DefaultSocks4CommandRequest.html | 8 +- .../DefaultSocks4CommandResponse.html | 8 +- .../class-use/Socks4ClientDecoder.State.html | 8 +- .../v4/class-use/Socks4ClientDecoder.html | 8 +- .../v4/class-use/Socks4ClientEncoder.html | 8 +- .../v4/class-use/Socks4CommandRequest.html | 8 +- .../v4/class-use/Socks4CommandResponse.html | 8 +- .../v4/class-use/Socks4CommandStatus.html | 8 +- .../v4/class-use/Socks4CommandType.html | 8 +- .../socksx/v4/class-use/Socks4Message.html | 8 +- .../class-use/Socks4ServerDecoder.State.html | 8 +- .../v4/class-use/Socks4ServerDecoder.html | 8 +- .../v4/class-use/Socks4ServerEncoder.html | 8 +- .../codec/socksx/v4/package-frame.html | 6 +- .../codec/socksx/v4/package-summary.html | 8 +- .../handler/codec/socksx/v4/package-tree.html | 10 +- .../handler/codec/socksx/v4/package-use.html | 8 +- .../socksx/v5/AbstractSocks5Message.html | 8 +- .../v5/DefaultSocks5CommandRequest.html | 8 +- .../v5/DefaultSocks5CommandResponse.html | 8 +- .../v5/DefaultSocks5InitialRequest.html | 8 +- .../v5/DefaultSocks5InitialResponse.html | 8 +- .../v5/DefaultSocks5PasswordAuthRequest.html | 8 +- .../v5/DefaultSocks5PasswordAuthResponse.html | 8 +- .../codec/socksx/v5/Socks5AddressDecoder.html | 8 +- .../codec/socksx/v5/Socks5AddressEncoder.html | 8 +- .../codec/socksx/v5/Socks5AddressType.html | 8 +- .../codec/socksx/v5/Socks5AuthMethod.html | 8 +- .../codec/socksx/v5/Socks5ClientEncoder.html | 8 +- .../codec/socksx/v5/Socks5CommandRequest.html | 8 +- .../v5/Socks5CommandRequestDecoder.State.html | 8 +- .../v5/Socks5CommandRequestDecoder.html | 8 +- .../socksx/v5/Socks5CommandResponse.html | 8 +- .../Socks5CommandResponseDecoder.State.html | 8 +- .../v5/Socks5CommandResponseDecoder.html | 8 +- .../codec/socksx/v5/Socks5CommandStatus.html | 8 +- .../codec/socksx/v5/Socks5CommandType.html | 8 +- .../codec/socksx/v5/Socks5InitialRequest.html | 8 +- .../v5/Socks5InitialRequestDecoder.State.html | 8 +- .../v5/Socks5InitialRequestDecoder.html | 8 +- .../socksx/v5/Socks5InitialResponse.html | 8 +- .../Socks5InitialResponseDecoder.State.html | 8 +- .../v5/Socks5InitialResponseDecoder.html | 8 +- .../codec/socksx/v5/Socks5Message.html | 8 +- .../socksx/v5/Socks5PasswordAuthRequest.html | 8 +- ...ocks5PasswordAuthRequestDecoder.State.html | 8 +- .../v5/Socks5PasswordAuthRequestDecoder.html | 8 +- .../socksx/v5/Socks5PasswordAuthResponse.html | 8 +- ...cks5PasswordAuthResponseDecoder.State.html | 8 +- .../v5/Socks5PasswordAuthResponseDecoder.html | 8 +- .../socksx/v5/Socks5PasswordAuthStatus.html | 8 +- .../codec/socksx/v5/Socks5ServerEncoder.html | 8 +- .../v5/class-use/AbstractSocks5Message.html | 8 +- .../DefaultSocks5CommandRequest.html | 8 +- .../DefaultSocks5CommandResponse.html | 8 +- .../DefaultSocks5InitialRequest.html | 8 +- .../DefaultSocks5InitialResponse.html | 8 +- .../DefaultSocks5PasswordAuthRequest.html | 8 +- .../DefaultSocks5PasswordAuthResponse.html | 8 +- .../v5/class-use/Socks5AddressDecoder.html | 8 +- .../v5/class-use/Socks5AddressEncoder.html | 8 +- .../v5/class-use/Socks5AddressType.html | 8 +- .../socksx/v5/class-use/Socks5AuthMethod.html | 8 +- .../v5/class-use/Socks5ClientEncoder.html | 8 +- .../v5/class-use/Socks5CommandRequest.html | 8 +- .../Socks5CommandRequestDecoder.State.html | 8 +- .../Socks5CommandRequestDecoder.html | 8 +- .../v5/class-use/Socks5CommandResponse.html | 8 +- .../Socks5CommandResponseDecoder.State.html | 8 +- .../Socks5CommandResponseDecoder.html | 8 +- .../v5/class-use/Socks5CommandStatus.html | 8 +- .../v5/class-use/Socks5CommandType.html | 8 +- .../v5/class-use/Socks5InitialRequest.html | 8 +- .../Socks5InitialRequestDecoder.State.html | 8 +- .../Socks5InitialRequestDecoder.html | 8 +- .../v5/class-use/Socks5InitialResponse.html | 8 +- .../Socks5InitialResponseDecoder.State.html | 8 +- .../Socks5InitialResponseDecoder.html | 8 +- .../socksx/v5/class-use/Socks5Message.html | 8 +- .../class-use/Socks5PasswordAuthRequest.html | 8 +- ...ocks5PasswordAuthRequestDecoder.State.html | 8 +- .../Socks5PasswordAuthRequestDecoder.html | 8 +- .../class-use/Socks5PasswordAuthResponse.html | 8 +- ...cks5PasswordAuthResponseDecoder.State.html | 8 +- .../Socks5PasswordAuthResponseDecoder.html | 8 +- .../class-use/Socks5PasswordAuthStatus.html | 8 +- .../v5/class-use/Socks5ServerEncoder.html | 8 +- .../codec/socksx/v5/package-frame.html | 6 +- .../codec/socksx/v5/package-summary.html | 8 +- .../handler/codec/socksx/v5/package-tree.html | 16 +- .../handler/codec/socksx/v5/package-use.html | 8 +- .../codec/spdy/DefaultSpdyDataFrame.html | 8 +- .../codec/spdy/DefaultSpdyGoAwayFrame.html | 8 +- .../codec/spdy/DefaultSpdyHeaders.html | 8 +- .../codec/spdy/DefaultSpdyHeadersFrame.html | 8 +- .../codec/spdy/DefaultSpdyPingFrame.html | 8 +- .../codec/spdy/DefaultSpdyRstStreamFrame.html | 8 +- .../codec/spdy/DefaultSpdySettingsFrame.html | 8 +- .../codec/spdy/DefaultSpdyStreamFrame.html | 8 +- .../codec/spdy/DefaultSpdySynReplyFrame.html | 8 +- .../codec/spdy/DefaultSpdySynStreamFrame.html | 8 +- .../spdy/DefaultSpdyWindowUpdateFrame.html | 8 +- .../handler/codec/spdy/SpdyDataFrame.html | 8 +- .../netty/handler/codec/spdy/SpdyFrame.html | 8 +- .../handler/codec/spdy/SpdyFrameCodec.html | 8 +- .../handler/codec/spdy/SpdyFrameDecoder.html | 8 +- .../codec/spdy/SpdyFrameDecoderDelegate.html | 8 +- .../handler/codec/spdy/SpdyFrameEncoder.html | 8 +- .../handler/codec/spdy/SpdyGoAwayFrame.html | 8 +- .../codec/spdy/SpdyHeaderBlockDecoder.html | 8 +- .../codec/spdy/SpdyHeaderBlockEncoder.html | 8 +- .../codec/spdy/SpdyHeaderBlockRawDecoder.html | 8 +- .../codec/spdy/SpdyHeaderBlockRawEncoder.html | 8 +- .../codec/spdy/SpdyHeaders.HttpNames.html | 8 +- .../netty/handler/codec/spdy/SpdyHeaders.html | 8 +- .../handler/codec/spdy/SpdyHeadersFrame.html | 8 +- .../handler/codec/spdy/SpdyHttpCodec.html | 8 +- .../handler/codec/spdy/SpdyHttpDecoder.html | 8 +- .../handler/codec/spdy/SpdyHttpEncoder.html | 8 +- .../codec/spdy/SpdyHttpHeaders.Names.html | 8 +- .../handler/codec/spdy/SpdyHttpHeaders.html | 8 +- .../spdy/SpdyHttpResponseStreamIdHandler.html | 8 +- .../handler/codec/spdy/SpdyPingFrame.html | 8 +- .../codec/spdy/SpdyProtocolException.html | 8 +- .../codec/spdy/SpdyRstStreamFrame.html | 8 +- .../codec/spdy/SpdySessionHandler.html | 8 +- .../handler/codec/spdy/SpdySessionStatus.html | 8 +- .../handler/codec/spdy/SpdySettingsFrame.html | 8 +- .../handler/codec/spdy/SpdyStreamFrame.html | 8 +- .../handler/codec/spdy/SpdyStreamStatus.html | 8 +- .../handler/codec/spdy/SpdySynReplyFrame.html | 8 +- .../codec/spdy/SpdySynStreamFrame.html | 8 +- .../netty/handler/codec/spdy/SpdyVersion.html | 8 +- .../codec/spdy/SpdyWindowUpdateFrame.html | 8 +- .../spdy/class-use/DefaultSpdyDataFrame.html | 8 +- .../class-use/DefaultSpdyGoAwayFrame.html | 8 +- .../spdy/class-use/DefaultSpdyHeaders.html | 8 +- .../class-use/DefaultSpdyHeadersFrame.html | 8 +- .../spdy/class-use/DefaultSpdyPingFrame.html | 8 +- .../class-use/DefaultSpdyRstStreamFrame.html | 8 +- .../class-use/DefaultSpdySettingsFrame.html | 8 +- .../class-use/DefaultSpdyStreamFrame.html | 8 +- .../class-use/DefaultSpdySynReplyFrame.html | 8 +- .../class-use/DefaultSpdySynStreamFrame.html | 8 +- .../DefaultSpdyWindowUpdateFrame.html | 8 +- .../codec/spdy/class-use/SpdyDataFrame.html | 8 +- .../codec/spdy/class-use/SpdyFrame.html | 8 +- .../codec/spdy/class-use/SpdyFrameCodec.html | 8 +- .../spdy/class-use/SpdyFrameDecoder.html | 8 +- .../class-use/SpdyFrameDecoderDelegate.html | 8 +- .../spdy/class-use/SpdyFrameEncoder.html | 8 +- .../codec/spdy/class-use/SpdyGoAwayFrame.html | 8 +- .../class-use/SpdyHeaderBlockDecoder.html | 8 +- .../class-use/SpdyHeaderBlockEncoder.html | 8 +- .../class-use/SpdyHeaderBlockRawDecoder.html | 8 +- .../class-use/SpdyHeaderBlockRawEncoder.html | 8 +- .../spdy/class-use/SpdyHeaders.HttpNames.html | 8 +- .../codec/spdy/class-use/SpdyHeaders.html | 8 +- .../spdy/class-use/SpdyHeadersFrame.html | 8 +- .../codec/spdy/class-use/SpdyHttpCodec.html | 8 +- .../codec/spdy/class-use/SpdyHttpDecoder.html | 8 +- .../codec/spdy/class-use/SpdyHttpEncoder.html | 8 +- .../spdy/class-use/SpdyHttpHeaders.Names.html | 8 +- .../codec/spdy/class-use/SpdyHttpHeaders.html | 8 +- .../SpdyHttpResponseStreamIdHandler.html | 8 +- .../codec/spdy/class-use/SpdyPingFrame.html | 8 +- .../spdy/class-use/SpdyProtocolException.html | 8 +- .../spdy/class-use/SpdyRstStreamFrame.html | 8 +- .../spdy/class-use/SpdySessionHandler.html | 8 +- .../spdy/class-use/SpdySessionStatus.html | 8 +- .../spdy/class-use/SpdySettingsFrame.html | 8 +- .../codec/spdy/class-use/SpdyStreamFrame.html | 8 +- .../spdy/class-use/SpdyStreamStatus.html | 8 +- .../spdy/class-use/SpdySynReplyFrame.html | 8 +- .../spdy/class-use/SpdySynStreamFrame.html | 8 +- .../codec/spdy/class-use/SpdyVersion.html | 8 +- .../spdy/class-use/SpdyWindowUpdateFrame.html | 8 +- .../handler/codec/spdy/package-frame.html | 6 +- .../handler/codec/spdy/package-summary.html | 8 +- .../handler/codec/spdy/package-tree.html | 8 +- .../netty/handler/codec/spdy/package-use.html | 8 +- .../DefaultLastStompContentSubframe.html | 8 +- .../stomp/DefaultStompContentSubframe.html | 8 +- .../codec/stomp/DefaultStompFrame.html | 8 +- .../codec/stomp/DefaultStompHeaders.html | 8 +- .../stomp/DefaultStompHeadersSubframe.html | 8 +- .../codec/stomp/LastStompContentSubframe.html | 8 +- .../handler/codec/stomp/StompCommand.html | 8 +- .../codec/stomp/StompContentSubframe.html | 8 +- .../netty/handler/codec/stomp/StompFrame.html | 8 +- .../handler/codec/stomp/StompHeaders.html | 8 +- .../codec/stomp/StompHeadersSubframe.html | 8 +- .../handler/codec/stomp/StompSubframe.html | 8 +- .../codec/stomp/StompSubframeAggregator.html | 8 +- .../stomp/StompSubframeDecoder.State.html | 53 +- .../codec/stomp/StompSubframeDecoder.html | 14 +- .../codec/stomp/StompSubframeEncoder.html | 8 +- .../DefaultLastStompContentSubframe.html | 8 +- .../DefaultStompContentSubframe.html | 8 +- .../stomp/class-use/DefaultStompFrame.html | 8 +- .../stomp/class-use/DefaultStompHeaders.html | 8 +- .../DefaultStompHeadersSubframe.html | 8 +- .../class-use/LastStompContentSubframe.html | 8 +- .../codec/stomp/class-use/StompCommand.html | 8 +- .../stomp/class-use/StompContentSubframe.html | 8 +- .../codec/stomp/class-use/StompFrame.html | 8 +- .../codec/stomp/class-use/StompHeaders.html | 8 +- .../stomp/class-use/StompHeadersSubframe.html | 8 +- .../codec/stomp/class-use/StompSubframe.html | 8 +- .../class-use/StompSubframeAggregator.html | 8 +- .../class-use/StompSubframeDecoder.State.html | 10 +- .../stomp/class-use/StompSubframeDecoder.html | 8 +- .../stomp/class-use/StompSubframeEncoder.html | 8 +- .../handler/codec/stomp/package-frame.html | 6 +- .../handler/codec/stomp/package-summary.html | 12 +- .../handler/codec/stomp/package-tree.html | 8 +- .../handler/codec/stomp/package-use.html | 14 +- .../handler/codec/string/LineEncoder.html | 8 +- .../handler/codec/string/LineSeparator.html | 8 +- .../handler/codec/string/StringDecoder.html | 8 +- .../handler/codec/string/StringEncoder.html | 8 +- .../codec/string/class-use/LineEncoder.html | 8 +- .../codec/string/class-use/LineSeparator.html | 8 +- .../codec/string/class-use/StringDecoder.html | 8 +- .../codec/string/class-use/StringEncoder.html | 8 +- .../handler/codec/string/package-frame.html | 6 +- .../handler/codec/string/package-summary.html | 8 +- .../handler/codec/string/package-tree.html | 8 +- .../handler/codec/string/package-use.html | 8 +- .../netty/handler/codec/xml/XmlAttribute.html | 8 +- .../io/netty/handler/codec/xml/XmlCdata.html | 8 +- .../handler/codec/xml/XmlCharacters.html | 8 +- .../netty/handler/codec/xml/XmlComment.html | 8 +- .../netty/handler/codec/xml/XmlContent.html | 8 +- .../io/netty/handler/codec/xml/XmlDTD.html | 8 +- .../netty/handler/codec/xml/XmlDecoder.html | 8 +- .../handler/codec/xml/XmlDocumentEnd.html | 8 +- .../handler/codec/xml/XmlDocumentStart.html | 8 +- .../netty/handler/codec/xml/XmlElement.html | 8 +- .../handler/codec/xml/XmlElementEnd.html | 8 +- .../handler/codec/xml/XmlElementStart.html | 8 +- .../handler/codec/xml/XmlEntityReference.html | 8 +- .../handler/codec/xml/XmlFrameDecoder.html | 8 +- .../netty/handler/codec/xml/XmlNamespace.html | 8 +- .../codec/xml/XmlProcessingInstruction.html | 8 +- .../io/netty/handler/codec/xml/XmlSpace.html | 8 +- .../codec/xml/class-use/XmlAttribute.html | 8 +- .../handler/codec/xml/class-use/XmlCdata.html | 8 +- .../codec/xml/class-use/XmlCharacters.html | 8 +- .../codec/xml/class-use/XmlComment.html | 8 +- .../codec/xml/class-use/XmlContent.html | 8 +- .../handler/codec/xml/class-use/XmlDTD.html | 8 +- .../codec/xml/class-use/XmlDecoder.html | 8 +- .../codec/xml/class-use/XmlDocumentEnd.html | 8 +- .../codec/xml/class-use/XmlDocumentStart.html | 8 +- .../codec/xml/class-use/XmlElement.html | 8 +- .../codec/xml/class-use/XmlElementEnd.html | 8 +- .../codec/xml/class-use/XmlElementStart.html | 8 +- .../xml/class-use/XmlEntityReference.html | 8 +- .../codec/xml/class-use/XmlFrameDecoder.html | 8 +- .../codec/xml/class-use/XmlNamespace.html | 8 +- .../class-use/XmlProcessingInstruction.html | 8 +- .../handler/codec/xml/class-use/XmlSpace.html | 8 +- .../handler/codec/xml/package-frame.html | 6 +- .../handler/codec/xml/package-summary.html | 8 +- .../netty/handler/codec/xml/package-tree.html | 8 +- .../netty/handler/codec/xml/package-use.html | 8 +- .../handler/flow/FlowControlHandler.html | 8 +- .../flow/class-use/FlowControlHandler.html | 8 +- .../io/netty/handler/flow/package-frame.html | 6 +- .../netty/handler/flow/package-summary.html | 8 +- .../io/netty/handler/flow/package-tree.html | 8 +- .../io/netty/handler/flow/package-use.html | 8 +- .../flush/FlushConsolidationHandler.html | 8 +- .../class-use/FlushConsolidationHandler.html | 8 +- .../io/netty/handler/flush/package-frame.html | 6 +- .../netty/handler/flush/package-summary.html | 8 +- .../io/netty/handler/flush/package-tree.html | 8 +- .../io/netty/handler/flush/package-use.html | 8 +- .../ipfilter/AbstractRemoteAddressFilter.html | 8 +- .../netty/handler/ipfilter/IpFilterRule.html | 8 +- .../handler/ipfilter/IpFilterRuleType.html | 8 +- .../handler/ipfilter/IpSubnetFilter.html | 8 +- .../handler/ipfilter/IpSubnetFilterRule.html | 8 +- .../handler/ipfilter/RuleBasedIpFilter.html | 8 +- .../handler/ipfilter/UniqueIpFilter.html | 8 +- .../AbstractRemoteAddressFilter.html | 8 +- .../ipfilter/class-use/IpFilterRule.html | 8 +- .../ipfilter/class-use/IpFilterRuleType.html | 8 +- .../ipfilter/class-use/IpSubnetFilter.html | 8 +- .../class-use/IpSubnetFilterRule.html | 8 +- .../ipfilter/class-use/RuleBasedIpFilter.html | 8 +- .../ipfilter/class-use/UniqueIpFilter.html | 8 +- .../netty/handler/ipfilter/package-frame.html | 6 +- .../handler/ipfilter/package-summary.html | 8 +- .../netty/handler/ipfilter/package-tree.html | 8 +- .../netty/handler/ipfilter/package-use.html | 8 +- .../netty/handler/logging/ByteBufFormat.html | 8 +- .../io/netty/handler/logging/LogLevel.html | 8 +- .../netty/handler/logging/LoggingHandler.html | 8 +- .../logging/class-use/ByteBufFormat.html | 8 +- .../handler/logging/class-use/LogLevel.html | 8 +- .../logging/class-use/LoggingHandler.html | 8 +- .../netty/handler/logging/package-frame.html | 6 +- .../handler/logging/package-summary.html | 8 +- .../netty/handler/logging/package-tree.html | 8 +- .../io/netty/handler/logging/package-use.html | 8 +- .../pcap/PcapWriteHandler.Builder.html | 8 +- .../netty/handler/pcap/PcapWriteHandler.html | 8 +- .../class-use/PcapWriteHandler.Builder.html | 8 +- .../pcap/class-use/PcapWriteHandler.html | 8 +- .../io/netty/handler/pcap/package-frame.html | 6 +- .../netty/handler/pcap/package-summary.html | 8 +- .../io/netty/handler/pcap/package-tree.html | 8 +- .../io/netty/handler/pcap/package-use.html | 8 +- ...roxyHandler.HttpProxyConnectException.html | 8 +- .../netty/handler/proxy/HttpProxyHandler.html | 8 +- .../handler/proxy/ProxyConnectException.html | 8 +- .../handler/proxy/ProxyConnectionEvent.html | 8 +- .../io/netty/handler/proxy/ProxyHandler.html | 8 +- .../handler/proxy/Socks4ProxyHandler.html | 8 +- .../handler/proxy/Socks5ProxyHandler.html | 8 +- ...roxyHandler.HttpProxyConnectException.html | 8 +- .../proxy/class-use/HttpProxyHandler.html | 8 +- .../class-use/ProxyConnectException.html | 8 +- .../proxy/class-use/ProxyConnectionEvent.html | 8 +- .../handler/proxy/class-use/ProxyHandler.html | 8 +- .../proxy/class-use/Socks4ProxyHandler.html | 8 +- .../proxy/class-use/Socks5ProxyHandler.html | 8 +- .../io/netty/handler/proxy/package-frame.html | 6 +- .../netty/handler/proxy/package-summary.html | 8 +- .../io/netty/handler/proxy/package-tree.html | 8 +- .../io/netty/handler/proxy/package-use.html | 8 +- .../netty/handler/ssl/AbstractSniHandler.html | 8 +- .../ApplicationProtocolConfig.Protocol.html | 8 +- ...onfig.SelectedListenerFailureBehavior.html | 8 +- ...rotocolConfig.SelectorFailureBehavior.html | 8 +- .../ssl/ApplicationProtocolConfig.html | 8 +- .../handler/ssl/ApplicationProtocolNames.html | 8 +- ...ApplicationProtocolNegotiationHandler.html | 8 +- .../ssl/ApplicationProtocolNegotiator.html | 8 +- .../handler/ssl/CipherSuiteConverter.html | 8 +- .../netty/handler/ssl/CipherSuiteFilter.html | 8 +- 4.1/api/io/netty/handler/ssl/Ciphers.html | 8 +- 4.1/api/io/netty/handler/ssl/ClientAuth.html | 8 +- .../handler/ssl/DelegatingSslContext.html | 8 +- .../ssl/IdentityCipherSuiteFilter.html | 8 +- .../JdkAlpnApplicationProtocolNegotiator.html | 8 +- ...AllocatorAwareSslEngineWrapperFactory.html | 8 +- ...lNegotiator.ProtocolSelectionListener.html | 8 +- ...ator.ProtocolSelectionListenerFactory.html | 8 +- ...onProtocolNegotiator.ProtocolSelector.html | 8 +- ...colNegotiator.ProtocolSelectorFactory.html | 8 +- ...colNegotiator.SslEngineWrapperFactory.html | 8 +- .../ssl/JdkApplicationProtocolNegotiator.html | 8 +- .../JdkNpnApplicationProtocolNegotiator.html | 8 +- .../handler/ssl/JdkSslClientContext.html | 8 +- .../io/netty/handler/ssl/JdkSslContext.html | 8 +- .../handler/ssl/JdkSslServerContext.html | 8 +- .../handler/ssl/NotSslRecordException.html | 8 +- 4.1/api/io/netty/handler/ssl/OpenSsl.html | 8 +- .../OpenSslApplicationProtocolNegotiator.html | 8 +- .../ssl/OpenSslAsyncPrivateKeyMethod.html | 8 +- .../OpenSslCachingX509KeyManagerFactory.html | 8 +- ...penSslCertificateCompressionAlgorithm.html | 8 +- ...cateCompressionConfig.AlgorithmConfig.html | 8 +- ...ficateCompressionConfig.AlgorithmMode.html | 8 +- ...lCertificateCompressionConfig.Builder.html | 8 +- .../OpenSslCertificateCompressionConfig.html | 8 +- .../ssl/OpenSslCertificateException.html | 8 +- .../handler/ssl/OpenSslClientContext.html | 8 +- .../io/netty/handler/ssl/OpenSslContext.html | 8 +- .../handler/ssl/OpenSslContextOption.html | 8 +- ...lDefaultApplicationProtocolNegotiator.html | 8 +- .../io/netty/handler/ssl/OpenSslEngine.html | 8 +- ...enSslNpnApplicationProtocolNegotiator.html | 8 +- .../handler/ssl/OpenSslPrivateKeyMethod.html | 8 +- .../handler/ssl/OpenSslServerContext.html | 8 +- .../ssl/OpenSslServerSessionContext.html | 8 +- .../handler/ssl/OpenSslSessionContext.html | 8 +- .../handler/ssl/OpenSslSessionStats.html | 8 +- .../handler/ssl/OpenSslSessionTicketKey.html | 8 +- .../ssl/OpenSslX509KeyManagerFactory.html | 8 +- .../netty/handler/ssl/OptionalSslHandler.html | 8 +- .../io/netty/handler/ssl/PemPrivateKey.html | 8 +- .../netty/handler/ssl/PemX509Certificate.html | 8 +- .../ReferenceCountedOpenSslClientContext.html | 8 +- .../ssl/ReferenceCountedOpenSslContext.html | 8 +- .../ssl/ReferenceCountedOpenSslEngine.html | 8 +- .../ReferenceCountedOpenSslServerContext.html | 8 +- .../netty/handler/ssl/SniCompletionEvent.html | 11 +- 4.1/api/io/netty/handler/ssl/SniHandler.html | 8 +- .../handler/ssl/SslClientHelloHandler.html | 8 +- .../handler/ssl/SslCloseCompletionEvent.html | 8 +- .../handler/ssl/SslClosedEngineException.html | 8 +- .../netty/handler/ssl/SslCompletionEvent.html | 8 +- 4.1/api/io/netty/handler/ssl/SslContext.html | 8 +- .../netty/handler/ssl/SslContextBuilder.html | 58 +- .../netty/handler/ssl/SslContextOption.html | 8 +- 4.1/api/io/netty/handler/ssl/SslHandler.html | 8 +- .../ssl/SslHandshakeCompletionEvent.html | 8 +- .../ssl/SslHandshakeTimeoutException.html | 8 +- .../handler/ssl/SslMasterKeyHandler.html | 8 +- .../io/netty/handler/ssl/SslProtocols.html | 8 +- 4.1/api/io/netty/handler/ssl/SslProvider.html | 8 +- .../ssl/SupportedCipherSuiteFilter.html | 8 +- .../ssl/class-use/AbstractSniHandler.html | 8 +- .../ApplicationProtocolConfig.Protocol.html | 8 +- ...onfig.SelectedListenerFailureBehavior.html | 8 +- ...rotocolConfig.SelectorFailureBehavior.html | 8 +- .../class-use/ApplicationProtocolConfig.html | 8 +- .../class-use/ApplicationProtocolNames.html | 8 +- ...ApplicationProtocolNegotiationHandler.html | 8 +- .../ApplicationProtocolNegotiator.html | 8 +- .../ssl/class-use/CipherSuiteConverter.html | 8 +- .../ssl/class-use/CipherSuiteFilter.html | 8 +- .../netty/handler/ssl/class-use/Ciphers.html | 8 +- .../handler/ssl/class-use/ClientAuth.html | 8 +- .../ssl/class-use/DelegatingSslContext.html | 8 +- .../class-use/IdentityCipherSuiteFilter.html | 8 +- .../JdkAlpnApplicationProtocolNegotiator.html | 8 +- ...AllocatorAwareSslEngineWrapperFactory.html | 8 +- ...lNegotiator.ProtocolSelectionListener.html | 8 +- ...ator.ProtocolSelectionListenerFactory.html | 8 +- ...onProtocolNegotiator.ProtocolSelector.html | 8 +- ...colNegotiator.ProtocolSelectorFactory.html | 8 +- ...colNegotiator.SslEngineWrapperFactory.html | 8 +- .../JdkApplicationProtocolNegotiator.html | 8 +- .../JdkNpnApplicationProtocolNegotiator.html | 8 +- .../ssl/class-use/JdkSslClientContext.html | 8 +- .../handler/ssl/class-use/JdkSslContext.html | 8 +- .../ssl/class-use/JdkSslServerContext.html | 8 +- .../ssl/class-use/NotSslRecordException.html | 8 +- .../netty/handler/ssl/class-use/OpenSsl.html | 8 +- .../OpenSslApplicationProtocolNegotiator.html | 8 +- .../OpenSslAsyncPrivateKeyMethod.html | 8 +- .../OpenSslCachingX509KeyManagerFactory.html | 8 +- ...penSslCertificateCompressionAlgorithm.html | 8 +- ...cateCompressionConfig.AlgorithmConfig.html | 8 +- ...ficateCompressionConfig.AlgorithmMode.html | 8 +- ...lCertificateCompressionConfig.Builder.html | 8 +- .../OpenSslCertificateCompressionConfig.html | 8 +- .../OpenSslCertificateException.html | 8 +- .../ssl/class-use/OpenSslClientContext.html | 8 +- .../handler/ssl/class-use/OpenSslContext.html | 8 +- .../ssl/class-use/OpenSslContextOption.html | 8 +- ...lDefaultApplicationProtocolNegotiator.html | 8 +- .../handler/ssl/class-use/OpenSslEngine.html | 8 +- ...enSslNpnApplicationProtocolNegotiator.html | 8 +- .../class-use/OpenSslPrivateKeyMethod.html | 8 +- .../ssl/class-use/OpenSslServerContext.html | 8 +- .../OpenSslServerSessionContext.html | 8 +- .../ssl/class-use/OpenSslSessionContext.html | 8 +- .../ssl/class-use/OpenSslSessionStats.html | 8 +- .../class-use/OpenSslSessionTicketKey.html | 8 +- .../OpenSslX509KeyManagerFactory.html | 8 +- .../ssl/class-use/OptionalSslHandler.html | 8 +- .../handler/ssl/class-use/PemPrivateKey.html | 8 +- .../ssl/class-use/PemX509Certificate.html | 8 +- .../ReferenceCountedOpenSslClientContext.html | 8 +- .../ReferenceCountedOpenSslContext.html | 8 +- .../ReferenceCountedOpenSslEngine.html | 8 +- .../ReferenceCountedOpenSslServerContext.html | 8 +- .../ssl/class-use/SniCompletionEvent.html | 8 +- .../handler/ssl/class-use/SniHandler.html | 8 +- .../ssl/class-use/SslClientHelloHandler.html | 8 +- .../class-use/SslCloseCompletionEvent.html | 8 +- .../class-use/SslClosedEngineException.html | 8 +- .../ssl/class-use/SslCompletionEvent.html | 8 +- .../handler/ssl/class-use/SslContext.html | 8 +- .../ssl/class-use/SslContextBuilder.html | 37 +- .../ssl/class-use/SslContextOption.html | 8 +- .../handler/ssl/class-use/SslHandler.html | 8 +- .../SslHandshakeCompletionEvent.html | 8 +- .../SslHandshakeTimeoutException.html | 8 +- .../ssl/class-use/SslMasterKeyHandler.html | 8 +- .../handler/ssl/class-use/SslProtocols.html | 8 +- .../handler/ssl/class-use/SslProvider.html | 8 +- .../class-use/SupportedCipherSuiteFilter.html | 8 +- .../netty/handler/ssl/ocsp/IoTransport.html | 8 +- .../handler/ssl/ocsp/OcspClientHandler.html | 8 +- .../handler/ssl/ocsp/OcspResponse.Status.html | 8 +- .../netty/handler/ssl/ocsp/OcspResponse.html | 8 +- .../ocsp/OcspServerCertificateValidator.html | 8 +- .../handler/ssl/ocsp/OcspValidationEvent.html | 8 +- .../ssl/ocsp/class-use/IoTransport.html | 8 +- .../ssl/ocsp/class-use/OcspClientHandler.html | 8 +- .../ocsp/class-use/OcspResponse.Status.html | 8 +- .../ssl/ocsp/class-use/OcspResponse.html | 8 +- .../OcspServerCertificateValidator.html | 8 +- .../ocsp/class-use/OcspValidationEvent.html | 8 +- .../netty/handler/ssl/ocsp/package-frame.html | 6 +- .../handler/ssl/ocsp/package-summary.html | 8 +- .../netty/handler/ssl/ocsp/package-tree.html | 8 +- .../netty/handler/ssl/ocsp/package-use.html | 8 +- .../io/netty/handler/ssl/package-frame.html | 6 +- .../io/netty/handler/ssl/package-summary.html | 8 +- .../io/netty/handler/ssl/package-tree.html | 14 +- 4.1/api/io/netty/handler/ssl/package-use.html | 8 +- .../util/FingerprintTrustManagerFactory.html | 8 +- ...FingerprintTrustManagerFactoryBuilder.html | 8 +- .../ssl/util/InsecureTrustManagerFactory.html | 8 +- .../ssl/util/KeyManagerFactoryWrapper.html | 8 +- .../ssl/util/LazyJavaxX509Certificate.html | 8 +- .../handler/ssl/util/LazyX509Certificate.html | 8 +- .../ssl/util/SelfSignedCertificate.html | 8 +- .../ssl/util/SimpleKeyManagerFactory.html | 8 +- .../ssl/util/SimpleTrustManagerFactory.html | 8 +- .../ssl/util/TrustManagerFactoryWrapper.html | 8 +- .../FingerprintTrustManagerFactory.html | 8 +- ...FingerprintTrustManagerFactoryBuilder.html | 8 +- .../InsecureTrustManagerFactory.html | 8 +- .../class-use/KeyManagerFactoryWrapper.html | 8 +- .../class-use/LazyJavaxX509Certificate.html | 8 +- .../util/class-use/LazyX509Certificate.html | 8 +- .../util/class-use/SelfSignedCertificate.html | 8 +- .../class-use/SimpleKeyManagerFactory.html | 8 +- .../class-use/SimpleTrustManagerFactory.html | 8 +- .../class-use/TrustManagerFactoryWrapper.html | 8 +- .../netty/handler/ssl/util/package-frame.html | 6 +- .../handler/ssl/util/package-summary.html | 8 +- .../netty/handler/ssl/util/package-tree.html | 20 +- .../netty/handler/ssl/util/package-use.html | 8 +- .../io/netty/handler/stream/ChunkedFile.html | 8 +- .../io/netty/handler/stream/ChunkedInput.html | 8 +- .../netty/handler/stream/ChunkedNioFile.html | 8 +- .../handler/stream/ChunkedNioStream.html | 8 +- .../netty/handler/stream/ChunkedStream.html | 8 +- .../handler/stream/ChunkedWriteHandler.html | 8 +- .../handler/stream/class-use/ChunkedFile.html | 8 +- .../stream/class-use/ChunkedInput.html | 8 +- .../stream/class-use/ChunkedNioFile.html | 8 +- .../stream/class-use/ChunkedNioStream.html | 8 +- .../stream/class-use/ChunkedStream.html | 8 +- .../stream/class-use/ChunkedWriteHandler.html | 8 +- .../netty/handler/stream/package-frame.html | 6 +- .../netty/handler/stream/package-summary.html | 8 +- .../io/netty/handler/stream/package-tree.html | 8 +- .../io/netty/handler/stream/package-use.html | 8 +- .../io/netty/handler/timeout/IdleState.html | 8 +- .../netty/handler/timeout/IdleStateEvent.html | 8 +- .../handler/timeout/IdleStateHandler.html | 8 +- .../handler/timeout/ReadTimeoutException.html | 8 +- .../handler/timeout/ReadTimeoutHandler.html | 8 +- .../handler/timeout/TimeoutException.html | 8 +- .../timeout/WriteTimeoutException.html | 8 +- .../handler/timeout/WriteTimeoutHandler.html | 8 +- .../handler/timeout/class-use/IdleState.html | 8 +- .../timeout/class-use/IdleStateEvent.html | 8 +- .../timeout/class-use/IdleStateHandler.html | 8 +- .../class-use/ReadTimeoutException.html | 8 +- .../timeout/class-use/ReadTimeoutHandler.html | 8 +- .../timeout/class-use/TimeoutException.html | 8 +- .../class-use/WriteTimeoutException.html | 8 +- .../class-use/WriteTimeoutHandler.html | 8 +- .../netty/handler/timeout/package-frame.html | 6 +- .../handler/timeout/package-summary.html | 8 +- .../netty/handler/timeout/package-tree.html | 8 +- .../io/netty/handler/timeout/package-use.html | 8 +- .../AbstractTrafficShapingHandler.html | 8 +- .../traffic/ChannelTrafficShapingHandler.html | 8 +- .../traffic/GlobalChannelTrafficCounter.html | 8 +- .../GlobalChannelTrafficShapingHandler.html | 8 +- .../traffic/GlobalTrafficShapingHandler.html | 8 +- .../netty/handler/traffic/TrafficCounter.html | 8 +- .../AbstractTrafficShapingHandler.html | 8 +- .../ChannelTrafficShapingHandler.html | 8 +- .../GlobalChannelTrafficCounter.html | 8 +- .../GlobalChannelTrafficShapingHandler.html | 8 +- .../GlobalTrafficShapingHandler.html | 8 +- .../traffic/class-use/TrafficCounter.html | 8 +- .../netty/handler/traffic/package-frame.html | 6 +- .../handler/traffic/package-summary.html | 8 +- .../netty/handler/traffic/package-tree.html | 8 +- .../io/netty/handler/traffic/package-use.html | 8 +- .../resolver/AbstractAddressResolver.html | 8 +- .../io/netty/resolver/AddressResolver.html | 8 +- .../netty/resolver/AddressResolverGroup.html | 8 +- .../netty/resolver/CompositeNameResolver.html | 8 +- .../resolver/DefaultAddressResolverGroup.html | 8 +- .../DefaultHostsFileEntriesResolver.html | 8 +- .../netty/resolver/DefaultNameResolver.html | 8 +- .../io/netty/resolver/HostsFileEntries.html | 8 +- .../HostsFileEntriesProvider.Parser.html | 8 +- .../resolver/HostsFileEntriesProvider.html | 8 +- .../resolver/HostsFileEntriesResolver.html | 8 +- .../io/netty/resolver/HostsFileParser.html | 8 +- .../io/netty/resolver/InetNameResolver.html | 8 +- .../resolver/InetSocketAddressResolver.html | 8 +- 4.1/api/io/netty/resolver/NameResolver.html | 8 +- .../netty/resolver/NoopAddressResolver.html | 8 +- .../resolver/NoopAddressResolverGroup.html | 8 +- .../netty/resolver/ResolvedAddressTypes.html | 8 +- .../RoundRobinInetAddressResolver.html | 8 +- .../io/netty/resolver/SimpleNameResolver.html | 8 +- .../class-use/AbstractAddressResolver.html | 8 +- .../resolver/class-use/AddressResolver.html | 8 +- .../class-use/AddressResolverGroup.html | 8 +- .../class-use/CompositeNameResolver.html | 8 +- .../DefaultAddressResolverGroup.html | 8 +- .../DefaultHostsFileEntriesResolver.html | 8 +- .../class-use/DefaultNameResolver.html | 8 +- .../resolver/class-use/HostsFileEntries.html | 8 +- .../HostsFileEntriesProvider.Parser.html | 8 +- .../class-use/HostsFileEntriesProvider.html | 8 +- .../class-use/HostsFileEntriesResolver.html | 8 +- .../resolver/class-use/HostsFileParser.html | 8 +- .../resolver/class-use/InetNameResolver.html | 8 +- .../class-use/InetSocketAddressResolver.html | 8 +- .../resolver/class-use/NameResolver.html | 8 +- .../class-use/NoopAddressResolver.html | 8 +- .../class-use/NoopAddressResolverGroup.html | 8 +- .../class-use/ResolvedAddressTypes.html | 8 +- .../RoundRobinInetAddressResolver.html | 8 +- .../class-use/SimpleNameResolver.html | 8 +- .../dns/AuthoritativeDnsServerCache.html | 8 +- .../dns/BiDnsQueryLifecycleObserver.html | 8 +- .../BiDnsQueryLifecycleObserverFactory.html | 8 +- .../DefaultAuthoritativeDnsServerCache.html | 8 +- .../netty/resolver/dns/DefaultDnsCache.html | 8 +- .../resolver/dns/DefaultDnsCnameCache.html | 8 +- ...DefaultDnsServerAddressStreamProvider.html | 8 +- .../resolver/dns/DnsAddressResolverGroup.html | 8 +- 4.1/api/io/netty/resolver/dns/DnsCache.html | 8 +- .../io/netty/resolver/dns/DnsCacheEntry.html | 8 +- .../io/netty/resolver/dns/DnsCnameCache.html | 8 +- .../resolver/dns/DnsErrorCauseException.html | 8 +- .../netty/resolver/dns/DnsNameResolver.html | 8 +- .../resolver/dns/DnsNameResolverBuilder.html | 8 +- .../dns/DnsNameResolverException.html | 8 +- .../dns/DnsNameResolverTimeoutException.html | 8 +- .../dns/DnsQueryLifecycleObserver.html | 8 +- .../dns/DnsQueryLifecycleObserverFactory.html | 8 +- .../resolver/dns/DnsServerAddressStream.html | 8 +- .../dns/DnsServerAddressStreamProvider.html | 8 +- .../dns/DnsServerAddressStreamProviders.html | 8 +- .../resolver/dns/DnsServerAddresses.html | 8 +- ...nsServerResponseFeedbackAddressStream.html | 8 +- ...ggingDnsQueryLifeCycleObserverFactory.html | 8 +- .../MultiDnsServerAddressStreamProvider.html | 8 +- .../resolver/dns/NameServerComparator.html | 8 +- .../dns/NoopAuthoritativeDnsServerCache.html | 8 +- .../io/netty/resolver/dns/NoopDnsCache.html | 8 +- .../netty/resolver/dns/NoopDnsCnameCache.html | 8 +- .../NoopDnsQueryLifecycleObserverFactory.html | 8 +- .../RoundRobinDnsAddressResolverGroup.html | 8 +- ...uentialDnsServerAddressStreamProvider.html | 8 +- ...ngletonDnsServerAddressStreamProvider.html | 8 +- ...esolverDnsServerAddressStreamProvider.html | 8 +- .../AuthoritativeDnsServerCache.html | 8 +- .../BiDnsQueryLifecycleObserver.html | 8 +- .../BiDnsQueryLifecycleObserverFactory.html | 8 +- .../DefaultAuthoritativeDnsServerCache.html | 8 +- .../dns/class-use/DefaultDnsCache.html | 8 +- .../dns/class-use/DefaultDnsCnameCache.html | 8 +- ...DefaultDnsServerAddressStreamProvider.html | 8 +- .../class-use/DnsAddressResolverGroup.html | 8 +- .../resolver/dns/class-use/DnsCache.html | 8 +- .../resolver/dns/class-use/DnsCacheEntry.html | 8 +- .../resolver/dns/class-use/DnsCnameCache.html | 8 +- .../dns/class-use/DnsErrorCauseException.html | 8 +- .../dns/class-use/DnsNameResolver.html | 8 +- .../dns/class-use/DnsNameResolverBuilder.html | 8 +- .../class-use/DnsNameResolverException.html | 8 +- .../DnsNameResolverTimeoutException.html | 8 +- .../class-use/DnsQueryLifecycleObserver.html | 8 +- .../DnsQueryLifecycleObserverFactory.html | 8 +- .../dns/class-use/DnsServerAddressStream.html | 8 +- .../DnsServerAddressStreamProvider.html | 8 +- .../DnsServerAddressStreamProviders.html | 8 +- .../dns/class-use/DnsServerAddresses.html | 8 +- ...nsServerResponseFeedbackAddressStream.html | 8 +- ...ggingDnsQueryLifeCycleObserverFactory.html | 8 +- .../MultiDnsServerAddressStreamProvider.html | 8 +- .../dns/class-use/NameServerComparator.html | 8 +- .../NoopAuthoritativeDnsServerCache.html | 8 +- .../resolver/dns/class-use/NoopDnsCache.html | 8 +- .../dns/class-use/NoopDnsCnameCache.html | 8 +- .../NoopDnsQueryLifecycleObserverFactory.html | 8 +- .../RoundRobinDnsAddressResolverGroup.html | 8 +- ...uentialDnsServerAddressStreamProvider.html | 8 +- ...ngletonDnsServerAddressStreamProvider.html | 8 +- ...esolverDnsServerAddressStreamProvider.html | 8 +- .../MacOSDnsServerAddressStreamProvider.html | 8 +- .../MacOSDnsServerAddressStreamProvider.html | 8 +- .../resolver/dns/macos/package-frame.html | 6 +- .../resolver/dns/macos/package-summary.html | 8 +- .../resolver/dns/macos/package-tree.html | 8 +- .../netty/resolver/dns/macos/package-use.html | 8 +- .../io/netty/resolver/dns/package-frame.html | 6 +- .../netty/resolver/dns/package-summary.html | 8 +- .../io/netty/resolver/dns/package-tree.html | 8 +- .../io/netty/resolver/dns/package-use.html | 8 +- 4.1/api/io/netty/resolver/package-frame.html | 6 +- .../io/netty/resolver/package-summary.html | 8 +- 4.1/api/io/netty/resolver/package-tree.html | 8 +- 4.1/api/io/netty/resolver/package-use.html | 8 +- 4.1/api/io/netty/util/AbstractConstant.html | 8 +- .../netty/util/AbstractReferenceCounted.html | 8 +- 4.1/api/io/netty/util/AsciiString.html | 8 +- 4.1/api/io/netty/util/AsyncMapping.html | 8 +- 4.1/api/io/netty/util/Attribute.html | 8 +- 4.1/api/io/netty/util/AttributeKey.html | 8 +- 4.1/api/io/netty/util/AttributeMap.html | 10 +- 4.1/api/io/netty/util/BooleanSupplier.html | 8 +- .../ByteProcessor.IndexNotOfProcessor.html | 8 +- .../util/ByteProcessor.IndexOfProcessor.html | 8 +- 4.1/api/io/netty/util/ByteProcessor.html | 8 +- 4.1/api/io/netty/util/CharsetUtil.html | 8 +- 4.1/api/io/netty/util/Constant.html | 8 +- 4.1/api/io/netty/util/ConstantPool.html | 8 +- .../io/netty/util/DefaultAttributeMap.html | 8 +- .../io/netty/util/DomainMappingBuilder.html | 8 +- 4.1/api/io/netty/util/DomainNameMapping.html | 8 +- .../netty/util/DomainNameMappingBuilder.html | 8 +- .../util/DomainWildcardMappingBuilder.html | 8 +- 4.1/api/io/netty/util/HashedWheelTimer.html | 8 +- 4.1/api/io/netty/util/HashingStrategy.html | 8 +- .../util/IllegalReferenceCountException.html | 8 +- 4.1/api/io/netty/util/IntSupplier.html | 8 +- 4.1/api/io/netty/util/Mapping.html | 8 +- 4.1/api/io/netty/util/NetUtil.html | 8 +- 4.1/api/io/netty/util/NettyRuntime.html | 8 +- .../netty/util/Recycler.EnhancedHandle.html | 8 +- 4.1/api/io/netty/util/Recycler.Handle.html | 8 +- 4.1/api/io/netty/util/Recycler.html | 8 +- 4.1/api/io/netty/util/ReferenceCountUtil.html | 8 +- 4.1/api/io/netty/util/ReferenceCounted.html | 8 +- 4.1/api/io/netty/util/ResourceLeak.html | 8 +- .../ResourceLeakDetector.LeakListener.html | 8 +- .../util/ResourceLeakDetector.Level.html | 8 +- .../io/netty/util/ResourceLeakDetector.html | 8 +- .../util/ResourceLeakDetectorFactory.html | 8 +- .../io/netty/util/ResourceLeakException.html | 8 +- 4.1/api/io/netty/util/ResourceLeakHint.html | 8 +- .../io/netty/util/ResourceLeakTracker.html | 8 +- 4.1/api/io/netty/util/Signal.html | 8 +- 4.1/api/io/netty/util/SuppressForbidden.html | 8 +- 4.1/api/io/netty/util/ThreadDeathWatcher.html | 8 +- 4.1/api/io/netty/util/Timeout.html | 8 +- 4.1/api/io/netty/util/Timer.html | 8 +- 4.1/api/io/netty/util/TimerTask.html | 8 +- .../netty/util/UncheckedBooleanSupplier.html | 8 +- 4.1/api/io/netty/util/Version.html | 8 +- .../util/class-use/AbstractConstant.html | 8 +- .../class-use/AbstractReferenceCounted.html | 8 +- .../io/netty/util/class-use/AsciiString.html | 8 +- .../io/netty/util/class-use/AsyncMapping.html | 8 +- .../io/netty/util/class-use/Attribute.html | 8 +- .../io/netty/util/class-use/AttributeKey.html | 8 +- .../io/netty/util/class-use/AttributeMap.html | 22 +- .../netty/util/class-use/BooleanSupplier.html | 8 +- .../ByteProcessor.IndexNotOfProcessor.html | 8 +- .../ByteProcessor.IndexOfProcessor.html | 8 +- .../netty/util/class-use/ByteProcessor.html | 8 +- .../io/netty/util/class-use/CharsetUtil.html | 8 +- 4.1/api/io/netty/util/class-use/Constant.html | 8 +- .../io/netty/util/class-use/ConstantPool.html | 8 +- .../util/class-use/DefaultAttributeMap.html | 22 +- .../util/class-use/DomainMappingBuilder.html | 8 +- .../util/class-use/DomainNameMapping.html | 8 +- .../class-use/DomainNameMappingBuilder.html | 8 +- .../DomainWildcardMappingBuilder.html | 8 +- .../util/class-use/HashedWheelTimer.html | 8 +- .../netty/util/class-use/HashingStrategy.html | 8 +- .../IllegalReferenceCountException.html | 8 +- .../io/netty/util/class-use/IntSupplier.html | 8 +- 4.1/api/io/netty/util/class-use/Mapping.html | 8 +- 4.1/api/io/netty/util/class-use/NetUtil.html | 8 +- .../io/netty/util/class-use/NettyRuntime.html | 8 +- .../class-use/Recycler.EnhancedHandle.html | 8 +- .../netty/util/class-use/Recycler.Handle.html | 8 +- 4.1/api/io/netty/util/class-use/Recycler.html | 8 +- .../util/class-use/ReferenceCountUtil.html | 8 +- .../util/class-use/ReferenceCounted.html | 8 +- .../io/netty/util/class-use/ResourceLeak.html | 8 +- .../ResourceLeakDetector.LeakListener.html | 8 +- .../class-use/ResourceLeakDetector.Level.html | 8 +- .../util/class-use/ResourceLeakDetector.html | 8 +- .../ResourceLeakDetectorFactory.html | 8 +- .../util/class-use/ResourceLeakException.html | 8 +- .../util/class-use/ResourceLeakHint.html | 8 +- .../util/class-use/ResourceLeakTracker.html | 8 +- 4.1/api/io/netty/util/class-use/Signal.html | 8 +- .../util/class-use/SuppressForbidden.html | 8 +- .../util/class-use/ThreadDeathWatcher.html | 8 +- 4.1/api/io/netty/util/class-use/Timeout.html | 8 +- 4.1/api/io/netty/util/class-use/Timer.html | 8 +- .../io/netty/util/class-use/TimerTask.html | 8 +- .../class-use/UncheckedBooleanSupplier.html | 8 +- 4.1/api/io/netty/util/class-use/Version.html | 8 +- .../util/collection/ByteCollections.html | 8 +- .../util/collection/ByteObjectHashMap.html | 8 +- .../ByteObjectMap.PrimitiveEntry.html | 8 +- .../netty/util/collection/ByteObjectMap.html | 8 +- .../util/collection/CharCollections.html | 8 +- .../util/collection/CharObjectHashMap.html | 8 +- .../CharObjectMap.PrimitiveEntry.html | 8 +- .../netty/util/collection/CharObjectMap.html | 8 +- .../netty/util/collection/IntCollections.html | 8 +- .../util/collection/IntObjectHashMap.html | 8 +- .../IntObjectMap.PrimitiveEntry.html | 8 +- .../netty/util/collection/IntObjectMap.html | 8 +- .../util/collection/LongCollections.html | 8 +- .../util/collection/LongObjectHashMap.html | 8 +- .../LongObjectMap.PrimitiveEntry.html | 8 +- .../netty/util/collection/LongObjectMap.html | 8 +- .../util/collection/ShortCollections.html | 8 +- .../util/collection/ShortObjectHashMap.html | 8 +- .../ShortObjectMap.PrimitiveEntry.html | 8 +- .../netty/util/collection/ShortObjectMap.html | 8 +- .../collection/class-use/ByteCollections.html | 8 +- .../class-use/ByteObjectHashMap.html | 8 +- .../ByteObjectMap.PrimitiveEntry.html | 8 +- .../collection/class-use/ByteObjectMap.html | 8 +- .../collection/class-use/CharCollections.html | 8 +- .../class-use/CharObjectHashMap.html | 8 +- .../CharObjectMap.PrimitiveEntry.html | 8 +- .../collection/class-use/CharObjectMap.html | 8 +- .../collection/class-use/IntCollections.html | 8 +- .../class-use/IntObjectHashMap.html | 8 +- .../IntObjectMap.PrimitiveEntry.html | 8 +- .../collection/class-use/IntObjectMap.html | 8 +- .../collection/class-use/LongCollections.html | 8 +- .../class-use/LongObjectHashMap.html | 8 +- .../LongObjectMap.PrimitiveEntry.html | 8 +- .../collection/class-use/LongObjectMap.html | 8 +- .../class-use/ShortCollections.html | 8 +- .../class-use/ShortObjectHashMap.html | 8 +- .../ShortObjectMap.PrimitiveEntry.html | 8 +- .../collection/class-use/ShortObjectMap.html | 8 +- .../netty/util/collection/package-frame.html | 6 +- .../util/collection/package-summary.html | 8 +- .../netty/util/collection/package-tree.html | 8 +- .../io/netty/util/collection/package-use.html | 8 +- .../AbstractEventExecutor.LazyRunnable.html | 8 +- .../concurrent/AbstractEventExecutor.html | 8 +- .../AbstractEventExecutorGroup.html | 8 +- .../netty/util/concurrent/AbstractFuture.html | 8 +- .../AbstractScheduledEventExecutor.html | 8 +- .../BlockingOperationException.html | 8 +- .../netty/util/concurrent/CompleteFuture.html | 8 +- .../util/concurrent/DefaultEventExecutor.html | 8 +- .../DefaultEventExecutorChooserFactory.html | 11 +- .../concurrent/DefaultEventExecutorGroup.html | 8 +- .../concurrent/DefaultProgressivePromise.html | 8 +- .../netty/util/concurrent/DefaultPromise.html | 8 +- .../util/concurrent/DefaultThreadFactory.html | 8 +- .../netty/util/concurrent/EventExecutor.html | 8 +- ...orChooserFactory.EventExecutorChooser.html | 11 +- .../EventExecutorChooserFactory.html | 11 +- .../util/concurrent/EventExecutorGroup.html | 8 +- .../netty/util/concurrent/FailedFuture.html | 8 +- .../util/concurrent/FastThreadLocal.html | 8 +- .../concurrent/FastThreadLocalThread.html | 14 +- 4.1/api/io/netty/util/concurrent/Future.html | 8 +- .../netty/util/concurrent/FutureListener.html | 8 +- .../concurrent/GenericFutureListener.html | 8 +- .../GenericProgressiveFutureListener.html | 8 +- .../util/concurrent/GlobalEventExecutor.html | 8 +- .../concurrent/ImmediateEventExecutor.html | 8 +- .../util/concurrent/ImmediateExecutor.html | 8 +- .../MultithreadEventExecutorGroup.html | 8 +- .../NonStickyEventExecutorGroup.html | 8 +- .../util/concurrent/OrderedEventExecutor.html | 8 +- .../util/concurrent/ProgressiveFuture.html | 8 +- .../util/concurrent/ProgressivePromise.html | 8 +- 4.1/api/io/netty/util/concurrent/Promise.html | 8 +- .../util/concurrent/PromiseAggregator.html | 8 +- .../util/concurrent/PromiseCombiner.html | 8 +- .../util/concurrent/PromiseNotifier.html | 8 +- .../concurrent/RejectedExecutionHandler.html | 8 +- .../concurrent/RejectedExecutionHandlers.html | 8 +- .../util/concurrent/ScheduledFuture.html | 8 +- ...ThreadEventExecutor.NonWakeupRunnable.html | 8 +- .../concurrent/SingleThreadEventExecutor.html | 14 +- .../util/concurrent/SucceededFuture.html | 8 +- .../concurrent/ThreadPerTaskExecutor.html | 8 +- .../util/concurrent/ThreadProperties.html | 8 +- .../util/concurrent/UnaryPromiseNotifier.html | 8 +- .../UnorderedThreadPoolEventExecutor.html | 8 +- .../AbstractEventExecutor.LazyRunnable.html | 8 +- .../class-use/AbstractEventExecutor.html | 8 +- .../class-use/AbstractEventExecutorGroup.html | 8 +- .../concurrent/class-use/AbstractFuture.html | 8 +- .../AbstractScheduledEventExecutor.html | 8 +- .../class-use/BlockingOperationException.html | 8 +- .../concurrent/class-use/CompleteFuture.html | 8 +- .../class-use/DefaultEventExecutor.html | 8 +- .../DefaultEventExecutorChooserFactory.html | 8 +- .../class-use/DefaultEventExecutorGroup.html | 8 +- .../class-use/DefaultProgressivePromise.html | 8 +- .../concurrent/class-use/DefaultPromise.html | 8 +- .../class-use/DefaultThreadFactory.html | 8 +- .../concurrent/class-use/EventExecutor.html | 8 +- ...orChooserFactory.EventExecutorChooser.html | 8 +- .../EventExecutorChooserFactory.html | 8 +- .../class-use/EventExecutorGroup.html | 8 +- .../concurrent/class-use/FailedFuture.html | 8 +- .../concurrent/class-use/FastThreadLocal.html | 8 +- .../class-use/FastThreadLocalThread.html | 8 +- .../util/concurrent/class-use/Future.html | 8 +- .../concurrent/class-use/FutureListener.html | 8 +- .../class-use/GenericFutureListener.html | 8 +- .../GenericProgressiveFutureListener.html | 8 +- .../class-use/GlobalEventExecutor.html | 8 +- .../class-use/ImmediateEventExecutor.html | 8 +- .../class-use/ImmediateExecutor.html | 8 +- .../MultithreadEventExecutorGroup.html | 8 +- .../NonStickyEventExecutorGroup.html | 8 +- .../class-use/OrderedEventExecutor.html | 8 +- .../class-use/ProgressiveFuture.html | 8 +- .../class-use/ProgressivePromise.html | 8 +- .../util/concurrent/class-use/Promise.html | 8 +- .../class-use/PromiseAggregator.html | 8 +- .../concurrent/class-use/PromiseCombiner.html | 8 +- .../concurrent/class-use/PromiseNotifier.html | 8 +- .../class-use/RejectedExecutionHandler.html | 8 +- .../class-use/RejectedExecutionHandlers.html | 8 +- .../concurrent/class-use/ScheduledFuture.html | 8 +- ...ThreadEventExecutor.NonWakeupRunnable.html | 8 +- .../class-use/SingleThreadEventExecutor.html | 8 +- .../concurrent/class-use/SucceededFuture.html | 8 +- .../class-use/ThreadPerTaskExecutor.html | 8 +- .../class-use/ThreadProperties.html | 8 +- .../class-use/UnaryPromiseNotifier.html | 8 +- .../UnorderedThreadPoolEventExecutor.html | 8 +- .../netty/util/concurrent/package-frame.html | 6 +- .../util/concurrent/package-summary.html | 8 +- .../netty/util/concurrent/package-tree.html | 8 +- .../io/netty/util/concurrent/package-use.html | 8 +- .../util/internal/AppendableCharSequence.html | 8 +- .../util/internal/ClassInitializerUtil.html | 8 +- .../io/netty/util/internal/ConcurrentSet.html | 8 +- .../util/internal/ConstantTimeUtils.html | 8 +- .../util/internal/DefaultPriorityQueue.html | 8 +- .../io/netty/util/internal/EmptyArrays.html | 8 +- .../util/internal/EmptyPriorityQueue.html | 8 +- .../io/netty/util/internal/IntegerHolder.html | 8 +- .../util/internal/InternalThreadLocalMap.html | 8 +- .../io/netty/util/internal/LongCounter.html | 8 +- .../netty/util/internal/MacAddressUtil.html | 8 +- 4.1/api/io/netty/util/internal/MathUtil.html | 8 +- .../util/internal/NativeLibraryLoader.html | 8 +- .../internal/NoOpTypeParameterMatcher.html | 8 +- .../io/netty/util/internal/ObjectCleaner.html | 8 +- .../util/internal/ObjectPool.Handle.html | 8 +- .../internal/ObjectPool.ObjectCreator.html | 8 +- .../io/netty/util/internal/ObjectPool.html | 8 +- .../io/netty/util/internal/ObjectUtil.html | 8 +- .../util/internal/OutOfDirectMemoryError.html | 8 +- .../io/netty/util/internal/PendingWrite.html | 8 +- .../util/internal/PlatformDependent.html | 87 +- .../io/netty/util/internal/PriorityQueue.html | 8 +- .../util/internal/PriorityQueueNode.html | 8 +- .../internal/PromiseNotificationUtil.html | 8 +- .../netty/util/internal/ReadOnlyIterator.html | 8 +- .../util/internal/RecyclableArrayList.html | 8 +- .../util/internal/ReferenceCountUpdater.html | 8 +- .../netty/util/internal/ReflectionUtil.html | 8 +- .../io/netty/util/internal/ResourcesUtil.html | 8 +- 4.1/api/io/netty/util/internal/SWARUtil.html | 8 +- .../io/netty/util/internal/SocketUtils.html | 8 +- .../io/netty/util/internal/StringUtil.html | 8 +- .../internal/SuppressJava6Requirement.html | 8 +- .../util/internal/SystemPropertyUtil.html | 8 +- .../util/internal/ThreadExecutorMap.html | 8 +- .../util/internal/ThreadLocalRandom.html | 10 +- .../io/netty/util/internal/ThrowableUtil.html | 8 +- .../util/internal/TypeParameterMatcher.html | 8 +- .../io/netty/util/internal/UnstableApi.html | 8 +- .../class-use/AppendableCharSequence.html | 8 +- .../class-use/ClassInitializerUtil.html | 8 +- .../internal/class-use/ConcurrentSet.html | 8 +- .../internal/class-use/ConstantTimeUtils.html | 8 +- .../class-use/DefaultPriorityQueue.html | 8 +- .../util/internal/class-use/EmptyArrays.html | 8 +- .../class-use/EmptyPriorityQueue.html | 8 +- .../internal/class-use/IntegerHolder.html | 8 +- .../class-use/InternalThreadLocalMap.html | 8 +- .../util/internal/class-use/LongCounter.html | 8 +- .../internal/class-use/MacAddressUtil.html | 8 +- .../util/internal/class-use/MathUtil.html | 8 +- .../class-use/NativeLibraryLoader.html | 8 +- .../class-use/NoOpTypeParameterMatcher.html | 8 +- .../internal/class-use/ObjectCleaner.html | 8 +- .../internal/class-use/ObjectPool.Handle.html | 8 +- .../class-use/ObjectPool.ObjectCreator.html | 8 +- .../util/internal/class-use/ObjectPool.html | 8 +- .../util/internal/class-use/ObjectUtil.html | 8 +- .../class-use/OutOfDirectMemoryError.html | 8 +- .../util/internal/class-use/PendingWrite.html | 8 +- .../internal/class-use/PlatformDependent.html | 8 +- .../internal/class-use/PriorityQueue.html | 8 +- .../internal/class-use/PriorityQueueNode.html | 8 +- .../class-use/PromiseNotificationUtil.html | 8 +- .../internal/class-use/ReadOnlyIterator.html | 8 +- .../class-use/RecyclableArrayList.html | 8 +- .../class-use/ReferenceCountUpdater.html | 8 +- .../internal/class-use/ReflectionUtil.html | 8 +- .../internal/class-use/ResourcesUtil.html | 8 +- .../util/internal/class-use/SWARUtil.html | 8 +- .../util/internal/class-use/SocketUtils.html | 8 +- .../util/internal/class-use/StringUtil.html | 8 +- .../class-use/SuppressJava6Requirement.html | 43 +- .../class-use/SystemPropertyUtil.html | 8 +- .../internal/class-use/ThreadExecutorMap.html | 8 +- .../internal/class-use/ThreadLocalRandom.html | 8 +- .../internal/class-use/ThrowableUtil.html | 8 +- .../class-use/TypeParameterMatcher.html | 8 +- .../util/internal/class-use/UnstableApi.html | 1627 +------ .../logging/AbstractInternalLogger.html | 8 +- .../logging/CommonsLoggerFactory.html | 8 +- .../internal/logging/FormattingTuple.html | 8 +- .../internal/logging/InternalLogLevel.html | 8 +- .../util/internal/logging/InternalLogger.html | 8 +- .../logging/InternalLoggerFactory.html | 8 +- .../internal/logging/JdkLoggerFactory.html | 8 +- .../internal/logging/Log4J2LoggerFactory.html | 8 +- .../internal/logging/Log4JLoggerFactory.html | 8 +- .../internal/logging/MessageFormatter.html | 8 +- .../internal/logging/Slf4JLoggerFactory.html | 8 +- .../class-use/AbstractInternalLogger.html | 8 +- .../class-use/CommonsLoggerFactory.html | 8 +- .../logging/class-use/FormattingTuple.html | 8 +- .../logging/class-use/InternalLogLevel.html | 8 +- .../logging/class-use/InternalLogger.html | 8 +- .../class-use/InternalLoggerFactory.html | 8 +- .../logging/class-use/JdkLoggerFactory.html | 8 +- .../class-use/Log4J2LoggerFactory.html | 8 +- .../logging/class-use/Log4JLoggerFactory.html | 8 +- .../logging/class-use/MessageFormatter.html | 8 +- .../logging/class-use/Slf4JLoggerFactory.html | 8 +- .../util/internal/logging/package-frame.html | 6 +- .../internal/logging/package-summary.html | 8 +- .../util/internal/logging/package-tree.html | 8 +- .../util/internal/logging/package-use.html | 8 +- .../io/netty/util/internal/package-frame.html | 6 +- .../netty/util/internal/package-summary.html | 8 +- .../io/netty/util/internal/package-tree.html | 8 +- .../io/netty/util/internal/package-use.html | 191 +- 4.1/api/io/netty/util/package-frame.html | 6 +- 4.1/api/io/netty/util/package-summary.html | 8 +- 4.1/api/io/netty/util/package-tree.html | 8 +- 4.1/api/io/netty/util/package-use.html | 8 +- 4.1/api/options | 6 +- 4.1/api/overview-frame.html | 8 +- 4.1/api/overview-summary.html | 12 +- 4.1/api/overview-tree.html | 11 +- 4.1/api/serialized-form.html | 8 +- 4.1/xref/allclasses-frame.html | 26 + 4.1/xref/index.html | 2 +- .../io/netty/bootstrap/package-frame.html | 2 +- .../io/netty/bootstrap/package-summary.html | 6 +- .../buffer/AbstractPooledDerivedByteBuf.html | 2 +- .../buffer/AdaptiveByteBufAllocator.html | 137 + .../buffer/AdaptivePoolingAllocator.html | 1292 ++++++ .../io/netty/buffer/ByteBufOutputStream.html | 238 +- 4.1/xref/io/netty/buffer/ByteBufUtil.html | 3846 +++++++++-------- .../buffer/jmh_generated/package-frame.html | 2 +- .../buffer/jmh_generated/package-summary.html | 6 +- 4.1/xref/io/netty/buffer/package-frame.html | 38 +- 4.1/xref/io/netty/buffer/package-summary.html | 66 +- .../io/netty/buffer/search/package-frame.html | 2 +- .../netty/buffer/search/package-summary.html | 6 +- .../io/netty/channel/AbstractChannel.html | 2375 +++++----- .../io/netty/channel/ChannelException.html | 146 +- .../netty/channel/DefaultChannelPipeline.html | 2943 +++++++------ .../netty/channel/RecvByteBufAllocator.html | 155 +- .../netty/channel/SingleThreadEventLoop.html | 220 +- .../netty/channel/embedded/package-frame.html | 2 +- .../channel/embedded/package-summary.html | 6 +- .../epoll/AbstractEpollStreamChannel.html | 2048 +++++---- .../epoll/EpollDomainDatagramChannel.html | 682 ++- .../EpollDomainDatagramChannelConfig.html | 296 +- .../epoll/EpollDomainSocketChannel.html | 336 +- .../io/netty/channel/epoll/package-frame.html | 2 +- .../netty/channel/epoll/package-summary.html | 6 +- .../io/netty/channel/group/package-frame.html | 2 +- .../netty/channel/group/package-summary.html | 6 +- .../netty/channel/internal/package-frame.html | 2 +- .../channel/internal/package-summary.html | 6 +- .../channel/kqueue/AbstractKQueueChannel.html | 2 +- .../kqueue/AbstractKQueueServerChannel.html | 206 +- .../kqueue/AbstractKQueueStreamChannel.html | 1121 +++-- 4.1/xref/io/netty/channel/kqueue/KQueue.html | 174 +- .../channel/kqueue/KQueueChannelConfig.html | 350 +- .../channel/kqueue/KQueueChannelOption.html | 36 +- .../channel/kqueue/KQueueDatagramChannel.html | 858 ++-- .../kqueue/KQueueDatagramChannelConfig.html | 726 ++-- .../kqueue/KQueueDomainDatagramChannel.html | 580 ++- .../KQueueDomainDatagramChannelConfig.html | 296 +- .../kqueue/KQueueDomainSocketChannel.html | 313 +- .../KQueueDomainSocketChannelConfig.html | 384 +- .../channel/kqueue/KQueueEventLoopGroup.html | 319 +- .../kqueue/KQueueServerChannelConfig.html | 412 +- .../KQueueServerDomainSocketChannel.html | 158 +- .../kqueue/KQueueServerSocketChannel.html | 134 +- .../KQueueServerSocketChannelConfig.html | 361 +- .../channel/kqueue/KQueueSocketChannel.html | 212 +- .../kqueue/KQueueSocketChannelConfig.html | 778 ++-- .../netty/channel/kqueue/package-frame.html | 2 +- .../netty/channel/kqueue/package-summary.html | 6 +- .../io/netty/channel/local/package-frame.html | 2 +- .../netty/channel/local/package-summary.html | 6 +- .../io/netty/channel/nio/package-frame.html | 2 +- .../io/netty/channel/nio/package-summary.html | 6 +- .../io/netty/channel/oio/package-frame.html | 2 +- .../io/netty/channel/oio/package-summary.html | 6 +- 4.1/xref/io/netty/channel/package-frame.html | 2 +- .../io/netty/channel/package-summary.html | 6 +- .../io/netty/channel/pool/package-frame.html | 2 +- .../netty/channel/pool/package-summary.html | 6 +- .../io/netty/channel/rxtx/package-frame.html | 2 +- .../netty/channel/rxtx/package-summary.html | 6 +- .../netty/channel/sctp/nio/package-frame.html | 2 +- .../channel/sctp/nio/package-summary.html | 6 +- .../netty/channel/sctp/oio/package-frame.html | 2 +- .../channel/sctp/oio/package-summary.html | 6 +- .../io/netty/channel/sctp/package-frame.html | 2 +- .../netty/channel/sctp/package-summary.html | 6 +- .../socket/ChannelOutputShutdownEvent.html | 26 +- .../ChannelOutputShutdownException.html | 66 +- .../socket/nio/NioDomainSocketChannel.html | 666 +++ .../socket/nio/NioDomainSocketUtil.html | 90 + .../nio/NioServerDomainSocketChannel.html | 298 ++ .../channel/socket/nio/NioSocketChannel.html | 753 ++-- .../socket/nio/SelectorProviderUtil.html | 84 +- .../channel/socket/nio/package-frame.html | 20 +- .../channel/socket/nio/package-summary.html | 36 +- .../channel/socket/oio/OioSocketChannel.html | 644 ++- .../channel/socket/oio/package-frame.html | 2 +- .../channel/socket/oio/package-summary.html | 6 +- .../netty/channel/socket/package-frame.html | 2 +- .../netty/channel/socket/package-summary.html | 6 +- .../netty/channel/udt/nio/package-frame.html | 2 +- .../channel/udt/nio/package-summary.html | 6 +- .../io/netty/channel/udt/package-frame.html | 2 +- .../io/netty/channel/udt/package-summary.html | 6 +- .../io/netty/channel/unix/package-frame.html | 2 +- .../netty/channel/unix/package-summary.html | 6 +- .../channel/unix/tests/package-frame.html | 2 +- .../channel/unix/tests/package-summary.html | 6 +- .../netty/example/discard/package-frame.html | 2 +- .../example/discard/package-summary.html | 6 +- .../netty/example/dns/dot/package-frame.html | 2 +- .../example/dns/dot/package-summary.html | 6 +- .../netty/example/dns/tcp/package-frame.html | 2 +- .../example/dns/tcp/package-summary.html | 6 +- .../netty/example/dns/udp/package-frame.html | 2 +- .../example/dns/udp/package-summary.html | 6 +- .../io/netty/example/echo/package-frame.html | 2 +- .../netty/example/echo/package-summary.html | 6 +- .../example/factorial/package-frame.html | 2 +- .../example/factorial/package-summary.html | 6 +- .../io/netty/example/file/package-frame.html | 2 +- .../netty/example/file/package-summary.html | 6 +- .../netty/example/haproxy/package-frame.html | 2 +- .../example/haproxy/package-summary.html | 6 +- .../example/http/cors/package-frame.html | 2 +- .../example/http/cors/package-summary.html | 6 +- .../example/http/file/package-frame.html | 2 +- .../example/http/file/package-summary.html | 6 +- .../http/helloworld/package-frame.html | 2 +- .../http/helloworld/package-summary.html | 6 +- .../example/http/snoop/package-frame.html | 2 +- .../example/http/snoop/package-summary.html | 6 +- .../example/http/upload/package-frame.html | 2 +- .../example/http/upload/package-summary.html | 6 +- .../benchmarkserver/package-frame.html | 2 +- .../benchmarkserver/package-summary.html | 6 +- .../http/websocketx/client/package-frame.html | 2 +- .../websocketx/client/package-summary.html | 6 +- .../http/websocketx/server/package-frame.html | 2 +- .../websocketx/server/package-summary.html | 6 +- .../example/http2/file/package-frame.html | 2 +- .../example/http2/file/package-summary.html | 6 +- .../helloworld/client/package-frame.html | 2 +- .../helloworld/client/package-summary.html | 6 +- .../frame/client/package-frame.html | 2 +- .../frame/client/package-summary.html | 6 +- .../frame/server/package-frame.html | 2 +- .../frame/server/package-summary.html | 6 +- .../multiplex/server/package-frame.html | 2 +- .../multiplex/server/package-summary.html | 6 +- .../helloworld/server/package-frame.html | 2 +- .../helloworld/server/package-summary.html | 6 +- .../io/netty/example/http2/package-frame.html | 2 +- .../netty/example/http2/package-summary.html | 6 +- .../example/http2/tiles/package-frame.html | 2 +- .../example/http2/tiles/package-summary.html | 6 +- .../netty/example/ipfilter/package-frame.html | 2 +- .../example/ipfilter/package-summary.html | 6 +- .../example/localecho/package-frame.html | 2 +- .../example/localecho/package-summary.html | 6 +- .../memcache/binary/package-frame.html | 2 +- .../memcache/binary/package-summary.html | 6 +- .../example/mqtt/heartBeat/package-frame.html | 2 +- .../mqtt/heartBeat/package-summary.html | 6 +- .../example/objectecho/package-frame.html | 2 +- .../example/objectecho/package-summary.html | 6 +- .../io/netty/example/ocsp/package-frame.html | 2 +- .../netty/example/ocsp/package-summary.html | 6 +- .../portunification/package-frame.html | 2 +- .../portunification/package-summary.html | 6 +- .../io/netty/example/proxy/package-frame.html | 2 +- .../netty/example/proxy/package-summary.html | 6 +- .../io/netty/example/qotm/package-frame.html | 2 +- .../netty/example/qotm/package-summary.html | 6 +- .../io/netty/example/redis/package-frame.html | 2 +- .../netty/example/redis/package-summary.html | 6 +- .../io/netty/example/rxtx/package-frame.html | 2 +- .../netty/example/rxtx/package-summary.html | 6 +- .../sctp/multihoming/package-frame.html | 2 +- .../sctp/multihoming/package-summary.html | 6 +- .../io/netty/example/sctp/package-frame.html | 2 +- .../netty/example/sctp/package-summary.html | 6 +- .../example/securechat/package-frame.html | 2 +- .../example/securechat/package-summary.html | 6 +- .../example/socksproxy/package-frame.html | 2 +- .../example/socksproxy/package-summary.html | 6 +- .../example/spdy/client/package-frame.html | 2 +- .../example/spdy/client/package-summary.html | 6 +- .../example/spdy/server/package-frame.html | 2 +- .../example/spdy/server/package-summary.html | 6 +- .../io/netty/example/stomp/package-frame.html | 2 +- .../netty/example/stomp/package-summary.html | 6 +- .../stomp/websocket/package-frame.html | 2 +- .../stomp/websocket/package-summary.html | 6 +- .../netty/example/telnet/package-frame.html | 2 +- .../netty/example/telnet/package-summary.html | 6 +- .../example/udt/echo/bytes/package-frame.html | 2 +- .../udt/echo/bytes/package-summary.html | 6 +- .../udt/echo/message/package-frame.html | 2 +- .../udt/echo/message/package-summary.html | 6 +- .../netty/example/udt/echo/package-frame.html | 2 +- .../example/udt/echo/package-summary.html | 6 +- .../udt/echo/rendezvous/package-frame.html | 2 +- .../udt/echo/rendezvous/package-summary.html | 6 +- .../echo/rendezvousBytes/package-frame.html | 2 +- .../echo/rendezvousBytes/package-summary.html | 6 +- .../io/netty/example/udt/package-frame.html | 2 +- .../io/netty/example/udt/package-summary.html | 6 +- .../netty/example/uptime/package-frame.html | 2 +- .../netty/example/uptime/package-summary.html | 6 +- .../io/netty/example/util/package-frame.html | 2 +- .../netty/example/util/package-summary.html | 6 +- .../example/worldclock/package-frame.html | 2 +- .../example/worldclock/package-summary.html | 6 +- .../netty/handler/address/package-frame.html | 2 +- .../handler/address/package-summary.html | 6 +- .../handler/codec/base64/package-frame.html | 2 +- .../handler/codec/base64/package-summary.html | 6 +- .../handler/codec/bytes/package-frame.html | 2 +- .../handler/codec/bytes/package-summary.html | 6 +- .../netty/handler/codec/compression/Zstd.html | 82 +- .../codec/compression/package-frame.html | 2 +- .../codec/compression/package-summary.html | 6 +- .../handler/codec/dns/AbstractDnsMessage.html | 906 ++-- .../dns/AbstractDnsOptPseudoRrRecord.html | 118 +- .../handler/codec/dns/AbstractDnsRecord.html | 290 +- .../handler/codec/dns/DatagramDnsQuery.html | 346 +- .../codec/dns/DatagramDnsQueryDecoder.html | 78 +- .../codec/dns/DatagramDnsQueryEncoder.html | 118 +- .../codec/dns/DatagramDnsResponse.html | 406 +- .../codec/dns/DatagramDnsResponseDecoder.html | 90 +- .../codec/dns/DatagramDnsResponseEncoder.html | 104 +- .../codec/dns/DefaultDnsOptEcsRecord.html | 170 +- .../codec/dns/DefaultDnsPtrRecord.html | 102 +- .../handler/codec/dns/DefaultDnsQuery.html | 191 +- .../handler/codec/dns/DefaultDnsQuestion.html | 106 +- .../codec/dns/DefaultDnsRawRecord.html | 268 +- .../codec/dns/DefaultDnsRecordDecoder.html | 222 +- .../codec/dns/DefaultDnsRecordEncoder.html | 300 +- .../handler/codec/dns/DefaultDnsResponse.html | 317 +- .../netty/handler/codec/dns/DnsMessage.html | 278 +- .../io/netty/handler/codec/dns/DnsOpCode.html | 203 +- .../handler/codec/dns/DnsOptEcsRecord.html | 47 +- .../handler/codec/dns/DnsOptPseudoRecord.html | 51 +- .../netty/handler/codec/dns/DnsPtrRecord.html | 17 +- .../io/netty/handler/codec/dns/DnsQuery.html | 43 +- .../netty/handler/codec/dns/DnsQuestion.html | 23 +- .../netty/handler/codec/dns/DnsRawRecord.html | 60 +- .../io/netty/handler/codec/dns/DnsRecord.html | 133 +- .../handler/codec/dns/DnsRecordDecoder.html | 50 +- .../handler/codec/dns/DnsRecordEncoder.html | 48 +- .../handler/codec/dns/DnsRecordType.html | 792 ++-- .../netty/handler/codec/dns/DnsResponse.html | 147 +- .../handler/codec/dns/DnsResponseCode.html | 397 +- .../netty/handler/codec/dns/DnsSection.html | 45 +- .../handler/codec/dns/TcpDnsQueryDecoder.html | 70 +- .../handler/codec/dns/TcpDnsQueryEncoder.html | 82 +- .../codec/dns/TcpDnsResponseDecoder.html | 100 +- .../codec/dns/TcpDnsResponseEncoder.html | 66 +- .../handler/codec/dns/package-frame.html | 2 +- .../handler/codec/dns/package-summary.html | 6 +- .../handler/codec/haproxy/package-frame.html | 2 +- .../codec/haproxy/package-summary.html | 6 +- .../codec/http/HttpHeaderValidationUtil.html | 560 ++- .../io/netty/handler/codec/http/HttpUtil.html | 1202 +++--- .../codec/http/cookie/package-frame.html | 2 +- .../codec/http/cookie/package-summary.html | 6 +- .../codec/http/cors/package-frame.html | 2 +- .../codec/http/cors/package-summary.html | 6 +- .../http/jmh_generated/package-frame.html | 2 +- .../http/jmh_generated/package-summary.html | 6 +- .../HttpPostStandardRequestDecoder.html | 1627 +++---- .../jmh_generated/package-frame.html | 2 +- .../jmh_generated/package-summary.html | 6 +- .../codec/http/multipart/package-frame.html | 2 +- .../codec/http/multipart/package-summary.html | 6 +- .../handler/codec/http/package-frame.html | 2 +- .../handler/codec/http/package-summary.html | 6 +- .../WebSocketServerExtensionHandler.html | 451 +- .../extensions/compression/package-frame.html | 2 +- .../compression/package-summary.html | 6 +- .../websocketx/extensions/package-frame.html | 2 +- .../extensions/package-summary.html | 6 +- .../codec/http/websocketx/package-frame.html | 2 +- .../http/websocketx/package-summary.html | 6 +- ...AbstractHttp2ConnectionHandlerBuilder.html | 1270 +++--- .../codec/http2/AbstractHttp2StreamFrame.html | 81 +- ...tractInboundHttp2ToHttpAdapterBuilder.html | 236 +- .../handler/codec/http2/CharSequenceMap.html | 54 +- .../CleartextHttp2ServerUpgradeHandler.html | 164 +- .../CompressorHttp2ConnectionEncoder.html | 774 ++-- .../DecoratingHttp2ConnectionDecoder.html | 118 +- .../DecoratingHttp2ConnectionEncoder.html | 109 +- .../http2/DecoratingHttp2FrameWriter.html | 190 +- .../codec/http2/DefaultHttp2Connection.html | 2142 +++++---- .../http2/DefaultHttp2ConnectionDecoder.html | 1634 ++++--- .../http2/DefaultHttp2ConnectionEncoder.html | 1218 +++--- .../codec/http2/DefaultHttp2DataFrame.html | 352 +- .../codec/http2/DefaultHttp2FrameReader.html | 1520 ++++--- .../codec/http2/DefaultHttp2FrameWriter.html | 1220 +++--- .../codec/http2/DefaultHttp2GoAwayFrame.html | 310 +- .../codec/http2/DefaultHttp2Headers.html | 560 ++- .../http2/DefaultHttp2HeadersDecoder.html | 386 +- .../http2/DefaultHttp2HeadersEncoder.html | 204 +- .../codec/http2/DefaultHttp2HeadersFrame.html | 194 +- .../DefaultHttp2LocalFlowController.html | 1214 +++--- .../codec/http2/DefaultHttp2PingFrame.html | 110 +- .../http2/DefaultHttp2PriorityFrame.html | 145 +- .../http2/DefaultHttp2PushPromiseFrame.html | 165 +- .../DefaultHttp2RemoteFlowController.html | 1498 ++++--- .../codec/http2/DefaultHttp2ResetFrame.html | 130 +- .../http2/DefaultHttp2SettingsFrame.html | 82 +- .../codec/http2/DefaultHttp2UnknownFrame.html | 236 +- .../http2/DefaultHttp2WindowUpdateFrame.html | 68 +- .../DelegatingDecompressorFrameListener.html | 840 ++-- .../codec/http2/EmptyHttp2Headers.html | 128 +- .../http2/Http2ChannelDuplexHandler.html | 140 +- .../codec/http2/Http2ClientUpgradeCodec.html | 298 +- .../handler/codec/http2/Http2CodecUtil.html | 748 ++-- .../handler/codec/http2/Http2Connection.html | 666 ++- .../codec/http2/Http2ConnectionAdapter.html | 68 +- .../codec/http2/Http2ConnectionDecoder.html | 116 +- .../codec/http2/Http2ConnectionEncoder.html | 92 +- .../codec/http2/Http2ConnectionHandler.html | 1952 +++++---- .../http2/Http2ConnectionHandlerBuilder.html | 218 +- ...onPrefaceAndSettingsFrameWrittenEvent.html | 27 +- .../handler/codec/http2/Http2DataFrame.html | 106 +- .../handler/codec/http2/Http2DataWriter.html | 48 +- .../netty/handler/codec/http2/Http2Error.html | 93 +- .../codec/http2/Http2EventAdapter.html | 192 +- .../handler/codec/http2/Http2Exception.html | 640 ++- .../netty/handler/codec/http2/Http2Flags.html | 359 +- .../codec/http2/Http2FlowController.html | 126 +- .../netty/handler/codec/http2/Http2Frame.html | 19 +- .../codec/http2/Http2FrameAdapter.html | 142 +- .../handler/codec/http2/Http2FrameCodec.html | 1470 ++++--- .../codec/http2/Http2FrameCodecBuilder.html | 449 +- .../codec/http2/Http2FrameListener.html | 400 +- .../http2/Http2FrameListenerDecorator.html | 170 +- .../handler/codec/http2/Http2FrameLogger.html | 306 +- .../handler/codec/http2/Http2FrameReader.html | 84 +- .../codec/http2/Http2FrameSizePolicy.html | 43 +- .../handler/codec/http2/Http2FrameStream.html | 38 +- .../codec/http2/Http2FrameStreamEvent.html | 48 +- .../http2/Http2FrameStreamException.html | 51 +- .../codec/http2/Http2FrameStreamVisitor.html | 37 +- .../handler/codec/http2/Http2FrameTypes.html | 39 +- .../handler/codec/http2/Http2FrameWriter.html | 414 +- .../handler/codec/http2/Http2GoAwayFrame.html | 138 +- .../handler/codec/http2/Http2Headers.html | 544 ++- .../codec/http2/Http2HeadersDecoder.html | 122 +- .../codec/http2/Http2HeadersEncoder.html | 182 +- .../codec/http2/Http2HeadersFrame.html | 43 +- .../codec/http2/Http2InboundFrameLogger.html | 248 +- .../codec/http2/Http2LifecycleManager.html | 154 +- .../codec/http2/Http2LocalFlowController.html | 138 +- .../codec/http2/Http2MultiplexCodec.html | 628 ++- .../http2/Http2MultiplexCodecBuilder.html | 480 +- .../codec/http2/Http2MultiplexHandler.html | 758 ++-- .../http2/Http2NoMoreStreamIdsException.html | 35 +- .../codec/http2/Http2OutboundFrameLogger.html | 230 +- .../handler/codec/http2/Http2PingFrame.html | 33 +- .../codec/http2/Http2PriorityFrame.html | 49 +- .../http2/Http2PromisedRequestVerifier.html | 112 +- .../codec/http2/Http2PushPromiseFrame.html | 71 +- .../http2/Http2RemoteFlowController.html | 304 +- .../handler/codec/http2/Http2ResetFrame.html | 19 +- .../codec/http2/Http2SecurityUtil.html | 121 +- .../codec/http2/Http2ServerUpgradeCodec.html | 372 +- .../handler/codec/http2/Http2Settings.html | 526 ++- .../handler/codec/http2/Http2Stream.html | 315 +- .../codec/http2/Http2StreamChannel.html | 26 +- .../http2/Http2StreamChannelBootstrap.html | 448 +- .../handler/codec/http2/Http2StreamFrame.html | 39 +- .../Http2StreamFrameToHttpObjectCodec.html | 476 +- .../codec/http2/Http2StreamVisitor.html | 27 +- .../codec/http2/Http2UnknownFrame.html | 72 +- .../codec/http2/Http2WindowUpdateFrame.html | 23 +- .../codec/http2/HttpConversionUtil.html | 1394 +++--- .../http2/HttpToHttp2ConnectionHandler.html | 272 +- .../HttpToHttp2ConnectionHandlerBuilder.html | 202 +- .../http2/InboundHttp2ToHttpAdapter.html | 666 ++- .../InboundHttp2ToHttpAdapterBuilder.html | 95 +- .../http2/InboundHttpToHttp2Adapter.html | 116 +- .../codec/http2/StreamBufferingEncoder.html | 716 ++- .../codec/http2/StreamByteDistributor.html | 187 +- .../http2/UniformStreamByteDistributor.html | 373 +- .../WeightedFairQueueByteDistributor.html | 1548 ++++--- .../http2/jmh_generated/package-frame.html | 2 +- .../http2/jmh_generated/package-summary.html | 6 +- .../handler/codec/http2/package-frame.html | 2 +- .../handler/codec/http2/package-summary.html | 6 +- .../codec/jmh_generated/package-frame.html | 2 +- .../codec/jmh_generated/package-summary.html | 6 +- .../handler/codec/json/package-frame.html | 2 +- .../handler/codec/json/package-summary.html | 6 +- .../codec/marshalling/package-frame.html | 2 +- .../codec/marshalling/package-summary.html | 6 +- .../codec/memcache/binary/package-frame.html | 2 +- .../memcache/binary/package-summary.html | 6 +- .../handler/codec/memcache/package-frame.html | 2 +- .../codec/memcache/package-summary.html | 6 +- .../mqtt/jmh_generated/package-frame.html | 2 +- .../mqtt/jmh_generated/package-summary.html | 6 +- .../handler/codec/mqtt/package-frame.html | 2 +- .../handler/codec/mqtt/package-summary.html | 6 +- .../io/netty/handler/codec/package-frame.html | 2 +- .../netty/handler/codec/package-summary.html | 6 +- .../ProtobufVarint32FrameDecoder.html | 117 +- .../protobuf/VarintDecodingBenchmark.html | 208 + .../VarintDecodingBenchmark_jmhType.html | 17 + .../VarintDecodingBenchmark_jmhType_B1.html | 33 + .../VarintDecodingBenchmark_jmhType_B2.html | 35 + .../VarintDecodingBenchmark_jmhType_B3.html | 33 + ...gBenchmark_oldReadRawVarint32_jmhTest.html | 467 ++ ...dingBenchmark_readRawVarint32_jmhTest.html | 467 ++ .../protobuf/jmh_generated/package-frame.html | 36 + .../jmh_generated/package-summary.html | 132 + .../handler/codec/protobuf/package-frame.html | 8 +- .../codec/protobuf/package-summary.html | 16 +- .../handler/codec/redis/package-frame.html | 2 +- .../handler/codec/redis/package-summary.html | 6 +- .../handler/codec/rtsp/package-frame.html | 2 +- .../handler/codec/rtsp/package-summary.html | 6 +- .../handler/codec/sctp/package-frame.html | 2 +- .../handler/codec/sctp/package-summary.html | 6 +- .../codec/serialization/package-frame.html | 2 +- .../codec/serialization/package-summary.html | 6 +- .../handler/codec/smtp/package-frame.html | 2 +- .../handler/codec/smtp/package-summary.html | 6 +- .../handler/codec/socks/package-frame.html | 2 +- .../handler/codec/socks/package-summary.html | 6 +- .../handler/codec/socksx/package-frame.html | 2 +- .../handler/codec/socksx/package-summary.html | 6 +- .../codec/socksx/v4/package-frame.html | 2 +- .../codec/socksx/v4/package-summary.html | 6 +- .../codec/socksx/v5/package-frame.html | 2 +- .../codec/socksx/v5/package-summary.html | 6 +- .../handler/codec/spdy/package-frame.html | 2 +- .../handler/codec/spdy/package-summary.html | 6 +- .../codec/stomp/StompSubframeDecoder.html | 818 ++-- .../handler/codec/stomp/package-frame.html | 2 +- .../handler/codec/stomp/package-summary.html | 6 +- .../handler/codec/string/package-frame.html | 2 +- .../handler/codec/string/package-summary.html | 6 +- .../handler/codec/xml/package-frame.html | 2 +- .../handler/codec/xml/package-summary.html | 6 +- .../io/netty/handler/flow/package-frame.html | 2 +- .../netty/handler/flow/package-summary.html | 6 +- .../io/netty/handler/flush/package-frame.html | 2 +- .../netty/handler/flush/package-summary.html | 6 +- .../netty/handler/ipfilter/package-frame.html | 2 +- .../handler/ipfilter/package-summary.html | 6 +- .../netty/handler/logging/package-frame.html | 2 +- .../handler/logging/package-summary.html | 6 +- .../io/netty/handler/pcap/package-frame.html | 2 +- .../netty/handler/pcap/package-summary.html | 6 +- .../io/netty/handler/proxy/package-frame.html | 2 +- .../netty/handler/proxy/package-summary.html | 6 +- .../handler/ssl/JdkSslClientContext.html | 570 +-- .../handler/ssl/JdkSslServerContext.html | 653 +-- .../netty/handler/ssl/SniCompletionEvent.html | 71 +- 4.1/xref/io/netty/handler/ssl/SslContext.html | 2589 +++++------ .../netty/handler/ssl/SslContextBuilder.html | 1216 +++--- .../netty/handler/ssl/ocsp/package-frame.html | 2 +- .../handler/ssl/ocsp/package-summary.html | 6 +- .../io/netty/handler/ssl/package-frame.html | 2 +- .../io/netty/handler/ssl/package-summary.html | 6 +- .../BouncyCastleSelfSignedCertGenerator.html | 99 +- .../ssl/util/SelfSignedCertificate.html | 15 +- .../netty/handler/ssl/util/package-frame.html | 2 +- .../handler/ssl/util/package-summary.html | 6 +- .../netty/handler/stream/package-frame.html | 2 +- .../netty/handler/stream/package-summary.html | 6 +- .../netty/handler/timeout/package-frame.html | 2 +- .../handler/timeout/package-summary.html | 6 +- .../netty/handler/traffic/package-frame.html | 2 +- .../handler/traffic/package-summary.html | 6 +- .../resolver/dns/macos/package-frame.html | 2 +- .../resolver/dns/macos/package-summary.html | 6 +- .../io/netty/resolver/dns/package-frame.html | 2 +- .../netty/resolver/dns/package-summary.html | 6 +- 4.1/xref/io/netty/resolver/package-frame.html | 2 +- .../io/netty/resolver/package-summary.html | 6 +- .../testsuite/autobahn/package-frame.html | 2 +- .../testsuite/autobahn/package-summary.html | 6 +- .../netty/testsuite/http2/package-frame.html | 2 +- .../testsuite/http2/package-summary.html | 6 +- .../testsuite/svm/client/package-frame.html | 2 +- .../testsuite/svm/client/package-summary.html | 6 +- .../io/netty/testsuite/svm/package-frame.html | 2 +- .../netty/testsuite/svm/package-summary.html | 6 +- .../transport/TestsuitePermutation.html | 57 +- .../testsuite/transport/package-frame.html | 2 +- .../testsuite/transport/package-summary.html | 6 +- .../transport/sctp/package-frame.html | 2 +- .../transport/sctp/package-summary.html | 6 +- .../transport/socket/SocketRstTest.html | 4 +- .../socket/SocketStringEchoTest.html | 314 +- .../transport/socket/package-frame.html | 2 +- .../transport/socket/package-summary.html | 6 +- .../transport/udt/package-frame.html | 2 +- .../transport/udt/package-summary.html | 6 +- .../netty/testsuite/util/package-frame.html | 2 +- .../netty/testsuite/util/package-summary.html | 6 +- .../netty/util/collection/package-frame.html | 2 +- .../util/collection/package-summary.html | 6 +- .../DefaultEventExecutorChooserFactory.html | 115 +- .../EventExecutorChooserFactory.html | 46 +- .../concurrent/FastThreadLocalThread.html | 217 +- .../concurrent/SingleThreadEventExecutor.html | 2197 +++++----- .../jmh_generated/package-frame.html | 2 +- .../jmh_generated/package-summary.html | 6 +- .../netty/util/concurrent/package-frame.html | 2 +- .../util/concurrent/package-summary.html | 6 +- .../util/internal/PlatformDependent.html | 3232 +++++++------- .../util/internal/ThreadLocalRandom.html | 2 +- .../util/internal/logging/package-frame.html | 2 +- .../internal/logging/package-summary.html | 6 +- .../io/netty/util/internal/package-frame.html | 2 +- .../netty/util/internal/package-summary.html | 6 +- .../util/internal/svm/package-frame.html | 2 +- .../util/internal/svm/package-summary.html | 6 +- .../util/jmh_generated/package-frame.html | 2 +- .../util/jmh_generated/package-summary.html | 6 +- 4.1/xref/io/netty/util/package-frame.html | 2 +- 4.1/xref/io/netty/util/package-summary.html | 6 +- 4.1/xref/overview-frame.html | 7 +- 4.1/xref/overview-summary.html | 101 +- _config/site.yml | 4 +- news/2024-05-22-4-1-110-Final.md | 46 + 3797 files changed, 64006 insertions(+), 58227 deletions(-) create mode 100644 4.1/api/io/netty/buffer/AdaptiveByteBufAllocator.html create mode 100644 4.1/api/io/netty/buffer/class-use/AdaptiveByteBufAllocator.html create mode 100644 4.1/api/io/netty/channel/socket/nio/NioDomainSocketChannel.html create mode 100644 4.1/api/io/netty/channel/socket/nio/NioServerDomainSocketChannel.html create mode 100644 4.1/api/io/netty/channel/socket/nio/class-use/NioDomainSocketChannel.html create mode 100644 4.1/api/io/netty/channel/socket/nio/class-use/NioServerDomainSocketChannel.html create mode 100644 4.1/xref/io/netty/buffer/AdaptiveByteBufAllocator.html create mode 100644 4.1/xref/io/netty/buffer/AdaptivePoolingAllocator.html create mode 100644 4.1/xref/io/netty/channel/socket/nio/NioDomainSocketChannel.html create mode 100644 4.1/xref/io/netty/channel/socket/nio/NioDomainSocketUtil.html create mode 100644 4.1/xref/io/netty/channel/socket/nio/NioServerDomainSocketChannel.html create mode 100644 4.1/xref/io/netty/handler/codec/protobuf/VarintDecodingBenchmark.html create mode 100644 4.1/xref/io/netty/handler/codec/protobuf/jmh_generated/VarintDecodingBenchmark_jmhType.html create mode 100644 4.1/xref/io/netty/handler/codec/protobuf/jmh_generated/VarintDecodingBenchmark_jmhType_B1.html create mode 100644 4.1/xref/io/netty/handler/codec/protobuf/jmh_generated/VarintDecodingBenchmark_jmhType_B2.html create mode 100644 4.1/xref/io/netty/handler/codec/protobuf/jmh_generated/VarintDecodingBenchmark_jmhType_B3.html create mode 100644 4.1/xref/io/netty/handler/codec/protobuf/jmh_generated/VarintDecodingBenchmark_oldReadRawVarint32_jmhTest.html create mode 100644 4.1/xref/io/netty/handler/codec/protobuf/jmh_generated/VarintDecodingBenchmark_readRawVarint32_jmhTest.html create mode 100644 4.1/xref/io/netty/handler/codec/protobuf/jmh_generated/package-frame.html create mode 100644 4.1/xref/io/netty/handler/codec/protobuf/jmh_generated/package-summary.html create mode 100644 news/2024-05-22-4-1-110-Final.md diff --git a/4.1/api/allclasses-frame.html b/4.1/api/allclasses-frame.html index 10940745df..d19aa80c47 100644 --- a/4.1/api/allclasses-frame.html +++ b/4.1/api/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (Netty API Reference (4.1.109.Final)) - +All Classes (Netty API Reference (4.1.110.Final)) + @@ -72,6 +72,7 @@

All Classes

  • AbstractStringRedisMessage
  • AbstractTrafficShapingHandler
  • AcceptFilter
  • +
  • AdaptiveByteBufAllocator
  • AdaptiveRecvByteBufAllocator
  • AddressedEnvelope
  • AddressResolver
  • @@ -931,10 +932,12 @@

    All Classes

  • NetUtil
  • NioChannelOption
  • NioDatagramChannel
  • +
  • NioDomainSocketChannel
  • NioEventLoop
  • NioEventLoopGroup
  • NioSctpChannel
  • NioSctpServerChannel
  • +
  • NioServerDomainSocketChannel
  • NioServerSocketChannel
  • NioSocketChannel
  • NioTask
  • diff --git a/4.1/api/allclasses-noframe.html b/4.1/api/allclasses-noframe.html index 783e2163b7..71d39c32bc 100644 --- a/4.1/api/allclasses-noframe.html +++ b/4.1/api/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (Netty API Reference (4.1.109.Final)) - +All Classes (Netty API Reference (4.1.110.Final)) + @@ -72,6 +72,7 @@

    All Classes

  • AbstractStringRedisMessage
  • AbstractTrafficShapingHandler
  • AcceptFilter
  • +
  • AdaptiveByteBufAllocator
  • AdaptiveRecvByteBufAllocator
  • AddressedEnvelope
  • AddressResolver
  • @@ -931,10 +932,12 @@

    All Classes

  • NetUtil
  • NioChannelOption
  • NioDatagramChannel
  • +
  • NioDomainSocketChannel
  • NioEventLoop
  • NioEventLoopGroup
  • NioSctpChannel
  • NioSctpServerChannel
  • +
  • NioServerDomainSocketChannel
  • NioServerSocketChannel
  • NioSocketChannel
  • NioTask
  • diff --git a/4.1/api/argfile b/4.1/api/argfile index 4b16ce403f..4b20361926 100644 --- a/4.1/api/argfile +++ b/4.1/api/argfile @@ -202,6 +202,7 @@ '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/PooledByteBufAllocator.java' '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/UnsafeDirectSwappedByteBuf.java' '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/UnreleasableByteBuf.java' +'/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/AdaptivePoolingAllocator.java' '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/PooledDirectByteBuf.java' '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/ByteBufAllocatorMetric.java' '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/ByteBufConvertible.java' @@ -241,6 +242,7 @@ '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/WrappedCompositeByteBuf.java' '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/UnpooledDuplicatedByteBuf.java' '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/WrappedUnpooledUnsafeDirectByteBuf.java' +'/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/AdaptiveByteBufAllocator.java' '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/AbstractUnsafeSwappedByteBuf.java' '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/LongLongHashMap.java' '/Users/norman/Documents/workspace/netty/buffer/src/main/java/io/netty/buffer/UnsafeHeapSwappedByteBuf.java' @@ -1315,11 +1317,14 @@ '/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/ChannelOutputShutdownException.java' '/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/SocketChannelConfig.java' '/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/ServerSocketChannelConfig.java' +'/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/nio/NioServerDomainSocketChannel.java' '/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/nio/NioSocketChannel.java' +'/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/nio/NioDomainSocketUtil.java' '/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/nio/NioServerSocketChannel.java' '/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/nio/NioDatagramChannelConfig.java' '/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/nio/NioChannelOption.java' '/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/nio/SelectorProviderUtil.java' +'/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/nio/NioDomainSocketChannel.java' '/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/nio/ProtocolFamilyConverter.java' '/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/nio/NioDatagramChannel.java' '/Users/norman/Documents/workspace/netty/transport/src/main/java/io/netty/channel/socket/nio/package-info.java' diff --git a/4.1/api/constant-values.html b/4.1/api/constant-values.html index cd0efce039..5ae5e5be42 100644 --- a/4.1/api/constant-values.html +++ b/4.1/api/constant-values.html @@ -2,10 +2,10 @@ - + -Constant Field Values (Netty API Reference (4.1.109.Final)) - +Constant Field Values (Netty API Reference (4.1.110.Final)) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/bootstrap/package-summary.html b/4.1/api/io/netty/bootstrap/package-summary.html index 150adeeaca..1558ea47cb 100644 --- a/4.1/api/io/netty/bootstrap/package-summary.html +++ b/4.1/api/io/netty/bootstrap/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.bootstrap (Netty API Reference (4.1.109.Final)) - +io.netty.bootstrap (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ + + + + + +
    + + + + + + + +
    + + + +
    +
    io.netty.buffer
    +

    Class AdaptiveByteBufAllocator

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + +
    + + + + + + + +
    + + +

    Copyright © 2008–2024 The Netty Project. All rights reserved.

    + + diff --git a/4.1/api/io/netty/buffer/ByteBuf.html b/4.1/api/io/netty/buffer/ByteBuf.html index 92c8c94c4e..2b9b7bde0c 100644 --- a/4.1/api/io/netty/buffer/ByteBuf.html +++ b/4.1/api/io/netty/buffer/ByteBuf.html @@ -2,10 +2,10 @@ - + -ByteBuf (Netty API Reference (4.1.109.Final)) - +ByteBuf (Netty API Reference (4.1.110.Final)) + @@ -152,7 +152,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ + + + + + +
    + + + + + + + +
    + + +
    +

    Uses of Class
    io.netty.buffer.AdaptiveByteBufAllocator

    +
    +
    No usage of io.netty.buffer.AdaptiveByteBufAllocator
    + +
    + + + + + + + +
    + + +

    Copyright © 2008–2024 The Netty Project. All rights reserved.

    + + diff --git a/4.1/api/io/netty/buffer/class-use/ByteBuf.html b/4.1/api/io/netty/buffer/class-use/ByteBuf.html index 68cbcadaf0..889a85bed1 100644 --- a/4.1/api/io/netty/buffer/class-use/ByteBuf.html +++ b/4.1/api/io/netty/buffer/class-use/ByteBuf.html @@ -2,10 +2,10 @@ - + -Uses of Class io.netty.buffer.ByteBuf (Netty API Reference (4.1.109.Final)) - +Uses of Class io.netty.buffer.ByteBuf (Netty API Reference (4.1.110.Final)) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -33,6 +33,7 @@

    Classes

  • AbstractByteBufAllocator
  • AbstractDerivedByteBuf
  • AbstractReferenceCountedByteBuf
  • +
  • AdaptiveByteBufAllocator
  • ByteBuf
  • ByteBufInputStream
  • ByteBufOutputStream
  • diff --git a/4.1/api/io/netty/buffer/package-summary.html b/4.1/api/io/netty/buffer/package-summary.html index dd488c3ea9..9dd1809f32 100644 --- a/4.1/api/io/netty/buffer/package-summary.html +++ b/4.1/api/io/netty/buffer/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.buffer (Netty API Reference (4.1.109.Final)) - +io.netty.buffer (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/buffer/search/package-summary.html b/4.1/api/io/netty/buffer/search/package-summary.html index e12fd891d2..c5a03e8fc1 100644 --- a/4.1/api/io/netty/buffer/search/package-summary.html +++ b/4.1/api/io/netty/buffer/search/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.buffer.search (Netty API Reference (4.1.109.Final)) - +io.netty.buffer.search (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/embedded/package-summary.html b/4.1/api/io/netty/channel/embedded/package-summary.html index 8405f815f2..b4e684f0a6 100644 --- a/4.1/api/io/netty/channel/embedded/package-summary.html +++ b/4.1/api/io/netty/channel/embedded/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.embedded (Netty API Reference (4.1.109.Final)) - +io.netty.channel.embedded (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/epoll/package-summary.html b/4.1/api/io/netty/channel/epoll/package-summary.html index d3b8688c84..53ec948ccc 100644 --- a/4.1/api/io/netty/channel/epoll/package-summary.html +++ b/4.1/api/io/netty/channel/epoll/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.epoll (Netty API Reference (4.1.109.Final)) - +io.netty.channel.epoll (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/group/package-summary.html b/4.1/api/io/netty/channel/group/package-summary.html index 626ae0f077..867f47fb82 100644 --- a/4.1/api/io/netty/channel/group/package-summary.html +++ b/4.1/api/io/netty/channel/group/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.group (Netty API Reference (4.1.109.Final)) - +io.netty.channel.group (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/internal/package-summary.html b/4.1/api/io/netty/channel/internal/package-summary.html index 2172eccb83..ee6521327f 100644 --- a/4.1/api/io/netty/channel/internal/package-summary.html +++ b/4.1/api/io/netty/channel/internal/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.internal (Netty API Reference (4.1.109.Final)) - +io.netty.channel.internal (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/kqueue/package-summary.html b/4.1/api/io/netty/channel/kqueue/package-summary.html index fd96badd34..c1b263af51 100644 --- a/4.1/api/io/netty/channel/kqueue/package-summary.html +++ b/4.1/api/io/netty/channel/kqueue/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.kqueue (Netty API Reference (4.1.109.Final)) - +io.netty.channel.kqueue (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/local/package-summary.html b/4.1/api/io/netty/channel/local/package-summary.html index 737ad943f4..6dff326b9e 100644 --- a/4.1/api/io/netty/channel/local/package-summary.html +++ b/4.1/api/io/netty/channel/local/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.local (Netty API Reference (4.1.109.Final)) - +io.netty.channel.local (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/nio/package-summary.html b/4.1/api/io/netty/channel/nio/package-summary.html index 21339d6ef8..1b256b2774 100644 --- a/4.1/api/io/netty/channel/nio/package-summary.html +++ b/4.1/api/io/netty/channel/nio/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.nio (Netty API Reference (4.1.109.Final)) - +io.netty.channel.nio (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/oio/package-summary.html b/4.1/api/io/netty/channel/oio/package-summary.html index 274b896e45..cf9e92e209 100644 --- a/4.1/api/io/netty/channel/oio/package-summary.html +++ b/4.1/api/io/netty/channel/oio/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.oio (Netty API Reference (4.1.109.Final)) - +io.netty.channel.oio (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/package-summary.html b/4.1/api/io/netty/channel/package-summary.html index cbd2276f4e..49d3464a38 100644 --- a/4.1/api/io/netty/channel/package-summary.html +++ b/4.1/api/io/netty/channel/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel (Netty API Reference (4.1.109.Final)) - +io.netty.channel (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/pool/package-summary.html b/4.1/api/io/netty/channel/pool/package-summary.html index 9f92e520a2..a0a7674e64 100644 --- a/4.1/api/io/netty/channel/pool/package-summary.html +++ b/4.1/api/io/netty/channel/pool/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.pool (Netty API Reference (4.1.109.Final)) - +io.netty.channel.pool (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/rxtx/package-summary.html b/4.1/api/io/netty/channel/rxtx/package-summary.html index 04c2c5ce1f..85e2c44d3d 100644 --- a/4.1/api/io/netty/channel/rxtx/package-summary.html +++ b/4.1/api/io/netty/channel/rxtx/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.rxtx (Netty API Reference (4.1.109.Final)) - +io.netty.channel.rxtx (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/sctp/nio/package-summary.html b/4.1/api/io/netty/channel/sctp/nio/package-summary.html index 25b0959afa..1c9245faf7 100644 --- a/4.1/api/io/netty/channel/sctp/nio/package-summary.html +++ b/4.1/api/io/netty/channel/sctp/nio/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.sctp.nio (Netty API Reference (4.1.109.Final)) - +io.netty.channel.sctp.nio (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/sctp/oio/package-summary.html b/4.1/api/io/netty/channel/sctp/oio/package-summary.html index c98599814a..105818bfb9 100644 --- a/4.1/api/io/netty/channel/sctp/oio/package-summary.html +++ b/4.1/api/io/netty/channel/sctp/oio/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.sctp.oio (Netty API Reference (4.1.109.Final)) - +io.netty.channel.sctp.oio (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/sctp/package-summary.html b/4.1/api/io/netty/channel/sctp/package-summary.html index 9080eb78f4..7ed0669954 100644 --- a/4.1/api/io/netty/channel/sctp/package-summary.html +++ b/4.1/api/io/netty/channel/sctp/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.sctp (Netty API Reference (4.1.109.Final)) - +io.netty.channel.sctp (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ + + + + + +
    + + + + + + + +
    + + + +
    +
    io.netty.channel.socket.nio
    +

    Class NioDomainSocketChannel

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + +
    + + + + + + + +
    + + +

    Copyright © 2008–2024 The Netty Project. All rights reserved.

    + + diff --git a/4.1/api/io/netty/channel/socket/nio/NioServerDomainSocketChannel.html b/4.1/api/io/netty/channel/socket/nio/NioServerDomainSocketChannel.html new file mode 100644 index 0000000000..c2c20a2b12 --- /dev/null +++ b/4.1/api/io/netty/channel/socket/nio/NioServerDomainSocketChannel.html @@ -0,0 +1,748 @@ + + + + + + +NioServerDomainSocketChannel (Netty API Reference (4.1.110.Final)) + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + +
    + + + +
    +
    io.netty.channel.socket.nio
    +

    Class NioServerDomainSocketChannel

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + +
    + + + + + + + +
    + + +

    Copyright © 2008–2024 The Netty Project. All rights reserved.

    + + diff --git a/4.1/api/io/netty/channel/socket/nio/NioServerSocketChannel.html b/4.1/api/io/netty/channel/socket/nio/NioServerSocketChannel.html index f36463438a..f20f325d5e 100644 --- a/4.1/api/io/netty/channel/socket/nio/NioServerSocketChannel.html +++ b/4.1/api/io/netty/channel/socket/nio/NioServerSocketChannel.html @@ -2,10 +2,10 @@ - + -NioServerSocketChannel (Netty API Reference (4.1.109.Final)) - +NioServerSocketChannel (Netty API Reference (4.1.110.Final)) + @@ -31,7 +31,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ + + + + + +
    + + + + + + + +
    + + +
    +

    Uses of Class
    io.netty.channel.socket.nio.NioDomainSocketChannel

    +
    +
    No usage of io.netty.channel.socket.nio.NioDomainSocketChannel
    + +
    + + + + + + + +
    + + +

    Copyright © 2008–2024 The Netty Project. All rights reserved.

    + + diff --git a/4.1/api/io/netty/channel/socket/nio/class-use/NioServerDomainSocketChannel.html b/4.1/api/io/netty/channel/socket/nio/class-use/NioServerDomainSocketChannel.html new file mode 100644 index 0000000000..3f70d00af6 --- /dev/null +++ b/4.1/api/io/netty/channel/socket/nio/class-use/NioServerDomainSocketChannel.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class io.netty.channel.socket.nio.NioServerDomainSocketChannel (Netty API Reference (4.1.110.Final)) + + + + + + + + +
    + + + + + + + +
    + + +
    +

    Uses of Class
    io.netty.channel.socket.nio.NioServerDomainSocketChannel

    +
    +
    No usage of io.netty.channel.socket.nio.NioServerDomainSocketChannel
    + +
    + + + + + + + +
    + + +

    Copyright © 2008–2024 The Netty Project. All rights reserved.

    + + diff --git a/4.1/api/io/netty/channel/socket/nio/class-use/NioServerSocketChannel.html b/4.1/api/io/netty/channel/socket/nio/class-use/NioServerSocketChannel.html index d5b8e63dca..f934908343 100644 --- a/4.1/api/io/netty/channel/socket/nio/class-use/NioServerSocketChannel.html +++ b/4.1/api/io/netty/channel/socket/nio/class-use/NioServerSocketChannel.html @@ -2,10 +2,10 @@ - + -Uses of Class io.netty.channel.socket.nio.NioServerSocketChannel (Netty API Reference (4.1.109.Final)) - +Uses of Class io.netty.channel.socket.nio.NioServerSocketChannel (Netty API Reference (4.1.110.Final)) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -17,6 +17,8 @@

    Classes

    diff --git a/4.1/api/io/netty/channel/socket/nio/package-summary.html b/4.1/api/io/netty/channel/socket/nio/package-summary.html index 7d9f007e9b..01a7791fac 100644 --- a/4.1/api/io/netty/channel/socket/nio/package-summary.html +++ b/4.1/api/io/netty/channel/socket/nio/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.socket.nio (Netty API Reference (4.1.109.Final)) - +io.netty.channel.socket.nio (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/socket/oio/package-summary.html b/4.1/api/io/netty/channel/socket/oio/package-summary.html index fac158f59d..19af609a59 100644 --- a/4.1/api/io/netty/channel/socket/oio/package-summary.html +++ b/4.1/api/io/netty/channel/socket/oio/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.socket.oio (Netty API Reference (4.1.109.Final)) - +io.netty.channel.socket.oio (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/socket/package-summary.html b/4.1/api/io/netty/channel/socket/package-summary.html index 38529a8973..2e64fb8aab 100644 --- a/4.1/api/io/netty/channel/socket/package-summary.html +++ b/4.1/api/io/netty/channel/socket/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.socket (Netty API Reference (4.1.109.Final)) - +io.netty.channel.socket (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/udt/nio/package-summary.html b/4.1/api/io/netty/channel/udt/nio/package-summary.html index 043f506a98..d663a0a23a 100644 --- a/4.1/api/io/netty/channel/udt/nio/package-summary.html +++ b/4.1/api/io/netty/channel/udt/nio/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.udt.nio (Netty API Reference (4.1.109.Final)) - +io.netty.channel.udt.nio (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/udt/package-summary.html b/4.1/api/io/netty/channel/udt/package-summary.html index 70bcad3e82..5049c3b60e 100644 --- a/4.1/api/io/netty/channel/udt/package-summary.html +++ b/4.1/api/io/netty/channel/udt/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.udt (Netty API Reference (4.1.109.Final)) - +io.netty.channel.udt (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/channel/unix/package-summary.html b/4.1/api/io/netty/channel/unix/package-summary.html index 8c42a05824..1a780f0ae0 100644 --- a/4.1/api/io/netty/channel/unix/package-summary.html +++ b/4.1/api/io/netty/channel/unix/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.channel.unix (Netty API Reference (4.1.109.Final)) - +io.netty.channel.unix (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/address/package-summary.html b/4.1/api/io/netty/handler/address/package-summary.html index f6ba15580f..7fc81c3313 100644 --- a/4.1/api/io/netty/handler/address/package-summary.html +++ b/4.1/api/io/netty/handler/address/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.address (Netty API Reference (4.1.109.Final)) - +io.netty.handler.address (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/base64/package-summary.html b/4.1/api/io/netty/handler/codec/base64/package-summary.html index e06e9c882b..3dceaf139a 100644 --- a/4.1/api/io/netty/handler/codec/base64/package-summary.html +++ b/4.1/api/io/netty/handler/codec/base64/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.base64 (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.base64 (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/bytes/package-summary.html b/4.1/api/io/netty/handler/codec/bytes/package-summary.html index 8d2d1e34bc..050f15e820 100644 --- a/4.1/api/io/netty/handler/codec/bytes/package-summary.html +++ b/4.1/api/io/netty/handler/codec/bytes/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.bytes (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.bytes (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/compression/package-summary.html b/4.1/api/io/netty/handler/codec/compression/package-summary.html index e6ec6c502e..bac902718a 100644 --- a/4.1/api/io/netty/handler/codec/compression/package-summary.html +++ b/4.1/api/io/netty/handler/codec/compression/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.compression (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.compression (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/dns/package-summary.html b/4.1/api/io/netty/handler/codec/dns/package-summary.html index 4342bf2601..4f385dc27c 100644 --- a/4.1/api/io/netty/handler/codec/dns/package-summary.html +++ b/4.1/api/io/netty/handler/codec/dns/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.dns (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.dns (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/haproxy/package-summary.html b/4.1/api/io/netty/handler/codec/haproxy/package-summary.html index 5275e08c4a..0245a55199 100644 --- a/4.1/api/io/netty/handler/codec/haproxy/package-summary.html +++ b/4.1/api/io/netty/handler/codec/haproxy/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.haproxy (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.haproxy (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/http/cookie/package-summary.html b/4.1/api/io/netty/handler/codec/http/cookie/package-summary.html index 2a79d36d25..d70216a4e2 100644 --- a/4.1/api/io/netty/handler/codec/http/cookie/package-summary.html +++ b/4.1/api/io/netty/handler/codec/http/cookie/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.http.cookie (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.http.cookie (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/http/cors/package-summary.html b/4.1/api/io/netty/handler/codec/http/cors/package-summary.html index 99a2b537e8..54413c2935 100644 --- a/4.1/api/io/netty/handler/codec/http/cors/package-summary.html +++ b/4.1/api/io/netty/handler/codec/http/cors/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.http.cors (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.http.cors (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/http/multipart/package-summary.html b/4.1/api/io/netty/handler/codec/http/multipart/package-summary.html index 3e423c7f29..e91fbea614 100644 --- a/4.1/api/io/netty/handler/codec/http/multipart/package-summary.html +++ b/4.1/api/io/netty/handler/codec/http/multipart/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.http.multipart (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.http.multipart (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/http/package-summary.html b/4.1/api/io/netty/handler/codec/http/package-summary.html index 3ac8908855..9b239ad3ca 100644 --- a/4.1/api/io/netty/handler/codec/http/package-summary.html +++ b/4.1/api/io/netty/handler/codec/http/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.http (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.http (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/http/websocketx/extensions/compression/package-summary.html b/4.1/api/io/netty/handler/codec/http/websocketx/extensions/compression/package-summary.html index c5bd48c728..1f45d39678 100644 --- a/4.1/api/io/netty/handler/codec/http/websocketx/extensions/compression/package-summary.html +++ b/4.1/api/io/netty/handler/codec/http/websocketx/extensions/compression/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.http.websocketx.extensions.compression (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.http.websocketx.extensions.compression (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/http/websocketx/extensions/package-summary.html b/4.1/api/io/netty/handler/codec/http/websocketx/extensions/package-summary.html index a7129a31c9..31f417a30b 100644 --- a/4.1/api/io/netty/handler/codec/http/websocketx/extensions/package-summary.html +++ b/4.1/api/io/netty/handler/codec/http/websocketx/extensions/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.http.websocketx.extensions (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.http.websocketx.extensions (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/http/websocketx/package-summary.html b/4.1/api/io/netty/handler/codec/http/websocketx/package-summary.html index 72edfd2cd0..a7bb287826 100644 --- a/4.1/api/io/netty/handler/codec/http/websocketx/package-summary.html +++ b/4.1/api/io/netty/handler/codec/http/websocketx/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.http.websocketx (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.http.websocketx (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -30,13 +32,13 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/http2/package-summary.html b/4.1/api/io/netty/handler/codec/http2/package-summary.html index d237c44c47..3ae6b87d15 100644 --- a/4.1/api/io/netty/handler/codec/http2/package-summary.html +++ b/4.1/api/io/netty/handler/codec/http2/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.http2 (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.http2 (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/json/package-summary.html b/4.1/api/io/netty/handler/codec/json/package-summary.html index 866b479c5d..2f8213341b 100644 --- a/4.1/api/io/netty/handler/codec/json/package-summary.html +++ b/4.1/api/io/netty/handler/codec/json/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.json (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.json (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/marshalling/package-summary.html b/4.1/api/io/netty/handler/codec/marshalling/package-summary.html index 60625bf3a6..e84f4ed206 100644 --- a/4.1/api/io/netty/handler/codec/marshalling/package-summary.html +++ b/4.1/api/io/netty/handler/codec/marshalling/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.marshalling (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.marshalling (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/memcache/binary/package-summary.html b/4.1/api/io/netty/handler/codec/memcache/binary/package-summary.html index 5c7d200429..d82c347818 100644 --- a/4.1/api/io/netty/handler/codec/memcache/binary/package-summary.html +++ b/4.1/api/io/netty/handler/codec/memcache/binary/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.memcache.binary (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.memcache.binary (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/memcache/package-summary.html b/4.1/api/io/netty/handler/codec/memcache/package-summary.html index e9337bf197..7841aa8218 100644 --- a/4.1/api/io/netty/handler/codec/memcache/package-summary.html +++ b/4.1/api/io/netty/handler/codec/memcache/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.memcache (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.memcache (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/mqtt/package-summary.html b/4.1/api/io/netty/handler/codec/mqtt/package-summary.html index 40f6f8edab..a5603908fc 100644 --- a/4.1/api/io/netty/handler/codec/mqtt/package-summary.html +++ b/4.1/api/io/netty/handler/codec/mqtt/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.mqtt (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.mqtt (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/package-summary.html b/4.1/api/io/netty/handler/codec/package-summary.html index 5f7970817c..debca80127 100644 --- a/4.1/api/io/netty/handler/codec/package-summary.html +++ b/4.1/api/io/netty/handler/codec/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/protobuf/package-summary.html b/4.1/api/io/netty/handler/codec/protobuf/package-summary.html index 57420751db..9a707974c0 100644 --- a/4.1/api/io/netty/handler/codec/protobuf/package-summary.html +++ b/4.1/api/io/netty/handler/codec/protobuf/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.protobuf (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.protobuf (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/redis/package-summary.html b/4.1/api/io/netty/handler/codec/redis/package-summary.html index ec6775ae94..4611b96211 100644 --- a/4.1/api/io/netty/handler/codec/redis/package-summary.html +++ b/4.1/api/io/netty/handler/codec/redis/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.redis (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.redis (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/rtsp/package-summary.html b/4.1/api/io/netty/handler/codec/rtsp/package-summary.html index 194a94dcbc..a3ddf41555 100644 --- a/4.1/api/io/netty/handler/codec/rtsp/package-summary.html +++ b/4.1/api/io/netty/handler/codec/rtsp/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.rtsp (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.rtsp (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/sctp/package-summary.html b/4.1/api/io/netty/handler/codec/sctp/package-summary.html index 52ac8bd2ab..614db1f15a 100644 --- a/4.1/api/io/netty/handler/codec/sctp/package-summary.html +++ b/4.1/api/io/netty/handler/codec/sctp/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.sctp (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.sctp (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/serialization/package-summary.html b/4.1/api/io/netty/handler/codec/serialization/package-summary.html index d97bbce45e..340aa6d96c 100644 --- a/4.1/api/io/netty/handler/codec/serialization/package-summary.html +++ b/4.1/api/io/netty/handler/codec/serialization/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.serialization (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.serialization (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/smtp/package-summary.html b/4.1/api/io/netty/handler/codec/smtp/package-summary.html index 3417bd2591..e5081f19c7 100644 --- a/4.1/api/io/netty/handler/codec/smtp/package-summary.html +++ b/4.1/api/io/netty/handler/codec/smtp/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.smtp (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.smtp (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/socks/package-summary.html b/4.1/api/io/netty/handler/codec/socks/package-summary.html index c4a56d997f..1200e545bf 100644 --- a/4.1/api/io/netty/handler/codec/socks/package-summary.html +++ b/4.1/api/io/netty/handler/codec/socks/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.socks (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.socks (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/socksx/package-summary.html b/4.1/api/io/netty/handler/codec/socksx/package-summary.html index f8bd313170..f57b5732da 100644 --- a/4.1/api/io/netty/handler/codec/socksx/package-summary.html +++ b/4.1/api/io/netty/handler/codec/socksx/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.socksx (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.socksx (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/socksx/v4/package-summary.html b/4.1/api/io/netty/handler/codec/socksx/v4/package-summary.html index afab74c0ce..aefed19b1d 100644 --- a/4.1/api/io/netty/handler/codec/socksx/v4/package-summary.html +++ b/4.1/api/io/netty/handler/codec/socksx/v4/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.socksx.v4 (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.socksx.v4 (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/socksx/v5/package-summary.html b/4.1/api/io/netty/handler/codec/socksx/v5/package-summary.html index 4b9ee35290..df973caec0 100644 --- a/4.1/api/io/netty/handler/codec/socksx/v5/package-summary.html +++ b/4.1/api/io/netty/handler/codec/socksx/v5/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.socksx.v5 (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.socksx.v5 (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/spdy/package-summary.html b/4.1/api/io/netty/handler/codec/spdy/package-summary.html index 1ed598ac28..b9c0b2adc6 100644 --- a/4.1/api/io/netty/handler/codec/spdy/package-summary.html +++ b/4.1/api/io/netty/handler/codec/spdy/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.spdy (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.spdy (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/stomp/package-summary.html b/4.1/api/io/netty/handler/codec/stomp/package-summary.html index 5793731cff..e93d063c70 100644 --- a/4.1/api/io/netty/handler/codec/stomp/package-summary.html +++ b/4.1/api/io/netty/handler/codec/stomp/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.stomp (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.stomp (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/string/package-summary.html b/4.1/api/io/netty/handler/codec/string/package-summary.html index d54e9b8ab6..11afda5dd8 100644 --- a/4.1/api/io/netty/handler/codec/string/package-summary.html +++ b/4.1/api/io/netty/handler/codec/string/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.string (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.string (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/codec/xml/package-summary.html b/4.1/api/io/netty/handler/codec/xml/package-summary.html index 9601587a93..91d20f839e 100644 --- a/4.1/api/io/netty/handler/codec/xml/package-summary.html +++ b/4.1/api/io/netty/handler/codec/xml/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.codec.xml (Netty API Reference (4.1.109.Final)) - +io.netty.handler.codec.xml (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/flow/package-summary.html b/4.1/api/io/netty/handler/flow/package-summary.html index 455ddeea02..5407f15ebb 100644 --- a/4.1/api/io/netty/handler/flow/package-summary.html +++ b/4.1/api/io/netty/handler/flow/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.flow (Netty API Reference (4.1.109.Final)) - +io.netty.handler.flow (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/flush/package-summary.html b/4.1/api/io/netty/handler/flush/package-summary.html index d56db1e680..fb74f4cbdf 100644 --- a/4.1/api/io/netty/handler/flush/package-summary.html +++ b/4.1/api/io/netty/handler/flush/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.flush (Netty API Reference (4.1.109.Final)) - +io.netty.handler.flush (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/ipfilter/package-summary.html b/4.1/api/io/netty/handler/ipfilter/package-summary.html index 51dd5f99d5..9f9f82a303 100644 --- a/4.1/api/io/netty/handler/ipfilter/package-summary.html +++ b/4.1/api/io/netty/handler/ipfilter/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.ipfilter (Netty API Reference (4.1.109.Final)) - +io.netty.handler.ipfilter (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/logging/package-summary.html b/4.1/api/io/netty/handler/logging/package-summary.html index 8660a82709..45a2508601 100644 --- a/4.1/api/io/netty/handler/logging/package-summary.html +++ b/4.1/api/io/netty/handler/logging/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.logging (Netty API Reference (4.1.109.Final)) - +io.netty.handler.logging (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/pcap/package-summary.html b/4.1/api/io/netty/handler/pcap/package-summary.html index 358bfea959..5169c23f1c 100644 --- a/4.1/api/io/netty/handler/pcap/package-summary.html +++ b/4.1/api/io/netty/handler/pcap/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.pcap (Netty API Reference (4.1.109.Final)) - +io.netty.handler.pcap (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/proxy/package-summary.html b/4.1/api/io/netty/handler/proxy/package-summary.html index 7ebc858003..eb6cf77980 100644 --- a/4.1/api/io/netty/handler/proxy/package-summary.html +++ b/4.1/api/io/netty/handler/proxy/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.proxy (Netty API Reference (4.1.109.Final)) - +io.netty.handler.proxy (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -31,13 +32,13 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/ssl/ocsp/package-summary.html b/4.1/api/io/netty/handler/ssl/ocsp/package-summary.html index 56d634840d..af09af4345 100644 --- a/4.1/api/io/netty/handler/ssl/ocsp/package-summary.html +++ b/4.1/api/io/netty/handler/ssl/ocsp/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.ssl.ocsp (Netty API Reference (4.1.109.Final)) - +io.netty.handler.ssl.ocsp (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/ssl/package-summary.html b/4.1/api/io/netty/handler/ssl/package-summary.html index 4d2a37afc4..78e88a000a 100644 --- a/4.1/api/io/netty/handler/ssl/package-summary.html +++ b/4.1/api/io/netty/handler/ssl/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.ssl (Netty API Reference (4.1.109.Final)) - +io.netty.handler.ssl (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/ssl/util/package-summary.html b/4.1/api/io/netty/handler/ssl/util/package-summary.html index 937a9c1432..c6aae11d4d 100644 --- a/4.1/api/io/netty/handler/ssl/util/package-summary.html +++ b/4.1/api/io/netty/handler/ssl/util/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.ssl.util (Netty API Reference (4.1.109.Final)) - +io.netty.handler.ssl.util (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/stream/package-summary.html b/4.1/api/io/netty/handler/stream/package-summary.html index 20042041f3..d2264a486e 100644 --- a/4.1/api/io/netty/handler/stream/package-summary.html +++ b/4.1/api/io/netty/handler/stream/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.stream (Netty API Reference (4.1.109.Final)) - +io.netty.handler.stream (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/timeout/package-summary.html b/4.1/api/io/netty/handler/timeout/package-summary.html index 203be11148..147eb42f97 100644 --- a/4.1/api/io/netty/handler/timeout/package-summary.html +++ b/4.1/api/io/netty/handler/timeout/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.timeout (Netty API Reference (4.1.109.Final)) - +io.netty.handler.timeout (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/handler/traffic/package-summary.html b/4.1/api/io/netty/handler/traffic/package-summary.html index be2b64b2e1..362d40edb6 100644 --- a/4.1/api/io/netty/handler/traffic/package-summary.html +++ b/4.1/api/io/netty/handler/traffic/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.handler.traffic (Netty API Reference (4.1.109.Final)) - +io.netty.handler.traffic (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/resolver/dns/macos/package-summary.html b/4.1/api/io/netty/resolver/dns/macos/package-summary.html index f6ecfe9458..3bb8bb17f9 100644 --- a/4.1/api/io/netty/resolver/dns/macos/package-summary.html +++ b/4.1/api/io/netty/resolver/dns/macos/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.resolver.dns.macos (Netty API Reference (4.1.109.Final)) - +io.netty.resolver.dns.macos (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/resolver/dns/package-summary.html b/4.1/api/io/netty/resolver/dns/package-summary.html index fa77593b7c..291e613d6b 100644 --- a/4.1/api/io/netty/resolver/dns/package-summary.html +++ b/4.1/api/io/netty/resolver/dns/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.resolver.dns (Netty API Reference (4.1.109.Final)) - +io.netty.resolver.dns (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/resolver/package-summary.html b/4.1/api/io/netty/resolver/package-summary.html index fa9c7b4620..42368bdf21 100644 --- a/4.1/api/io/netty/resolver/package-summary.html +++ b/4.1/api/io/netty/resolver/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.resolver (Netty API Reference (4.1.109.Final)) - +io.netty.resolver (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/util/collection/package-summary.html b/4.1/api/io/netty/util/collection/package-summary.html index e357ed04ad..a92258d4ed 100644 --- a/4.1/api/io/netty/util/collection/package-summary.html +++ b/4.1/api/io/netty/util/collection/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.util.collection (Netty API Reference (4.1.109.Final)) - +io.netty.util.collection (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/util/concurrent/package-summary.html b/4.1/api/io/netty/util/concurrent/package-summary.html index 38b8b9364d..28082680ba 100644 --- a/4.1/api/io/netty/util/concurrent/package-summary.html +++ b/4.1/api/io/netty/util/concurrent/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.util.concurrent (Netty API Reference (4.1.109.Final)) - +io.netty.util.concurrent (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/util/internal/logging/package-summary.html b/4.1/api/io/netty/util/internal/logging/package-summary.html index 8273bd591c..240a78d9de 100644 --- a/4.1/api/io/netty/util/internal/logging/package-summary.html +++ b/4.1/api/io/netty/util/internal/logging/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.util.internal.logging (Netty API Reference (4.1.109.Final)) - +io.netty.util.internal.logging (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/util/internal/package-summary.html b/4.1/api/io/netty/util/internal/package-summary.html index 702e6175ac..481ba6c6f9 100644 --- a/4.1/api/io/netty/util/internal/package-summary.html +++ b/4.1/api/io/netty/util/internal/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.util.internal (Netty API Reference (4.1.109.Final)) - +io.netty.util.internal (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/io/netty/util/package-summary.html b/4.1/api/io/netty/util/package-summary.html index c097e99ae3..044a19c886 100644 --- a/4.1/api/io/netty/util/package-summary.html +++ b/4.1/api/io/netty/util/package-summary.html @@ -2,10 +2,10 @@ - + -io.netty.util (Netty API Reference (4.1.109.Final)) - +io.netty.util (Netty API Reference (4.1.110.Final)) + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/4.1/api/overview-summary.html b/4.1/api/overview-summary.html index 9a5c16dcd8..a624522533 100644 --- a/4.1/api/overview-summary.html +++ b/4.1/api/overview-summary.html @@ -2,11 +2,11 @@ - + -Overview (Netty API Reference (4.1.109.Final)) - - +Overview (Netty API Reference (4.1.110.Final)) + + @@ -14,7 +14,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@