Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzer details

Fuzzer: io.netty.handler.codec.http.cookie.ServerCookieDecoderFuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 1 100.%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1 100

Runtime coverage analysis

Covered functions
445
Functions that are reachable but not covered
4
Reachable functions
9
Percentage of reachable functions covered
55.56%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
io.netty.handler.codec.http.cookie.ServerCookieDecoderFuzzer 1

Fuzzer: io.netty.buffer.LongLongHashMapFuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 1 100.%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1 100

Runtime coverage analysis

Covered functions
445
Functions that are reachable but not covered
18
Reachable functions
27
Percentage of reachable functions covered
33.33%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
io.netty.buffer.LongLongHashMapFuzzer 1

Fuzzer: io.netty.buffer.ByteBufUtilFuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 1 100.%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1 100

Runtime coverage analysis

Covered functions
445
Functions that are reachable but not covered
3115
Reachable functions
3276
Percentage of reachable functions covered
4.91%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
io.netty.buffer.ByteBufUtilFuzzer 1

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
[io.netty.handler.codec.base64.Base64$Decoder].decode4to3(byte[],io.netty.buffer.ByteBuf,int[],byte) 31 0 0.0%
[io.netty.handler.codec.ReplayingDecoder].callDecode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 41 0 0.0%
[io.netty.handler.codec.DelimiterBasedFrameDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf) 38 0 0.0% []
[io.netty.handler.codec.DateFormatter].tryParseTime(java.lang.CharSequence,int,int) 36 0 0.0% []
[io.netty.handler.codec.DateFormatter].tryParseMonth(java.lang.CharSequence,int,int) 32 0 0.0% []
[io.netty.handler.codec.MessageAggregator].decode(io.netty.channel.ChannelHandlerContext,java.lang.Object,java.util.List) 63 0 0.0%
[io.netty.handler.codec.LineBasedFrameDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf) 36 0 0.0% []
[io.netty.handler.codec.socks.SocksCmdRequestDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 31 0 0.0%
[io.netty.handler.codec.socks.SocksCmdResponseDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 31 0 0.0%
[io.netty.handler.codec.json.JsonObjectDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 51 0 0.0%
[io.netty.util.internal.PlatformDependent0]. () 152 73 48.02%
[io.netty.util.internal.PlatformDependent].tmpdir0() 35 6 17.14% []
[io.netty.util.internal.MacAddressUtil].bestAvailableMac() 53 0 0.0% []
[io.netty.util.internal.StringUtil].escapeCsv(java.lang.CharSequence,boolean) 46 0 0.0% []
[io.netty.util.internal.StringUtil].unescapeCsvFields(java.lang.CharSequence) 35 0 0.0% []
[io.netty.util.internal.ThreadLocalRandom].getInitialSeedUniquifier() 37 0 0.0% []
[io.netty.util.internal.NativeLibraryLoader].load(java.lang.String,java.lang.ClassLoader) 61 0 0.0% []
[io.netty.util.internal.NativeLibraryLoader].getResource(java.lang.String,java.lang.ClassLoader) 31 0 0.0% []
[io.netty.util.internal.TypeParameterMatcher].find0(java.lang.Object,java.lang.Class,java.lang.String) 40 0 0.0%
[io.netty.handler.ssl.BouncyCastlePemReader].getPrivateKey(org.bouncycastle.openssl.PEMParser,java.lang.String) 38 0 0.0% []
[io.netty.handler.ssl.SslHandler$SslTasksRunner].resumeOnEventExecutor() 38 0 0.0% []
[io.netty.handler.ssl.ReferenceCountedOpenSslContext]. (java.lang.Iterable,io.netty.handler.ssl.CipherSuiteFilter,io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator,int[],java.security.cert.Certificate,io.netty.handler.ssl.ClientAuth[],java.lang.String,boolean,boolean,boolean[],java.util.Map$Entry) 117 0 0.0%
[io.netty.handler.ssl.ReferenceCountedOpenSslContext]. () 31 0 0.0%
[io.netty.handler.ssl.JdkAlpnSslUtils]. () 32 0 0.0%
[io.netty.handler.ssl.BouncyCastleAlpnSslUtils]. () 47 0 0.0%
[io.netty.handler.ssl.AbstractSniHandler].extractSniHostname(io.netty.buffer.ByteBuf) 37 0 0.0%
[io.netty.handler.ssl.SslHandler].wrap(io.netty.channel.ChannelHandlerContext,boolean) 50 0 0.0% []
[io.netty.handler.ssl.SslHandler].wrapNonAppData(io.netty.channel.ChannelHandlerContext,boolean) 35 0 0.0% []
[io.netty.handler.ssl.SslHandler].unwrap(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,int) 56 0 0.0% []
[io.netty.handler.ssl.ReferenceCountedOpenSslClientContext].newSessionContext(io.netty.handler.ssl.ReferenceCountedOpenSslContext,long,io.netty.handler.ssl.OpenSslEngineMap[],java.security.cert.X509Certificate,javax.net.ssl.TrustManagerFactory[],java.security.cert.X509Certificate,java.security.PrivateKey,java.lang.String,javax.net.ssl.KeyManagerFactory,java.lang.String,long,long) 51 0 0.0%
[io.netty.handler.ssl.ReferenceCountedOpenSslServerContext].newSessionContext(io.netty.handler.ssl.ReferenceCountedOpenSslContext,long,io.netty.handler.ssl.OpenSslEngineMap[],java.security.cert.X509Certificate,javax.net.ssl.TrustManagerFactory[],java.security.cert.X509Certificate,java.security.PrivateKey,java.lang.String,javax.net.ssl.KeyManagerFactory,java.lang.String,long,long) 53 0 0.0%
[io.netty.handler.ssl.SslClientHelloHandler].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 65 0 0.0%
[io.netty.handler.ssl.OpenSsl]. () 212 0 0.0%
[io.netty.handler.ssl.ReferenceCountedOpenSslEngine]. (io.netty.handler.ssl.ReferenceCountedOpenSslContext,io.netty.buffer.ByteBufAllocator,java.lang.String,int,boolean,boolean) 57 0 0.0%
[io.netty.handler.ssl.ReferenceCountedOpenSslEngine].wrap(java.nio.ByteBuffer[],int,int,java.nio.ByteBuffer) 115 0 0.0% []
[io.netty.handler.ssl.ReferenceCountedOpenSslEngine].unwrap(java.nio.ByteBuffer[],int,int[],java.nio.ByteBuffer,int,int) 111 0 0.0%
[io.netty.handler.ssl.ReferenceCountedOpenSslEngine].setEnabledCipherSuites(java.lang.String[]) 31 0 0.0% []
[io.netty.handler.ssl.ReferenceCountedOpenSslEngine].setEnabledProtocols0(java.lang.String[],boolean) 52 0 0.0% []
[io.netty.handler.ssl.ReferenceCountedOpenSslEngine].handshake() 34 0 0.0% []
[io.netty.handler.pcap.PcapWriteHandler].initializeIfNecessary(io.netty.channel.ChannelHandlerContext) 45 0 0.0% []
[io.netty.handler.pcap.PcapWriteHandler].handleTCP(io.netty.channel.ChannelHandlerContext,java.lang.Object,boolean) 42 0 0.0% []
[io.netty.util.concurrent.MultithreadEventExecutorGroup]. (int,java.util.concurrent.Executor,io.netty.util.concurrent.EventExecutorChooserFactory[],java.lang.Object) 32 0 0.0%
[io.netty.util.concurrent.SingleThreadEventExecutor$4].run() 33 0 0.0% []
[io.netty.resolver.dns.DnsNameResolver]. (io.netty.channel.EventLoop,io.netty.channel.ChannelFactory,io.netty.channel.ChannelFactory,io.netty.resolver.dns.DnsCache,io.netty.resolver.dns.DnsCnameCache,io.netty.resolver.dns.AuthoritativeDnsServerCache,java.net.SocketAddress,io.netty.resolver.dns.DnsQueryLifecycleObserverFactory,long,io.netty.resolver.ResolvedAddressTypes,boolean,int,boolean,int,boolean,io.netty.resolver.HostsFileEntriesResolver,io.netty.resolver.dns.DnsServerAddressStreamProvider[],java.lang.String,int,boolean,boolean) 71 0 0.0%
[io.netty.resolver.dns.DnsNameResolver]. () 40 0 0.0%
[io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider].parse(java.io.File[]) 60 0 0.0% []
[io.netty.resolver.dns.Cache$Entries].add(java.lang.Object,int,io.netty.channel.EventLoop) 34 0 0.0% []
[io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider]. () 34 0 0.0%
[io.netty.resolver.dns.DnsNameResolverBuilder].copy() 36 0 0.0% []
[io.netty.resolver.dns.DnsResolveContext].onExpectedResponse(io.netty.handler.codec.dns.DnsQuestion,io.netty.channel.AddressedEnvelope,io.netty.resolver.dns.DnsQueryLifecycleObserver,io.netty.util.concurrent.Promise) 67 0 0.0%
[io.netty.resolver.dns.DnsResolveContext].finishResolve(io.netty.util.concurrent.Promise,java.lang.Throwable) 33 0 0.0%
[io.netty.handler.codec.http2.DefaultHttp2FrameReader].processHeaderState(io.netty.buffer.ByteBuf) 33 0 0.0% []
[io.netty.handler.codec.http2.DelegatingDecompressorFrameListener].onDataRead(io.netty.channel.ChannelHandlerContext,int,io.netty.buffer.ByteBuf,int,boolean) 39 0 0.0% []
[io.netty.handler.codec.http2.HpackStaticTable]. () 82 0 0.0%
[io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder].writeData(io.netty.channel.ChannelHandlerContext,int,io.netty.buffer.ByteBuf,int,boolean,io.netty.channel.ChannelPromise) 33 0 0.0% []
[io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder].writeHeaders0(io.netty.channel.ChannelHandlerContext,int,io.netty.handler.codec.http2.Http2Headers,boolean,int,short,boolean,int,boolean,io.netty.channel.ChannelPromise) 35 0 0.0% []
[io.netty.handler.codec.http2.WeightedFairQueueByteDistributor].updateDependencyTree(int,int,short,boolean) 33 0 0.0% []
[io.netty.handler.codec.http2.Http2FrameCodec].write(io.netty.channel.ChannelHandlerContext,java.lang.Object,io.netty.channel.ChannelPromise) 49 0 0.0% []
[io.netty.handler.codec.http2.HpackDecoder].decode(io.netty.buffer.ByteBuf,io.netty.handler.codec.http2.HpackDecoder$Http2HeadersSink) 100 0 0.0% []
[io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener].onDataRead(io.netty.channel.ChannelHandlerContext,int,io.netty.buffer.ByteBuf,int,boolean) 44 0 0.0% []
[io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener].onHeadersRead(io.netty.channel.ChannelHandlerContext,int,io.netty.handler.codec.http2.Http2Headers,int,short,boolean,int,boolean) 43 0 0.0% []
[io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler].write(io.netty.channel.ChannelHandlerContext,java.lang.Object,io.netty.channel.ChannelPromise) 39 0 0.0% []
[io.netty.handler.codec.http2.DefaultHttp2FrameWriter].writeData(io.netty.channel.ChannelHandlerContext,int,io.netty.buffer.ByteBuf,int,boolean,io.netty.channel.ChannelPromise) 73 0 0.0% []
[io.netty.handler.codec.http2.DefaultHttp2FrameWriter].writePushPromise(io.netty.channel.ChannelHandlerContext,int,int,io.netty.handler.codec.http2.Http2Headers,int,io.netty.channel.ChannelPromise) 33 0 0.0% []
[io.netty.handler.codec.http2.DefaultHttp2FrameWriter].writeHeadersInternal(io.netty.channel.ChannelHandlerContext,int,io.netty.handler.codec.http2.Http2Headers,int,boolean,boolean,int,short,boolean,io.netty.channel.ChannelPromise) 38 0 0.0% []
[io.netty.channel.ChannelHandlerMask].mask0(java.lang.Class) 43 0 0.0%
[io.netty.channel.ChannelOption]. () 35 0 0.0%
[io.netty.channel.AbstractChannel].toString() 32 0 0.0%
[io.netty.channel.ChannelOutboundBuffer].nioBuffers(int,long) 36 0 0.0% []
[io.netty.channel.AbstractCoalescingBufferQueue].remove(io.netty.buffer.ByteBufAllocator,int,io.netty.channel.ChannelPromise) 36 0 0.0%
[io.netty.channel.DefaultChannelId]. () 34 0 0.0%
[io.netty.handler.ipfilter.IpSubnetFilter]. (boolean,java.util.List) 34 0 0.0%
[io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 124 0 0.0%
[io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00].newHandshakeResponse(io.netty.handler.codec.http.FullHttpRequest,io.netty.handler.codec.http.HttpHeaders) 43 0 0.0% []
[io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder].encode(io.netty.channel.ChannelHandlerContext,io.netty.handler.codec.http.websocketx.WebSocketFrame,java.util.List) 82 0 0.0%
[io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00].newHandshakeRequest() 44 0 0.0% []
[io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker].finishHandshake(io.netty.channel.Channel,io.netty.handler.codec.http.FullHttpResponse) 40 0 0.0%
[io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder].encode(io.netty.channel.ChannelHandlerContext,io.netty.handler.codec.http.websocketx.WebSocketFrame,java.util.List) 34 0 0.0%
[io.netty.handler.codec.stomp.StompSubframeDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 64 0 0.0%
[io.netty.channel.oio.AbstractOioMessageChannel].doRead() 40 0 0.0%
[io.netty.channel.oio.AbstractOioByteChannel].doRead() 53 0 0.0%
[io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder].readRawVarint32(io.netty.buffer.ByteBuf) 32 0 0.0% []
[io.netty.handler.codec.spdy.SpdyFrameDecoder].decode(io.netty.buffer.ByteBuf) 166 0 0.0% []
[io.netty.handler.codec.spdy.SpdyFrameCodec].write(io.netty.channel.ChannelHandlerContext,java.lang.Object,io.netty.channel.ChannelPromise) 74 0 0.0% []
[io.netty.handler.codec.spdy.SpdySessionHandler].channelRead(io.netty.channel.ChannelHandlerContext,java.lang.Object) 133 0 0.0% []
[io.netty.handler.codec.spdy.SpdySessionHandler].handleOutboundMessage(io.netty.channel.ChannelHandlerContext,java.lang.Object,io.netty.channel.ChannelPromise) 92 0 0.0% []
[io.netty.handler.codec.spdy.SpdyHttpEncoder].encode(io.netty.channel.ChannelHandlerContext,io.netty.handler.codec.http.HttpObject,java.util.List) 41 0 0.0%
[io.netty.handler.codec.spdy.SpdyHttpEncoder].createSynStreamFrame(io.netty.handler.codec.http.HttpRequest) 36 0 0.0% []
[io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder].decodeHeaderBlock(io.netty.buffer.ByteBuf,io.netty.handler.codec.spdy.SpdyHeadersFrame) 110 0 0.0% []
[io.netty.handler.codec.spdy.SpdyHttpDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.handler.codec.spdy.SpdyFrame,java.util.List) 117 0 0.0%
[io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker].handshakeExtension(io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData) 34 0 0.0% []
[io.netty.bootstrap.AbstractBootstrapConfig].toString() 38 0 0.0%
[com.code_intelligence.jazzer.api.Autofuzz]. () 63 0 0.0%
[com.code_intelligence.jazzer.api.Jazzer]. () 40 0 0.0%
[io.netty.channel.sctp.oio.OioSctpChannel].doWrite(io.netty.channel.ChannelOutboundBuffer) 35 0 0.0% []
[io.netty.handler.codec.mqtt.MqttDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 40 0 0.0%
[io.netty.handler.codec.mqtt.MqttDecoder].decodeFixedHeader(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf) 34 0 0.0% []
[io.netty.handler.codec.mqtt.MqttDecoder].decodeConnectionPayload(io.netty.buffer.ByteBuf,int,io.netty.handler.codec.mqtt.MqttConnectVariableHeader) 34 0 0.0% []
[io.netty.handler.codec.mqtt.MqttDecoder].decodeProperties(io.netty.buffer.ByteBuf) 43 0 0.0% []
[io.netty.handler.codec.mqtt.MqttProperties$MqttPropertyType]. () 32 0 0.0%
[io.netty.handler.codec.mqtt.MqttConnectReturnCode]. () 34 0 0.0%
[io.netty.handler.codec.mqtt.MqttMessageBuilders$ConnAckPropertiesBuilder].build() 39 0 0.0% []
[io.netty.handler.codec.mqtt.MqttEncoder].encodeConnectMessage(io.netty.channel.ChannelHandlerContext,io.netty.handler.codec.mqtt.MqttConnectMessage) 63 0 0.0% []
[io.netty.handler.codec.mqtt.MqttEncoder].encodeSubscribeMessage(io.netty.channel.ChannelHandlerContext,io.netty.handler.codec.mqtt.MqttSubscribeMessage) 38 0 0.0% []
[io.netty.handler.codec.mqtt.MqttEncoder].encodeProperties(io.netty.buffer.ByteBufAllocator,io.netty.handler.codec.mqtt.MqttProperties) 47 0 0.0% []
[io.netty.handler.stream.ChunkedWriteHandler].doFlush(io.netty.channel.ChannelHandlerContext) 57 0 0.0% []
[io.netty.handler.codec.http.multipart.AbstractDiskHttpData].addContent(io.netty.buffer.ByteBuf,boolean) 37 0 0.0%
[io.netty.handler.codec.http.multipart.AbstractDiskHttpData].renameTo(java.io.File) 47 0 0.0%
[io.netty.handler.codec.http.multipart.HttpPostRequestEncoder].addBodyHttpData(io.netty.handler.codec.http.multipart.InterfaceHttpData) 141 0 0.0% []
[io.netty.handler.codec.http.multipart.HttpPostRequestEncoder].finalizeRequest() 53 0 0.0% []
[io.netty.handler.codec.http.multipart.HttpPostRequestEncoder].encodeNextChunkUrlEncoded(int) 47 0 0.0% []
[io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder].decodeMultipart(io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus) 53 0 0.0% []
[io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder].findMultipartDisposition() 94 0 0.0% []
[io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder].getFileUpload(java.lang.String) 60 0 0.0% []
[io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder].readDelimiterOptimized(io.netty.buffer.ByteBuf,java.lang.String,java.nio.charset.Charset) 43 0 0.0% []
[io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder].loadDataMultipartOptimized(io.netty.buffer.ByteBuf,java.lang.String,io.netty.handler.codec.http.multipart.HttpData) 42 0 0.0% []
[io.netty.handler.codec.http.multipart.HttpPostBodyUtil].findDelimiter(io.netty.buffer.ByteBuf,int[],byte,boolean) 33 0 0.0%
[io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder].parseBodyAttributesStandard() 77 0 0.0% []
[io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder].parseBodyAttributes() 91 0 0.0% []
[io.netty.handler.codec.haproxy.HAProxyMessage].decodeHeader(io.netty.buffer.ByteBuf) 63 0 0.0% []
[io.netty.buffer.PoolArena].toString() 31 0 0.0%
[io.netty.buffer.CompositeByteBuf].addFlattenedComponents(boolean,io.netty.buffer.ByteBuf) 42 0 0.0% []
[io.netty.buffer.CompositeByteBuf].discardReadComponents() 31 0 0.0% []
[io.netty.buffer.CompositeByteBuf].discardReadBytes() 36 0 0.0% []
[io.netty.buffer.PooledByteBufAllocator]. () 64 35 54.68%
[io.netty.handler.traffic.TrafficCounter].readTimeToWait(long,long,long,long) 32 0 0.0% []
[io.netty.handler.traffic.TrafficCounter].writeTimeToWait(long,long,long,long) 32 0 0.0% []
[io.netty.handler.traffic.GlobalChannelTrafficShapingHandler].channelRead(io.netty.channel.ChannelHandlerContext,java.lang.Object) 41 0 0.0% []
[io.netty.channel.epoll.EpollDatagramChannel].doWrite(io.netty.channel.ChannelOutboundBuffer) 38 0 0.0% []
[io.netty.channel.epoll.EpollDatagramChannel].scatteringRead(io.netty.channel.epoll.EpollRecvByteAllocatorHandle,io.netty.channel.epoll.NativeDatagramPacketArray,io.netty.buffer.ByteBuf,int,int) 31 0 0.0% []
[io.netty.channel.epoll.EpollDatagramChannelConfig].getOption(io.netty.channel.ChannelOption) 33 0 0.0%
[io.netty.channel.epoll.EpollDatagramChannelConfig].setOption(io.netty.channel.ChannelOption,java.lang.Object) 35 0 0.0% []
[io.netty.channel.epoll.EpollSocketChannelConfig].getOption(io.netty.channel.ChannelOption) 37 0 0.0%
[io.netty.channel.epoll.EpollSocketChannelConfig].setOption(io.netty.channel.ChannelOption,java.lang.Object) 42 0 0.0% []
[io.netty.channel.epoll.EpollEventLoop]. (io.netty.channel.EventLoopGroup,java.util.concurrent.Executor,int,io.netty.channel.SelectStrategy,io.netty.util.concurrent.RejectedExecutionHandler,io.netty.channel.EventLoopTaskQueueFactory,io.netty.channel.EventLoopTaskQueueFactory) 41 0 0.0%
[io.netty.channel.epoll.EpollEventLoop].run() 56 0 0.0% []
[io.netty.channel.epoll.EpollDomainDatagramChannel].doWriteMessage(java.lang.Object) 32 0 0.0% []
[io.netty.channel.epoll.EpollDatagramChannel$EpollDatagramChannelUnsafe].epollInReady() 39 0 0.0% []
[io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe].epollInReady() 48 0 0.0% []
[io.netty.channel.epoll.EpollDomainDatagramChannel$EpollDomainDatagramChannelUnsafe].epollInReady() 56 0 0.0% []
[io.netty.channel.kqueue.KQueueDomainDatagramChannel].doWriteMessage(java.lang.Object) 32 0 0.0% []
[io.netty.channel.kqueue.BsdSocket].connectx(java.net.InetSocketAddress,java.net.InetSocketAddress,io.netty.channel.unix.IovArray,boolean) 39 0 0.0% []
[io.netty.channel.kqueue.KQueueDomainDatagramChannel$KQueueDomainDatagramChannelUnsafe].readReady(io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle) 54 0 0.0% []
[io.netty.channel.kqueue.KQueueDatagramChannel].doWriteMessage(java.lang.Object) 32 0 0.0% []
[io.netty.channel.kqueue.KQueueDatagramChannel$KQueueDatagramChannelUnsafe].readReady(io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle) 62 0 0.0% []
[io.netty.channel.kqueue.KQueueEventLoop].run() 33 0 0.0% []
[io.netty.channel.kqueue.AbstractKQueueStreamChannel$KQueueStreamUnsafe].readReady(io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle) 33 0 0.0% []
[io.netty.handler.codec.rtsp.RtspHeaderValues]. () 42 0 0.0%
[io.netty.handler.codec.rtsp.RtspHeaderNames]. () 44 0 0.0%
[io.netty.handler.codec.rtsp.RtspResponseStatuses]. () 44 0 0.0%
[io.netty.handler.codec.compression.FastLzFrameDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 57 0 0.0%
[io.netty.handler.codec.compression.SnappyFrameDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 84 0 0.0%
[io.netty.handler.codec.compression.Bzip2BlockDecompressor].decodeHuffmanData(io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder) 47 0 0.0% []
[io.netty.handler.codec.compression.FastLz].compress(io.netty.buffer.ByteBuf,int,int,io.netty.buffer.ByteBuf,int,int) 141 0 0.0% []
[io.netty.handler.codec.compression.FastLz].decompress(io.netty.buffer.ByteBuf,int,int,io.netty.buffer.ByteBuf,int,int) 64 0 0.0% []
[io.netty.handler.codec.compression.FastLzFrameEncoder].encode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf) 40 0 0.0% []
[io.netty.handler.codec.compression.LzfDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 73 0 0.0%
[io.netty.handler.codec.compression.Snappy].encode(io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf,int) 48 0 0.0% []
[io.netty.handler.codec.compression.Snappy].decode(io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf) 40 0 0.0% []
[io.netty.handler.codec.compression.JdkZlibDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 62 0 0.0%
[io.netty.handler.codec.compression.JdkZlibDecoder].readGZIPHeader(io.netty.buffer.ByteBuf) 50 0 0.0% []
[io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder].encode() 50 0 0.0% []
[io.netty.handler.codec.compression.Bzip2Decoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 145 0 0.0%
[io.netty.handler.codec.compression.Bzip2DivSufSort].ssMedian5(int,int,int,int,int,int,int) 49 0 0.0% []
[io.netty.handler.codec.compression.Bzip2DivSufSort].ssMultiKeyIntroSort(int,int,int,int) 120 0 0.0% []
[io.netty.handler.codec.compression.Bzip2DivSufSort].ssMergeForward(int[],int,int,int,int,int,int) 37 0 0.0%
[io.netty.handler.codec.compression.Bzip2DivSufSort].ssMergeBackward(int[],int,int,int,int,int,int) 80 0 0.0%
[io.netty.handler.codec.compression.Bzip2DivSufSort].ssMerge(int,int,int,int[],int,int,int,int) 76 0 0.0%
[io.netty.handler.codec.compression.Bzip2DivSufSort].trMedian5(int,int,int,int,int,int,int,int) 48 0 0.0% []
[io.netty.handler.codec.compression.Bzip2DivSufSort].lsIntroSort(int,int,int,int,int) 96 0 0.0% []
[io.netty.handler.codec.compression.Bzip2DivSufSort].trPartition(int,int,int,int,int,int) 41 0 0.0% []
[io.netty.handler.codec.compression.Bzip2DivSufSort].trIntroSort(int,int,int,int,int,io.netty.handler.codec.compression.Bzip2DivSufSort$TRBudget,int) 247 0 0.0% []
[io.netty.handler.codec.compression.Bzip2DivSufSort].sortTypeBstar(int[][],int) 99 0 0.0%
[io.netty.handler.codec.compression.Bzip2DivSufSort].constructBWT(int[][],int) 41 0 0.0%
[io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder].optimiseSelectorsAndHuffmanTables(boolean) 32 0 0.0% []
[io.netty.handler.codec.compression.JZlibEncoder].encode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf) 32 0 0.0% []
[io.netty.handler.codec.compression.Lz4FrameDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 71 0 0.0%
[io.netty.handler.codec.compression.JZlibDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 46 0 0.0% []
[io.netty.handler.codec.http.cookie.ClientCookieDecoder].decode(java.lang.String) 46 0 0.0% []
[io.netty.resolver.HostsFileEntriesProvider$ParserImpl].parse(java.io.Reader) 40 0 0.0% []
[io.netty.util.internal.logging.MessageFormatter].deeplyAppendParameter(java.lang.StringBuilder,java.lang.Object,java.util.Set) 36 6 16.66%
[io.netty.handler.codec.redis.FixedRedisMessagePool]. () 34 0 0.0%
[io.netty.channel.nio.NioEventLoop].rebuildSelector0() 39 0 0.0% []
[io.netty.channel.nio.NioEventLoop].run() 55 0 0.0% []
[io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe].read() 32 0 0.0% []
[io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe].read() 35 0 0.0% []
[io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil].computeMergeExtensionsHeaderValue(java.lang.String,java.util.List) 31 0 0.0%
[io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler].channelRead(io.netty.channel.ChannelHandlerContext,java.lang.Object) 33 0 0.0% []
[io.netty.handler.codec.dns.DnsCodecUtil].decodeDomainName(io.netty.buffer.ByteBuf) 35 0 0.0% []
[io.netty.handler.codec.dns.DnsMessageUtil].appendResponseHeader(java.lang.StringBuilder,io.netty.handler.codec.dns.DnsResponse) 31 0 0.0% ['io.netty.buffer.ByteBufUtilFuzzer']
[io.netty.handler.codec.dns.DnsRecordType]. () 56 0 0.0%
[io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 65 0 0.0%
[io.netty.util.NetUtil].isValidIpV6Address(java.lang.CharSequence) 61 0 0.0% []
[io.netty.util.NetUtil].getIPv6ByName(java.lang.CharSequence,boolean) 92 0 0.0% []
[io.netty.util.NetUtil].toAddressString(byte[],int,boolean) 51 0 0.0% []
[io.netty.util.ResourceLeakDetector$DefaultResourceLeak].generateReport(io.netty.util.ResourceLeakDetector$TraceRecord) 32 17 53.12% ['io.netty.buffer.ByteBufUtilFuzzer']
[io.netty.util.Version].identify(java.lang.ClassLoader) 41 0 0.0% []
[io.netty.util.NetUtilInitializations].determineLoopback(java.net.Inet4Address,java.net.Inet6Address) 48 0 0.0% []
[io.netty.handler.codec.http.HttpContentDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.handler.codec.http.HttpObject,java.util.List) 59 0 0.0%
[io.netty.handler.codec.http.HttpResponseStatus].valueOf0(int) 59 0 0.0% []
[io.netty.handler.codec.http.HttpResponseStatus]. () 64 0 0.0%
[io.netty.handler.codec.http.HttpHeaderValues]. () 55 0 0.0%
[io.netty.handler.codec.http.HttpObjectDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 112 0 0.0%
[io.netty.handler.codec.http.HttpObjectDecoder].readHeaders(io.netty.buffer.ByteBuf) 46 0 0.0%
[io.netty.handler.codec.http.HttpObjectDecoder].readTrailingHeaders(io.netty.buffer.ByteBuf) 34 0 0.0%
[io.netty.handler.codec.http.HttpContentEncoder].encode(io.netty.channel.ChannelHandlerContext,io.netty.handler.codec.http.HttpObject,java.util.List) 52 0 0.0%
[io.netty.handler.codec.http.HttpServerUpgradeHandler].upgrade(io.netty.channel.ChannelHandlerContext,io.netty.handler.codec.http.FullHttpRequest) 42 0 0.0% []
[io.netty.handler.codec.http.HttpContentCompressor]. (int[],io.netty.handler.codec.compression.CompressionOptions) 40 0 0.0%
[io.netty.handler.codec.http.HttpContentCompressor].determineEncoding(java.lang.String) 42 0 0.0% []
[io.netty.handler.codec.http.CookieDecoder].doDecode(java.lang.String) 78 0 0.0% []
[io.netty.handler.codec.http.CookieDecoder].extractKeyValuePairs(java.lang.String,java.util.List,java.util.List) 66 0 0.0% []
[io.netty.handler.codec.http.HttpClientUpgradeHandler].decode(io.netty.channel.ChannelHandlerContext,io.netty.handler.codec.http.HttpObject,java.util.List) 35 0 0.0%
[io.netty.handler.codec.http.HttpHeaderNames]. () 93 0 0.0%
[io.netty.channel.socket.nio.NioDatagramChannelConfig]. () 48 0 0.0%
[io.netty.channel.socket.nio.NioSocketChannel].doWrite(io.netty.channel.ChannelOutboundBuffer) 33 0 0.0% []
[io.netty.handler.codec.xml.XmlDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 51 0 0.0% []
[io.netty.handler.codec.xml.XmlFrameDecoder].decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) 69 0 0.0%
[io.netty.handler.ssl.util.SelfSignedCertificate]. (java.lang.String,java.security.SecureRandom,int,java.util.Date,java.util.Date,java.lang.String) 35 0 0.0%
[io.netty.handler.ssl.util.SelfSignedCertificate].newSelfSignedCertificate(java.lang.String,java.security.PrivateKey,java.security.cert.X509Certificate) 33 0 0.0% []

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
io.netty.handler.codec.socksx.v4.Socks4CommandType [] []
io.netty.handler.codec.http.websocketx.WebSocketScheme [] []
io.netty.buffer.ReadOnlyUnsafeDirectByteBuf [] []
io.netty.handler.codec.socks.SocksAuthResponseDecoder [] []
io.netty.handler.timeout.IdleStateHandler$AllIdleTimeoutTask [] []
io.netty.handler.codec.http2.UniformStreamByteDistributor [] []
io.netty.handler.ssl.PemReader [] []
io.netty.buffer.ByteBufUtil [] []
io.netty.channel.AbstractChannelHandlerContext$1 [] []
io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder [] []
io.netty.handler.codec.socks.SocksAuthScheme [] []
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$1 [] []
io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator [] []
io.netty.handler.codec.serialization.CachingClassResolver [] []
io.netty.handler.codec.redis.BulkStringHeaderRedisMessage [] []
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08 [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders$PubAckBuilder [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders$PublishBuilder [] []
io.netty.util.internal.NativeLibraryLoader$2 [] []
io.netty.util.concurrent.FastThreadLocalRunnable [] []
io.netty.util.internal.PlatformDependent$AtomicLongCounter [] []
io.netty.channel.embedded.EmbeddedEventLoop [] []
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder [] []
io.netty.channel.epoll.EpollSocketChannelConfig [] []
io.netty.util.internal.RecyclableArrayList$1 [] []
io.netty.channel.epoll.EpollServerSocketChannelConfig [] []
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2 [] []
io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus [] []
io.netty.channel.socket.DefaultSocketChannelConfig [] []
io.netty.handler.codec.dns.DatagramDnsResponse [] []
io.netty.handler.codec.http.websocketx.WebSocketUtil$2 [] []
io.netty.resolver.dns.DnsNameResolverException [] []
io.netty.channel.group.VoidChannelGroupFuture [] []
jdk.internal.reflect.ConstantPool$Tag [] []
io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$2 [] []
io.netty.handler.ssl.PseudoRandomFunction [] []
io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder [] []
io.netty.channel.epoll.EpollMode [] []
io.netty.channel.socket.oio.OioSocketChannel$4 [] []
io.netty.handler.codec.dns.DefaultDnsRecordDecoder [] []
io.netty.handler.pcap.TCPPacket$TCPFlag [] []
io.netty.channel.pool.FixedChannelPool$AcquireListener [] []
io.netty.handler.stream.ChunkedWriteHandler$3 [] []
io.netty.channel.ThreadPerChannelEventLoop$1 [] []
jdk.internal.org.objectweb.asm.Attribute [] []
io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1 [] []
io.netty.util.AsciiString$2 [] []
io.netty.handler.codec.DefaultHeaders$ValueValidator$1 [] []
io.netty.util.internal.TypeParameterMatcher$1 [] []
io.netty.handler.ipfilter.UniqueIpFilter$1 [] []
io.netty.handler.codec.http.DefaultHttpHeaders$HeaderValueConverter [] []
io.netty.handler.ssl.SslUtils [] []
io.netty.handler.codec.http2.Http2FrameCodec$1 [] []
io.netty.util.concurrent.PromiseTask [] []
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateEncoder [] []
io.netty.buffer.SimpleLeakAwareByteBuf [] []
io.netty.handler.codec.http2.DefaultHttp2HeadersFrame [] []
io.netty.channel.kqueue.AbstractKQueueChannel$AbstractKQueueUnsafe$1 [] []
io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$TrustManagerVerifyCallback [] []
io.netty.handler.ssl.JdkSslClientContext [] []
io.netty.handler.codec.http2.StreamBufferingEncoder$1 [] []
io.netty.channel.epoll.EpollEventArray [] []
io.netty.handler.codec.http.HttpClientCodec$Encoder [] []
io.netty.handler.codec.spdy.DefaultSpdyHeaders [] []
io.netty.handler.codec.http2.HpackHeaderField [] []
io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel [] []
io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory [] []
io.netty.channel.socket.oio.OioSocketChannel$3 [] []
io.netty.channel.AbstractChannel$AbstractUnsafe$5 [] []
io.netty.handler.codec.mqtt.MqttTopicSubscription [] []
io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig [] []
io.netty.util.internal.SocketUtils$6 [] []
io.netty.util.concurrent.DefaultPromise$StacklessCancellationException [] []
java.util.concurrent.Callable [] []
io.netty.handler.codec.socks.SocksRequestType [] []
io.netty.handler.codec.http.ReadOnlyHttpHeaders$ReadOnlyValueIterator [] []
io.netty.handler.codec.compression.ZlibUtil [] []
io.netty.util.Recycler$DefaultHandle [] []
io.netty.handler.ssl.CipherSuiteConverter [] []
io.netty.buffer.UnreleasableByteBuf [] []
io.netty.util.NettyRuntime$AvailableProcessorsHolder [] []
io.netty.handler.codec.http.DefaultFullHttpResponse [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker$4 [] []
io.netty.handler.stream.ChunkedNioStream [] []
io.netty.buffer.UnsafeHeapSwappedByteBuf [] []
io.netty.util.concurrent.DefaultPromise [] []
io.netty.handler.codec.compression.SnappyFrameDecoder$ChunkType [] []
io.netty.channel.rxtx.RxtxDeviceAddress [] []
io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator$FailProtocolSelector [] []
io.netty.handler.codec.http.multipart.MixedAttribute [] []
io.netty.handler.codec.mqtt.MqttUnsubAckPayload [] []
io.netty.channel.FixedRecvByteBufAllocator$HandleImpl [] []
io.netty.util.internal.logging.Log4J2LoggerFactory [] []
io.netty.handler.codec.http2.StreamBufferingEncoder$GoAwayDetail [] []
io.netty.channel.kqueue.KQueue [] []
io.netty.handler.codec.string.LineSeparator [] []
io.netty.resolver.dns.DefaultDnsCache$DefaultDnsCacheEntry [] []
io.netty.handler.codec.compression.Lz4FrameEncoder$1 [] []
io.netty.buffer.SwappedByteBuf [] []
io.netty.handler.codec.http.cookie.ClientCookieEncoder [] []
io.netty.channel.udt.nio.NioUdtMessageConnectorChannel$1 [] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator [] []
io.netty.resolver.dns.SequentialDnsServerAddressStream [] []
io.netty.handler.codec.DateFormatter [] []
io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse [] []
io.netty.util.UncheckedBooleanSupplier$2 [] []
io.netty.handler.codec.redis.LastBulkStringRedisContent$1 [] []
io.netty.handler.codec.socks.SocksAuthResponse [] []
io.netty.handler.ssl.SslHandler$1 [] []
io.netty.handler.codec.socksx.v4.Socks4ServerDecoder$State [] []
io.netty.handler.codec.marshalling.MarshallingDecoder [] []
io.netty.handler.ipfilter.IpSubnetFilterRuleComparator [] []
io.netty.handler.timeout.IdleStateHandler$1 [] []
io.netty.handler.codec.http.HttpObjectDecoder$LineParser [] []
io.netty.channel.PendingBytesTracker$NoopPendingBytesTracker [] []
io.netty.channel.socket.oio.OioSocketChannel$1 [] []
io.netty.handler.traffic.ChannelTrafficShapingHandler [] []
io.netty.util.internal.PlatformDependent$4 [] []
io.netty.channel.ExtendedClosedChannelException [] []
io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler [] []
io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator [] []
io.netty.channel.FixedRecvByteBufAllocator [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$7 [] []
io.netty.util.internal.ThreadExecutorMap$2 [] []
io.netty.buffer.PooledDirectByteBuf$1 [] []
io.netty.handler.codec.stomp.StompSubframeEncoder [] []
io.netty.channel.unix.Buffer [] []
io.netty.handler.pcap.PcapWriter [] []
io.netty.handler.codec.compression.Bzip2HuffmanAllocator [] []
io.netty.handler.codec.http2.Http2Exception$StreamException [] []
io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent [] []
io.netty.handler.codec.compression.ZstdOptions [] []
io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder [] []
io.netty.resolver.dns.DnsResolveContext$2 [] []
io.netty.util.ByteProcessor$1 [] []
io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder [] []
io.netty.handler.codec.http.multipart.CaseIgnoringComparator [] []
io.netty.handler.codec.http2.Http2Exception$StacklessHttp2Exception [] []
io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder [] []
io.netty.channel.oio.AbstractOioChannel$1 [] []
io.netty.handler.codec.rtsp.RtspEncoder [] []
io.netty.resolver.dns.DnsServerAddressStreamProviders$DefaultProviderHolder$1 [] []
io.netty.util.concurrent.ImmediateEventExecutor$ImmediatePromise [] []
io.netty.handler.codec.http.HttpServerCodec [] []
io.netty.buffer.ByteBufProcessor$4 [] []
io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList [] []
io.netty.util.internal.SocketUtils$7 [] []
io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder [] []
io.netty.util.concurrent.FailedFuture [] []
io.netty.handler.address.DynamicAddressConnectHandler$1 [] []
io.netty.channel.socket.nio.NioSocketChannel$1 [] []
io.netty.channel.nio.SelectedSelectionKeySetSelector [] []
io.netty.handler.timeout.WriteTimeoutHandler$WriteTimeoutTask [] []
io.netty.util.concurrent.PromiseTask$RunnableAdapter [] []
io.netty.channel.PendingWriteQueue$PendingWrite$1 [] []
io.netty.channel.local.LocalServerChannel [] []
java.nio.file.Paths [] []
io.netty.resolver.dns.BiDnsQueryLifecycleObserverFactory [] []
io.netty.channel.epoll.EpollRecvByteAllocatorHandle$1 [] []
io.netty.handler.codec.http.QueryStringEncoder [] []
io.netty.handler.codec.http.HttpServerKeepAliveHandler [] []
io.netty.channel.nio.NioEventLoop [] []
io.netty.handler.codec.socks.SocksCmdResponseDecoder [] []
io.netty.handler.codec.http.HttpResponseDecoder [] []
io.netty.channel.RecvByteBufAllocator$DelegatingHandle [] []
io.netty.handler.ipfilter.IpSubnetFilterRule$Ip6SubnetFilterRule [] []
io.netty.channel.epoll.EpollEventLoop [] []
io.netty.util.concurrent.NonStickyEventExecutorGroup$NonStickyOrderedEventExecutor [] []
io.netty.buffer.ByteBufProcessor$3 [] []
io.netty.channel.epoll.EpollDatagramChannel$1 [] []
io.netty.resolver.dns.NoopAuthoritativeDnsServerCache [] []
io.netty.handler.codec.mqtt.MqttUnsubscribePayload [] []
io.netty.util.internal.NativeLibraryLoader$1 [] []
io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender [] []
io.netty.handler.ssl.OpenSslClientSessionCache [] []
io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter [] []
io.netty.handler.proxy.HttpProxyHandler [] []
io.netty.channel.DefaultSelectStrategyFactory [] []
io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest [] []
io.netty.channel.kqueue.AbstractKQueueServerChannel$KQueueServerSocketUnsafe [] []
io.netty.bootstrap.Bootstrap$1 [] []
io.netty.handler.codec.spdy.SpdySessionHandler$1 [] []
io.netty.handler.codec.socksx.v5.Socks5AddressEncoder$1 [] []
io.netty.handler.codec.http2.Http2StreamChannelBootstrap$2 [] []
io.netty.handler.codec.http.websocketx.WebSocketUtil [] []
io.netty.channel.pool.SimpleChannelPool$4 [] []
io.netty.handler.ssl.JdkAlpnSslUtils$5 [] []
io.netty.handler.codec.smtp.DefaultSmtpResponse [] []
io.netty.channel.embedded.EmbeddedChannel$State [] []
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus [] []
io.netty.handler.proxy.Socks5ProxyHandler [] []
io.netty.handler.codec.dns.DefaultDnsRecordEncoder [] []
io.netty.handler.codec.http.HttpMethod$EnumNameMap [] []
io.netty.handler.codec.socks.SocksCommonUtils [] []
io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$WindowUpdateVisitor [] []
io.netty.handler.codec.HeadersUtils$CharSequenceDelegatingStringSet [] []
io.netty.handler.codec.http2.Http2HeadersEncoder$2 [] []
io.netty.buffer.CompositeByteBuf [] []
io.netty.channel.sctp.oio.OioSctpChannel$2 [] []
io.netty.handler.codec.smtp.SmtpRequests [] []
io.netty.handler.codec.http.cookie.ClientCookieDecoder [] []
io.netty.handler.codec.mqtt.MqttMessageType [] []
io.netty.channel.epoll.AbstractEpollServerChannel$EpollServerSocketUnsafe [] []
io.netty.channel.kqueue.AbstractKQueueStreamChannel$KQueueStreamUnsafe [] []
io.netty.handler.codec.http2.DefaultHttp2FrameReader$HeadersBlockBuilder [] []
io.netty.handler.codec.mqtt.MqttProperties$StringProperty [] []
io.netty.handler.codec.compression.JdkZlibDecoder$GzipState [] []
io.netty.channel.epoll.EpollDatagramChannel$2 [] []
io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader [] []
io.netty.resolver.dns.NoopDnsCache$NoopDnsCacheEntry [] []
io.netty.util.internal.PlatformDependent$2 [] []
io.netty.util.DefaultAttributeMap [] []
io.netty.channel.kqueue.KQueueServerDomainSocketChannel [] []
io.netty.resolver.dns.MultiDnsServerAddressStreamProvider [] []
io.netty.handler.codec.dns.DnsOpCode [] []
io.netty.channel.epoll.EpollTcpInfo [] []
io.netty.handler.codec.dns.DefaultDnsResponse [] []
io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$2 [] []
io.netty.channel.group.ChannelMatchers$CompositeMatcher [] []
io.netty.handler.codec.http2.Http2EventAdapter [] []
io.netty.resolver.dns.DnsNameResolver$DnsResponseHandler$1 [] []
io.netty.util.concurrent.GlobalEventExecutor$1 [] []
io.netty.util.internal.ObjectPool$RecyclerObjectPool [] []
io.netty.channel.sctp.SctpNotificationHandler [] []
io.netty.handler.pcap.TCPPacket [] []
io.netty.util.internal.PlatformDependent$Mpsc$1 [] []
io.netty.buffer.search.KmpSearchProcessorFactory$Processor [] []
io.netty.channel.nio.NioEventLoop$6 [] []
io.netty.handler.codec.http2.DelegatingDecompressorFrameListener [] []
io.netty.channel.unix.DomainDatagramPacket [] []
io.netty.util.internal.ThreadLocalRandom [] []
io.netty.util.NetUtilSubstitutions$NetUtilLocalhost6LazyHolder [] []
io.netty.handler.codec.dns.DnsSection [] []
io.netty.util.internal.ObjectCleaner$1 [] []
io.netty.channel.unix.NativeInetAddress [] []
io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder [] []
io.netty.channel.kqueue.AbstractKQueueStreamChannel$2 [] []
io.netty.channel.ChannelOutboundBuffer$2 [] []
io.netty.handler.codec.http.websocketx.TextWebSocketFrame [] []
io.netty.buffer.PooledByteBufAllocatorMetric [] []
io.netty.util.internal.NoOpTypeParameterMatcher [] []
io.netty.util.AsciiString [] []
io.netty.resolver.dns.InflightNameResolver [] []
io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException [] []
io.netty.util.internal.NativeLibraryUtil [] []
io.netty.handler.codec.http.websocketx.WebSocketVersion [] []
io.netty.handler.codec.rtsp.RtspVersions [] []
io.netty.channel.unix.Errors [] []
io.netty.util.concurrent.DefaultEventExecutorChooserFactory$GenericEventExecutorChooser [] []
io.netty.util.internal.SocketUtils$2 [] []
io.netty.util.internal.SocketUtils$11 [] []
io.netty.handler.codec.spdy.DefaultSpdyHeaders$HeaderValueConverterAndValidator [] []
io.netty.handler.ssl.BouncyCastleAlpnSslUtils$3 [] []
io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder [] []
io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder [] []
io.netty.handler.codec.http2.DefaultHttp2LocalFlowController [] []
io.netty.buffer.PooledSlicedByteBuf [] []
io.netty.handler.codec.http2.ReadOnlyHttp2Headers [] []
io.netty.util.internal.logging.CommonsLoggerFactory [] []
io.netty.handler.flow.FlowControlHandler$RecyclableArrayDeque$1 [] []
io.netty.channel.ThreadPerChannelEventLoopGroup$1 [] []
io.netty.channel.epoll.EpollDomainSocketChannel [] []
io.netty.bootstrap.AbstractBootstrap$2 [] []
io.netty.handler.stream.ChunkedNioFile [] []
io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle [] []
io.netty.channel.sctp.oio.OioSctpChannel$OioSctpChannelConfig [] []
io.netty.handler.codec.DefaultHeaders$NameValidator$1 [] []
io.netty.channel.epoll.AbstractEpollChannel$2 [] []
io.netty.handler.timeout.IdleState [] []
io.netty.handler.stream.ChunkedWriteHandler$2 [] []
io.netty.handler.codec.ProtocolDetectionState [] []
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider$1 [] []
io.netty.handler.ssl.ReferenceCountedOpenSslClientContext$TrustManagerVerifyCallback [] []
io.netty.channel.epoll.EpollSocketChannel$EpollSocketChannelUnsafe [] []
io.netty.util.concurrent.PromiseCombiner$1 [] []
io.netty.channel.local.LocalChannel$State [] []
io.netty.handler.ssl.ReferenceCountedOpenSslClientContext$OpenSslClientCertificateCallback [] []
io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver [] []
io.netty.handler.codec.http2.WeightedFairQueueByteDistributor [] []
io.netty.util.internal.ConstantTimeUtils [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders [] []
io.netty.util.internal.PlatformDependent0$8 [] []
io.netty.channel.rxtx.DefaultRxtxChannelConfig [] []
io.netty.channel.kqueue.KQueueSocketChannel$KQueueSocketChannelUnsafe [] []
io.netty.handler.codec.memcache.DefaultLastMemcacheContent [] []
io.netty.channel.AbstractChannel$AbstractUnsafe$2 [] []
io.netty.handler.ssl.OpenSslServerSessionContext [] []
io.netty.util.concurrent.PromiseCombiner [] []
io.netty.handler.codec.http.HttpHeaderDateFormat [] []
io.netty.handler.ssl.OpenSslX509TrustManagerWrapper$1 [] []
io.netty.channel.DefaultMessageSizeEstimator$HandleImpl [] []
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData [] []
io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder$State [] []
io.netty.handler.ssl.OpenSslCertificateException [] []
io.netty.util.concurrent.DefaultPromise$1 [] []
io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeEvent [] []
io.netty.channel.ChannelOutboundBuffer$Entry$1 [] []
io.netty.handler.codec.mqtt.MqttSubAckPayload [] []
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize [] []
io.netty.channel.embedded.EmbeddedChannel [] []
io.netty.handler.codec.http.DefaultHttpHeaders$HeaderValueValidator [] []
io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator$NoFailProtocolSelector [] []
io.netty.channel.PendingBytesTracker$ChannelOutboundBufferPendingBytesTracker [] []
io.netty.handler.codec.http.HttpStatusClass [] []
io.netty.handler.codec.stomp.DefaultStompHeadersSubframe [] []
io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServer [] []
io.netty.handler.codec.http.cors.CorsConfig [] []
io.netty.handler.ssl.OpenSslX509KeyManagerFactory$OpenSslKeyManagerFactorySpi [] []
io.netty.channel.AbstractChannelHandlerContext$WriteTask [] []
io.netty.handler.codec.CodecOutputList$1 [] []
io.netty.handler.codec.smtp.LastSmtpContent$1 [] []
io.netty.handler.ssl.util.FingerprintTrustManagerFactory$2 [] []
io.netty.handler.codec.socksx.v4.Socks4ServerDecoder [] []
io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultEndpoint [] []
io.netty.handler.codec.mqtt.MqttMessage [] []
io.netty.channel.socket.oio.OioDatagramChannel [] []
io.netty.handler.codec.spdy.SpdyProtocolException [] []
io.netty.handler.codec.http2.DefaultHttp2SettingsAckFrame [] []
io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$2 [] []
io.netty.handler.codec.marshalling.ChannelBufferByteOutput [] []
io.netty.handler.ssl.JdkAlpnSslUtils$6 [] []
io.netty.handler.codec.haproxy.HAProxyMessageDecoder$LineHeaderExtractor [] []
io.netty.handler.ssl.JdkDefaultApplicationProtocolNegotiator$1 [] []
io.netty.handler.ssl.ReferenceCountedOpenSslContext$2 [] []
io.netty.handler.ssl.SslMasterKeyHandler$WiresharkSslMasterKeyHandler [] []
io.netty.resolver.dns.DnsNameResolver$AddressedEnvelopeAdapter [] []
io.netty.channel.udt.nio.NioUdtByteConnectorChannel$1 [] []
io.netty.resolver.RoundRobinInetAddressResolver [] []
io.netty.handler.codec.http2.Http2InboundFrameLogger [] []
io.netty.util.internal.Hidden$NettyBlockHoundIntegration$1 [] []
io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener$1 [] []
io.netty.channel.unix.DatagramSocketAddress [] []
io.netty.handler.codec.http.HttpObjectAggregator [] []
io.netty.handler.ssl.JdkAlpnSslEngine$2 [] []
io.netty.channel.local.LocalChannel$2 [] []
io.netty.handler.codec.socks.SocksAuthRequestDecoder$State [] []
io.netty.handler.codec.http2.DefaultHttp2SettingsFrame [] []
io.netty.resolver.dns.DatagramDnsQueryContext [] []
io.netty.handler.codec.compression.ByteBufChecksum$1 [] []
io.netty.handler.codec.dns.TcpDnsQueryDecoder [] []
io.netty.handler.codec.socks.SocksAuthRequest [] []
io.netty.channel.pool.FixedChannelPool$6 [] []
io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider [] []
io.netty.handler.codec.http2.DefaultHttp2FrameReader$1 [] []
io.netty.channel.AbstractChannelHandlerContext$8 [] []
io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder [] []
io.netty.channel.sctp.oio.OioSctpServerChannel$2 [] []
io.netty.handler.ssl.BouncyCastleAlpnSslUtils$9 [] []
io.netty.util.internal.SocketUtils$10 [] []
io.netty.handler.codec.http.multipart.DeleteFileOnExitHook$1 [] []
io.netty.handler.codec.base64.Base64$Decoder [] []
io.netty.util.internal.PlatformDependent$3 [] []
io.netty.handler.ssl.JdkAlpnSslUtils$1 [] []
io.netty.util.NetUtilInitializations$NetworkIfaceAndInetAddress [] []
io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledHeapByteBuf [] []
io.netty.handler.codec.http.HttpContentEncoder$State [] []
io.netty.handler.codec.socks.SocksAuthStatus [] []
io.netty.resolver.InetSocketAddressResolver$2 [] []
io.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder [] []
io.netty.handler.ssl.JdkAlpnSslUtils$4 [] []
io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$ConsumedBytesConverter [] []
io.netty.handler.codec.http.cookie.ClientCookieEncoder$1 [] []
io.netty.handler.codec.http2.HpackHuffmanDecoder [] []
io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$1 [] []
io.netty.handler.codec.http.cors.CorsConfigBuilder [] []
io.netty.handler.ssl.SslHandler$10$2 [] []
io.netty.channel.epoll.EpollDomainSocketChannelConfig [] []
io.netty.channel.epoll.EpollChannelConfig [] []
io.netty.resolver.dns.NameServerComparator [] []
io.netty.handler.traffic.GlobalChannelTrafficCounter [] []
io.netty.handler.codec.http.HttpContentCompressor$ZstdEncoderFactory [] []
io.netty.handler.codec.http2.DefaultHttp2Connection [] []
io.netty.util.internal.CleanerJava6$2 [] []
io.netty.channel.epoll.LinuxSocket [] []
io.netty.handler.codec.http.websocketx.WebSocketChunkedInput [] []
io.netty.handler.ssl.OpenSslClientContext [] []
io.netty.channel.kqueue.KQueueEventLoop$1 [] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$1 [] []
io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator$1 [] []
io.netty.handler.codec.http2.HpackStaticTable [] []
io.netty.handler.codec.http2.Http2ConnectionHandler$3 [] []
io.netty.handler.ssl.JdkAlpnSslEngine$AlpnSelector [] []
io.netty.util.concurrent.ScheduledFutureTask [] []
io.netty.channel.ChannelDuplexHandler [] []
io.netty.handler.ssl.OpenSslX509TrustManagerWrapper$2 [] []
io.netty.handler.codec.redis.FullBulkStringRedisMessage$1 [] []
io.netty.handler.codec.http2.HttpConversionUtil [] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$3 [] []
io.netty.channel.sctp.oio.OioSctpServerChannel$OioSctpServerChannelConfig [] []
io.netty.channel.CombinedChannelDuplexHandler$1 [] []
io.netty.util.concurrent.DefaultPromise$3 [] []
io.netty.handler.codec.EmptyHeaders [] []
io.netty.util.concurrent.RejectedExecutionHandlers$1 [] []
io.netty.handler.codec.dns.DatagramDnsResponseDecoder [] []
io.netty.channel.embedded.EmbeddedChannel$2 [] []
io.netty.handler.codec.smtp.DefaultSmtpContent [] []
io.netty.handler.codec.socksx.v4.Socks4CommandStatus [] []
java.nio.file.Files [] []
io.netty.handler.codec.http2.DefaultHttp2ResetFrame [] []
io.netty.handler.codec.dns.DefaultDnsQuestion [] []
io.netty.handler.codec.haproxy.HAProxyMessageEncoder [] []
io.netty.handler.codec.http2.Http2FrameLogger$Direction [] []
io.netty.handler.codec.spdy.SpdyVersion [] []
io.netty.resolver.dns.DnsNameResolver$3 [] []
io.netty.handler.ssl.ReferenceCountedOpenSslContext$CompressionAlgorithm [] []
io.netty.handler.pcap.PcapWriteHandler$ChannelType [] []
io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$PrefaceFrameListener [] []
io.netty.util.internal.PlatformDependent0$1 [] []
io.netty.channel.epoll.EpollServerSocketChannel [] []
io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry [] []
io.netty.handler.codec.http2.Http2ConnectionHandler$2 [] []
io.netty.channel.AbstractChannel$AbstractUnsafe$5$1 [] []
io.netty.util.concurrent.ImmediateEventExecutor$2 [] []
io.netty.buffer.HeapByteBufUtil [] []
io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator$4 [] []
io.netty.handler.codec.DatagramPacketDecoder [] []
io.netty.util.internal.PlatformDependent0$11 [] []
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker$PermessageDeflateExtension [] []
io.netty.channel.socket.nio.NioChannelOption [] []
io.netty.channel.AbstractChannel$AbstractUnsafe$3 [] []
io.netty.buffer.ByteBufUtil$1 [] []
io.netty.channel.local.LocalServerChannel$2 [] []
io.netty.channel.FailedChannelFuture [] []
io.netty.handler.ssl.ExtendedOpenSslSession$SSLSessionBindingListenerDecorator [] []
io.netty.handler.codec.spdy.DefaultSpdyDataFrame [] []
io.netty.handler.codec.serialization.ObjectEncoder [] []
io.netty.handler.codec.http2.DefaultHttp2FrameReader$3 [] []
io.netty.handler.codec.mqtt.MqttProperties$UserProperties [] []
io.netty.handler.codec.http.HttpContentCompressor [] []
io.netty.resolver.InetSocketAddressResolver [] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$Http2ChannelUnsafe$3 [] []
io.netty.handler.ssl.ConscryptAlpnSslEngine$ClientEngine [] []
io.netty.channel.kqueue.KQueueDatagramChannelConfig [] []
io.netty.handler.codec.stomp.LastStompContentSubframe$1 [] []
io.netty.util.internal.ThreadExecutorMap [] []
io.netty.channel.unix.RawUnixChannelOption [] []
io.netty.channel.unix.UnixChannelUtil [] []
io.netty.util.concurrent.AbstractScheduledEventExecutor$1 [] []
io.netty.handler.ssl.SslHandler$7 [] []
io.netty.handler.ssl.JdkAlpnSslEngine$1 [] []
io.netty.handler.ssl.OpenSslSessionId [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders$UnsubAckBuilder [] []
io.netty.channel.ChannelFutureListener$1 [] []
io.netty.handler.ssl.util.SelfSignedCertificate [] []
io.netty.resolver.dns.DnsQueryContext$4 [] []
io.netty.channel.group.DefaultChannelGroupFuture$1 [] []
io.netty.handler.codec.redis.ArrayRedisMessage [] []
io.netty.util.ByteProcessor$IndexNotOfProcessor [] []
io.netty.channel.VoidChannelPromise [] []
io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder [] []
io.netty.handler.codec.http.ReadOnlyHttpHeaders$ReadOnlyIterator [] []
io.netty.handler.codec.mqtt.MqttConnectReturnCode [] []
io.netty.handler.codec.compression.Bzip2DivSufSort [] []
io.netty.handler.ssl.OpenSslCachingX509KeyManagerFactory$1 [] []
io.netty.util.HashedWheelTimer [] []
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateDecoder [] []
io.netty.util.ByteProcessor$3 [] []
io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateDecoder [] []
io.netty.channel.nio.NioEventLoop$3 [] []
io.netty.resolver.AddressResolverGroup$1 [] []
io.netty.handler.codec.spdy.SpdyHttpEncoder [] []
io.netty.util.internal.AppendableCharSequence [] []
jdk.internal.misc.Signal$1 [] []
io.netty.handler.codec.bytes.ByteArrayEncoder [] []
io.netty.util.internal.logging.Slf4JLoggerFactory [] []
io.netty.handler.codec.http.websocketx.Utf8FrameValidator [] []
io.netty.handler.pcap.UDPPacket [] []
io.netty.handler.codec.redis.ArrayRedisMessage$1 [] []
io.netty.handler.codec.compression.Bzip2Decoder [] []
io.netty.handler.codec.compression.SnappyFrameEncoder [] []
io.netty.channel.rxtx.RxtxChannelConfig$Databits [] []
io.netty.handler.ssl.IdentityCipherSuiteFilter [] []
io.netty.handler.codec.rtsp.RtspDecoder [] []
io.netty.handler.codec.http2.Http2MultiplexHandler$1 [] []
io.netty.channel.pool.SimpleChannelPool$3 [] []
io.netty.handler.codec.compression.FastLzFrameEncoder [] []
io.netty.handler.codec.http.multipart.InternalAttribute [] []
io.netty.channel.nio.AbstractNioChannel$1 [] []
io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1 [] []
io.netty.resolver.CompositeNameResolver$2 [] []
io.netty.channel.sctp.oio.OioSctpServerChannel [] []
io.netty.handler.ssl.BouncyCastleAlpnSslUtils$2 [] []
io.netty.buffer.ByteBufProcessor$7 [] []
io.netty.handler.codec.haproxy.HAProxyProtocolVersion [] []
io.netty.handler.codec.smtp.DefaultLastSmtpContent [] []
io.netty.handler.flush.FlushConsolidationHandler$1 [] []
io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe$3 [] []
io.netty.buffer.PoolChunkList [] []
io.netty.handler.ssl.ConscryptAlpnSslEngine$ClientEngine$1 [] []
io.netty.handler.codec.stomp.StompSubframeDecoder$State [] []
io.netty.handler.codec.mqtt.MqttUnsubscribeMessage [] []
io.netty.handler.ssl.OpenSslKeyMaterialProvider [] []
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler$1 [] []
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$AddressFamily [] []
io.netty.handler.codec.compression.LzfDecoder [] []
io.netty.util.NetUtil [] []
io.netty.util.concurrent.FastThreadLocalThread [] []
io.netty.util.ResourceLeakException [] []
io.netty.resolver.dns.DnsServerAddressStreamProviders$DefaultProviderHolder [] []
io.netty.resolver.HostsFileEntriesProvider [] []
io.netty.handler.ssl.JdkAlpnSslUtils$3 [] []
io.netty.handler.codec.compression.LzfDecoder$State [] []
io.netty.handler.ssl.util.SimpleKeyManagerFactory$SimpleKeyManagerFactorySpi [] []
io.netty.channel.epoll.EpollDomainDatagramChannelConfig [] []
io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame [] []
io.netty.channel.pool.FixedChannelPool$2 [] []
io.netty.handler.ssl.util.X509TrustManagerWrapper [] []
java.io.OutputStream [] []
io.netty.channel.epoll.EpollServerDomainSocketChannel [] []
io.netty.channel.group.DefaultChannelGroupFuture [] []
io.netty.handler.codec.mqtt.MqttPubAckMessage [] []
io.netty.handler.codec.http.ReadOnlyHttpHeaders$ReadOnlyStringValueIterator [] []
io.netty.handler.codec.xml.XmlFrameDecoder [] []
io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle [] []
io.netty.handler.codec.compression.Lz4XXHash32 [] []
io.netty.handler.codec.http.DefaultHttpHeaders$2 [] []
io.netty.channel.kqueue.KQueueDatagramChannel$KQueueDatagramChannelUnsafe [] []
io.netty.handler.codec.http.cookie.ClientCookieDecoder$CookieBuilder [] []
io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder [] []
io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider [] []
io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder [] []
io.netty.handler.codec.redis.DefaultBulkStringRedisContent [] []
io.netty.resolver.dns.PreferredAddressTypeComparator [] []
io.netty.handler.codec.http2.Http2ClientUpgradeCodec [] []
io.netty.handler.codec.compression.JZlibEncoder$1 [] []
io.netty.channel.local.LocalChannelRegistry [] []
io.netty.handler.codec.smtp.SmtpCommand [] []
io.netty.channel.socket.nio.ProtocolFamilyConverter [] []
io.netty.channel.socket.nio.NioSocketChannel$4 [] []
io.netty.handler.codec.http.QueryStringDecoder [] []
io.netty.handler.ssl.util.FingerprintTrustManagerFactory [] []
io.netty.handler.codec.marshalling.LimitingByteInput [] []
io.netty.handler.codec.http2.ReadOnlyHttp2Headers$ReadOnlyIterator [] []
io.netty.resolver.dns.DnsNameResolver$DnsResponseHandler [] []
io.netty.handler.codec.http2.MaxCapacityQueue [] []
io.netty.handler.ssl.ClientAuth [] []
io.netty.channel.AbstractChannelHandlerContext$11 [] []
io.netty.handler.codec.compression.JZlibEncoder [] []
io.netty.buffer.search.AhoCorasicSearchProcessorFactory$Processor [] []
io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$2 [] []
io.netty.resolver.dns.DnsNameResolver [] []
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter$1 [] []
java.io.BufferedReader [] []
io.netty.handler.codec.http2.Http2Error [] []
io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame [] []
io.netty.buffer.ByteBufProcessor$10 [] []
io.netty.handler.codec.http2.Http2MultiplexHandler$3 [] []
io.netty.buffer.AbstractPooledDerivedByteBuf$PooledNonRetainedSlicedByteBuf [] []
io.netty.channel.sctp.oio.OioSctpChannel [] []
io.netty.handler.codec.http2.Http2ConnectionAdapter [] []
io.netty.resolver.DefaultAddressResolverGroup [] []
io.netty.util.Signal [] []
io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$StatePseudoTimeComparator [] []
io.netty.resolver.CompositeNameResolver$1 [] []
io.netty.handler.codec.stomp.StompSubframeAggregator [] []
io.netty.handler.codec.compression.Bzip2Encoder$2 [] []
io.netty.handler.codec.compression.Bzip2BlockDecompressor [] []
io.netty.handler.timeout.IdleStateEvent$DefaultIdleStateEvent [] []
io.netty.handler.codec.socksx.v5.Socks5AddressType [] []
io.netty.handler.codec.http2.Http2HeadersEncoder$1 [] []
io.netty.handler.codec.compression.JZlibEncoder$2 [] []
io.netty.handler.codec.serialization.SoftReferenceMap [] []
io.netty.util.internal.ThreadLocalRandom$1 [] []
io.netty.handler.ssl.util.SimpleTrustManagerFactory$2 [] []
io.netty.handler.codec.compression.JdkZlibEncoder$3 [] []
io.netty.handler.ssl.SslClientHelloHandler$1 [] []
io.netty.handler.ssl.ApplicationProtocolConfig$SelectorFailureBehavior [] []
io.netty.handler.codec.serialization.WeakReferenceMap [] []
io.netty.resolver.dns.InflightNameResolver$2 [] []
io.netty.handler.proxy.ProxyConnectionEvent [] []
io.netty.channel.ThreadPerChannelEventLoop$2 [] []
io.netty.resolver.dns.NoopDnsCache [] []
io.netty.handler.codec.dns.DnsResponseCode [] []
io.netty.channel.ServerChannelRecvByteBufAllocator$1 [] []
io.netty.util.Recycler$2 [] []
io.netty.handler.traffic.TrafficCounter$TrafficMonitoringTask [] []
io.netty.handler.codec.http.cookie.ServerCookieDecoder [] []
io.netty.buffer.ReadOnlyByteBufferBuf [] []
io.netty.handler.codec.mqtt.MqttConnAckVariableHeader [] []
io.netty.handler.codec.spdy.SpdyFrameDecoder [] []
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode [] []
io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder [] []
io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf [] []
io.netty.handler.codec.dns.DefaultDnsOptEcsRecord [] []
io.netty.handler.ssl.ReferenceCountedOpenSslClientContext [] []
io.netty.resolver.dns.BiDnsQueryLifecycleObserver [] []
io.netty.handler.ssl.JdkSslEngine [] []
io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1 [] []
io.netty.util.concurrent.UnorderedThreadPoolEventExecutor$NonNotifyRunnable [] []
io.netty.channel.kqueue.KQueueDomainSocketChannel$KQueueDomainUnsafe [] []
io.netty.util.NetUtil$SoMaxConnAction [] []
io.netty.util.internal.PlatformDependent0 [] []
io.netty.handler.ssl.ReferenceCountedOpenSslEngine$HandshakeState [] []
io.netty.handler.codec.AsciiHeadersEncoder$SeparatorType [] []
io.netty.channel.kqueue.AbstractKQueueStreamChannel$3 [] []
io.netty.channel.ChannelHandlerMask$2 [] []
io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledHeaders [] []
io.netty.handler.codec.marshalling.DefaultMarshallerProvider [] []
io.netty.buffer.PooledUnsafeHeapByteBuf [] []
io.netty.util.NetUtilSubstitutions$NetUtilLocalhost4LazyHolder [] []
io.netty.handler.codec.DefaultHeaders [] []
io.netty.channel.epoll.EpollEventLoopGroup [] []
io.netty.resolver.dns.DefaultDnsCnameCache [] []
io.netty.buffer.AdvancedLeakAwareByteBuf [] []
io.netty.handler.ssl.SslHandler$10$1 [] []
io.netty.channel.epoll.EpollDatagramChannel$EpollDatagramChannelUnsafe [] []
io.netty.channel.WriteBufferWaterMark [] []
io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$AutoRefillState [] []
io.netty.channel.SingleThreadEventLoop$ChannelsReadOnlyIterator [] []
io.netty.handler.codec.protobuf.ProtobufDecoderNano [] []
io.netty.resolver.dns.UnixResolverOptions$Builder [] []
io.netty.handler.codec.base64.Base64Encoder [] []
io.netty.handler.codec.compression.BrotliDecoder$State [] []
io.netty.handler.ssl.SslHandler$5 [] []
io.netty.handler.ssl.SslHandler$9 [] []
io.netty.buffer.ByteBufProcessor$2 [] []
jdk.internal.misc.Signal [] []
io.netty.handler.codec.mqtt.MqttQoS [] []
io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler [] []
io.netty.handler.ssl.JdkDefaultApplicationProtocolNegotiator [] []
io.netty.handler.ssl.SslHandler$SslTasksRunner$1 [] []
io.netty.channel.DefaultChannelPipeline$TailContext [] []
io.netty.handler.codec.sctp.SctpMessageCompletionHandler [] []
io.netty.channel.DefaultChannelPipeline$5 [] []
io.netty.channel.ServerChannelRecvByteBufAllocator [] []
io.netty.handler.ipfilter.IpFilterRuleType [] []
io.netty.handler.codec.socks.SocksAddressType [] []
io.netty.handler.codec.http2.HpackHuffmanEncoder [] []
io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig$Builder [] []
io.netty.channel.pool.FixedChannelPool$5 [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders$SubAckBuilder [] []
io.netty.handler.codec.LineBasedFrameDecoder [] []
io.netty.handler.codec.http2.Http2ConnectionHandler$ClosingChannelFutureListener [] []
io.netty.channel.kqueue.KQueueEventLoopGroup [] []
io.netty.channel.DefaultChannelPipeline$6 [] []
io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse [] []
io.netty.util.internal.MacAddressUtil [] []
io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest [] []
io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider [] []
io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf [] []
io.netty.handler.codec.compression.ZlibCodecFactory [] []
io.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator [] []
io.netty.util.internal.CleanerJava6$1 [] []
io.netty.handler.codec.haproxy.HAProxyTLV [] []
io.netty.handler.codec.dns.DatagramDnsQuery [] []
io.netty.channel.kqueue.Native [] []
io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler$1 [] []
io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler [] []
io.netty.handler.codec.compression.JdkZlibEncoder$2 [] []
io.netty.util.internal.logging.Log4JLoggerFactory [] []
io.netty.buffer.UnpooledSlicedByteBuf [] []
io.netty.channel.kqueue.AcceptFilter [] []
io.netty.channel.StacklessClosedChannelException [] []
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1 [] []
io.netty.channel.DefaultChannelPipeline$PendingHandlerRemovedTask [] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$Http2ChannelUnsafe$1 [] []
io.netty.handler.codec.socks.UnknownSocksRequest [] []
io.netty.channel.AbstractChannelHandlerContext$WriteTask$1 [] []
io.netty.buffer.CompositeByteBuf$1 [] []
io.netty.handler.codec.haproxy.HAProxySSLTLV [] []
io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeDirectByteBuf [] []
io.netty.handler.proxy.ProxyHandler$2 [] []
io.netty.handler.ssl.util.ThreadLocalInsecureRandom [] []
io.netty.util.internal.logging.Log4J2Logger$1 [] []
io.netty.util.internal.PlatformDependent0$4 [] []
io.netty.resolver.dns.UnixResolverOptions [] []
io.netty.handler.codec.http2.Http2FrameCodec$4 [] []
io.netty.handler.ssl.SslHandler$4 [] []
io.netty.handler.codec.memcache.LastMemcacheContent$1 [] []
io.netty.handler.codec.spdy.SpdyStreamStatus [] []
io.netty.handler.codec.http2.HpackUtil$IndexType [] []
io.netty.util.internal.SocketUtils$5 [] []
io.netty.handler.ssl.SslHandler$6 [] []
io.netty.util.internal.PendingWrite$1 [] []
io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder [] []
io.netty.buffer.CompositeByteBuf$2 [] []
io.netty.handler.codec.http.multipart.MemoryAttribute [] []
io.netty.channel.ChannelOutboundHandlerAdapter [] []
io.netty.resolver.dns.DnsResolveContext$3 [] []
io.netty.handler.ssl.BouncyCastlePemReader [] []
io.netty.util.concurrent.ImmediateEventExecutor [] []
io.netty.handler.codec.http.DefaultHttpResponse [] []
io.netty.util.internal.NativeLibraryLoader [] []
io.netty.util.internal.CleanerJava9$2 [] []
io.netty.handler.ssl.ConscryptAlpnSslEngine$ServerEngine [] []
io.netty.handler.codec.mqtt.MqttVersion [] []
io.netty.handler.codec.compression.Bzip2BitWriter [] []
io.netty.handler.codec.rtsp.RtspMethods [] []
io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$5 [] []
io.netty.handler.stream.ChunkedWriteHandler$1 [] []
java.io.InputStream [] []
io.netty.buffer.UnpooledDirectByteBuf [] []
io.netty.channel.oio.OioByteStreamChannel$1 [] []
io.netty.channel.pool.FixedChannelPool$4 [] []
io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider [] []
io.netty.channel.ChannelFlushPromiseNotifier [] []
io.netty.handler.codec.http2.Http2StreamChannelBootstrap [] []
io.netty.channel.kqueue.AbstractKQueueStreamChannel$KQueueSocketWritableByteChannel [] []
io.netty.channel.PreferHeapByteBufAllocator [] []
io.netty.channel.nio.AbstractNioChannel$2 [] []
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker$PermessageDeflateExtension [] []
io.netty.handler.address.ResolveAddressHandler [] []
io.netty.handler.codec.http2.DecoratingHttp2FrameWriter [] []
io.netty.channel.group.ChannelMatchers$1 [] []
io.netty.handler.proxy.ProxyHandler$1 [] []
io.netty.util.internal.PlatformDependent$Mpsc [] []
io.netty.handler.proxy.ProxyHandler$LazyChannelPromise [] []
io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl [] []
io.netty.handler.codec.http.cookie.ServerCookieEncoder [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$SpliceInChannelTask [] []
io.netty.channel.DefaultChannelPipeline [] []
io.netty.handler.ssl.OpenSslCertificateCompressionConfig$AlgorithmMode [] []
io.netty.channel.ChannelOutboundBuffer$Entry [] []
io.netty.handler.codec.http.multipart.HttpPostBodyUtil [] []
io.netty.handler.codec.http.HttpMethod [] []
io.netty.handler.codec.spdy.DefaultSpdyPingFrame [] []
io.netty.handler.codec.compression.DeflateOptions [] []
io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse [] []
io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder [] []
io.netty.util.ThreadDeathWatcher$Entry [] []
io.netty.handler.codec.compression.Bzip2BlockCompressor [] []
io.netty.util.internal.MathUtil [] []
io.netty.handler.codec.http.HttpContentDecompressor [] []
io.netty.handler.codec.http2.HttpConversionUtil$ExtensionHeaderNames [] []
io.netty.handler.ssl.ReferenceCountedOpenSslEngine$1 [] []
io.netty.util.concurrent.ThreadPerTaskExecutor [] []
io.netty.handler.timeout.IdleStateHandler$ReaderIdleTimeoutTask [] []
io.netty.handler.pcap.PcapHeaders [] []
io.netty.util.AttributeKey [] []
io.netty.handler.ssl.SslHandler$SslEngineType$3 [] []
io.netty.handler.ssl.OpenSslCachingX509KeyManagerFactory [] []
io.netty.handler.codec.serialization.CompatibleObjectEncoder [] []
io.netty.channel.epoll.TcpMd5Util [] []
io.netty.handler.codec.http.cookie.DefaultCookie [] []
io.netty.resolver.dns.SingletonDnsServerAddresses$1 [] []
io.netty.handler.codec.socks.SocksCmdType [] []
io.netty.handler.traffic.TrafficCounter [] []
io.netty.handler.codec.http.LastHttpContent$1 [] []
io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec [] []
io.netty.handler.codec.compression.BrotliEncoder [] []
io.netty.channel.kqueue.KQueueEventLoop [] []
io.netty.util.HashedWheelTimer$Worker [] []
io.netty.handler.ssl.SupportedCipherSuiteFilter [] []
io.netty.channel.socket.nio.NioServerSocketChannel [] []
io.netty.handler.codec.compression.Bzip2Decoder$State [] []
io.netty.handler.codec.mqtt.MqttDecoder$DecoderState [] []
io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$ContentLength [] []
io.netty.handler.codec.AsciiHeadersEncoder [] []
io.netty.channel.ChannelOutboundBuffer$1 [] []
io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpResponse [] []
io.netty.handler.codec.dns.TcpDnsQueryEncoder [] []
io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder [] []
io.netty.buffer.LongLongHashMapFuzzer ['io.netty.buffer.LongLongHashMapFuzzer'] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator$1 [] []
io.netty.util.internal.PlatformDependent$1 [] []
io.netty.handler.codec.http2.DefaultHttp2Headers [] []
io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest [] []
io.netty.buffer.PooledDirectByteBuf [] []
io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest [] []
io.netty.channel.kqueue.KQueueDomainSocketChannelConfig [] []
io.netty.handler.codec.http2.HpackUtil [] []
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler [] []
io.netty.handler.codec.http.HttpMessageUtil [] []
io.netty.handler.ssl.BouncyCastlePemReader$1 [] []
io.netty.util.BooleanSupplier$2 [] []
io.netty.resolver.dns.DefaultDnsCache$1 [] []
io.netty.handler.codec.http.ServerCookieEncoder [] []
io.netty.resolver.NoopAddressResolverGroup [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08 [] []
io.netty.handler.codec.CharSequenceValueConverter [] []
io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders$SubscribeBuilder [] []
io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder$State [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$SpliceOutTask [] []
io.netty.handler.codec.spdy.SpdySessionHandler$3 [] []
io.netty.handler.ssl.SslHandler [] []
io.netty.handler.ssl.ApplicationProtocolConfig$SelectedListenerFailureBehavior [] []
io.netty.util.concurrent.DefaultEventExecutor [] []
io.netty.channel.nio.NioEventLoop$4 [] []
io.netty.channel.epoll.EpollDatagramChannel [] []
io.netty.util.ByteProcessor$IndexOfProcessor [] []
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$3 [] []
io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeEvent [] []
io.netty.handler.codec.socksx.v4.Socks4ClientDecoder$State [] []
io.netty.util.concurrent.SingleThreadEventExecutor$DefaultThreadProperties [] []
io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey [] []
io.netty.handler.ssl.util.TrustManagerFactoryWrapper [] []
io.netty.handler.codec.dns.TcpDnsQueryDecoder$1 [] []
io.netty.bootstrap.Bootstrap$3 [] []
io.netty.resolver.dns.NoopDnsQueryLifecycleObserverFactory [] []
io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder$State [] []
io.netty.handler.ssl.util.InsecureTrustManagerFactory$1 [] []
io.netty.handler.codec.socks.SocksInitResponseDecoder$State [] []
io.netty.handler.codec.socks.SocksInitRequestDecoder [] []
io.netty.buffer.PoolArena$DirectArena [] []
io.netty.handler.codec.Delimiters [] []
io.netty.resolver.dns.DnsNameResolver$DnsResponseHandler$1$2 [] []
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07 [] []
io.netty.channel.sctp.nio.NioSctpChannel$2 [] []
io.netty.handler.ssl.OpenSslPrivateKey [] []
io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder$1 [] []
io.netty.handler.ssl.BouncyCastle [] []
io.netty.handler.codec.redis.IntegerRedisMessage [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders$AuthBuilder [] []
io.netty.bootstrap.ServerBootstrap [] []
io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler$2 [] []
io.netty.util.concurrent.GlobalEventExecutor$2 [] []
io.netty.handler.codec.mqtt.MqttConnectMessage [] []
io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator$3 [] []
io.netty.buffer.ByteBufUtil$HexUtil [] []
io.netty.channel.DefaultChannelConfig [] []
io.netty.handler.codec.DatagramPacketEncoder [] []
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler [] []
io.netty.handler.codec.rtsp.RtspResponseStatuses [] []
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol [] []
io.netty.channel.sctp.nio.NioSctpChannel [] []
io.netty.channel.local.LocalChannel$LocalUnsafe [] []
io.netty.util.ReferenceCountUtil [] []
io.netty.handler.codec.http.HttpHeaderValidationUtil$BitSet128 [] []
io.netty.handler.codec.mqtt.MqttFixedHeader [] []
io.netty.handler.codec.http2.Http2FrameStreamException [] []
io.netty.buffer.ByteBufUtil$ThreadLocalDirectByteBuf [] []
io.netty.buffer.search.AhoCorasicSearchProcessorFactory [] []
io.netty.handler.codec.http2.DefaultHttp2PingFrame [] []
io.netty.channel.kqueue.NativeLongArray [] []
io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultStream$PropertyMap [] []
io.netty.resolver.dns.DnsNameResolver$DnsResponseHandler$1$1 [] []
io.netty.handler.codec.http.cors.CorsHandler [] []
io.netty.handler.codec.http2.Http2FrameLogger [] []
io.netty.handler.codec.mqtt.MqttEncoder [] []
io.netty.util.internal.ThreadLocalRandom$2 [] []
io.netty.handler.codec.compression.Lz4FrameDecoder$State [] []
io.netty.handler.codec.http2.HpackDecoder [] []
io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 [] []
io.netty.handler.codec.socks.SocksCmdResponseDecoder$State [] []
io.netty.channel.ChannelFutureListener$2 [] []
io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder [] []
io.netty.util.internal.CleanerJava9$1 [] []
io.netty.buffer.UnpooledUnsafeDirectByteBuf [] []
io.netty.handler.codec.mqtt.MqttDecoder$Result [] []
io.netty.handler.codec.dns.TcpDnsResponseDecoder$1 [] []
io.netty.resolver.dns.DnsResolveContext$DnsAddressStreamList$1 [] []
io.netty.channel.pool.ChannelHealthChecker$1 [] []
io.netty.util.concurrent.SingleThreadEventExecutor$2 [] []
io.netty.util.internal.SocketUtils$9 [] []
io.netty.handler.ssl.SslHandler$SslEngineType$1 [] []
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil [] []
io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultStream [] []
io.netty.channel.AbstractChannel$AbstractUnsafe$7 [] []
io.netty.handler.ipfilter.RuleBasedIpFilter [] []
io.netty.handler.codec.http2.Http2MultiplexCodec$1 [] []
io.netty.handler.codec.mqtt.MqttProperties$StringPair [] []
io.netty.handler.codec.serialization.ClassResolvers [] []
io.netty.handler.logging.LogLevel [] []
io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse [] []
io.netty.channel.local.LocalChannel [] []
io.netty.channel.udt.nio.NioUdtByteAcceptorChannel [] []
io.netty.util.internal.logging.JdkLoggerFactory [] []
io.netty.handler.codec.socks.SocksInitRequest [] []
io.netty.handler.flush.FlushConsolidationHandler [] []
io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator$FailProtocolSelectionListener [] []
io.netty.handler.codec.http2.Http2Headers$PseudoHeaderName [] []
io.netty.handler.codec.http2.DefaultHttp2FrameReader [] []
io.netty.handler.codec.http2.ReadOnlyHttp2Headers$ReadOnlyValueIterator [] []
io.netty.handler.codec.http2.Http2FrameCodecBuilder [] []
io.netty.handler.codec.stomp.StompSubframeDecoder [] []
io.netty.handler.codec.http2.Http2PromisedRequestVerifier$1 [] []
io.netty.handler.codec.http2.DefaultHttp2FrameWriter [] []
io.netty.buffer.ByteBufInputStream [] []
io.netty.handler.codec.serialization.ObjectDecoder [] []
io.netty.handler.codec.http2.Http2ServerUpgradeCodec$1 [] []
io.netty.channel.ChannelException$StacklessChannelException [] []
io.netty.handler.codec.ProtocolDetectionResult [] []
io.netty.handler.codec.smtp.SmtpUtils [] []
io.netty.channel.unix.DomainSocketAddress [] []
io.netty.channel.local.LocalServerChannel$3 [] []
io.netty.channel.PendingBytesTracker$DefaultChannelPipelinePendingBytesTracker [] []
io.netty.handler.ssl.ReferenceCountedOpenSslContext$AsyncPrivateKeyMethod$ResultCallbackListener [] []
io.netty.resolver.dns.macos.DnsResolver [] []
io.netty.handler.codec.compression.Zstd [] []
io.netty.handler.codec.compression.FastLz [] []
io.netty.handler.codec.http.ClientCookieEncoder [] []
io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder [] []
io.netty.handler.codec.dns.DatagramDnsQueryDecoder$1 [] []
io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache [] []
io.netty.util.AsciiString$1 [] []
io.netty.handler.codec.xml.XmlEntityReference [] []
io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter [] []
io.netty.channel.ChannelHandlerMask$1 [] []
io.netty.handler.codec.redis.RedisCodecUtil [] []
io.netty.handler.ssl.OpenSslSessionStats [] []
io.netty.handler.codec.http2.InboundHttpToHttp2Adapter [] []
io.netty.channel.AbstractChannel$AnnotatedConnectException [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker$5$1 [] []
io.netty.buffer.search.BitapSearchProcessorFactory [] []
io.netty.channel.unix.LimitsStaticallyReferencedJniMethods [] []
io.netty.handler.codec.http2.Http2ConnectionHandler [] []
io.netty.handler.codec.dns.DatagramDnsResponseDecoder$1 [] []
io.netty.handler.timeout.IdleStateHandler$WriterIdleTimeoutTask [] []
io.netty.handler.traffic.GlobalChannelTrafficShapingHandler [] []
io.netty.handler.codec.haproxy.HAProxyMessageDecoder [] []
io.netty.resolver.dns.DnsNameResolver$1 [] []
io.netty.channel.DefaultEventLoop [] []
io.netty.handler.ssl.SslHandler$SslTasksRunner$3 [] []
io.netty.util.internal.PlatformDependent0$6 [] []
io.netty.resolver.HostsFileEntriesProvider$ParserImpl [] []
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$HandshakeComplete [] []
io.netty.resolver.dns.DnsResolveContext$DnsAddressStreamList [] []
io.netty.handler.ssl.SslHandler$3 [] []
io.netty.resolver.dns.AuthoritativeDnsServerCacheAdapter [] []
io.netty.handler.codec.mqtt.MqttProperties [] []
io.netty.util.NetUtilSubstitutions$NetUtilLocalhost4Accessor [] []
io.netty.handler.pcap.IPPacket [] []
io.netty.handler.pcap.EthernetPacket [] []
io.netty.handler.codec.bytes.ByteArrayDecoder [] []
io.netty.handler.codec.http2.DefaultHttp2DataFrame [] []
io.netty.util.concurrent.UnorderedThreadPoolEventExecutor$RunnableScheduledFutureTask [] []
io.netty.channel.epoll.EpollEventLoop$1 [] []
io.netty.handler.codec.http.DefaultLastHttpContent$TrailingHttpHeaders$1 [] []
io.netty.buffer.ByteBufOutputStream [] []
io.netty.handler.ssl.ConscryptAlpnSslEngine$ServerEngine$1 [] []
io.netty.handler.codec.xml.XmlElementEnd [] []
io.netty.handler.codec.http.DefaultLastHttpContent [] []
io.netty.buffer.PooledDuplicatedByteBuf [] []
io.netty.channel.kqueue.AbstractKQueueChannel$AbstractKQueueUnsafe$2 [] []
io.netty.resolver.dns.DnsServerAddresses$2 [] []
io.netty.handler.codec.protobuf.ProtobufDecoder [] []
io.netty.resolver.dns.DnsNameResolver$7 [] []
io.netty.handler.codec.socks.SocksResponseType [] []
io.netty.buffer.ReadOnlyByteBuf [] []
io.netty.handler.codec.compression.ByteBufChecksum$SlowByteBufChecksum [] []
io.netty.resolver.dns.DnsQueryContextManager [] []
io.netty.handler.codec.HeadersUtils$1 [] []
io.netty.resolver.dns.NoopDnsQueryLifecycleObserver [] []
io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler [] []
io.netty.channel.nio.SelectedSelectionKeySet [] []
io.netty.handler.ssl.ReferenceCountedOpenSslContext$1 [] []
io.netty.resolver.ResolvedAddressTypes [] []
io.netty.resolver.dns.DnsResolveContext$SearchDomainUnknownHostException [] []
io.netty.handler.codec.http.cors.CorsConfig$Builder [] []
io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder [] []
io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State [] []
io.netty.buffer.LongLongHashMap [] []
io.netty.handler.codec.http.HttpRequestDecoder [] []
io.netty.util.internal.ThreadExecutorMap$1 [] []
io.netty.resolver.dns.DnsResolveContext$DnsResolveContextException [] []
io.netty.util.internal.Hidden$NettyBlockHoundIntegration$1$1 [] []
io.netty.util.internal.TypeParameterMatcher$ReflectiveMatcher [] []
io.netty.handler.ssl.util.X509KeyManagerWrapper [] []
io.netty.channel.rxtx.RxtxChannel$RxtxUnsafe$1 [] []
io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider [] []
io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$1 [] []
io.netty.handler.codec.socksx.v4.Socks4ClientEncoder [] []
io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle$1 [] []
io.netty.handler.ssl.GroupsConverter [] []
io.netty.handler.ssl.BouncyCastleAlpnSslUtils$5 [] []
io.netty.handler.traffic.GlobalTrafficShapingHandler$1 [] []
io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor [] []
io.netty.handler.codec.dns.DatagramDnsQueryEncoder [] []
io.netty.channel.group.CombinedIterator [] []
io.netty.channel.kqueue.KQueueDomainDatagramChannel [] []
io.netty.resolver.CompositeNameResolver [] []
io.netty.handler.codec.stomp.StompSubframeEncoder$1 [] []
io.netty.util.concurrent.DefaultEventExecutorChooserFactory$PowerOfTwoEventExecutorChooser [] []
io.netty.handler.codec.redis.ArrayHeaderRedisMessage [] []
io.netty.handler.codec.compression.JZlibDecoder [] []
io.netty.util.internal.SocketUtils$13 [] []
io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame [] []
io.netty.resolver.dns.ShuffledDnsServerAddressStream [] []
java.io.BufferedWriter [] []
io.netty.util.internal.SystemPropertyUtil$1 [] []
io.netty.channel.sctp.DefaultSctpServerChannelConfig [] []
io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods [] []
io.netty.util.concurrent.DefaultThreadFactory [] []
io.netty.handler.ipfilter.IpSubnetFilterRule$Ip4SubnetFilterRule [] []
io.netty.handler.codec.redis.FixedRedisMessagePool [] []
io.netty.handler.codec.base64.Base64Dialect [] []
io.netty.channel.unix.DomainSocketReadMode [] []
io.netty.buffer.UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric [] []
io.netty.handler.ssl.OpenSsl [] []
io.netty.channel.epoll.Native$1 [] []
io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException [] []
io.netty.util.ReferenceCountUtil$ReleasingTask [] []
io.netty.handler.codec.socksx.v5.Socks5CommandStatus [] []
io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig [] []
io.netty.channel.AbstractChannelHandlerContext$5 [] []
io.netty.handler.codec.http2.HpackEncoder$NameEntry [] []
io.netty.channel.socket.oio.OioSocketChannel$2 [] []
io.netty.channel.kqueue.AbstractKQueueChannel$AbstractKQueueUnsafe$3 [] []
io.netty.handler.codec.compression.Lz4FrameEncoder [] []
io.netty.handler.codec.socksx.v5.Socks5AddressDecoder$1 [] []
io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder [] []
io.netty.channel.AbstractChannel$AbstractUnsafe$4 [] []
io.netty.handler.ssl.OpenSslX509KeyManagerFactory$OpenSslKeyStore$1 [] []
io.netty.channel.DefaultChannelPipeline$1 [] []
io.netty.handler.codec.http2.DefaultHttp2PriorityFrame [] []
io.netty.handler.ssl.util.SimpleTrustManagerFactory$SimpleTrustManagerFactorySpi [] []
io.netty.channel.rxtx.RxtxChannelConfig$Stopbits [] []
io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor [] []
io.netty.channel.epoll.SegmentedDatagramPacket [] []
io.netty.util.AsciiString$GeneralCaseInsensitiveCharEqualityComparator [] []
io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder [] []
io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State [] []
io.netty.util.internal.PlatformDependent [] []
io.netty.handler.ssl.JdkSslContext [] []
io.netty.channel.sctp.nio.NioSctpServerChannel [] []
io.netty.util.HashedWheelTimer$HashedWheelBucket [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders$ConnectBuilder [] []
io.netty.buffer.PooledUnsafeHeapByteBuf$1 [] []
io.netty.util.internal.PlatformDependent0$2 [] []
io.netty.channel.DefaultMaxBytesRecvByteBufAllocator [] []
io.netty.handler.codec.spdy.SpdySession$StreamComparator [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker$5$2 [] []
io.netty.channel.AbstractChannelHandlerContext$Tasks$3 [] []
io.netty.handler.codec.http.HttpContentEncoder$Result [] []
io.netty.channel.ChannelInboundHandlerAdapter [] []
io.netty.handler.codec.ByteToMessageDecoder$1 [] []
io.netty.handler.codec.xml.XmlAttribute [] []
io.netty.resolver.dns.DnsAddressResolverGroup [] []
jdk.internal.org.objectweb.asm.Attribute$NestHost [] []
io.netty.handler.codec.http.cors.CorsConfig$DateValueGenerator [] []
io.netty.channel.DefaultFileRegion [] []
io.netty.handler.codec.base64.Base64 [] []
io.netty.channel.epoll.Epoll [] []
io.netty.resolver.RoundRobinInetAddressResolver$2 [] []
io.netty.handler.ssl.OpenSslX509TrustManagerWrapper$UnsafeTrustManagerWrapper [] []
io.netty.handler.ssl.BouncyCastleAlpnSslEngine$2 [] []
io.netty.handler.codec.http.CombinedHttpHeaders [] []
io.netty.channel.CoalescingBufferQueue [] []
io.netty.handler.codec.socks.UnknownSocksResponse [] []
io.netty.channel.AbstractChannel$AnnotatedNoRouteToHostException [] []
io.netty.handler.codec.spdy.SpdyFrameCodec [] []
io.netty.util.internal.DefaultPriorityQueue$PriorityQueueIterator [] []
io.netty.handler.ssl.OpenSslX509KeyManagerFactory$OpenSslKeyManagerFactorySpi$ProviderFactory$OpenSslPopulatedKeyMaterialProvider [] []
io.netty.channel.ChannelException [] []
io.netty.handler.ssl.OpenSslKeyMaterialManager [] []
io.netty.handler.ssl.JettyNpnSslEngine [] []
io.netty.channel.epoll.EpollSocketChannel [] []
io.netty.handler.codec.http.HttpResponseStatus [] []
io.netty.handler.codec.DecoderResult [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker$3 [] []
io.netty.util.CharsetUtil [] []
io.netty.channel.AbstractChannelHandlerContext$Tasks$1 [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe [] []
io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext$1 [] []
io.netty.handler.codec.compression.LzmaFrameEncoder [] []
io.netty.handler.codec.socks.SocksCmdStatus [] []
io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener [] []
io.netty.handler.codec.CodecOutputList$2 [] []
io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder [] []
io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle$1 [] []
io.netty.handler.codec.spdy.SpdyHttpDecoder [] []
io.netty.util.internal.ThrowableUtil [] []
io.netty.buffer.PooledByteBufAllocator [] []
io.netty.handler.codec.socks.SocksMessageType [] []
io.netty.channel.kqueue.KQueueDatagramChannel [] []
io.netty.handler.codec.http2.StreamBufferingEncoder [] []
io.netty.buffer.PooledHeapByteBuf [] []
io.netty.handler.codec.http.websocketx.Utf8Validator [] []
io.netty.channel.unix.FileDescriptor [] []
io.netty.channel.AbstractChannelHandlerContext$10 [] []
io.netty.util.AttributeKey$1 [] []
io.netty.handler.codec.http2.DefaultHttp2Headers$2 [] []
io.netty.util.ByteProcessor$2 [] []
io.netty.channel.local.LocalChannel$3 [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$EpollSocketWritableByteChannel [] []
io.netty.handler.codec.http2.HpackDecoder$HeaderType [] []
io.netty.channel.sctp.nio.NioSctpServerChannel$2 [] []
io.netty.handler.codec.spdy.SpdyCodecUtil [] []
io.netty.handler.codec.http.CookieUtil [] []
io.netty.buffer.FixedCompositeByteBuf [] []
io.netty.handler.codec.http.ReadOnlyHttpHeaders [] []
io.netty.handler.codec.http2.Http2ConnectionHandler$5 [] []
io.netty.handler.codec.http.HttpRequestEncoder [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$3 [] []
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$UrlEncodedDetector [] []
io.netty.channel.kqueue.KQueueSocketChannel [] []
io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler$3 [] []
io.netty.handler.codec.socks.SocksCmdResponse [] []
io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse [] []
io.netty.handler.codec.MessageToMessageCodec$2 [] []
io.netty.channel.socket.nio.NioSocketChannel [] []
io.netty.buffer.SimpleLeakAwareCompositeByteBuf [] []
io.netty.channel.DefaultEventLoopGroup [] []
io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator [] []
io.netty.handler.codec.HeadersUtils$StringEntryIterator [] []
io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledData [] []
io.netty.handler.codec.compression.Bzip2BitReader [] []
io.netty.handler.ssl.OpenSslSessionContext$1 [] []
io.netty.handler.ssl.util.LazyJavaxX509Certificate [] []
io.netty.handler.codec.serialization.ClassLoaderClassResolver [] []
io.netty.handler.codec.http.HttpServerExpectContinueHandler [] []
io.netty.handler.ssl.ReferenceCountedOpenSslEngine [] []
io.netty.handler.codec.http2.EmptyHttp2Headers [] []
io.netty.handler.ssl.util.KeyManagerFactoryWrapper [] []
io.netty.channel.kqueue.KQueueDomainDatagramChannel$KQueueDomainDatagramChannelUnsafe [] []
io.netty.handler.codec.dns.DnsMessageUtil [] []
io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry [] []
io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder [] []
io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateEncoder [] []
io.netty.handler.codec.protobuf.ProtobufEncoderNano [] []
io.netty.util.concurrent.FastThreadLocal [] []
io.netty.util.concurrent.SingleThreadEventExecutor$4 [] []
io.netty.util.Version [] []
io.netty.util.DomainNameMappingBuilder [] []
io.netty.resolver.dns.RoundRobinDnsAddressResolverGroup [] []
io.netty.handler.codec.haproxy.HAProxyMessage [] []
io.netty.resolver.dns.DnsAddressDecoder [] []
io.netty.handler.codec.http2.Http2FrameListenerDecorator [] []
io.netty.channel.epoll.EpollDatagramChannelConfig [] []
io.netty.bootstrap.ServerBootstrap$1$1 [] []
io.netty.util.internal.EmptyPriorityQueue [] []
io.netty.channel.ChannelInitializer$1 [] []
io.netty.channel.socket.nio.NioDatagramChannelConfig [] []
io.netty.channel.AbstractChannelHandlerContext$Tasks$4 [] []
io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType [] []
io.netty.handler.codec.http.multipart.MixedFileUpload [] []
io.netty.util.internal.logging.FormattingTuple [] []
io.netty.util.concurrent.PromiseNotifier [] []
io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise [] []
io.netty.handler.traffic.AbstractTrafficShapingHandler$ReopenReadTimerTask [] []
io.netty.bootstrap.BootstrapConfig [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders$ConnAckPropertiesBuilder [] []
io.netty.handler.codec.mqtt.MqttDecoder [] []
io.netty.channel.pool.SimpleChannelPool [] []
io.netty.handler.ssl.JdkSslServerContext [] []
io.netty.handler.codec.http2.Http2MultiplexHandler$Http2MultiplexHandlerStreamChannel [] []
io.netty.handler.ssl.ReferenceCountedOpenSslContext$DefaultOpenSslEngineMap [] []
io.netty.handler.codec.spdy.SpdyProtocolException$StacklessSpdyProtocolException [] []
io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf [] []
io.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator [] []
io.netty.channel.DefaultSelectStrategy [] []
io.netty.util.Recycler$LocalPool [] []
io.netty.handler.codec.socks.SocksInitResponseDecoder [] []
io.netty.handler.codec.dns.DnsQueryEncoder [] []
io.netty.handler.ssl.SslHandler$AsyncTaskCompletionHandler [] []
io.netty.util.HashedWheelTimer$HashedWheelTimeout [] []
io.netty.util.internal.StringUtil [] []
io.netty.handler.ssl.DefaultOpenSslKeyMaterial [] []
io.netty.handler.codec.stomp.DefaultStompContentSubframe [] []
io.netty.channel.udt.nio.NioUdtProvider [] []
io.netty.handler.codec.http.DefaultHttpHeaders [] []
io.netty.handler.codec.socks.SocksCmdRequest [] []
io.netty.handler.codec.http2.HpackDynamicTable [] []
io.netty.handler.codec.http.HttpObjectDecoder$HeaderParser [] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$ReadStatus [] []
io.netty.channel.AbstractServerChannel$DefaultServerUnsafe [] []
io.netty.handler.ssl.SslHandler$SslTasksRunner$2 [] []
io.netty.handler.address.ResolveAddressHandler$1 [] []
io.netty.util.DomainNameMappingBuilder$ImmutableDomainNameMapping [] []
io.netty.util.internal.SystemPropertyUtil [] []
io.netty.channel.kqueue.Native$1 [] []
io.netty.handler.codec.UnsupportedMessageTypeException [] []
io.netty.handler.codec.http2.Http2StreamChannelId [] []
io.netty.channel.group.DefaultChannelGroupFuture$DefaultEntry [] []
io.netty.handler.codec.http.cors.CorsConfigBuilder$ConstantValueGenerator [] []
io.netty.channel.socket.oio.OioServerSocketChannel [] []
io.netty.util.internal.logging.LocationAwareSlf4JLogger [] []
io.netty.util.ByteProcessor$4 [] []
io.netty.util.internal.Hidden$NettyBlockHoundIntegration [] []
io.netty.resolver.DefaultHostsFileEntriesResolver [] []
io.netty.handler.ssl.BouncyCastleAlpnSslEngine [] []
io.netty.handler.codec.http.cookie.ServerCookieDecoderFuzzer ['io.netty.handler.codec.http.cookie.ServerCookieDecoderFuzzer'] []
io.netty.handler.codec.mqtt.MqttPublishMessage [] []
io.netty.buffer.ByteBufUtil$ThreadLocalUnsafeDirectByteBuf [] []
io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$2 [] []
io.netty.resolver.dns.NoopDnsCnameCache [] []
io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader [] []
io.netty.channel.sctp.DefaultSctpChannelConfig [] []
io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory [] []
io.netty.handler.codec.compression.Bzip2Encoder [] []
io.netty.channel.AbstractChannel$CloseFuture [] []
io.netty.util.internal.ObjectCleaner [] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$Http2ChannelUnsafe$2 [] []
io.netty.util.internal.SocketUtils$3 [] []
java.lang.Runtime [] []
io.netty.channel.kqueue.KQueueEventArray [] []
io.netty.util.internal.ConcurrentSet [] []
io.netty.handler.codec.http2.DefaultHttp2UnknownFrame [] []
io.netty.handler.codec.http2.Http2FrameCodec$DefaultHttp2FrameStream [] []
io.netty.resolver.dns.DnsRecordResolveContext [] []
io.netty.handler.codec.http2.Http2Flags [] []
io.netty.handler.codec.http.HttpClientUpgradeHandler [] []
io.netty.handler.codec.socks.SocksMessageEncoder [] []
io.netty.handler.codec.http2.Http2FrameCodec [] []
io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler [] []
io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator$1 [] []
io.netty.handler.codec.dns.DnsRecordType [] []
io.netty.handler.ssl.SslContextOption [] []
io.netty.util.internal.InternalThreadLocalMap [] []
io.netty.channel.socket.nio.NioSocketChannel$2 [] []
io.netty.handler.codec.socks.SocksCmdRequestDecoder [] []
io.netty.handler.codec.http2.Http2EmptyDataFrameListener [] []
io.netty.buffer.UnsafeByteBufUtil [] []
io.netty.handler.codec.http.HttpStatusClass$1 [] []
io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame [] []
io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter$1 [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07 [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$1 [] []
io.netty.handler.codec.marshalling.MarshallingEncoder [] []
io.netty.util.internal.DefaultPriorityQueue [] []
io.netty.handler.codec.dns.DefaultDnsQuery [] []
io.netty.channel.epoll.EpollRecvByteAllocatorHandle [] []
io.netty.handler.ssl.OpenSslPrivateKey$OpenSslPrivateKeyMaterial [] []
io.netty.channel.group.ChannelGroupException [] []
io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame [] []
io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig [] []
io.netty.handler.codec.compression.CompressionUtil [] []
io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeNoCleanerDirectByteBuf [] []
io.netty.handler.codec.http.websocketx.WebSocketUtil$1 [] []
io.netty.channel.DefaultChannelPipeline$HeadContext [] []
io.netty.channel.pool.AbstractChannelPoolMap$1 [] []
io.netty.handler.codec.mqtt.MqttSubscriptionOption$RetainedHandlingPolicy [] []
io.netty.channel.DefaultChannelPromise [] []
io.netty.resolver.dns.DnsServerAddresses$1 [] []
io.netty.util.internal.PlatformDependent0$9 [] []
io.netty.util.internal.NativeLibraryLoader$NoexecVolumeDetector [] []
io.netty.util.concurrent.NonStickyEventExecutorGroup [] []
io.netty.handler.traffic.ChannelTrafficShapingHandler$1 [] []
io.netty.handler.codec.http.DefaultHttpObject [] []
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker [] []
io.netty.handler.codec.http.multipart.MemoryFileUpload [] []
io.netty.buffer.DefaultByteBufHolder [] []
io.netty.handler.codec.redis.RedisDecoder [] []
io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseEncoder [] []
io.netty.handler.codec.http.multipart.FileUploadUtil [] []
io.netty.channel.nio.NioEventLoop$1 [] []
io.netty.channel.kqueue.AbstractKQueueStreamChannel$4 [] []
io.netty.channel.embedded.EmbeddedChannelId [] []
io.netty.buffer.PoolThreadCache$MemoryRegionCache$1 [] []
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig [] []
io.netty.resolver.dns.Cache$1 [] []
io.netty.handler.ipfilter.IpSubnetFilter [] []
io.netty.handler.timeout.WriteTimeoutHandler [] []
io.netty.handler.codec.smtp.DefaultSmtpRequest [] []
io.netty.handler.codec.stomp.StompSubframeDecoder$Utf8LineParser [] []
io.netty.buffer.ByteBufUtil$SWARByteSearch [] []
io.netty.handler.codec.compression.ZstdEncoder [] []
io.netty.handler.codec.stomp.DefaultStompHeaders [] []
io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader [] []
io.netty.util.internal.ClassInitializerUtil [] []
io.netty.handler.pcap.PcapWriteHandler [] []
io.netty.util.concurrent.ImmediateEventExecutor$ImmediateProgressivePromise [] []
io.netty.handler.codec.stomp.StompCommand [] []
io.netty.channel.DefaultChannelPipeline$3 [] []
io.netty.handler.codec.socks.SocksAuthResponseDecoder$State [] []
io.netty.handler.codec.compression.BrotliOptions [] []
io.netty.handler.codec.ByteToMessageDecoder$2 [] []
io.netty.handler.codec.compression.Crc32c [] []
io.netty.channel.AbstractChannelHandlerContext$2 [] []
io.netty.handler.ssl.BouncyCastleAlpnSslUtils$6 [] []
io.netty.handler.ssl.SslContextBuilder [] []
io.netty.handler.codec.http.HttpObjectAggregator$1 [] []
io.netty.handler.codec.compression.JdkZlibDecoder [] []
io.netty.handler.codec.http.ReadOnlyHttpHeaders$ReadOnlyStringIterator [] []
io.netty.channel.local.LocalChannel$1 [] []
io.netty.handler.codec.MessageAggregator$1 [] []
io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$OpenSslServerCertificateCallback [] []
io.netty.handler.codec.mqtt.MqttConnAckMessage [] []
io.netty.channel.epoll.NativeDatagramPacketArray$NativeDatagramPacket [] []
io.netty.handler.codec.marshalling.ChannelBufferByteInput [] []
io.netty.channel.socket.nio.NioSocketChannel$3 [] []
io.netty.handler.flow.FlowControlHandler [] []
io.netty.handler.ssl.OpenSslSessionCache$1 [] []
io.netty.resolver.dns.Cache$Entries [] []
io.netty.channel.embedded.EmbeddedChannel$1 [] []
io.netty.util.concurrent.DefaultProgressivePromise [] []
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig$Builder [] []
io.netty.channel.unix.SegmentedDatagramPacket [] []
io.netty.handler.ssl.ReferenceCountedOpenSslEngine$AsyncTaskDecorator [] []
io.netty.channel.SingleThreadEventLoop$ChannelsReadOnlyIterator$1 [] []
io.netty.handler.codec.dns.DnsCodecUtil [] []
io.netty.channel.kqueue.KQueueServerSocketChannel [] []
io.netty.handler.ssl.SslHandler$SslHandlerCoalescingBufferQueue [] []
io.netty.handler.codec.mqtt.MqttSubscribePayload [] []
io.netty.handler.logging.ByteBufFormat [] []
io.netty.handler.codec.mqtt.MqttSubscribeMessage [] []
io.netty.handler.codec.http2.HpackHuffmanEncoder$EncodedLengthProcessor [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders$DisconnectBuilder [] []
io.netty.channel.AbstractChannelHandlerContext$7 [] []
io.netty.util.internal.logging.Log4JLogger [] []
io.netty.handler.codec.socksx.v4.Socks4ClientDecoder [] []
io.netty.buffer.UnsafeDirectSwappedByteBuf [] []
io.netty.handler.codec.spdy.SpdySession$PendingWrite [] []
io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator$FailureWrapper [] []
io.netty.handler.codec.http.DefaultFullHttpRequest [] []
io.netty.channel.AbstractChannel$AbstractUnsafe$6 [] []
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker [] []
io.netty.handler.codec.http2.UniformStreamByteDistributor$State [] []
io.netty.handler.ssl.OpenSslSessionTicketKey [] []
io.netty.handler.codec.dns.DatagramDnsQueryDecoder [] []
io.netty.handler.codec.http2.HttpConversionUtil$Http2ToHttpHeaderTranslator [] []
io.netty.util.internal.ReflectionUtil [] []
io.netty.handler.codec.redis.RedisArrayAggregator$AggregateState [] []
io.netty.channel.sctp.SctpMessage [] []
io.netty.handler.codec.spdy.DefaultSpdySettingsFrame [] []
io.netty.channel.ThreadPerChannelEventLoopGroup [] []
io.netty.handler.codec.haproxy.HAProxyMessageDecoder$StructHeaderExtractor [] []
io.netty.channel.pool.SimpleChannelPool$6 [] []
io.netty.util.ResourceLeakDetector$TraceRecord$1 [] []
io.netty.channel.ChannelFutureListener$3 [] []
io.netty.handler.ssl.util.SimpleKeyManagerFactory$2 [] []
io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$Http2Decompressor [] []
io.netty.handler.codec.redis.RedisBulkStringAggregator [] []
io.netty.handler.codec.http2.Http2StreamChannelBootstrap$1 [] []
io.netty.handler.codec.dns.DatagramDnsResponseEncoder [] []
io.netty.buffer.PoolChunk [] []
io.netty.bootstrap.AbstractBootstrap$1 [] []
io.netty.buffer.ByteBufProcessor$9 [] []
io.netty.handler.ssl.SslHandler$LazyChannelPromise [] []
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler [] []
io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator$AlpnWrapper [] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$Http2StreamChannelConfig [] []
io.netty.handler.timeout.IdleStateHandler [] []
io.netty.util.internal.logging.Log4J2Logger [] []
io.netty.handler.ssl.SniHandler [] []
io.netty.handler.logging.LoggingHandler [] []
io.netty.handler.codec.http2.Http2FrameCodec$FrameListener [] []
io.netty.util.DefaultAttributeMap$DefaultAttribute [] []
io.netty.handler.ssl.OpenSslCertificateCompressionConfig$Builder [] []
io.netty.handler.codec.mqtt.MqttProperties$IntegerProperty [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException [] []
io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder [] []
io.netty.util.internal.PromiseNotificationUtil [] []
io.netty.handler.ssl.util.FingerprintTrustManagerFactory$1 [] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$4 [] []
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$UrlDecoder [] []
io.netty.handler.ssl.SslHandler$SslTasksRunner [] []
io.netty.buffer.UnpooledDuplicatedByteBuf [] []
io.netty.channel.sctp.nio.NioSctpChannel$1 [] []
io.netty.channel.pool.FixedChannelPool$5$1 [] []
io.netty.handler.codec.http2.Http2MultiplexCodecBuilder [] []
io.netty.resolver.NoopAddressResolver [] []
io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame [] []
io.netty.handler.codec.mqtt.MqttMessageFactory [] []
io.netty.handler.codec.mqtt.MqttProperties$MqttPropertyType [] []
io.netty.channel.group.ChannelMatchers [] []
java.io.File [] []
io.netty.handler.ssl.ReferenceCountedOpenSslEngine$2 [] []
io.netty.handler.ssl.ReferenceCountedOpenSslServerContext [] []
io.netty.handler.codec.DelimiterBasedFrameDecoder [] []
io.netty.util.concurrent.RejectedExecutionHandlers [] []
io.netty.handler.codec.dns.TcpDnsResponseDecoder [] []
io.netty.channel.kqueue.AbstractKQueueChannel$1 [] []
io.netty.handler.codec.http2.DefaultHttp2Connection$ActiveStreams [] []
io.netty.handler.codec.xml.XmlProcessingInstruction [] []
io.netty.util.internal.CleanerJava6 [] []
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler [] []
io.netty.handler.traffic.GlobalTrafficShapingHandler [] []
io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder [] []
io.netty.resolver.dns.InflightNameResolver$1 [] []
io.netty.util.HashingStrategy$1 [] []
io.netty.handler.codec.http2.DefaultHttp2Headers$Http2HeaderEntry [] []
io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator [] []
io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 [] []
io.netty.handler.codec.http2.UniformStreamByteDistributor$1 [] []
io.netty.handler.codec.mqtt.MqttCodecUtil [] []
io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker$DeflateFrameClientExtension [] []
io.netty.handler.stream.ChunkedStream [] []
io.netty.channel.embedded.EmbeddedSocketAddress [] []
io.netty.handler.codec.stomp.StompSubframeDecoder$HeaderParser [] []
io.netty.handler.codec.ByteToMessageCodec$Encoder [] []
io.netty.handler.codec.json.JsonObjectDecoder [] []
io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest [] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$Http2ChannelUnsafe [] []
io.netty.handler.codec.spdy.DefaultSpdySettingsFrame$Setting [] []
io.netty.handler.codec.http2.Http2Exception [] []
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders$UnsubscribeBuilder [] []
io.netty.util.concurrent.GlobalEventExecutor$TaskRunner [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$4 [] []
io.netty.resolver.dns.DnsNameResolver$6 [] []
io.netty.handler.codec.spdy.SpdySession [] []
io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame [] []
io.netty.handler.ssl.JdkAlpnSslUtils [] []
io.netty.channel.DelegatingChannelPromiseNotifier [] []
io.netty.handler.ssl.SslHandler$2 [] []
io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder [] []
io.netty.handler.codec.compression.Lz4FrameEncoder$2 [] []
io.netty.channel.epoll.Native [] []
io.netty.channel.kqueue.AbstractKQueueStreamChannel$1 [] []
io.netty.handler.codec.http.EmptyHttpHeaders [] []
io.netty.channel.AbstractChannel$AbstractUnsafe$8 [] []
io.netty.handler.codec.protobuf.ProtobufEncoder [] []
io.netty.util.DomainWildcardMappingBuilder$ImmutableDomainWildcardMapping [] []
io.netty.channel.CombinedChannelDuplexHandler [] []
io.netty.handler.ssl.OpenSslClientSessionCache$HostPort [] []
io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$OpenSslSniHostnameMatcher [] []
io.netty.handler.codec.dns.TcpDnsResponseEncoder [] []
io.netty.util.concurrent.PromiseAggregator [] []
io.netty.channel.udt.nio.NioUdtMessageConnectorChannel [] []
io.netty.handler.ssl.BouncyCastleAlpnSslUtils [] []
io.netty.util.internal.PlatformDependent0$10 [] []
io.netty.handler.codec.http.multipart.DefaultHttpDataFactory [] []
io.netty.handler.ssl.SniCompletionEvent [] []
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$WrappedFullHttpRequest [] []
io.netty.util.concurrent.SingleThreadEventExecutor$1 [] []
io.netty.handler.codec.haproxy.HAProxyCommand [] []
io.netty.channel.ChannelOutboundBuffer [] []
io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder [] []
io.netty.channel.AbstractChannelHandlerContext$9 [] []
io.netty.handler.ssl.JettyAlpnSslEngine$ClientEngine$1 [] []
io.netty.handler.ssl.OpenSslX509KeyManagerFactory [] []
io.netty.util.internal.RecyclableArrayList [] []
io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$StateOnlyComparator [] []
io.netty.handler.codec.http.HttpClientCodec [] []
io.netty.channel.AbstractChannelHandlerContext$6 [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$2 [] []
io.netty.handler.flow.FlowControlHandler$RecyclableArrayDeque [] []
io.netty.handler.codec.socks.SocksAuthRequestDecoder [] []
io.netty.handler.proxy.Socks4ProxyHandler [] []
io.netty.util.concurrent.DefaultFutureListeners [] []
io.netty.resolver.dns.DnsServerAddressStreamProviders [] []
io.netty.channel.kqueue.KQueueServerSocketChannelConfig [] []
io.netty.handler.codec.xml.XmlDocumentStart [] []
io.netty.bootstrap.ServerBootstrap$1 [] []
io.netty.channel.ChannelMetadata [] []
io.netty.resolver.dns.DnsResolveContext$1 [] []
io.netty.channel.AbstractChannelHandlerContext$Tasks$2 [] []
io.netty.buffer.ByteBufProcessor$1 [] []
io.netty.handler.codec.redis.ArrayRedisMessage$2 [] []
io.netty.channel.AdaptiveRecvByteBufAllocator [] []
io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec [] []
io.netty.handler.codec.socks.SocksProtocolVersion [] []
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig [] []
io.netty.handler.codec.http.HttpScheme [] []
io.netty.channel.epoll.AbstractEpollChannel$1 [] []
io.netty.handler.codec.http2.Http2Exception$ShutdownHint [] []
io.netty.channel.unix.PeerCredentials [] []
io.netty.channel.nio.NioEventLoopGroup [] []
io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame [] []
io.netty.handler.ssl.JettyAlpnSslEngine$ClientEngine [] []
io.netty.handler.codec.http2.DefaultHttp2Connection$ActiveStreams$1 [] []
io.netty.bootstrap.FailedChannel [] []
io.netty.handler.codec.http2.Http2FrameAdapter [] []
io.netty.channel.unix.Errors$NativeConnectException [] []
io.netty.buffer.PooledDuplicatedByteBuf$1 [] []
io.netty.bootstrap.ServerBootstrapConfig [] []
io.netty.handler.ssl.ApplicationProtocolConfig [] []
io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$1 [] []
io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider [] []
io.netty.handler.timeout.TimeoutException [] []
io.netty.buffer.UnpooledByteBufAllocator [] []
io.netty.buffer.ByteBufUtil$ThreadLocalUnsafeDirectByteBuf$1 [] []
io.netty.channel.AbstractChannelHandlerContext$4 [] []
io.netty.util.internal.logging.JdkLogger [] []
io.netty.buffer.AbstractPooledDerivedByteBuf$PooledNonRetainedDuplicateByteBuf [] []
io.netty.handler.codec.socksx.SocksVersion [] []
io.netty.handler.ssl.ApplicationProtocolUtil [] []
io.netty.util.UncheckedBooleanSupplier$1 [] []
io.netty.channel.rxtx.RxtxChannel$RxtxUnsafe [] []
io.netty.bootstrap.Bootstrap [] []
io.netty.handler.codec.http2.HpackHuffmanEncoder$EncodeProcessor [] []
io.netty.channel.DefaultMessageSizeEstimator [] []
io.netty.handler.proxy.HttpProxyHandler$HttpProxyConnectException [] []
io.netty.handler.codec.mqtt.MqttMessageIdAndPropertiesVariableHeader [] []
io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder$State [] []
io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker$1 [] []
io.netty.handler.codec.http2.Http2ConnectionHandler$1 [] []
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler$2 [] []
io.netty.channel.pool.FixedChannelPool$AcquireTimeoutException [] []
io.netty.handler.codec.LengthFieldBasedFrameDecoder [] []
jdk.internal.reflect.ConstantPool [] []
io.netty.resolver.dns.DnsNameResolver$2 [] []
io.netty.handler.codec.http.HttpMessageDecoderResult [] []
io.netty.handler.ssl.BouncyCastleAlpnSslUtils$8 [] []
io.netty.handler.codec.http2.Http2Settings [] []
io.netty.handler.ssl.SignatureAlgorithmConverter [] []
io.netty.channel.group.ChannelMatchers$ClassMatcher [] []
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter$2 [] []
java.lang.System [] []
io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator$2 [] []
io.netty.channel.socket.DatagramPacket [] []
io.netty.handler.ssl.ReferenceCountedOpenSslClientContext$ExtendedTrustManagerVerifyCallback [] []
io.netty.handler.codec.spdy.SpdySession$StreamState [] []
io.netty.handler.ssl.Java8SslUtils [] []
io.netty.util.NetUtilInitializations [] []
io.netty.bootstrap.FailedChannel$FailedChannelUnsafe [] []
io.netty.channel.unix.IovArray [] []
io.netty.buffer.ByteBufProcessor$8 [] []
io.netty.handler.codec.compression.Crc32 [] []
io.netty.handler.codec.string.StringDecoder [] []
io.netty.handler.codec.http.HttpVersion [] []
io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl [] []
io.netty.handler.codec.redis.RedisDecoder$ToPositiveLongProcessor [] []
io.netty.buffer.PooledByteBufAllocator$1 [] []
io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame [] []
io.netty.handler.proxy.HttpProxyHandler$HttpClientCodecWrapper [] []
io.netty.channel.unix.DomainDatagramSocketAddress [] []
io.netty.util.DomainMappingBuilder [] []
jdk.internal.org.objectweb.asm.Attribute$NestMembers [] []
io.netty.handler.codec.socksx.v5.Socks5ClientEncoder [] []
io.netty.channel.DefaultChannelHandlerContext [] []
io.netty.channel.unix.PreferredDirectByteBufAllocator [] []
io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext [] []
io.netty.handler.codec.socks.SocksInitRequestDecoder$State [] []
io.netty.handler.ssl.JdkSslContext$Defaults [] []
jdk.internal.misc.Signal$NativeHandler [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00 [] []
io.netty.handler.codec.xml.XmlDecoder [] []
io.netty.handler.ssl.Conscrypt [] []
io.netty.handler.codec.http.cors.CorsConfigBuilder$DateValueGenerator [] []
java.util.concurrent.Executor [] []
io.netty.channel.oio.OioByteStreamChannel$2 [] []
io.netty.channel.group.DefaultChannelGroup [] []
io.netty.resolver.dns.DnsQueryContext$3 [] []
io.netty.handler.codec.stomp.DefaultStompFrame [] []
io.netty.channel.group.ChannelMatchers$InvertMatcher [] []
io.netty.handler.codec.compression.Bzip2DivSufSort$TRBudget [] []
io.netty.handler.ssl.OpenSslCachingKeyMaterialProvider [] []
io.netty.handler.codec.http.HttpContentCompressor$BrEncoderFactory [] []
io.netty.channel.nio.SelectedSelectionKeySet$1 [] []
io.netty.handler.codec.memcache.DefaultMemcacheContent [] []
io.netty.channel.socket.nio.NioDatagramChannel [] []
io.netty.channel.epoll.EpollDomainSocketChannel$EpollDomainUnsafe [] []
io.netty.handler.ssl.SslHandler$10 [] []
io.netty.util.concurrent.SucceededFuture [] []
io.netty.channel.embedded.EmbeddedChannel$EmbeddedChannelPipeline [] []
io.netty.resolver.RoundRobinInetAddressResolver$1 [] []
io.netty.handler.codec.http.multipart.DiskAttribute [] []
io.netty.handler.codec.compression.StandardCompressionOptions [] []
io.netty.handler.codec.http2.Http2OutboundFrameLogger [] []
io.netty.handler.codec.dns.DefaultDnsPtrRecord [] []
io.netty.handler.codec.http2.Http2ConnectionHandler$4 [] []
io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder [] []
io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest [] []
io.netty.handler.ssl.OpenSslSessionCache [] []
io.netty.handler.codec.http.DefaultHttpRequest [] []
io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder [] []
io.netty.handler.codec.serialization.CompactObjectInputStream [] []
io.netty.handler.codec.stomp.DefaultLastStompContentSubframe [] []
io.netty.buffer.AbstractReferenceCountedByteBuf$1 [] []
io.netty.handler.ssl.ReferenceCountedOpenSslContext$PrivateKeyMethod [] []
io.netty.buffer.PoolArena$SizeClass [] []
io.netty.handler.codec.http.HttpChunkedInput [] []
io.netty.handler.ssl.PemValue [] []
io.netty.channel.epoll.EpollDomainDatagramChannel [] []
io.netty.channel.sctp.nio.NioSctpServerChannel$1 [] []
io.netty.buffer.WrappedUnpooledUnsafeDirectByteBuf [] []
io.netty.handler.codec.http2.HpackDecoder$Http2HeadersSink [] []
io.netty.channel.socket.DefaultDatagramChannelConfig [] []
io.netty.channel.AbstractChannel$AnnotatedSocketException [] []
io.netty.handler.codec.http.cookie.CookieUtil [] []
io.netty.handler.codec.string.StringEncoder [] []
io.netty.handler.codec.http2.Http2MultiplexCodec$Http2MultiplexCodecStreamChannel [] []
io.netty.handler.codec.spdy.SpdyFrameEncoder [] []
io.netty.handler.codec.http2.Http2Exception$CompositeStreamException [] []
io.netty.util.internal.PendingWrite [] []
io.netty.channel.socket.nio.SelectorProviderUtil [] []
io.netty.handler.codec.http2.StreamBufferingEncoder$DataFrame [] []
io.netty.resolver.dns.TcpDnsQueryContext [] []
io.netty.util.Recycler$BlockingMessageQueue [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory [] []
io.netty.resolver.HostsFileEntries [] []
io.netty.handler.codec.http.HttpContentCompressor$GzipEncoderFactory [] []
io.netty.handler.ssl.util.LazyX509Certificate [] []
io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame [] []
io.netty.handler.codec.mqtt.MqttPublishVariableHeader [] []
io.netty.channel.oio.AbstractOioChannel$DefaultOioUnsafe [] []
io.netty.util.internal.SocketUtils [] []
io.netty.handler.codec.CodecOutputList$CodecOutputLists [] []
io.netty.util.ResourceLeakDetector$Level [] []
io.netty.resolver.dns.DnsResolveContext$RedirectAuthoritativeDnsServerCache [] []
io.netty.resolver.dns.DnsNameResolver$5 [] []
io.netty.channel.DefaultChannelPipeline$4 [] []
io.netty.channel.local.LocalChannel$5 [] []
io.netty.channel.ChannelOption$1 [] []
io.netty.channel.VoidChannelPromise$1 [] []
io.netty.handler.codec.socksx.v5.Socks5AuthMethod [] []
io.netty.buffer.ByteBufProcessor$5 [] []
io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder$2 [] []
io.netty.handler.codec.compression.Bzip2BlockCompressor$1 [] []
io.netty.buffer.ByteBufUtil$ThreadLocalDirectByteBuf$1 [] []
io.netty.handler.codec.http2.HpackEncoder [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker$2 [] []
io.netty.handler.codec.socks.SocksSubnegotiationVersion [] []
io.netty.handler.codec.HeadersUtils$StringEntry [] []
io.netty.util.concurrent.PromiseCombiner$1$1 [] []
io.netty.resolver.dns.DnsServerAddressStreamProviders$1 [] []
io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpRequest [] []
io.netty.handler.codec.compression.Bzip2MoveToFrontTable [] []
io.netty.handler.codec.socksx.v5.Socks5ServerEncoder [] []
io.netty.handler.codec.compression.Snappy [] []
io.netty.channel.DefaultChannelId [] []
io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig [] []
io.netty.handler.ssl.JettyNpnSslEngine$1 [] []
io.netty.handler.codec.dns.DefaultDnsRawRecord [] []
io.netty.channel.unix.Unix [] []
io.netty.channel.AbstractChannelHandlerContext$Tasks [] []
io.netty.handler.codec.http.multipart.DeleteFileOnExitHook [] []
io.netty.util.internal.ObjectCleaner$AutomaticCleanerReference [] []
io.netty.buffer.WrappedCompositeByteBuf [] []
io.netty.channel.pool.FixedChannelPool$AcquireTimeoutAction [] []
io.netty.handler.ssl.BouncyCastleAlpnSslUtils$1 [] []
io.netty.handler.ssl.JdkAlpnSslEngine [] []
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler$3 [] []
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler$1 [] []
io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException [] []
io.netty.handler.codec.socksx.v4.Socks4ServerEncoder [] []
io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder$State [] []
io.netty.resolver.dns.DefaultDnsCnameCache$1 [] []
io.netty.handler.codec.redis.FixedRedisMessagePool$RedisErrorKey [] []
io.netty.buffer.PoolArena$HeapArena [] []
io.netty.handler.ssl.Java7SslParametersUtils [] []
io.netty.handler.codec.HeadersUtils$StringIterator [] []
io.netty.handler.codec.compression.JZlibEncoder$3 [] []
io.netty.handler.codec.http.DefaultCookie [] []
io.netty.handler.codec.http.HttpObjectAggregator$2 [] []
io.netty.resolver.dns.DirContextUtils [] []
io.netty.handler.codec.http2.Http2FrameCodec$3 [] []
io.netty.handler.codec.mqtt.MqttConnectPayload [] []
io.netty.util.concurrent.PromiseTask$SentinelRunnable [] []
io.netty.handler.codec.DateFormatter$1 [] []
io.netty.channel.ChannelFlushPromiseNotifier$DefaultFlushCheckpoint [] []
io.netty.handler.codec.DefaultHeaders$HeaderEntry [] []
io.netty.handler.codec.http2.Http2DataChunkedInput [] []
io.netty.handler.codec.DefaultHeaders$ValueIterator [] []
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$WrappedHttpRequest [] []
io.netty.handler.codec.http2.DefaultHttp2Headers$1 [] []
io.netty.util.concurrent.ImmediateEventExecutor$1 [] []
io.netty.handler.codec.compression.JdkZlibEncoder$1 [] []
io.netty.handler.codec.compression.JdkZlibEncoder [] []
io.netty.util.internal.PlatformDependent0$5 [] []
io.netty.bootstrap.Bootstrap$2 [] []
io.netty.util.internal.ThreadExecutorMap$3 [] []
io.netty.util.concurrent.RejectedExecutionHandlers$2 [] []
io.netty.channel.AbstractChannelHandlerContext$3 [] []
io.netty.channel.nio.NioEventLoop$5 [] []
io.netty.handler.codec.http.DefaultHttpHeaders$1 [] []
io.netty.channel.DefaultChannelProgressivePromise [] []
io.netty.channel.udt.DefaultUdtServerChannelConfig [] []
io.netty.channel.pool.SimpleChannelPool$5 [] []
io.netty.channel.nio.NioEventLoop$7 [] []
io.netty.handler.codec.http.websocketx.CloseWebSocketFrame [] []
io.netty.channel.SucceededChannelFuture [] []
io.netty.util.AbstractReferenceCounted$1 [] []
io.netty.buffer.PoolThreadCache$NormalMemoryRegionCache [] []
io.netty.buffer.CompositeByteBuf$CompositeByteBufIterator [] []
io.netty.handler.codec.http.HttpHeaderValidationUtil [] []
io.netty.handler.codec.smtp.SmtpResponseDecoder [] []
io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe [] []
io.netty.handler.codec.http.websocketx.PingWebSocketFrame [] []
io.netty.resolver.dns.DnsNameResolver$4 [] []
io.netty.channel.socket.nio.NioServerSocketChannel$NioServerSocketChannelConfig [] []
io.netty.handler.codec.spdy.SpdySessionHandler$2 [] []
io.netty.handler.ssl.JdkAlpnSslUtils$2 [] []
io.netty.handler.codec.http.HttpServerUpgradeHandler [] []
io.netty.handler.codec.mqtt.MqttSubAckMessage [] []
io.netty.handler.ssl.JettyAlpnSslEngine$ServerEngine [] []
io.netty.util.internal.ObjectPool$RecyclerObjectPool$1 [] []
io.netty.handler.ssl.OptionalSslHandler [] []
io.netty.util.ResourceLeakDetector$TraceRecord [] []
io.netty.util.internal.SocketUtils$8 [] []
io.netty.buffer.PooledUnsafeDirectByteBuf [] []
io.netty.handler.codec.haproxy.HAProxyTLV$Type [] []
io.netty.handler.codec.http.HttpObjectDecoder$State [] []
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler$2 [] []
io.netty.handler.codec.http.HttpServerCodec$HttpServerRequestDecoder [] []
io.netty.channel.epoll.EpollDomainDatagramChannel$EpollDomainDatagramChannelUnsafe [] []
io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator$NoFailProtocolSelectionListener [] []
io.netty.handler.codec.mqtt.MqttProperties$BinaryProperty [] []
io.netty.handler.codec.http.CookieDecoder [] []
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder [] []
io.netty.handler.codec.spdy.SpdyFrameCodec$1 [] []
io.netty.channel.kqueue.AbstractKQueueStreamChannel$5 [] []
io.netty.handler.ssl.BouncyCastleAlpnSslEngine$1 [] []
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00 [] []
io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State [] []
io.netty.util.concurrent.ImmediateExecutor [] []
io.netty.channel.sctp.nio.NioSctpServerChannel$NioSctpServerChannelConfig [] []
io.netty.channel.udt.DefaultUdtChannelConfig [] []
io.netty.handler.ssl.JettyNpnSslEngine$2 [] []
io.netty.handler.codec.smtp.SmtpRequestEncoder [] []
io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider$1 [] []
io.netty.handler.codec.http2.DefaultHttp2FrameReader$2 [] []
io.netty.handler.codec.string.LineEncoder [] []
io.netty.util.concurrent.UnorderedThreadPoolEventExecutor [] []
io.netty.handler.ssl.ApplicationProtocolConfig$Protocol [] []
io.netty.channel.nio.AbstractNioByteChannel$1 [] []
io.netty.buffer.WrappedByteBuf [] []
io.netty.handler.ssl.SniHandler$AsyncMappingAdapter [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$6 [] []
io.netty.util.DomainNameMapping [] []
io.netty.channel.pool.FixedChannelPool$1 [] []
io.netty.handler.ssl.OpenSslCertificateCompressionConfig [] []
io.netty.util.internal.PlatformDependent0$7 [] []
io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator [] []
io.netty.handler.codec.compression.FastLzFrameDecoder$State [] []
io.netty.resolver.dns.DnsQueryContext$2 [] []
io.netty.channel.ChannelOption [] []
io.netty.handler.codec.redis.RedisDecoder$State [] []
io.netty.handler.codec.socks.SocksCmdRequestDecoder$State [] []
io.netty.handler.codec.http2.AbstractHttp2StreamChannel$2 [] []
io.netty.handler.codec.http2.DefaultHttp2Headers$3 [] []
io.netty.handler.codec.http.HttpHeadersEncoder [] []
io.netty.channel.kqueue.BsdSocket [] []
io.netty.handler.codec.compression.Snappy$State [] []
io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelConfig [] []
io.netty.handler.codec.serialization.ObjectEncoderOutputStream [] []
io.netty.handler.ssl.SslProvider [] []
io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator [] []
io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$WritabilityMonitor$1 [] []
java.io.PrintWriter [] []
io.netty.handler.codec.redis.FullBulkStringRedisMessage [] []
io.netty.util.ResourceLeakDetectorFactory$DefaultResourceLeakDetectorFactory [] []
io.netty.handler.codec.serialization.CompactObjectOutputStream [] []
io.netty.handler.codec.CodecOutputList [] []
io.netty.channel.epoll.AbstractEpollStreamChannel$SpliceFdTask [] []
io.netty.handler.codec.redis.RedisEncoder [] []
io.netty.channel.PendingWriteQueue [] []
io.netty.channel.epoll.NativeStaticallyReferencedJniMethods [] []
io.netty.handler.codec.http.HttpServerCodec$HttpServerResponseEncoder [] []
io.netty.handler.traffic.GlobalChannelTrafficCounter$MixedTrafficMonitoringTask [] []
io.netty.channel.kqueue.KQueueSocketChannelConfig [] []
io.netty.util.Signal$1 [] []
io.netty.channel.rxtx.RxtxChannel [] []
io.netty.buffer.DuplicatedByteBuf [] []
io.netty.buffer.FixedCompositeByteBuf$Component [] []
io.netty.util.ResourceLeakDetector [] []
io.netty.util.AsciiString$DefaultCharEqualityComparator [] []
io.netty.handler.ssl.PemX509Certificate [] []
io.netty.handler.codec.http2.Http2MultiplexHandler$2 [] []
io.netty.handler.codec.socksx.v5.Socks5CommandType [] []
io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache [] []
io.netty.util.internal.LongAdderCounter [] []
io.netty.handler.codec.spdy.SpdyFrameDecoder$State [] []
io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$ExtendedTrustManagerVerifyCallback [] []
io.netty.channel.AbstractChannel$AbstractUnsafe$1 [] []
io.netty.handler.stream.ChunkedFile [] []
io.netty.util.concurrent.PromiseNotifier$2 [] []
io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Encoder [] []
io.netty.handler.codec.xml.XmlNamespace [] []
io.netty.handler.codec.redis.FixedRedisMessagePool$RedisReplyKey [] []
io.netty.handler.ssl.ReferenceCountedOpenSslEngine$DefaultOpenSslSession [] []
io.netty.util.concurrent.AbstractScheduledEventExecutor$2 [] []
io.netty.handler.codec.http.DefaultHttpContent [] []
io.netty.channel.pool.SimpleChannelPool$1 [] []
io.netty.handler.codec.compression.Lz4FrameEncoder$3 [] []
io.netty.handler.codec.http.HttpHeaderDateFormat$1 [] []
io.netty.handler.ipfilter.UniqueIpFilter [] []
io.netty.util.concurrent.UnaryPromiseNotifier [] []
io.netty.handler.codec.http2.Http2EmptyDataFrameConnectionDecoder [] []
io.netty.channel.sctp.nio.NioSctpChannel$NioSctpChannelConfig [] []
io.netty.handler.codec.mqtt.MqttMessageBuilders$ConnAckBuilder [] []
io.netty.handler.codec.compression.Bzip2Encoder$3 [] []
io.netty.handler.codec.mqtt.MqttSubscriptionOption [] []
io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$ListenerWritabilityMonitor [] []
io.netty.handler.codec.http2.Http2FrameStreamEvent [] []
io.netty.resolver.dns.SingletonDnsServerAddresses [] []
io.netty.buffer.UnpooledUnsafeHeapByteBuf [] []
io.netty.handler.codec.http2.Http2MultiplexHandler [] []
io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe [] []
io.netty.handler.codec.serialization.ObjectDecoderInputStream [] []
io.netty.handler.stream.ChunkedWriteHandler$PendingWrite [] []
io.netty.util.NettyRuntime [] []
io.netty.handler.ssl.OpenSslX509TrustManagerWrapper$3 [] []
io.netty.util.concurrent.GlobalEventExecutor [] []
java.lang.ProcessBuilder [] []
io.netty.handler.timeout.ReadTimeoutHandler [] []
io.netty.channel.nio.NioEventLoop$2 [] []
io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder$State [] []
io.netty.handler.ssl.OpenSslServerContext [] []
io.netty.handler.codec.compression.SnappyFrameDecoder [] []
io.netty.handler.codec.redis.RedisMessageType [] []
io.netty.buffer.AdvancedLeakAwareCompositeByteBuf [] []
io.netty.util.BooleanSupplier$1 [] []
io.netty.handler.ssl.OpenSslCertificateCompressionConfig$AlgorithmConfig [] []
io.netty.handler.codec.http2.HpackEncoder$NameValueEntry [] []
io.netty.buffer.PoolThreadCache [] []
io.netty.handler.codec.compression.Bzip2Encoder$1 [] []
io.netty.util.concurrent.DefaultPromise$LeanCancellationException [] []
io.netty.buffer.ByteBufProcessor$6 [] []
io.netty.util.internal.logging.CommonsLogger [] []
io.netty.util.internal.SocketUtils$12 [] []
io.netty.buffer.ByteBufUtilFuzzer ['io.netty.buffer.ByteBufUtilFuzzer'] []
io.netty.channel.unix.Socket [] []
io.netty.handler.codec.sctp.SctpInboundByteStreamHandler [] []
io.netty.buffer.search.KmpSearchProcessorFactory [] []
io.netty.util.ThreadDeathWatcher$1 [] []
io.netty.resolver.dns.DnsResolveContext$CombinedDnsServerAddressStream [] []
io.netty.handler.codec.compression.ZlibWrapper [] []
io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController [] []
io.netty.util.Recycler$1 [] []
io.netty.util.internal.logging.InternalLogLevel [] []
io.netty.handler.codec.http.HttpResponseEncoder [] []
io.netty.util.concurrent.DefaultPromise$4 [] []
io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$DefaultState [] []
io.netty.handler.timeout.IdleStateEvent [] []
io.netty.handler.codec.http2.StreamBufferingEncoder$HeadersFrame [] []
io.netty.util.concurrent.SingleThreadEventExecutor$3 [] []
io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder [] []
io.netty.handler.codec.http.websocketx.WebSocketCloseStatus [] []
io.netty.util.concurrent.DefaultEventExecutorGroup [] []
io.netty.handler.ssl.SslHandler$8 [] []
io.netty.handler.codec.http.cookie.CookieHeaderNames$SameSite [] []
io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker [] []
io.netty.handler.ssl.OpenSslSessionCache$NativeSslSession [] []
io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState [] []
io.netty.channel.ReflectiveChannelFactory [] []
io.netty.channel.oio.AbstractOioChannel$2 [] []
io.netty.handler.codec.http.ComposedLastHttpContent [] []
io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse [] []
io.netty.handler.codec.http2.Http2FrameCodec$Http2RemoteFlowControllerListener [] []
io.netty.handler.ipfilter.IpSubnetFilterRule [] []
io.netty.buffer.CompositeByteBuf$Component [] []
io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder [] []
io.netty.channel.ChannelOutboundBuffer$3 [] []
io.netty.handler.codec.socksx.SocksPortUnificationServerHandler [] []
io.netty.handler.codec.http.multipart.DiskFileUpload [] []
io.netty.channel.pool.FixedChannelPool [] []
io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder [] []
io.netty.handler.codec.http2.Http2FrameCodec$2 [] []
io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder [] []
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$ServerHandshakeStateEvent [] []
io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl [] []
io.netty.handler.codec.spdy.DefaultSpdyHeaders$1 [] []
io.netty.handler.codec.compression.ByteBufChecksum$ReflectiveByteBufChecksum [] []
io.netty.handler.codec.http2.Http2ServerUpgradeCodec [] []
io.netty.channel.sctp.oio.OioSctpServerChannel$1 [] []
io.netty.handler.codec.http2.Http2FrameCodec$ConnectionListener [] []
io.netty.util.concurrent.MultithreadEventExecutorGroup$1 [] []
io.netty.buffer.PoolSubpage [] []
io.netty.handler.ssl.ReferenceCountedOpenSslEngine$TaskDecorator [] []
io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache$1 [] []
io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Decoder [] []
io.netty.handler.ssl.JettyAlpnSslEngine$ServerEngine$1 [] []
io.netty.buffer.PooledSlicedByteBuf$1 [] []
io.netty.handler.codec.compression.Bzip2Encoder$State [] []
io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe$1 [] []
io.netty.channel.group.ChannelMatchers$InstanceMatcher [] []
io.netty.util.ThreadDeathWatcher$Watcher [] []
io.netty.handler.codec.http2.Http2InboundFrameLogger$1 [] []
io.netty.channel.kqueue.KQueueDomainSocketChannel [] []
io.netty.handler.codec.http.websocketx.PongWebSocketFrame [] []
io.netty.handler.pcap.PcapWriteHandler$Builder [] []
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder [] []
io.netty.buffer.PoolThreadCache$SubPageMemoryRegionCache [] []
io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder [] []
io.netty.resolver.dns.DefaultDnsCache [] []
io.netty.util.concurrent.DefaultPromise$2 [] []
io.netty.handler.codec.haproxy.HAProxyProxiedProtocol [] []
io.netty.handler.ssl.ReferenceCountedOpenSslContext$AsyncPrivateKeyMethod [] []
io.netty.handler.codec.http.HttpUtil [] []
io.netty.handler.codec.spdy.SpdySessionHandler$4 [] []
io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1 [] []
io.netty.buffer.ByteBufUtil$2 [] []
io.netty.handler.codec.DefaultHeaders$HeaderIterator [] []
io.netty.handler.codec.spdy.SpdySessionHandler [] []
io.netty.channel.pool.SimpleChannelPool$7 [] []
io.netty.util.concurrent.NonStickyEventExecutorGroup$1 [] []
io.netty.channel.udt.nio.NioUdtByteConnectorChannel [] []
io.netty.util.ResourceLeakDetector$DefaultResourceLeak [] []
io.netty.buffer.search.BitapSearchProcessorFactory$Processor [] []
io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe [] []
io.netty.util.internal.PlatformDependent0$12 [] []
io.netty.handler.codec.http.HttpContentCompressor$DeflateEncoderFactory [] []
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$2 [] []
io.netty.handler.codec.ReplayingDecoderByteBuf [] []
io.netty.handler.codec.http2.Http2Stream$State [] []
io.netty.channel.DefaultChannelPipeline$2 [] []
io.netty.handler.codec.http2.Http2FrameStreamEvent$Type [] []
io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream [] []
io.netty.handler.codec.spdy.SpdySessionStatus [] []
io.netty.handler.codec.compression.Bzip2Rand [] []
io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder [] []
io.netty.handler.codec.MessageToMessageCodec$1 [] []
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13 [] []
io.netty.handler.codec.http2.Http2CodecUtil [] []
io.netty.util.ThreadDeathWatcher [] []
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker$5 [] []
io.netty.handler.codec.http2.DefaultHttp2Connection$1 [] []
io.netty.handler.codec.http.HttpClientCodec$Decoder [] []
io.netty.channel.epoll.EpollServerChannelConfig [] []
io.netty.handler.codec.http2.StreamBufferingEncoder$PendingStream [] []
io.netty.handler.ssl.SslHandler$SslEngineType$2 [] []
io.netty.handler.ssl.BouncyCastleAlpnSslUtils$7 [] []
io.netty.channel.PendingWriteQueue$PendingWrite [] []
io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder$State [] []
io.netty.util.concurrent.PromiseNotifier$1 [] []
io.netty.resolver.dns.DnsNameResolverBuilder [] []
io.netty.handler.codec.FixedLengthFrameDecoder [] []
io.netty.handler.codec.stomp.StompSubframeEncoder$1$1 [] []
io.netty.channel.pool.FixedChannelPool$3 [] []
io.netty.channel.sctp.oio.OioSctpChannel$1 [] []
io.netty.handler.codec.spdy.SpdySessionHandler$ClosingChannelFutureListener [] []
io.netty.handler.codec.http2.Http2ConnectionHandler$PrefaceDecoder [] []
io.netty.handler.stream.ChunkedWriteHandler [] []
io.netty.util.NetUtilSubstitutions$NetUtilLocalhostAccessor [] []
io.netty.channel.group.DefaultChannelGroup$1 [] []
io.netty.channel.kqueue.KQueueServerChannelConfig [] []
io.netty.buffer.EmptyByteBuf [] []
io.netty.channel.epoll.NativeDatagramPacketArray [] []
io.netty.resolver.dns.RotationalDnsServerAddresses [] []
io.netty.handler.ssl.BouncyCastleAlpnSslUtils$4 [] []
io.netty.channel.epoll.NativeDatagramPacketArray$MyMessageProcessor [] []
io.netty.handler.codec.mqtt.MqttConnectVariableHeader [] []
io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder [] []
io.netty.handler.codec.compression.Lz4FrameDecoder [] []
io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter [] []
io.netty.handler.codec.http2.Http2CodecUtil$SimpleChannelPromiseAggregator [] []
io.netty.handler.ssl.OpenSslX509KeyManagerFactory$OpenSslKeyManagerFactorySpi$ProviderFactory [] []
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler [] []
io.netty.handler.codec.socks.SocksInitResponse [] []
io.netty.channel.ThreadPerChannelEventLoop [] []
io.netty.util.internal.PlatformDependent0$3 [] []
io.netty.resolver.HostsFileParser [] []
io.netty.buffer.PooledHeapByteBuf$1 [] []
io.netty.util.internal.CleanerJava9 [] []
io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator [] []
io.netty.util.internal.SocketUtils$1 [] []
io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker$DeflateFrameServerExtension [] []
io.netty.handler.codec.ByteToMessageCodec$1 [] []
io.netty.handler.codec.mqtt.MqttProperties$UserProperty [] []
io.netty.channel.DefaultAddressedEnvelope [] []
io.netty.handler.codec.LengthFieldPrepender [] []
io.netty.handler.ssl.PemPrivateKey [] []
io.netty.util.internal.ReadOnlyIterator [] []
io.netty.buffer.UnpooledHeapByteBuf [] []
io.netty.channel.local.LocalAddress [] []
io.netty.handler.codec.xml.XmlDTD [] []
io.netty.resolver.InetSocketAddressResolver$1 [] []
io.netty.util.internal.ObjectUtil [] []
io.netty.channel.socket.InternetProtocolFamily [] []
io.netty.util.DomainWildcardMappingBuilder [] []
io.netty.buffer.SlicedByteBuf [] []
io.netty.buffer.Unpooled [] []
io.netty.channel.socket.DefaultServerSocketChannelConfig [] []
io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame [] []
io.netty.util.internal.SocketUtils$4 [] []
io.netty.channel.socket.oio.OioSocketChannel [] []
io.netty.handler.codec.http2.Http2MultiplexCodec [] []
io.netty.util.NetUtilSubstitutions$NetUtilLocalhost6Accessor [] []
io.netty.handler.ssl.OpenSslX509TrustManagerWrapper [] []
io.netty.handler.codec.compression.BrotliDecoder [] []
io.netty.channel.pool.SimpleChannelPool$ChannelPoolFullException [] []
io.netty.handler.codec.compression.LzfEncoder [] []
io.netty.handler.codec.redis.RedisArrayAggregator [] []
io.netty.util.internal.logging.Slf4JLoggerFactory$NopInstanceHolder [] []
io.netty.handler.codec.http2.DelegatingDecompressorFrameListener$1 [] []
io.netty.channel.unix.Errors$NativeIoException [] []
io.netty.channel.oio.AbstractOioChannel$3 [] []
io.netty.handler.codec.http2.DefaultHttp2LocalFlowController$1 [] []
io.netty.channel.rxtx.RxtxChannelConfig$Paritybit [] []
io.netty.handler.codec.AsciiHeadersEncoder$NewlineType [] []
io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe$2 [] []
io.netty.channel.ChannelHandlerMask [] []
io.netty.handler.ssl.SslContextOption$1 [] []
io.netty.resolver.DefaultNameResolver [] []
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler$ClientHandshakeStateEvent [] []
io.netty.channel.kqueue.KQueueChannelConfig [] []
io.netty.util.internal.logging.MessageFormatter [] []
io.netty.channel.local.LocalChannel$4 [] []
io.netty.channel.pool.SimpleChannelPool$2 [] []
io.netty.util.concurrent.DefaultEventExecutorChooserFactory [] []
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig$Builder [] []
io.netty.util.NetUtilSubstitutions$NetUtilLocalhostLazyHolder [] []
io.netty.handler.codec.http2.DefaultHttp2Connection$ActiveStreams$2 [] []
io.netty.resolver.dns.DnsAddressResolveContext [] []
io.netty.channel.DefaultMaxBytesRecvByteBufAllocator$HandleImpl$1 [] []
io.netty.buffer.PooledUnsafeDirectByteBuf$1 [] []
io.netty.util.internal.logging.Slf4JLogger [] []
io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods [] []
io.netty.handler.codec.mqtt.MqttUnsubAckMessage [] []
io.netty.handler.codec.xml.XmlElementStart [] []
io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder$1 [] []
io.netty.handler.codec.compression.Brotli [] []
io.netty.util.internal.ResourcesUtil [] []
io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException [] []
io.netty.handler.codec.base64.Base64Decoder [] []
io.netty.util.internal.ObjectCleaner$2 [] []
io.netty.channel.socket.oio.DefaultOioSocketChannelConfig [] []
io.netty.handler.codec.http.EmptyHttpHeaders$InstanceInitializer [] []
io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor$1 [] []
io.netty.handler.codec.UnsupportedValueConverter [] []
io.netty.handler.codec.redis.FullBulkStringRedisMessage$2 [] []
io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler$PriorKnowledgeUpgradeEvent [] []
io.netty.handler.codec.HeadersUtils [] []
io.netty.channel.AbstractChannelHandlerContext$12 [] []
io.netty.handler.codec.compression.FastLzFrameDecoder [] []
io.netty.handler.ssl.util.InsecureTrustManagerFactory [] []
io.netty.util.AsciiString$AsciiCaseInsensitiveCharEqualityComparator [] []
io.netty.channel.udt.UdtMessage [] []

Directories in report

Directory