Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2024-12-17

Project overview: httpcomponents-client

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
45.0%
84 / 188
Cyclomatic complexity statically reachable by fuzzers
85.0%
178 / 210
Runtime code coverage of functions
24.0%
46 / 188

Fuzzer details

Fuzzer: FormBodyPartBuilderBuildFuzzer

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 448 80.4%
gold [1:9] 79 14.1%
yellow [10:29] 29 5.20%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.17%
All colors 557 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
130 296 [org.apache.hc.core5.http.message.BasicNameValuePair]. (java.lang.String,java.lang.String) call site: 00296
88 206 [org.apache.hc.core5.util.Tokenizer$Cursor].updatePos(int) call site: 00206
85 94 [org.apache.hc.core5.http.message.BasicListHeaderIterator].findNext(int) call site: 00094
54 470 [org.apache.hc.core5.util.CharArrayBuffer].append(java.lang.String) call site: 00470
34 59 [org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder].build() call site: 00059
21 529 [org.apache.hc.core5.util.CharArrayBuffer].toString() call site: 00529
10 182 [org.apache.hc.core5.util.Tokenizer$Cursor]. (int,int) call site: 00182
5 193 [org.apache.hc.core5.util.Tokenizer$Cursor]. (int,int) call site: 00193
4 51 [org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder].build() call site: 00051
3 19 [org.apache.hc.client5.http.entity.mime.Header].addField(org.apache.hc.client5.http.entity.mime.MimeField) call site: 00019
3 39 [org.apache.hc.core5.util.TextUtils].isBlank(java.lang.CharSequence) call site: 00039
3 466 [org.apache.hc.core5.util.CharArrayBuffer].append(java.lang.String) call site: 00466

Runtime coverage analysis

Covered functions
747
Functions that are reachable but not covered
95
Reachable functions
129
Percentage of reachable functions covered
26.36%
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
FormBodyPartBuilderBuildFuzzer 1
com.code_intelligence.jazzer.api.FuzzedDataProvider 2
org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder 5
java.lang.Object 1
org.apache.hc.client5.http.entity.mime.Header 4
java.util.LinkedList 2
java.util.HashMap 2
org.apache.hc.core5.util.Args 5
java.util.Objects 1
org.apache.hc.client5.http.entity.mime.MimeField 3
java.util.Collections 1
java.lang.String 18
java.lang.StringLatin1 7
java.lang.StringUTF16 9
org.apache.hc.client5.http.entity.mime.Header$lambda_addField_0__1 2
java.util.Properties 1
java.util.ArrayList 5
java.util.AbstractList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.util.Asserts 2
org.apache.hc.core5.util.TextUtils 2
java.lang.AbstractStringBuilder:java.lang.StringBuffer:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 1
java.lang.StringBuffer 1
java.lang.AbstractStringBuilder 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 1
java.lang.Character 2
java.lang.CharacterData 1
java.lang.IllegalStateException 1
java.lang.StringBuilder 8
org.apache.hc.core5.http.message.BasicHeaderElementIterator 3
org.apache.hc.core5.http.message.AbstractHeaderElementIterator 4
org.apache.hc.core5.http.message.BasicTokenIterator 3
jdk.internal.module.ModuleBootstrap$2 2
java.nio.file.FileTreeIterator 2
org.apache.hc.core5.http.message.BasicListHeaderIterator 4
java.nio.file.Files$2 2
org.apache.hc.core5.http.message.BasicHeaderIterator 4
java.io.BufferedReader$1 2
org.apache.hc.core5.util.Tokenizer$Cursor 6
java.util.NoSuchElementException 2
java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
java.util.AbstractSequentialList 2
java.util.Vector 1
java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http.message.BufferedHeader 3
org.apache.hc.core5.http.message.ParserCursor 1
java.lang.IllegalArgumentException 1
java.util.Formatter 3
java.lang.Integer 2
java.lang.Number 1
org.apache.hc.core5.util.CharArrayBuffer 7
org.apache.hc.core5.util.Tokenizer 10
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
java.nio.CharBuffer 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_1__2 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_2__3 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_3__4 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer:org.apache.hc.core5.util.Tokenizer$Cursor 2
org.apache.hc.core5.http.message.BasicHeaderValueParser 3
org.apache.hc.core5.http.message.BasicNameValuePair 2
org.apache.hc.core5.http.message.TokenParser 2
org.apache.hc.client5.http.ssl.DistinguishedNameParser$InternalTokenParser 1
org.apache.hc.core5.http.message.BasicHeaderElement 3
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http2.hpack.HPackHeader 1
java.util.AbstractCollection 1
java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.client5.http.entity.mime.InputStreamBody 1
java.util.ArrayList:java.util.Collections 1
org.apache.hc.client5.http.entity.mime.AbstractContentBody 3
org.apache.hc.core5.http.ContentType 3
java.lang.Math 1
java.lang.System 1
java.lang.StringIndexOutOfBoundsException 1
org.apache.hc.core5.http.message.MessageSupport 1
org.apache.hc.core5.http.message.BasicHeaderValueFormatter 4
java.nio.charset.Charset 1
org.apache.hc.client5.http.entity.mime.ByteArrayBody 1
org.apache.hc.client5.http.entity.mime.FormBodyPart 1
org.apache.hc.client5.http.entity.mime.MultipartPart 1

Fuzzer: FileBodyWriteToFuzzer

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 36219 96.4%
gold [1:9] 1142 3.04%
yellow [10:29] 175 0.46%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.00%
All colors 37537 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
4229 25716 [org.apache.hc.core5.util.TimeValue].ofSeconds(long) call site: 25716
2334 15366 [org.apache.hc.client5.http.impl.auth.HttpAuthenticator].addAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext) call site: 15366
2192 22244 [org.apache.hc.core5.pool.PoolEntry].assignConnection(org.apache.hc.core5.io.ModalCloseable) call site: 22244
2019 31621 [org.apache.hc.client5.http.classic.methods.HttpUriRequestBase].setDependency(org.apache.hc.core5.concurrent.Cancellable) call site: 31621
1874 13486 [org.apache.hc.client5.http.impl.RequestSupport].extractPathPrefix(org.apache.hc.core5.http.HttpRequest) call site: 13486
1673 29946 [org.apache.hc.core5.util.Timeout].ofSeconds(long) call site: 29946
1408 18185 [org.apache.hc.client5.http.HttpHostConnectException]. (java.lang.String,org.apache.hc.core5.net.NamedEndpoint) call site: 18185
1158 19862 [org.apache.hc.core5.http.ContentType].getCharset(org.apache.hc.core5.http.ContentType,java.nio.charset.Charset) call site: 19862
1100 6609 [org.apache.hc.client5.http.HttpRoute].getHopCount() call site: 06609
981 8563 [org.apache.hc.core5.http.message.BufferedHeader]. (org.apache.hc.core5.util.CharArrayBuffer,boolean) call site: 08563
967 24541 [org.apache.hc.client5.http.HttpRoute]. (org.apache.hc.core5.http.HttpHost,org.apache.hc.core5.net.NamedEndpoint,java.net.InetAddress,boolean) call site: 24541
951 2943 [org.slf4j.LoggerFactory].getServiceLoader(java.lang.ClassLoader) call site: 02943

Runtime coverage analysis

Covered functions
747
Functions that are reachable but not covered
3338
Reachable functions
3537
Percentage of reachable functions covered
5.63%
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
FileBodyWriteToFuzzer 1
java.io.File 17
java.lang.String 57
java.lang.IllegalArgumentException 4
java.lang.StringBuilder 22
java.io.File$TempDirectory 2
java.lang.System 8
java.lang.SecurityManager 12
java.lang.SecurityException 1
java.io.IOException 4
java.io.FileWriter 1
java.io.Writer 5
java.io.OutputStreamWriter 5
org.apache.hc.client5.http.entity.mime.FileBody 2
org.apache.hc.client5.http.entity.mime.AbstractContentBody 1
java.lang.Object 7
org.apache.hc.core5.util.Args 15
java.util.Objects 8
java.lang.StringLatin1 20
java.lang.StringUTF16 28
java.lang.StringIndexOutOfBoundsException 2
java.io.ByteArrayOutputStream 6
java.io.FileInputStream 6
java.lang.Throwable 19
java.lang.NullPointerException 2
java.lang.RuntimeException 3
java.lang.Exception 3
sun.nio.fs.UnixException 2
java.util.ArrayList 19
java.util.AbstractList 8
java.util.concurrent.CopyOnWriteArrayList 15
java.util.LinkedList 18
java.util.Vector 16
java.io.FileInputStream:java.lang.ProcessImpl$DeferredCloseInputStream 2
org.apache.hc.core5.http2.impl.io.FrameOutputStream 6
java.nio.ByteBuffer 7
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection$1 7
org.apache.hc.core5.http.ConnectionClosedException 3
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection 14
org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy 3
java.lang.Math 5
org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection 10
org.apache.hc.core5.http.impl.io.BHttpConnectionBase 24
java.util.concurrent.atomic.AtomicReference 7
org.apache.hc.core5.http.impl.io.SocketHolder 10
org.apache.hc.client5.http.impl.io.LoggingInputStream 6
org.apache.hc.client5.http.entity.LazyDecompressingInputStream 7
org.apache.hc.core5.http.io.EofSensorInputStream 10
java.io.ObjectInputStream 4
java.util.jar.Manifest$FastInputStream 4
org.apache.hc.core5.http.impl.io.EmptyInputStream 5
java.io.BufferedInputStream 4
java.util.zip.ZipInputStream 3
org.apache.hc.core5.http.impl.io.ChunkedInputStream 10
org.apache.hc.core5.http.impl.io.SessionInputBufferImpl 12
java.io.PushbackInputStream 6
java.io.ObjectInputStream$BlockDataInputStream 4
org.apache.hc.core5.http.impl.io.ContentLengthInputStream 6
java.lang.ProcessBuilder$NullInputStream 2
java.lang.ProcessImpl$DeferredCloseInputStream 5
org.apache.hc.core5.http.impl.io.IdentityInputStream 5
org.apache.hc.core5.http.nio.support.classic.ContentInputStream 6
org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer 10
org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer 2
java.util.concurrent.locks.ReentrantLock 5
org.apache.hc.core5.http.impl.nio.ExpandableBuffer 13
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.io.ByteArrayInputStream 7
java.io.InputStream$1 6
java.io.FilterInputStream 6
org.apache.hc.core5.http.io.entity.EmptyInputStream 5
java.io.ObjectInputStream$PeekInputStream 4
java.util.zip.InflaterInputStream 5
java.io.InputStream 7
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy 12
org.apache.hc.client5.http.impl.classic.InternalExecRuntime 7
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$InternalConnectionEndpoint 5
org.apache.hc.client5.http.impl.ConnectionShutdownException 1
java.lang.IllegalStateException 4
org.apache.hc.core5.pool.PoolEntry 15
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$InternalConnectionEndpoint 5
java.util.concurrent.atomic.AtomicBoolean 6
org.slf4j.helpers.SubstituteLogger 28
org.slf4j.event.EventRecordingLogger 8
org.slf4j.helpers.LegacyAbstractLogger 1
org.slf4j.helpers.AbstractLogger 17
org.slf4j.helpers.NOPLogger 17
org.slf4j.event.SubstituteLoggingEvent 12
java.util.AbstractList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
java.lang.Thread 29
java.util.AbstractQueue:java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue 1
java.net.Socket 16
org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl 9
org.apache.hc.core5.util.ByteArrayBuffer 17
org.apache.hc.client5.http.impl.io.LoggingOutputStream 6
org.apache.hc.client5.http.impl.Wire 12
java.lang.ThreadLocal 4
jdk.internal.misc.TerminatingThreadLocal 4
java.util.concurrent.ConcurrentLinkedDeque 11
java.lang.Integer 17
org.apache.hc.core5.http.nio.support.classic.ContentOutputStream 6
org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer 10
java.io.InterruptedIOException 2
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer$1 6
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$1 6
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$DelayedOutputChannel 13
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$1 13
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer 34
java.util.concurrent.atomic.AtomicInteger 10
org.apache.hc.core5.reactor.InternalDataChannel 38
org.apache.hc.core5.reactor.ssl.SSLIOSession 51
org.apache.hc.client5.http.impl.async.LoggingIOSession 30
org.apache.hc.core5.reactor.IOSessionImpl 28
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 3
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock 3
javax.net.ssl.SSLHandshakeException 1
org.apache.hc.client5.http.impl.async.AsyncConnectExec$2 5
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1 7
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer 13
org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper 11
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$3 10
org.apache.hc.core5.http.nio.support.BasicRequestProducer 6
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer:org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1$1:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 10
org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer 5
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1$1 11
org.apache.hc.core5.http.nio.entity.FileEntityProducer 10
org.apache.hc.core5.http.nio.entity.PathEntityProducer 10
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2 4
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer 13
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1 4
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec 4
org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy 4
java.util.TreeMap$EntrySet 5
java.util.concurrent.ConcurrentHashMap$KeySetView 6
java.util.HashSet 11
java.util.TreeSet 8
java.util.TreeMap$KeySet 6
java.util.AbstractCollection 8
java.util.concurrent.ConcurrentHashMap$EntrySetView 6
org.apache.hc.core5.http.message.BasicHeaderElementIterator 6
org.apache.hc.core5.http.message.AbstractHeaderElementIterator 6
jdk.internal.module.ModuleBootstrap$2 2
java.nio.file.Files$2 2
org.apache.hc.core5.http.message.BasicTokenIterator 5
java.io.BufferedReader$1 2
org.apache.hc.core5.http.message.BasicListHeaderIterator 6
java.nio.file.FileTreeIterator 3
org.apache.hc.core5.http.message.BasicHeaderIterator 5
org.apache.hc.core5.util.Tokenizer$Cursor 7
java.util.NoSuchElementException 2
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.apache.hc.core5.http.message.BasicHeaderIterator:org.apache.hc.core5.http.message.BasicListHeaderIterator 1
java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader 2
java.util.AbstractSequentialList 4
org.apache.hc.core5.http.message.BufferedHeader 9
org.apache.hc.core5.http.message.ParserCursor 1
java.util.Formatter 5
java.lang.Number 1
org.apache.hc.core5.util.CharArrayBuffer 22
org.apache.hc.core5.util.Tokenizer 12
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
java.lang.StringBuffer 6
java.lang.AbstractStringBuilder 9
java.nio.CharBuffer 11
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_1__1 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_3__6 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_0__8 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_2__5 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer:org.apache.hc.core5.util.Tokenizer$Cursor 3
org.apache.hc.core5.util.TextUtils 8
java.lang.AbstractStringBuilder:java.lang.StringBuffer:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 1
java.lang.Character 18
java.lang.CharacterData 1
org.apache.hc.core5.http.message.BasicHeaderValueParser 3
org.apache.hc.core5.http.message.BasicNameValuePair 6
org.apache.hc.core5.http.message.TokenParser 2
org.apache.hc.client5.http.ssl.DistinguishedNameParser$InternalTokenParser 1
org.apache.hc.core5.http.message.BasicHeaderElement 5
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http2.hpack.HPackHeader 2
java.lang.Class 65
org.apache.hc.core5.concurrent.ComplexCancellable 4
java.util.concurrent.atomic.AtomicMarkableReference 4
org.apache.hc.client5.http.classic.methods.HttpUriRequestBase 4
org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution 3
org.apache.hc.core5.concurrent.BasicFuture 7
org.apache.hc.core5.http.message.HttpRequestWrapper 8
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.AbstractMessageWrapper:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.client5.http.classic.methods.HttpOptions 1
org.apache.hc.core5.http.message.BasicHttpRequest 20
org.apache.hc.core5.http.Method 4
java.lang.Enum 9
java.lang.ClassLoader 11
sun.reflect.misc.ReflectUtil 3
java.lang.reflect.Proxy 1
jdk.internal.ref.CleanerImpl$SoftCleanableRef 2
java.lang.UnsupportedOperationException 2
java.lang.ref.SoftReference 2
java.lang.Class$ReflectionData 1
java.lang.Class$Atomic 2
org.apache.hc.client5.http.config.ConnectionConfig 6
java.lang.CloneNotSupportedException 1
java.text.MessageFormat 3
sun.util.calendar.CalendarDate 4
java.util.zip.ZipEntry 7
sun.security.util.BitArray 4
java.text.Collator 2
java.util.Date 4
java.net.HttpCookie 4
java.util.Hashtable$Entry 6
org.apache.hc.client5.http.auth.KerberosConfig 5
java.text.DateFormatSymbols 3
java.lang.invoke.MemberName 5
java.util.Hashtable 18
java.util.Locale 5
java.util.jar.Attributes 15
java.util.Calendar 4
java.security.Signature 2
org.apache.hc.client5.http.RouteTracker 17
java.lang.ref.Reference 2
org.apache.hc.core5.http.message.BasicHeader 7
java.security.SignatureSpi 1
sun.text.normalizer.UCharacterIterator 1
java.util.jar.Manifest 4
java.util.Properties 20
java.util.ArrayDeque 12
org.apache.hc.client5.http.impl.cookie.BasicClientCookie 17
java.util.HashMap 18
java.util.IdentityHashMap 15
java.text.BreakIterator 1
java.text.NumberFormat 3
java.util.BitSet 5
org.apache.hc.client5.http.HttpRoute 17
java.util.EnumSet 1
java.text.DateFormat 3
java.util.AbstractMap 14
java.text.Format 1
java.util.TreeMap 11
org.apache.hc.client5.http.config.RequestConfig 15
org.apache.hc.client5.http.config.TlsConfig 8
java.security.MessageDigest 3
java.util.TimeZone 1
java.text.DecimalFormatSymbols 3
java.security.MessageDigestSpi 1
jdk.internal.reflect.Reflection 12
java.lang.reflect.Field 5
java.lang.reflect.Constructor 6
java.lang.reflect.Method 6
java.lang.reflect.Array 2
java.util.WeakHashMap 11
java.security.Provider 13
java.util.concurrent.ConcurrentHashMap 20
java.util.LinkedHashMap 7
java.lang.PublicMethods$MethodList 3
java.lang.NoSuchMethodException 1
java.util.StringJoiner 3
jdk.internal.reflect.ReflectionFactory 6
java.lang.reflect.Modifier 4
jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction 2
java.security.AccessController 5
java.lang.Class$3 2
java.lang.Class$EnclosingMethodInfo 3
java.lang.InternalError 2
java.lang.VirtualMachineError 3
org.slf4j.helpers.MessageFormatter 2
org.slf4j.helpers.NormalizedParameters 2
org.ietf.jgss.GSSException 7
java.net.URISyntaxException 3
java.nio.file.InvalidPathException 1
java.io.InvalidClassException 1
java.util.regex.PatternSyntaxException 1
java.nio.file.FileSystemException 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime 16
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$InternalConnectionEndpoint 9
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager 15
org.apache.hc.core5.pool.DefaultDisposalCallback 2
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandler 16
org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler 15
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer 39
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer 41
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer 17
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer 53
org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler 17
org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase 11
org.apache.hc.core5.util.Timeout 6
org.apache.hc.core5.util.TimeValue 23
java.lang.Long 15
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandler 16
org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler 15
org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler 16
org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler 15
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer 18
org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator 15
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection 19
org.apache.hc.core5.http2.impl.nio.ServerH2IOEventHandler 16
org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection 16
java.util.concurrent.TimeUnit 3
org.apache.hc.core5.io.Closer 3
org.apache.hc.core5.http.message.BasicClassicHttpResponse 6
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager 8
org.apache.hc.client5.http.impl.nio.H2SharingConnPool 9
org.apache.hc.core5.pool.StrictConnPool 12
java.util.concurrent.ConcurrentLinkedQueue 8
org.apache.hc.core5.pool.StrictConnPool$LeaseRequest 10
org.apache.hc.core5.concurrent.ComplexFuture 7
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1 6
org.apache.hc.client5.http.impl.async.AsyncConnectExec$1 4
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2 4
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient 3
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime 16
java.lang.ClassCastException 2
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$DynamicBuffer 4
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$StaticBuffer 4
java.io.UncheckedIOException 2
java.lang.reflect.UndeclaredThrowableException 2
javax.net.ssl.SSLException 2
javax.net.ssl.SSLEngineResult 4
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$BootstrapMessageLoggerTask 2
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2 4
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester 2
org.apache.hc.core5.net.URIAuthority 16
org.apache.hc.core5.net.Host 11
org.apache.hc.core5.http.HttpHost 12
org.apache.hc.core5.reactor.EndpointParameters 6
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1 6
org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator 1
org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$1 5
org.apache.hc.core5.reactor.AbstractIOReactorBase 1
org.apache.hc.core5.reactor.DefaultListeningIOReactor 6
org.apache.hc.core5.reactor.MultiCoreIOReactor 7
org.apache.hc.core5.reactor.DefaultConnectingIOReactor 6
org.apache.hc.core5.reactor.IOReactorShutdownException 1
org.apache.hc.core5.reactor.IOWorkerSelectors$GenericSelector 1
org.apache.hc.core5.reactor.IOWorkerSelectors$PowerOfTwoSelector 1
org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor 9
org.apache.hc.core5.reactor.SingleCoreIOReactor 17
org.apache.hc.core5.reactor.IOSessionRequest 9
java.net.InetSocketAddress 10
java.util.AbstractQueue 2
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester 6
org.apache.hc.core5.http.impl.bootstrap.AsyncServer 5
org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase 1
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester:org.apache.hc.core5.http.impl.bootstrap.AsyncServer 1
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler$1 4
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 15
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$3 5
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1$1 12
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler 17
org.apache.hc.client5.http.impl.async.AsyncConnectExec$6 12
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1$1 12
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1 11
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler:org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler 1
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1 10
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter$1 5
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer 12
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler 9
org.apache.hc.core5.http.nio.support.BasicRequestConsumer 6
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 1
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer 3
org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer 4
org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer 6
org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer 5
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 1
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer 6
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer 6
org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 5
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 6
org.apache.hc.core5.http.nio.support.BasicResponseProducer 9
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer 12
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator 9
org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler 11
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler 8
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec$1 11
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1 12
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2$1 12
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$InternalAsyncClientEndpoint 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient 4
org.apache.hc.client5.http.impl.ConnPoolSupport 2
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager 7
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$Endpoint 2
org.apache.hc.core5.http.io.entity.HttpEntities$2$lambda_getTrailers_0__21 3
org.apache.hc.core5.http.io.entity.HttpEntities$2 5
java.util.Arrays 10
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$lambda_getTrailers_0__20 3
org.apache.hc.core5.util.Deadline 12
org.apache.hc.core5.pool.StrictConnPool$lambda_getPool_0__27 3
java.util.Map 3
org.apache.hc.core5.pool.StrictConnPool$PerRoutePool 11
org.apache.hc.core5.util.Asserts 3
org.apache.hc.core5.util.DeadlineTimeoutException 2
java.util.concurrent.TimeoutException 1
java.time.Instant 12
java.time.format.DateTimeFormatter 3
java.net.URL 12
java.lang.invoke.StringConcatFactory$Key 2
java.security.CodeSigner 3
sun.util.locale.LocaleExtensions 3
java.nio.LongBuffer 3
java.time.ZonedDateTime 4
java.lang.invoke.LambdaForm$NamedFunction 3
java.nio.DoubleBuffer 3
java.time.zone.ZoneOffsetTransition 3
org.apache.hc.core5.http.impl.routing.PathRoute 3
java.security.BasicPermission 3
jdk.internal.module.ServicesCatalog$ServiceProvider 2
java.lang.Character$Subset 3
org.apache.hc.client5.http.auth.UsernamePasswordCredentials 7
java.time.ZoneOffset 3
javax.crypto.spec.SecretKeySpec 3
sun.nio.fs.UnixPath 7
java.nio.charset.Charset 7
java.lang.invoke.StringConcatFactory$Recipe 2
java.time.OffsetTime 3
org.apache.hc.client5.http.auth.BearerToken 3
org.slf4j.helpers.BasicMarker 6
javax.security.auth.x500.X500Principal 3
org.apache.hc.client5.http.auth.AuthScope 12
java.security.AllPermission 3
java.time.OffsetDateTime 3
java.lang.module.ModuleDescriptor$Opens 5
java.net.Inet4Address 4
java.security.AccessControlContext 2
org.ietf.jgss.Oid 4
sun.security.util.ObjectIdentifier 4
java.security.cert.CertPath 3
java.security.cert.Certificate 2
java.util.TreeMap$Entry 5
sun.security.x509.X500Name 3
java.util.Optional 8
java.lang.Short 5
org.apache.hc.client5.http.validator.ETag 10
java.time.ZoneId 4
sun.util.locale.BaseLocale$Key 2
java.time.LocalDateTime 3
org.apache.hc.client5.http.auth.BasicUserPrincipal 4
java.time.zone.ZoneOffsetTransitionRule 3
java.nio.file.attribute.FileTime 3
java.lang.invoke.ClassSpecializer$SpeciesData 3
java.lang.invoke.MethodType 3
java.time.LocalDate 3
java.lang.ProcessBuilder$Redirect 2
java.util.concurrent.ConcurrentHashMap$Node 5
java.lang.Thread$WeakClassKey 3
sun.util.calendar.Era 3
java.math.BigDecimal 3
java.lang.module.ModuleDescriptor$Exports 3
java.time.LocalTime 3
org.apache.hc.client5.http.auth.NTUserPrincipal 5
java.lang.module.ResolvedModule 3
java.security.Timestamp 3
java.text.AttributedCharacterIterator$Attribute 3
java.time.Duration 3
sun.security.x509.RDN 3
java.util.PropertyPermission 3
sun.security.x509.AVA 3
java.util.WeakHashMap$Entry 5
java.lang.module.ModuleDescriptor$Version 3
java.lang.Double 9
java.lang.Float 8
java.net.URI 23
java.nio.IntBuffer 3
java.util.OptionalInt 3
java.text.FieldPosition 3
java.lang.invoke.LambdaForm 3
java.net.InetAddress 10
sun.security.util.DerInputBuffer 2
sun.security.jgss.GSSNameImpl 4
org.ietf.jgss.ChannelBinding 2
java.net.Inet6Address 4
java.math.MathContext 3
java.net.InterfaceAddress 3
jdk.internal.loader.AbstractClassLoaderValue$Sub 3
java.time.Period 3
java.time.chrono.AbstractChronology 3
sun.security.jgss.ProviderList$PreferencesEntry 3
java.lang.StackTraceElement 4
org.slf4j.event.KeyValuePair 3
java.net.Proxy 5
sun.nio.fs.UnixFileStore 3
java.net.Inet6Address$Inet6AddressHolder 2
java.time.Clock 2
org.apache.hc.core5.http.ProtocolVersion 12
jdk.internal.jimage.ImageReader$Node 4
java.time.zone.ZoneRules 3
java.lang.module.ModuleDescriptor 7
java.lang.invoke.LambdaForm$Name 3
java.net.SocketPermission 3
java.lang.Runtime$Version 3
javax.security.cert.Certificate 2
java.net.InetSocketAddress$InetSocketAddressHolder 3
java.time.temporal.ValueRange 3
java.nio.ShortBuffer 3
java.util.jar.Attributes$Name 3
java.lang.invoke.StringConcatFactory$RecipeElement 2
jdk.internal.org.objectweb.asm.Handle 3
jdk.internal.org.objectweb.asm.Type 5
jdk.internal.module.IllegalAccessLogger$Usage 2
javax.security.auth.Subject 3
java.text.ParsePosition 3
javax.crypto.CryptoPermission 4
org.apache.hc.client5.http.auth.NTCredentials 13
java.io.FilePermission 3
java.nio.FloatBuffer 3
java.security.Provider$ServiceKey 2
jdk.internal.module.ModuleHashes 4
java.util.stream.Collectors$Partition 1
java.util.HashMap$Node 5
java.lang.invoke.LambdaFormEditor$Transform 3
java.util.OptionalDouble 3
java.lang.module.ModuleDescriptor$Provides 3
java.lang.ProcessHandleImpl 3
java.security.CodeSource 4
sun.nio.ch.FileKey 2
java.util.OptionalLong 3
jdk.internal.module.ModuleReferenceImpl 5
java.lang.module.ModuleReference 1
java.util.zip.ZipFile$Source$Key 2
java.net.NetworkInterface 3
sun.util.locale.BaseLocale 3
org.apache.hc.client5.http.impl.auth.BasicAuthCache$Key 4
java.util.ResourceBundle$CacheKey 3
java.time.format.DecimalStyle 3
sun.security.jgss.GSSCredentialImpl 3
sun.security.util.DerValue 3
java.lang.module.ModuleDescriptor$Requires 3
jdk.internal.misc.Signal 3
java.lang.Boolean 6
java.lang.reflect.Parameter 3
java.util.AbstractSet 2
java.lang.Byte 5
java.math.BigInteger 5
java.util.Iterator 1
java.util.concurrent.ConcurrentHashMap$CollectionView 4
org.apache.hc.core5.pool.LaxConnPool 7
org.apache.hc.core5.pool.LaxConnPool$PerRoutePool 15
java.util.concurrent.atomic.AtomicLong 8
org.apache.hc.core5.pool.LaxConnPool$LeaseRequest 6
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1 3
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool 6
org.apache.hc.core5.http.URIScheme 3
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1$1 3
org.apache.hc.core5.concurrent.CallbackContribution 3
org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy 2
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy 3
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_0__40 3
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_1__41 2
javax.net.ssl.SSLContext 2
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer 2
org.apache.hc.core5.reactor.ssl.SSLIOSession$1 7
org.apache.hc.core5.reactor.InternalDataChannel$1 3
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionStart__53 3
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionEnd__54 3
org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator 2
org.slf4j.LoggerFactory 26
org.slf4j.helpers.NOP_FallbackServiceProvider 3
org.slf4j.helpers.SubstituteServiceProvider 4
org.slf4j.helpers.Reporter 7
java.io.PrintStream 7
java.lang.Throwable$WrappedPrintStream 3
java.util.Collections 7
java.lang.Throwable$WrappedPrintWriter 2
java.lang.AssertionError 5
java.lang.Error 2
java.lang.reflect.InvocationTargetException 2
java.security.PrivilegedActionException 3
java.lang.ClassNotFoundException 1
java.lang.ExceptionInInitializerError 1
java.util.ServiceLoader 4
org.slf4j.LoggerFactory$lambda_getServiceLoader_0__2 3
jdk.internal.reflect.ClassDefiner$1 2
jdk.internal.reflect.DelegatingClassLoader 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$1 1
jdk.internal.misc.InnocuousThread 8
java.lang.ThreadGroup 7
java.lang.ref.ReferenceQueue 2
java.lang.Thread$1 2
jdk.internal.misc.Unsafe 9
jdk.internal.misc.InnocuousThread$1 2
jdk.internal.loader.BootLoader$PackageHelper$1 1
java.nio.file.Path 2
java.nio.file.Files 9
sun.nio.fs.UnixFileSystem 3
sun.nio.fs.AbstractFileSystemProvider 1
sun.nio.fs.UnixFileSystemProvider 3
sun.nio.fs.LinuxFileSystemProvider 1
jdk.internal.logger.BootstrapLogger$DetectBackend$1 1
jdk.internal.loader.BuiltinClassLoader$4 1
jdk.internal.loader.URLClassPath 9
sun.net.util.URLUtil 1
jdk.internal.loader.URLClassPath$3 2
jdk.internal.loader.URLClassPath$FileLoader 3
jdk.internal.loader.URLClassPath$Loader 6
sun.net.www.ParseUtil 2
jdk.internal.loader.URLClassPath$JarLoader 18
jdk.internal.loader.URLClassPath$JarLoader$1 2
jdk.internal.loader.FileURLMapper 3
java.io.FileNotFoundException 1
java.util.zip.ZipFile 2
java.util.jar.JarFile 8
jdk.internal.util.jar.JarIndex 9
java.io.BufferedReader 10
java.io.Reader 2
java.io.InputStreamReader 4
java.lang.IndexOutOfBoundsException 2
sun.nio.cs.StreamDecoder 3
jdk.internal.misc.SharedSecrets 1
java.util.StringTokenizer 7
java.util.jar.JarEntry 2
java.util.jar.JarFile$JarFileEntry 3
java.security.Permission 2
jdk.internal.loader.URLClassPath$JarLoader$2 8
jdk.internal.loader.Resource 6
jdk.internal.loader.URLClassPath$JarLoader$3 2
jdk.internal.loader.URLClassPath$1 4
jdk.internal.loader.URLClassPath$FileLoader$1 5
jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 6
jdk.internal.module.ModulePatcher$JarResourceFinder$1 6
jdk.internal.module.ModulePatcher$PatchedModuleReader$1 6
jdk.internal.loader.URLClassPath$Loader$1 5
org.apache.hc.core5.http.StreamClosedException 1
org.apache.hc.core5.http.MalformedChunkCodingException 2
org.apache.hc.core5.http.MessageConstraintException 1
org.apache.hc.core5.http.HttpException 4
java.nio.charset.CoderResult 5
java.util.jar.JarInputStream 3
java.util.zip.GZIPInputStream 3
java.io.DataInputStream 2
org.apache.hc.core5.http.TruncatedChunkException 1
org.apache.hc.client5.http.entity.DeflateInputStreamFactory 1
org.apache.hc.client5.http.entity.DeflateInputStream 1
java.util.zip.ZipException 1
org.apache.hc.client5.http.entity.DeflateInputStream$DeflateStream 3
java.util.zip.Inflater 2
org.apache.hc.client5.http.entity.BrotliInputStreamFactory 1
org.brotli.dec.BrotliInputStream 1
org.apache.hc.client5.http.entity.GZIPInputStreamFactory 1
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer$CapacityWindow 6
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2StreamChannelImpl 22
org.apache.hc.core5.http2.frame.FrameFactory 7
org.apache.hc.core5.http2.frame.RawFrame 5
org.apache.hc.core5.http2.frame.Frame 6
org.apache.hc.core5.http2.frame.FrameType 2
org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer 6
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$2 10
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter 6
org.apache.hc.client5.http.impl.async.LogAppendable 5
org.apache.hc.core5.http2.frame.FramePrinter 4
java.io.PrintWriter 8
org.apache.hc.core5.net.InetAddressUtils 7
java.net.ServerSocket 7
java.lang.Package 4
jdk.internal.math.FDBigInteger 26
org.apache.hc.client5.http.impl.auth.GGSSchemeBase 9
org.apache.hc.client5.http.impl.auth.KerberosScheme 4
org.apache.hc.client5.http.impl.auth.SPNegoScheme 4
org.apache.hc.core5.util.LangUtils 3
javax.security.auth.x500.X500Principal:sun.security.x509.X500Name 1
java.lang.StringCoding 4
java.io.FilePermission:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.invoke.StringConcatFactory$Key:java.lang.invoke.StringConcatFactory$Recipe:java.lang.invoke.StringConcatFactory$RecipeElement:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InetSocketAddress:java.net.InetSocketAddress$InetSocketAddressHolder:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.TreeMap$Entry:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.crypto.spec.SecretKeySpec:javax.security.auth.Subject:javax.security.auth.x500.X500Principal:javax.security.cert.Certificate:jdk.internal.misc.Signal:jdk.internal.org.objectweb.asm.Type:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.security.jgss.GSSCredentialImpl:sun.security.jgss.GSSNameImpl:sun.security.jgss.ProviderList$PreferencesEntry:sun.security.util.BitArray:sun.security.util.DerInputBuffer:sun.security.util.DerValue:sun.security.util.ObjectIdentifier:sun.security.x509.AVA:sun.security.x509.RDN:sun.security.x509.X500Name:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.BaseLocale$Key:sun.util.locale.LocaleExtensions 1
java.io.FilePermission:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.invoke.StringConcatFactory$Key:java.lang.invoke.StringConcatFactory$Recipe:java.lang.invoke.StringConcatFactory$RecipeElement:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InetSocketAddress:java.net.InetSocketAddress$InetSocketAddressHolder:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.TreeMap$Entry:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.crypto.spec.SecretKeySpec:javax.security.auth.Subject:javax.security.auth.x500.X500Principal:javax.security.cert.Certificate:jdk.internal.misc.Signal:jdk.internal.org.objectweb.asm.Type:org.apache.hc.core5.util.LangUtils:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.security.jgss.GSSCredentialImpl:sun.security.jgss.GSSNameImpl:sun.security.jgss.ProviderList$PreferencesEntry:sun.security.util.BitArray:sun.security.util.DerInputBuffer:sun.security.util.DerValue:sun.security.util.ObjectIdentifier:sun.security.x509.AVA:sun.security.x509.RDN:sun.security.x509.X500Name:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.BaseLocale$Key:sun.util.locale.LocaleExtensions 1
java.net.SocketImpl 1
jdk.internal.module.ModuleResolution 1
org.apache.hc.core5.http.nio.support.AsyncPushBuilder 2
org.apache.hc.core5.http.support.AbstractResponseBuilder 3
org.apache.hc.core5.http.support.AbstractMessageBuilder 6
org.apache.hc.core5.http.message.HeaderGroup 15
java.nio.ByteOrder 2
java.lang.invoke.SerializedLambda 1
org.apache.hc.client5.http.ssl.SubjectName 1
org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder 4
org.apache.hc.core5.http.impl.nio.AbstractContentEncoder 10
org.apache.hc.core5.http.protocol.UriRegexMatcher 2
sun.security.util.LazyCodeSourcePermissionCollection 1
java.nio.channels.FileChannel$MapMode 1
org.apache.hc.core5.http.impl.nio.ChunkEncoder 5
java.security.AlgorithmParameters 1
java.time.temporal.ChronoUnit 1
java.lang.ProcessBuilder$Redirect$5 1
org.apache.hc.client5.http.impl.auth.BearerScheme 12
org.apache.hc.core5.http.impl.routing.RequestRouter$Entry 1
org.apache.hc.core5.http.impl.nio.ChunkDecoder 7
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics 1
java.lang.ProcessImpl 1
jdk.internal.org.objectweb.asm.Label 1
java.lang.Module 4
org.apache.hc.core5.http.config.CharCodingConfig 4
java.time.format.DateTimeFormatterBuilder$NumberPrinterParser 1
org.apache.hc.core5.http.Message 4
org.apache.hc.client5.http.auth.AuthExchange 10
org.apache.hc.core5.http2.config.H2Setting 4
org.apache.hc.core5.http.support.BasicResponseBuilder 2
jdk.internal.math.FloatingDecimal 6
jdk.internal.math.FloatingDecimal$BinaryToASCIIBuffer 8
jdk.internal.math.FloatingDecimal$ExceptionalBinaryToASCIIBuffer 1
java.lang.ProcessBuilder$RedirectPipeImpl 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler 18
org.apache.hc.core5.http.config.Registry 2
java.security.Provider:java.util.AbstractMap:java.util.Hashtable:java.util.Properties:java.util.concurrent.ConcurrentHashMap 1
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2Stream 27
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler 16
org.apache.hc.core5.http.nio.support.AsyncRequestBuilder 5
org.apache.hc.core5.http.support.AbstractRequestBuilder 15
java.util.Collection 1
jdk.internal.module.ModuleHashes$lambda_toString_1__17 3
java.util.Map$Entry 1
org.apache.hc.core5.http.impl.routing.UriPathRouter 4
java.util.AbstractCollection:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler 22
org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder 3
java.util.regex.Pattern 2
java.util.regex.Matcher 3
java.net.IDN 2
org.slf4j.helpers.MarkerIgnoringBase 2
org.apache.hc.client5.http.async.methods.SimpleRequestBuilder 5
org.apache.hc.core5.http.impl.nio.IdentityDecoder 3
org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler 12
org.apache.hc.client5.http.impl.async.AsyncExecChainElement 1
java.nio.charset.CodingErrorAction 1
org.apache.hc.core5.http.io.support.HttpServerFilterChainElement 2
java.lang.ProcessBuilder$Redirect$6 1
sun.security.util.JarConstraintsParameters 1
sun.util.locale.Extension 1
org.apache.hc.client5.http.protocol.HttpClientContext$Delegate 32
org.apache.hc.core5.http.protocol.HttpCoreContext$Delegate 14
org.apache.hc.core5.http.protocol.BasicHttpContext 5
org.apache.hc.core5.http.protocol.HttpCoreContext 16
java.util.concurrent.LinkedBlockingQueue 7
java.util.concurrent.SynchronousQueue 6
java.util.concurrent.locks.ReentrantReadWriteLock 3
org.apache.hc.core5.http.ContentType 10
org.apache.hc.core5.http.message.MessageSupport 16
org.apache.hc.core5.http.message.BasicHeaderValueFormatter 4
java.io.ObjectStreamField 1
org.apache.hc.core5.http2.ssl.ApplicationProtocol 1
org.apache.hc.core5.http.config.RegistryBuilder 1
java.lang.module.Configuration 1
org.apache.hc.core5.http2.hpack.HPackHeader 7
java.lang.invoke.MethodHandleImpl$LoopClauses 1
org.apache.hc.core5.reactor.AbstractIOSessionPool 7
java.security.ProtectionDomain 1
org.apache.hc.core5.http.support.BasicRequestBuilder 11
org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec 2
org.apache.hc.core5.http2.config.H2Config 10
java.lang.ProcessBuilder$Redirect$1 1
org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider 2
org.apache.hc.client5.http.impl.auth.BasicScheme 14
java.lang.ModuleLayer 1
org.apache.hc.core5.http.io.support.ClassicResponseBuilder 2
java.util.concurrent.ThreadPoolExecutor 5
org.apache.hc.core5.http.nio.support.AsyncResponseBuilder 6
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$2 4
java.time.format.Parsed 1
org.apache.hc.client5.http.impl.auth.FixedCredentialsProvider 2
java.util.AbstractCollection:java.util.concurrent.ConcurrentHashMap$CollectionView 1
java.nio.channels.FileLock 1
org.apache.hc.core5.http2.hpack.FifoLinkedList$InternalNode 11
java.security.Provider$Service 1
org.apache.hc.core5.http.protocol.UriPatternMatcher 3
org.apache.hc.core5.http.message.AbstractMessageWrapper 18
org.apache.hc.client5.http.impl.classic.CloseableHttpResponse 24
org.apache.hc.core5.http.message.BasicHttpResponse 12
jdk.internal.jmod.JmodFile$Entry 4
jdk.internal.jmod.JmodFile$Section 1
org.apache.hc.core5.reactor.InternalConnectChannel 8
java.io.ObjectOutputStream$DebugTraceInfoStack 1
org.apache.hc.core5.http.io.entity.HttpEntityWrapper 12
java.security.PermissionCollection 1
org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask 2
org.apache.hc.client5.http.async.methods.SimpleBody 3
org.apache.hc.client5.http.impl.auth.BasicScheme$State 2
org.apache.hc.client5.http.entity.mime.Header 3
sun.security.jgss.GSSCaller 1
java.util.concurrent.CompletableFuture 2
org.apache.hc.client5.http.impl.auth.BasicAuthCache 7
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$1 3
org.apache.hc.core5.reactor.ssl.TlsDetails 4
org.apache.hc.client5.http.ssl.NoopHostnameVerifier 1
java.time.format.DateTimePrintContext 1
java.util.concurrent.ConcurrentHashMap$ValuesView 2
org.apache.hc.core5.pool.PoolStats 6
java.io.ObjectStreamClass 1
java.time.format.DateTimeParseContext 1
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement 2
org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher 3
sun.net.www.MessageHeader 1
org.apache.hc.core5.net.URIBuilder 26
org.apache.hc.core5.net.PercentCodec 7
java.nio.Buffer:java.nio.CharBuffer 1
java.lang.invoke.MethodHandles$Lookup 1
org.apache.hc.client5.http.impl.auth.AuthChallengeParser$ChallengeInt 2
org.apache.hc.core5.http.config.NamedElementChain$Node 1
org.apache.hc.core5.http.nio.command.ShutdownCommand 5
java.time.format.DateTimeFormatterBuilder$CompositePrinterParser 1
org.apache.hc.client5.http.cookie.BasicCookieStore 4
org.apache.hc.client5.http.cookie.CookieOrigin 4
org.apache.hc.client5.http.impl.auth.DigestScheme 14
java.math.MutableBigInteger 1
org.apache.hc.core5.http.message.RequestLine 6
jdk.internal.org.objectweb.asm.TypePath 4
org.apache.hc.client5.http.impl.auth.BearerScheme$State 2
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler 17
org.apache.hc.core5.http.io.entity.AbstractHttpEntity 10
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream 7
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.client5.http.EndpointInfo 4
org.apache.hc.core5.http.impl.nio.IdentityEncoder 3
org.apache.hc.client5.http.impl.classic.RequestEntityProxy 12
org.apache.hc.client5.http.entity.mime.MimeField 6
org.apache.hc.client5.http.entity.mime.MimeField$lambda_getBody_0__25 3
org.apache.hc.client5.http.utils.ByteArrayBuilder 13
java.lang.StackFrameInfo 1
sun.reflect.annotation.TypeAnnotation 1
java.io.StringWriter 7
org.apache.hc.core5.ssl.PrivateKeyDetails 1
java.lang.StringBuilder:java.util.Arrays 1
java.util.Currency 1
javax.security.auth.x500.X500Principal:org.apache.hc.client5.http.auth.NTUserPrincipal:sun.security.x509.X500Name 1
java.util.IntSummaryStatistics 1
org.slf4j.event.Level 2
sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo 1
jdk.internal.perf.PerfCounter 2
java.util.concurrent.locks.AbstractQueuedSynchronizer 1
org.apache.hc.core5.http.impl.routing.RequestRouter$SingleAuthorityResolver 3
jdk.internal.misc.Signal$NativeHandler 2
org.apache.hc.client5.http.impl.auth.NTLMScheme 10
org.apache.hc.core5.http.config.Http1Config 9
org.apache.hc.core5.http.message.StatusLine 6
org.apache.hc.core5.http.io.SocketConfig 10
org.apache.hc.core5.reactor.ListenerEndpointImpl 4
org.apache.hc.core5.ssl.SSLContextBuilder 1
org.apache.hc.core5.http.io.support.ClassicRequestBuilder 5
org.apache.hc.client5.http.impl.classic.ExecChainElement 1
org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider 2
java.util.DoubleSummaryStatistics 1
org.apache.hc.core5.util.VersionInfo 1
org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec 2
java.lang.invoke.MethodTypeForm 1
java.security.SecureRandom 3
org.apache.hc.core5.reactor.IOReactorConfig 16
org.apache.hc.client5.http.async.methods.SimpleResponseBuilder 2
java.lang.invoke.Invokers 1
org.apache.hc.core5.http.EndpointDetails 4
java.util.concurrent.FutureTask 3
java.util.concurrent.ForkJoinPool 3
java.lang.ProcessBuilder$Redirect$2 1
org.apache.hc.client5.http.auth.AuthChallenge 5
java.util.LongSummaryStatistics 1
java.lang.ProcessBuilder$Redirect$3 1
org.apache.hc.core5.http.impl.io.IncomingHttpEntity 12
java.lang.ProcessBuilder$Redirect$4 1
sun.reflect.annotation.AnnotationType 3
java.util.EventObject 1
java.lang.invoke.MethodHandle 1
java.net.URLConnection 1
org.apache.hc.core5.http2.hpack.HuffmanNode 5
java.security.SecureRandomSpi 1
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics$DurationCounter 3
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler 15
java.time.temporal.ChronoField 1
org.apache.hc.core5.reactor.ChannelEntry 2
sun.nio.cs.StreamEncoder 4
java.io.BufferedWriter 7
java.io.OutputStreamWriter:java.io.StringWriter:sun.nio.cs.StreamEncoder 1
java.io.OutputStreamWriter:java.io.PrintStream:java.io.StringWriter:java.io.Writer:java.lang.AbstractStringBuilder:java.lang.Enum:java.lang.StringBuilder:java.nio.CharBuffer 1
org.apache.hc.core5.http2.config.H2Param 1
org.apache.hc.core5.http2.H2Error 2
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter$1 10
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter 5
java.nio.channels.DatagramChannel:java.nio.channels.FileChannel:java.nio.channels.SocketChannel 1
java.nio.channels.ClosedChannelException 1
org.apache.hc.core5.reactor.IOSessionImpl:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http.impl.BasicHttpTransportMetrics 2
org.apache.hc.core5.http2.impl.BasicH2TransportMetrics 2
java.lang.ArithmeticException 1
org.apache.hc.core5.http.io.entity.ByteBufferEntity$1 3
org.apache.hc.core5.http.io.entity.ByteBufferEntity 5
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1$1 4
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1 7
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$PoolEntryHolder 3
org.apache.hc.core5.http.impl.bootstrap.HttpRequester 7
org.apache.hc.core5.http.impl.io.HttpRequestExecutor 1
org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy 1
org.apache.hc.core5.http.message.HttpResponseWrapper 3
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse 1
org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse 2
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse 1
java.lang.NumberFormatException 2
org.apache.hc.core5.http.impl.NoConnectionReuseStrategy 1
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$1 4
org.apache.hc.core5.http.io.entity.BufferedHttpEntity 6
org.apache.hc.client5.http.entity.mime.MultipartFormEntity 11
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.core5.http.io.entity.FileEntity 4
org.apache.hc.core5.http.io.entity.StringEntity 7
org.apache.hc.client5.http.entity.GzipCompressingEntity 5
org.apache.hc.core5.http.io.entity.HttpEntities$1 4
org.apache.hc.core5.http.io.entity.NullEntity 10
org.apache.hc.core5.http.ContentTooLongException 1
org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat 10
org.apache.hc.core5.http.impl.io.ContentLengthOutputStream 6
java.util.zip.GZIPOutputStream 2
java.io.BufferedOutputStream 3
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2 6
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 6
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1 3
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1$1 3
org.apache.hc.core5.http.UnsupportedHttpVersionException 1
org.apache.hc.core5.http.ProtocolException 3
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 2
org.apache.hc.core5.http.protocol.DefaultHttpProcessor 2
org.apache.hc.core5.http2.protocol.H2ResponseConformance 1
org.apache.hc.core5.http.protocol.ResponseContent 1
org.apache.hc.core5.http.io.entity.PathEntity 4
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 2
org.apache.hc.core5.http.impl.BasicEntityDetails 5
org.apache.hc.client5.http.entity.DecompressingEntity 5
org.apache.hc.core5.http.io.entity.ByteArrayEntity 5
org.apache.hc.core5.http.io.entity.EntityTemplate 5
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3 4
org.apache.hc.core5.http.io.entity.BasicHttpEntity 4
org.apache.hc.core5.http.io.entity.InputStreamEntity 5
org.apache.hc.core5.http.impl.IncomingEntityDetails 6
org.apache.hc.core5.http.io.entity.SerializableEntity 5
org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$1 5
java.util.LinkedHashSet 1
org.apache.hc.core5.http.message.MessageSupport$add__7 3
java.util.AbstractCollection:java.util.HashSet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
java.util.stream.Collectors$1OptionalBox 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2 2
org.apache.hc.core5.http.ParseException 3
java.lang.AbstractStringBuilder:java.lang.StringBuilder 2
org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http2.protocol.H2ResponseContent 1
org.apache.hc.core5.http2.protocol.H2ResponseConnControl 1
org.apache.hc.core5.http.protocol.ResponseConnControl 1
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 4
org.apache.hc.core5.http.protocol.ResponseServer 1
org.apache.hc.client5.http.protocol.ResponseProcessCookies 3
org.apache.hc.client5.http.protocol.HttpClientContext 23
org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 4
org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec 3
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec 9
org.apache.hc.client5.http.cookie.MalformedCookieException 1
org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler 3
java.time.Month 1
java.time.chrono.ChronoZonedDateTime 1
org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler 2
org.apache.hc.client5.http.utils.DateUtils 3
org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler 1
org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter 7
org.apache.hc.client5.http.impl.cookie.BasicSecureHandler 2
org.apache.hc.client5.http.impl.cookie.BasicDomainHandler 4
org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler 3
org.apache.hc.client5.http.impl.cookie.BasicPathHandler 5
org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler 1
org.apache.hc.client5.http.impl.cookie.CookieSpecBase 2
org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec 1
org.apache.hc.client5.http.cookie.CookieRestrictionViolationException 1
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler:org.apache.hc.client5.http.impl.cookie.BasicPathHandler:org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$1 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$1 2
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler 3
org.apache.hc.core5.http.protocol.ResponseDate 1
org.apache.hc.core5.http.protocol.HttpDateGenerator 1
org.apache.hc.client5.http.protocol.NextNonceInterceptor 2
org.apache.hc.core5.http.protocol.ResponseConformance 1
org.apache.hc.core5.http.message.StatusLine$StatusClass 1
org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog 1
org.apache.hc.core5.http.impl.nio.AbstractMessageWriter 5
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriter 4
org.apache.hc.core5.http.message.BasicLineFormatter 4
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriter 4
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.impl.nio.AbstractMessageWriter:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl 9
java.nio.BufferOverflowException 1
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader:org.apache.hc.core5.util.CharArrayBuffer 1
org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics 3
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy 2
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy$lambda_determineLength_0__9 3
org.apache.hc.core5.http.NotImplementedException 1
org.apache.hc.core5.http.LengthRequiredException 1
org.apache.hc.core5.http.impl.nio.ExpandableBuffer:org.apache.hc.core5.reactor.IOSessionImpl:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer$1 12
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest 2
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
org.apache.hc.core5.http2.nio.command.PingCommand 3
org.apache.hc.core5.http2.nio.support.BasicPingHandler 5
org.apache.hc.client5.http.impl.async.LoggingExceptionCallback 2
java.io.InvalidClassException:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.util.regex.PatternSyntaxException:org.slf4j.helpers.NOPLogger:sun.nio.fs.UnixException 1
org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler 2
org.apache.hc.core5.http.ssl.TLS 5
javax.net.ssl.SSLParameters 6
org.apache.hc.core5.http.ssl.TlsCiphers 4
org.apache.hc.core5.http.nio.command.ShutdownCommand$lambda_createIOSessionCallback_0__3 1
org.apache.hc.core5.http.nio.command.RequestExecutionCommand 8
org.apache.hc.core5.http.RequestNotExecutedException 1
org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler 7
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer 6
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler 6
org.apache.hc.core5.http.nio.support.BasicResponseConsumer 7
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime:org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime 1
org.apache.hc.client5.http.impl.async.AsyncConnectExec$4 5
org.apache.hc.client5.http.impl.async.AsyncProtocolExec$1 5
org.apache.hc.client5.http.impl.auth.BasicScheme:org.apache.hc.client5.http.impl.auth.BearerScheme:org.apache.hc.client5.http.impl.auth.DigestScheme:org.apache.hc.client5.http.impl.auth.KerberosScheme:org.apache.hc.client5.http.impl.auth.NTLMScheme:org.apache.hc.client5.http.impl.auth.SPNegoScheme 2
org.apache.hc.client5.http.impl.async.AsyncRedirectExec$1 5
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$InternalAsyncClientEndpoint 5
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester 4
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$lambda_validateSession_0__50 3
org.apache.hc.core5.reactor.AbstractIOSessionPool$1$lambda_completed_0__35 3
org.apache.hc.core5.reactor.AbstractIOSessionPool$1 6
org.apache.hc.core5.concurrent.CompletingFutureContribution 3
org.apache.hc.core5.concurrent.FutureContribution 4
java.util.function.Function 1
org.apache.hc.core5.http2.nio.pool.H2ConnPool 6
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_completed_0__11 3
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$State 2
org.apache.hc.core5.net.URISupport 1
org.apache.hc.core5.net.Ports 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.support.AbstractRequestBuilder 1
org.apache.hc.core5.http.message.AbstractMessageWrapper:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.support.AbstractMessageBuilder 1
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_failed_1__10 3
org.apache.hc.client5.http.impl.async.AsyncConnectExec 10
org.apache.hc.client5.http.impl.routing.BasicRouteDirector 4
org.apache.hc.client5.http.HttpRoute:org.apache.hc.client5.http.RouteTracker 2
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1 5
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator 8
org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy 2
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy 2
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy$lambda_upgrade_0__42 3
org.apache.hc.core5.http2.ssl.ConscryptServerTlsStrategy 1
org.apache.hc.core5.http2.ssl.ConscryptSupport 3
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_initialize_0__44 3
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_verify_1__43 2
org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy 1
org.apache.hc.core5.http.nio.ssl.TlsSupport 3
org.apache.hc.core5.http.nio.ssl.TlsSupport$lambda_enforceStrongSecurity_0__46 3
org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy 1
org.apache.hc.core5.http2.ssl.H2TlsSupport 5
org.apache.hc.core5.http2.ssl.H2TlsSupport$lambda_enforceRequirements_0__45 3
org.apache.hc.core5.http2.ssl.ConscryptClientTlsStrategy 1
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy 2
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy$lambda_upgrade_0__39 3
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1$1 3
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_1__13 3
org.apache.hc.client5.http.protocol.HttpClientContext$lambda_getAuthExchange_0__31 3
jdk.internal.logger.BootstrapLogger$RedirectedLoggers 2
jdk.internal.logger.LazyLoggers$LazyLoggerAccessor 5
jdk.internal.logger.SurrogateLogger 2
jdk.internal.logger.SimpleConsoleLogger 2
sun.util.logging.PlatformLogger$ConfigurableBridge$LoggerConfiguration 1
jdk.internal.loader.BuiltinClassLoader$5 3
jdk.internal.module.SystemModuleFinders$2 1
jdk.internal.module.SystemModuleFinders$SystemModuleReader 5
jdk.internal.loader.AbstractClassLoaderValue$Memoizer 1
jdk.internal.loader.AbstractClassLoaderValue$Memoizer$RecursiveInvocationException 1
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_release_2__28 3
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool 6
org.apache.hc.core5.http.impl.routing.UriPathRouter$RegexMatcher 2
org.apache.hc.core5.http.impl.routing.UriPathRouter$BestMatcher 2
org.apache.hc.core5.http.impl.routing.PathPatternMatcher 2
jdk.internal.logger.LazyLoggers$1 2
jdk.internal.logger.LazyLoggers 6
java.lang.System$LoggerFinder 1
jdk.internal.logger.LazyLoggers$getLoggerFinder__38 3
jdk.internal.perf.Perf$GetPerfAction 1
jdk.internal.perf.Perf 2
java.lang.RuntimePermission 1
jdk.internal.jimage.NativeImageBuffer$1 1
java.lang.Runtime 2
java.lang.UnsatisfiedLinkError 1
java.lang.LinkageError 1
jdk.internal.reflect.MethodAccessorGenerator$1 1
jdk.internal.reflect.ClassDefiner 1
java.lang.ArrayIndexOutOfBoundsException 1
java.lang.IllegalAccessException 1
java.lang.Class$1 2
java.lang.InstantiationException 1
java.nio.file.Files$FileTypeDetectors$1 1
jdk.internal.jimage.BasicImageReader$1 1
jdk.internal.logger.DefaultLoggerFinder$1 2
jdk.internal.misc.VM 4
java.nio.file.Files$FileTypeDetectors$2 1
jdk.internal.misc.InnocuousThread$2 1
jdk.internal.logger.SimpleConsoleLogger$CallerFinder$1 1
java.lang.StackWalker 1
java.lang.Class$2 1
jdk.internal.loader.BuiltinClassLoader$lambda_findResourcesOnClassPath_1__15 3
jdk.internal.loader.BuiltinClassLoader 17
java.lang.System$1 1
jdk.internal.loader.BootLoader$PackageHelper$2 1
java.nio.file.spi.FileSystemProvider 1
jdk.internal.loader.BuiltinClassLoader$lambda_findResourceOnClassPath_0__19 3
jdk.internal.jimage.BasicImageReader$2 2
java.lang.ref.Finalizer$1 1
jdk.internal.logger.LazyLoggers$lambda_getLoggerFromFinder_0__37 3
jdk.internal.logger.DefaultLoggerFinder 4
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__60 3
jdk.internal.logger.DefaultLoggerFinder$SharedLoggers 1
jdk.internal.ref.CleanerImpl$WeakCleanableRef 2
jdk.internal.ref.CleanerImpl$PhantomCleanableRef 2
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__59 3
org.apache.hc.core5.http2.hpack.OutboundDynamicTable$lambda_add_0__48 3
org.apache.hc.core5.http2.hpack.OutboundDynamicTable 9
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$lambda_getPerRoutePool_0__51 3
jdk.internal.module.ModuleLoaderMap$Mapper 2
jdk.internal.loader.Loader$lambda_moduleReaderFor_7__30 3
jdk.internal.loader.Loader 7
jdk.internal.loader.Loader$NullModuleReader 3
jdk.internal.jimage.ImageReaderFactory$1 2
jdk.internal.jimage.ImageReader 5
jdk.internal.jimage.ImageReader$SharedImageReader 2
jdk.internal.jimage.BasicImageReader 9
jdk.internal.jimage.NativeImageBuffer 1
java.nio.channels.FileChannel:java.nio.file.StandardOpenOption 1
sun.nio.ch.FileChannelImpl 6
jdk.internal.jimage.ImageHeader 16
jdk.internal.jimage.ImageStringsReader 8
jdk.internal.jimage.decompressor.Decompressor 1
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_getCounter_0__55 3
org.apache.hc.core5.http.impl.routing.UriPathRouter$OrderedMatcher 2
org.apache.hc.client5.http.DnsResolver$lambda_resolve_0__32 3
org.apache.hc.client5.http.DnsResolver 2
jdk.internal.jmod.JmodFile$Entry$jmodDir__56 1
java.lang.ref.WeakReference 2
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder 1
jdk.internal.logger.LazyLoggers$JdkLazyLogger 2
jdk.internal.logger.LazyLoggers$LazyLoggerWrapper 2
jdk.internal.logger.AbstractLoggerWrapper 1
jdk.internal.logger.LoggerFinderLoader 1
jdk.internal.logger.BootstrapLogger 3
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder$1 1
jdk.internal.misc.InnocuousThread$3 1
sun.security.action.GetPropertyAction 1
jdk.internal.loader.BuiltinClassLoader$NullModuleReader 3
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$2 1
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1 4
org.apache.hc.core5.http.impl.DefaultAddressResolver 2
org.apache.hc.client5.http.routing.RoutingSupport 1
org.apache.hc.client5.http.impl.DefaultSchemePortResolver 2
org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters 1
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$4 5
org.apache.hc.client5.http.config.TlsConfig$Builder 6
java.lang.Object:java.lang.invoke.MemberName:java.lang.ref.Reference:java.net.HttpCookie:java.security.MessageDigest:java.security.MessageDigestSpi:java.security.Signature:java.security.SignatureSpi:java.text.BreakIterator:java.text.Collator:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.Format:java.text.MessageFormat:java.text.NumberFormat:java.util.AbstractMap:java.util.ArrayDeque:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.EnumSet:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.LinkedList:java.util.Locale:java.util.Properties:java.util.TimeZone:java.util.TreeMap:java.util.TreeSet:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Manifest:java.util.zip.ZipEntry:sun.security.util.BitArray:sun.text.normalizer.UCharacterIterator:sun.util.calendar.CalendarDate 1
org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase 4
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1$1 5
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1 4
org.apache.hc.core5.http.nio.AsyncClientEndpoint 1
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1$1 5
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$2 3
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1 3
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1$1 3
org.apache.hc.client5.http.impl.async.AsyncConnectExec$5 5
org.apache.hc.core5.http.nio.support.BasicResponseConsumer$1 2
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer$1 2
org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 1
org.apache.hc.core5.http.ContentType$lambda_parse_0__29 3
org.apache.hc.core5.http.support.ExpectSupport$lambda_parse_0__16 3
org.apache.hc.core5.http.support.ExpectSupport 2
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_0__22 3
org.apache.hc.core5.http.protocol.RequestTE 3
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_1__23 3
org.apache.hc.client5.http.async.methods.SimpleResponseConsumer 3
org.apache.hc.client5.http.async.methods.SimpleHttpResponse 3
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester$1 2
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester 1
org.apache.hc.core5.http2.impl.nio.ClientHttp1UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory 3
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser 3
org.apache.hc.core5.http.impl.nio.AbstractMessageParser 6
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory 3
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser 2
org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl 8
org.apache.hc.core5.http.impl.CharCodingSupport 2
sun.nio.cs.UTF_8 2
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory 3
org.apache.hc.client5.http.impl.async.LoggingIOSession$1 7
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque 1
org.apache.hc.core5.http.impl.BasicEndpointDetails 1
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$lambda_produceOutput_0__61 3
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec 5
org.apache.hc.client5.http.protocol.RequestClientConnControl 1
org.apache.hc.client5.http.RouteTracker:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http.protocol.RequestTargetHost 1
org.apache.hc.core5.http2.protocol.H2RequestConnControl 1
org.apache.hc.core5.http.protocol.RequestConnControl 1
org.apache.hc.core5.http2.protocol.H2RequestTargetHost 1
org.apache.hc.core5.http2.protocol.H2RequestConformance 1
org.apache.hc.client5.http.protocol.RequestDefaultHeaders 1
org.apache.hc.core5.http.protocol.RequestContent 3
org.apache.hc.core5.http.protocol.RequestExpectContinue 1
org.apache.hc.client5.http.protocol.RequestUpgrade 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.protocol.HttpCoreContext:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http.protocol.ViaRequest 1
org.apache.hc.client5.http.protocol.RequestIfRange 1
org.apache.hc.core5.http2.protocol.H2RequestContent 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.ProtocolVersion:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http2.protocol.H2RequestValidateHost 1
org.apache.hc.core5.http.protocol.RequestValidateHost 1
java.net.URISyntaxException:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.client5.http.protocol.RequestValidateTrace 1
org.apache.hc.core5.http.protocol.ForwardedRequest 1
org.apache.hc.client5.http.protocol.RequestAuthCache 1
org.apache.hc.client5.http.protocol.HttpClientContext:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 2
org.apache.hc.core5.http.message.BasicHttpRequest:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.RequestSupport 1
java.util.AbstractCollection:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.client5.http.protocol.RequestAddCookies 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecBase 1
org.apache.hc.client5.http.impl.cookie.BasicDomainHandler:org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler:org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler:org.apache.hc.client5.http.impl.cookie.BasicPathHandler:org.apache.hc.client5.http.impl.cookie.BasicSecureHandler:org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler:org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler 1
org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory 1
java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 1
org.apache.hc.client5.http.cookie.CookieOrigin:org.apache.hc.client5.http.impl.cookie.BasicClientCookie 2
org.apache.hc.client5.http.psl.PublicSuffixMatcher 5
org.apache.hc.client5.http.utils.DnsUtils 2
org.apache.hc.client5.http.cookie.CookieOrigin:org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler 1
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_0__58 3
org.apache.hc.core5.http.ProtocolVersionParser 3
org.apache.hc.core5.util.Tokenizer$get__24 1
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_1__57 3
org.apache.hc.client5.http.protocol.RequestExpectContinue 1
org.apache.hc.core5.http.protocol.RequestConformance 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.core5.http.MisdirectedRequestException 1
org.apache.hc.core5.http.protocol.RequestDate 1
org.apache.hc.core5.http.protocol.RequestUserAgent 1
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_produceRequest_0__63 3
java.lang.StringBuilder:org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$lambda_produceOutput_0__64 3
org.apache.hc.core5.http2.impl.DefaultH2RequestConverter 3
org.apache.hc.core5.http2.H2ConnectionException 2
java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http2.hpack.HPackEncoder 17
org.apache.hc.core5.http2.hpack.FifoLinkedList 5
org.apache.hc.core5.http2.hpack.StaticTable 3
org.apache.hc.core5.http2.hpack.StaticTable$InternalEntry 2
org.apache.hc.core5.http2.hpack.HuffmanEncoder 2
org.apache.hc.core5.http2.frame.DefaultFrameFactory 3
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$1 6
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer$1 4
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$1 5
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$1 6
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3$1 6
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$1 6
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$1 6
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$1 6
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1$1 6
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer$1 4
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.async.AsyncProtocolExec 5
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$1 1
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$ScheduledRequestExecution 3
org.apache.hc.client5.http.impl.async.AsyncRedirectExec 5
org.apache.hc.client5.http.impl.auth.HttpAuthenticator 3
org.apache.hc.client5.http.auth.AuthenticationException 2
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl 47
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type2Message 6
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$NTLMMessage 14
org.apache.hc.client5.http.impl.auth.NTLMEngineException 2
org.apache.hc.client5.http.utils.Base64 6
java.util.Base64$Decoder 1
java.util.Base64 2
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type3Message 5
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$CipherGen 22
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$HMACMD5 3
java.util.Random 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$MD4 7
javax.crypto.Cipher 3
java.util.Base64$Encoder 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type1Message 1
javax.security.auth.x500.X500Principal:org.apache.hc.client5.http.auth.BasicUserPrincipal:org.apache.hc.client5.http.auth.NTUserPrincipal:sun.security.x509.X500Name 1
org.apache.hc.client5.http.impl.auth.AuthSchemeSupport 1
org.apache.hc.core5.http.message.BasicClassicHttpRequest 3
org.apache.hc.client5.http.impl.auth.DigestScheme$DigestAlgorithm 6
org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.BufferedHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.client5.http.impl.auth.HttpEntityDigester 5
java.io.OutputStream 5
java.io.DataInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.lang.ProcessBuilder$NullOutputStream 1
java.io.FileOutputStream 4
org.apache.hc.core5.http.impl.io.ChunkedOutputStream 11
java.io.ObjectOutputStream$BlockDataOutputStream 5
java.io.OutputStream$1 3
java.io.ObjectOutputStream 7
org.apache.hc.core5.http.impl.io.IdentityOutputStream 6
java.io.FilterOutputStream 5
java.io.DataOutputStream 3
java.util.zip.DeflaterOutputStream 4
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.io.BufferedOutputStream:java.io.ByteArrayOutputStream:java.io.DataOutputStream:java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream$1:java.io.PrintStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream 1
java.io.BufferedOutputStream:java.io.DataOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.PrintStream:java.util.zip.DeflaterOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.nio.support.classic.ContentOutputStream 1
java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http2.impl.io.FrameOutputStream 1
org.apache.hc.client5.http.impl.InMemoryDnsResolver 2
java.util.Arrays:org.slf4j.helpers.NOPLogger 1
java.net.UnknownHostException 1
org.apache.hc.client5.http.SystemDefaultDnsResolver 2
java.net.Inet4Address:java.net.Inet6Address:java.net.InetAddress 1
org.ietf.jgss.GSSManager 1
sun.security.jgss.GSSManagerImpl 3
sun.security.jgss.GSSContextImpl 3
org.apache.hc.client5.http.auth.InvalidCredentialsException 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__4 3
org.apache.hc.core5.reactor.IOReactorWorker 1
org.apache.hc.core5.reactor.InternalChannel 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1$lambda_completed_0__36 3
org.apache.hc.client5.http.nio.AsyncConnectionEndpoint 4
org.apache.hc.client5.http.impl.PrefixedIncrementingId 2
org.apache.hc.core5.http2.nio.pool.H2ConnPool$lambda_validateSession_0__49 3
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2 1
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory 3
org.apache.hc.core5.http.nio.support.BasicPushProducer 5
org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer 4
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer 3
java.lang.Object:org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters 1
org.apache.hc.client5.http.ConnectExceptionSupport 3
org.apache.hc.client5.http.ConnectTimeoutException 1
java.net.SocketTimeoutException 1
java.io.InvalidClassException:java.lang.Throwable:java.nio.file.FileSystemException 1
org.apache.hc.client5.http.HttpHostConnectException 1
java.net.ConnectException 1
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$1 4
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$1 4
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$2 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$2 4
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1 4
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1 4
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$2 5
org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback 3
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 1
org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase$1 3
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2$1 4
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3 4
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_0__12 2
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_2__14 2
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$2 4
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$4 5
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2 4
org.apache.hc.core5.reactor.AbstractIOSessionPool$2 5
org.apache.hc.client5.http.nio.AsyncConnectionEndpoint$1 3
org.apache.hc.client5.http.impl.async.AsyncConnectExec$3 5
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 4
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer 3
org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer 4
org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer 2
org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer 2
org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler 10
org.apache.hc.core5.util.ReflectionUtils 1
org.conscrypt.Conscrypt 2
org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException 1
org.apache.hc.core5.reactor.SocksProxyProtocolHandler 13
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory 1
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory 1
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory 1
org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter 1
org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler 2
org.apache.hc.core5.http2.impl.nio.ServerH2UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.BufferedData 7
org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter 1
org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler 2
org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory 1
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory 2
org.apache.hc.core5.http.message.BasicLineParser 4
org.apache.hc.core5.http.message.BasicLineParser$get__52 3
org.apache.hc.core5.http.HttpVersion 2
org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory 1
org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory 2
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory 2
org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.message.StatusLine 1
org.apache.hc.core5.http.message.LazyLineParser 1
org.apache.hc.core5.http.message.LazyLaxLineParser 1
org.apache.hc.core5.http.RequestHeaderFieldsTooLargeException 1
org.apache.hc.core5.http.impl.ServerSupport 2
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers 2
java.io.InvalidClassException:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.security.PrivilegedActionException:java.util.regex.PatternSyntaxException:sun.nio.fs.UnixException 1
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter 1
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$2 3
org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter 2
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$2 3
org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter 3
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter 1
org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory 2
org.apache.hc.core5.http.impl.routing.RequestRouter 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$1 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$3 1
java.lang.invoke.StringConcatFactory$MethodHandleStringBuilderStrategy$1 1
org.apache.hc.core5.http.protocol.RequestHandlerRegistry 2
org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__66 3
java.lang.ref.Finalizer$FinalizerThread 1
java.lang.ref.Finalizer$2 1
java.lang.invoke.MethodHandleNatives$CallSiteContext 1
java.util.zip.Deflater$DeflaterZStreamRef 1
jdk.internal.misc.Signal$1 1
jdk.internal.perf.Perf$CleanerAction 1
java.util.concurrent.CompletableFuture$Completion 1
java.util.zip.ZipFile$CleanableResource 1
java.util.concurrent.ThreadPoolExecutor$Worker 1
java.util.zip.Inflater$InflaterZStreamRef 1
org.apache.hc.core5.http.impl.bootstrap.Worker 3
org.apache.hc.core5.http.impl.io.HttpService 7
org.apache.hc.client5.http.impl.io.LoggingSocketHolder 4
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser 3
org.apache.hc.core5.http.impl.io.AbstractMessageParser 5
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser 2
org.apache.hc.client5.http.impl.io.LenientHttpResponseParser 2
org.apache.hc.client5.http.classic.methods.HttpTrace 1
org.apache.hc.core5.http.impl.io.HttpService$1 3
org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler 1
org.apache.hc.core5.http.impl.io.AbstractMessageWriter 4
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriter 4
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriter 4
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.core5.http.io.entity.EntityUtils 1
org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator 2
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler 1
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler$1 3
org.apache.hc.core5.http.io.support.HttpServerExpectationFilter 3
org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter 1
org.apache.hc.core5.http.io.support.TerminalServerFilter 1
org.apache.hc.core5.http.ExceptionListener$2 2
org.apache.hc.core5.http.ExceptionListener$1 2
org.apache.hc.core5.http.impl.bootstrap.RequestListener 4
org.apache.hc.core5.io.SocketSupport 2
java.lang.NoSuchFieldException 1
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory 3
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory 1
org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory 1
org.apache.hc.core5.http.io.HttpConnectionFactory 1
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory 3
org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory 1
java.util.concurrent.ForkJoinWorkerThread 1
jdk.internal.ref.CleanerImpl 1
jdk.internal.ref.PhantomCleanable 3
jdk.internal.ref.WeakCleanable 3
jdk.internal.ref.SoftCleanable 3
jdk.internal.ref.CleanerImpl$CleanerCleanable 1
org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler 2
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 2
org.apache.hc.core5.http.nio.support.BasicRequestConsumer$1 2
java.io.UnsupportedEncodingException 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__67 2
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__67:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__4:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__66 1
org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer 7
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 2
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$3 3
org.apache.hc.core5.http.nio.command.ExecutableCommand 1
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$1 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5$1 3
org.apache.hc.client5.http.impl.ExecSupport 1
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$3 2
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$2 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5 3
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$1 2
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer$1 2
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient 2
org.apache.hc.core5.http.impl.nio.AbstractContentDecoder 7
org.apache.hc.client5.http.impl.ProtocolSwitchStrategy 1
java.lang.OutOfMemoryError 2
org.apache.hc.client5.http.UnsupportedSchemeException 1
org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer:org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer:org.apache.hc.client5.http.async.methods.SimpleResponseConsumer:org.apache.hc.core5.http.nio.support.BasicResponseConsumer 1
java.io.RandomAccessFile 3
org.apache.hc.client5.http.impl.async.AsyncConnectExec$6:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec 1
org.apache.hc.client5.http.impl.DefaultRedirectStrategy 3
org.apache.hc.client5.http.impl.LaxRedirectStrategy 2
org.apache.hc.client5.http.RedirectException 1
org.apache.hc.client5.http.utils.URIUtils 3
org.apache.hc.client5.http.protocol.RedirectLocations 2
java.util.AbstractCollection:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
org.apache.hc.client5.http.CircularRedirectException 1
org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner 4
org.apache.hc.client5.http.routing.HttpRoutePlanner 1
org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner 2
java.net.ProxySelector 1
org.apache.hc.client5.http.impl.routing.DistributedProxySelector 2
org.apache.hc.client5.http.impl.routing.DistributedProxySelector$lambda_nextSelector_0__68 2
java.util.AbstractCollection:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.LinkedList:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.SynchronousQueue 1
java.lang.AbstractStringBuilder:java.net.Proxy 1
org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner 1
org.apache.hc.client5.http.async.AsyncExecChain$Scope 1
org.apache.hc.client5.http.impl.auth.AuthCacheKeeper 7
sun.reflect.annotation.AnnotationParser 1
java.lang.Class$AnnotationData 1
java.lang.Object:org.apache.hc.client5.http.protocol.HttpClientContext 1
org.apache.hc.client5.http.impl.auth.BasicAuthCache$AuthData 1
org.apache.hc.client5.http.impl.auth.AuthChallengeParser 3
java.util.ArrayList:java.util.Collections 1
org.apache.hc.client5.http.auth.MalformedChallengeException 1
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
java.lang.StringBuilder:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy 1
org.apache.hc.client5.http.impl.auth.BearerSchemeFactory 1
org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory 1
org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory 1
org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory 1
org.apache.hc.client5.http.impl.auth.BasicSchemeFactory 1
org.apache.hc.client5.http.impl.auth.DigestSchemeFactory 1
org.apache.hc.client5.http.impl.auth.CredentialsMatcher 1
org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider 3
java.net.Authenticator 1
java.net.PasswordAuthentication 3
org.apache.hc.client5.http.auth.KerberosCredentials 1
org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy 1
org.apache.hc.client5.http.UserTokenHandler 1
org.apache.hc.client5.http.impl.DefaultUserTokenHandler 3
org.apache.hc.client5.http.HttpRoute:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.client5.http.impl.auth.BasicScheme:org.apache.hc.client5.http.impl.auth.BearerScheme:org.apache.hc.client5.http.impl.auth.DigestScheme:org.apache.hc.client5.http.impl.auth.GGSSchemeBase:org.apache.hc.client5.http.impl.auth.KerberosScheme:org.apache.hc.client5.http.impl.auth.NTLMScheme:org.apache.hc.client5.http.impl.auth.SPNegoScheme 1
org.apache.hc.client5.http.impl.NoopUserTokenHandler 1
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler 1
org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer 3
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_updateCapacity_1__65 3
org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer 1
java.util.AbstractCollection:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http.nio.command.CommandSupport 2
org.apache.hc.core5.http2.impl.nio.FrameInputBuffer 3
org.apache.hc.core5.http2.frame.FrameFlag 1
org.apache.hc.core5.http2.H2CorruptFrameException 1
org.apache.hc.core5.http2.H2StreamResetException 3
org.apache.hc.core5.http.HttpStreamResetException 1
org.apache.hc.core5.http2.frame.StreamIdGenerator$2 2
org.apache.hc.core5.http2.frame.StreamIdGenerator$1 2
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$Continuation 4
org.apache.hc.core5.http2.hpack.HPackDecoder 18
org.apache.hc.core5.http2.hpack.HPackException 2
org.apache.hc.core5.http2.hpack.InboundDynamicTable 9
org.apache.hc.core5.http2.hpack.FifoBuffer 7
org.apache.hc.core5.http2.hpack.HuffmanDecoder 1
org.apache.hc.core5.http2.hpack.HeaderListConstraintException 1
java.lang.Throwable:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.core5.http2.config.H2Config$Builder 8
org.apache.hc.core5.http2.frame.FrameFlag:org.apache.hc.core5.http2.frame.FrameType 1
org.apache.hc.core5.reactor.IOSessionImpl:org.apache.hc.core5.reactor.ssl.SSLIOSession:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory 1
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$abort__62 2
java.util.concurrent.atomic.AtomicReference:org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1:org.apache.hc.core5.concurrent.CompletedFuture:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
java.util.concurrent.CancellationException 1
org.apache.hc.client5.http.impl.Operations$lambda_static_0__33 1
org.apache.hc.client5.http.impl.Operations 4
org.apache.hc.core5.concurrent.ComplexFuture$lambda_setDependency_0__18 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3 1
org.apache.hc.client5.http.impl.Operations$CompletedFuture 1
java.util.concurrent.ForkJoinTask 1
org.apache.hc.core5.http.impl.bootstrap.HttpServer 6
org.apache.hc.core5.http.impl.bootstrap.WorkerPoolExecutor 1
org.apache.hc.client5.http.impl.async.InternalH2ConnPool 4
org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable 1
java.util.concurrent.atomic.AtomicBoolean:org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 2
org.apache.hc.client5.http.impl.classic.RequestFailedException 1
java.util.concurrent.atomic.AtomicMarkableReference:org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1:org.apache.hc.core5.concurrent.CompletedFuture:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$3 1
org.apache.hc.core5.concurrent.CompletedFuture 2
java.util.concurrent.CompletableFuture$MinimalStage 1
org.apache.hc.client5.http.impl.Operations$lambda_cancellable_1__34 3
java.util.concurrent.CompletableFuture:java.util.concurrent.CompletableFuture$MinimalStage:java.util.concurrent.ForkJoinTask:java.util.concurrent.FutureTask:org.apache.hc.client5.http.impl.Operations$CompletedFuture:org.apache.hc.core5.concurrent.CompletedFuture 1
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1 1
org.apache.hc.client5.http.impl.classic.MinimalHttpClient 2
org.apache.hc.client5.http.impl.classic.InternalHttpClient 2
org.apache.hc.core5.io.ModalCloseable 1
java.net.DatagramSocket 1
org.apache.hc.client5.http.impl.async.InternalH2AsyncClient 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient 1
jdk.internal.module.ModuleReferences$ExplodedModuleReader 3
java.net.URLClassLoader 1
jdk.internal.module.ModulePatcher$JarResourceFinder 2
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
java.nio.channels.spi.AbstractInterruptibleChannel 1
jdk.internal.module.ModulePatcher$ExplodedResourceFinder 3
jdk.internal.module.ModulePatcher$PatchedModuleReader 5
jdk.internal.module.ModuleReferences$SafeCloseModuleReader 2
jdk.internal.module.ModuleReferences$JarModuleReader 3
jdk.internal.module.ModuleReferences$JModModuleReader 3
jdk.internal.jmod.JmodFile 2
org.apache.hc.core5.reactor.ListenerEndpointRequest 5
java.nio.file.FileTreeWalker 1
org.slf4j.MDC$MDCCloseable 1
org.slf4j.MDC 1
org.slf4j.helpers.BasicMDCAdapter 1
org.slf4j.helpers.NOPMDCAdapter 1
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService 1
java.nio.channels.spi.AbstractSelector 1
org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder$IdleConnectionEvictor 2
org.apache.hc.core5.io.SocketTimeoutExceptionFactory 1
java.nio.channels.SocketChannel 1
org.apache.hc.core5.reactor.SingleCoreIOReactor$lambda_reportStatusToThreadPoolListener_0__26 2
org.apache.hc.core5.reactor.SingleCoreListeningIOReactor 5
java.nio.channels.ServerSocketChannel 1
java.net.BindException 1
java.util.AbstractCollection:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$CollectionView 1
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.SynchronousQueue 1
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__4 1
org.apache.hc.core5.reactor.AbstractIOSessionPool$PoolEntry 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$lambda_execute_0__47 2
org.apache.hc.client5.http.entity.mime.LegacyMultipart 2
org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart 2
org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart 2
org.apache.hc.client5.http.entity.mime.HttpStrictMultipart 2
org.apache.hc.client5.http.entity.mime.MultipartPart 2
org.apache.hc.client5.http.entity.mime.ByteArrayBody:org.apache.hc.client5.http.entity.mime.FileBody:org.apache.hc.client5.http.entity.mime.InputStreamBody:org.apache.hc.client5.http.entity.mime.StringBody 1
org.apache.hc.client5.http.entity.mime.ByteArrayBody 1
org.apache.hc.client5.http.entity.mime.StringBody 1
org.apache.hc.client5.http.entity.mime.InputStreamBody 1
org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.DataInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.JarInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
jdk.internal.loader.URLClassPath$2 3
jdk.internal.loader.Loader$3 3
jdk.internal.loader.BuiltinClassLoader$1 4
jdk.internal.util.jar.InvalidJarIndexError 1
jdk.internal.loader.ClassLoaders$AppClassLoader 1
java.nio.channels.Channels 1
java.security.SecureClassLoader 2
java.io.EOFException 1
java.util.zip.CRC32 2
java.util.zip.Checksum 1
jdk.internal.module.Resources 4
jdk.internal.loader.Loader$1 2
jdk.internal.module.SystemModuleFinders$SystemImage 1
jdk.internal.jimage.ImageLocation 4
jdk.internal.loader.Loader$2 2
jdk.internal.loader.Loader$LoadedModule 2
java.util.List 1
jdk.internal.loader.BootLoader 1
jdk.internal.loader.ClassLoaders 1
jdk.internal.loader.BuiltinClassLoader$LoadedModule 3
jdk.internal.loader.BuiltinClassLoader$3 2
jdk.internal.loader.BuiltinClassLoader$2 2
org.slf4j.helpers.SubstituteLoggerFactory 5
org.slf4j.Logger 1
org.slf4j.helpers.NOPLoggerFactory 1
org.slf4j.helpers.Util 3
org.slf4j.helpers.Util$ClassContextSecurityManager 3
org.slf4j.helpers.NamedLoggerBase 1
java.net.InetSocketAddress:java.util.Collections 1
java.util.stream.Collectors 1
org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters:org.slf4j.helpers.NOPLogger 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.ByteArrayOutputStream:java.io.FileInputStream:java.io.FileOutputStream:java.io.FilterInputStream:java.io.FilterOutputStream:java.io.InputStream:java.io.InputStream$1:java.io.InputStreamReader:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.OutputStream$1:java.io.OutputStreamWriter:java.io.PrintStream:java.io.PushbackInputStream:java.io.RandomAccessFile:java.io.StringWriter:java.lang.ProcessImpl$DeferredCloseInputStream:java.net.DatagramSocket:java.net.ServerSocket:java.net.Socket:java.net.URLClassLoader:java.nio.channels.spi.AbstractInterruptibleChannel:java.nio.channels.spi.AbstractSelector:java.nio.file.FileTreeIterator:java.nio.file.FileTreeWalker:java.util.Formatter:java.util.jar.Manifest$FastInputStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipFile:java.util.zip.ZipInputStream:jdk.internal.module.ModulePatcher$ExplodedResourceFinder:jdk.internal.module.ModuleReferences$ExplodedModuleReader:jdk.internal.module.SystemModuleFinders$SystemModuleReader:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EmptyInputStream:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.reactor.InternalConnectChannel:sun.nio.cs.StreamDecoder:sun.nio.cs.StreamEncoder:sun.nio.fs.UnixFileSystem 1
org.apache.hc.client5.http.HttpRequestRetryStrategy 1
org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy 1
org.apache.hc.core5.http.impl.io.ResponseOutOfOrderException 1

Fuzzer: StringBodyWriteToFuzzer

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 36194 96.4%
gold [1:9] 1137 3.03%
yellow [10:29] 176 0.46%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.00%
All colors 37508 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
4252 29986 [org.apache.hc.core5.util.TimeValue].ofSeconds(long) call site: 29986
2712 26505 [org.apache.hc.client5.http.config.TlsConfig$Builder].build() call site: 26505
2278 17236 [org.apache.hc.client5.http.impl.auth.HttpAuthenticator].addAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext) call site: 17236
2001 34240 [org.apache.hc.client5.http.classic.methods.HttpUriRequestBase].setDependency(org.apache.hc.core5.concurrent.Cancellable) call site: 34240
1973 13899 [org.apache.hc.client5.http.impl.classic.InternalExecRuntime].isEndpointAcquired() call site: 13899
1694 9795 [org.apache.hc.core5.http.ContentType].toString() call site: 09795
1221 21559 [org.apache.hc.client5.http.impl.DefaultSchemePortResolver].resolve(java.lang.String,org.apache.hc.core5.net.NamedEndpoint) call site: 21559
1182 16048 [org.apache.hc.client5.http.auth.AuthExchange]. () call site: 16048
996 8769 [org.apache.hc.core5.http.HttpHost].toURI() call site: 08769
773 20627 [org.apache.hc.core5.net.URIAuthority]. (java.lang.String,java.lang.String,int) call site: 20627
744 23515 [org.slf4j.LoggerFactory].findPossibleStaticLoggerBinderPathSet() call site: 23515
686 7470 [org.apache.hc.core5.concurrent.BasicFuture]. (org.apache.hc.core5.concurrent.FutureCallback) call site: 07470

Runtime coverage analysis

Covered functions
747
Functions that are reachable but not covered
3334
Reachable functions
3533
Percentage of reachable functions covered
5.63%
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
StringBodyWriteToFuzzer 1
org.apache.hc.client5.http.entity.mime.StringBody 2
org.apache.hc.client5.http.entity.mime.AbstractContentBody 1
java.lang.Object 7
org.apache.hc.core5.util.Args 15
java.util.Objects 8
org.apache.hc.core5.http.ContentType 10
java.lang.String 57
java.lang.NullPointerException 2
java.lang.RuntimeException 3
java.lang.Exception 3
java.lang.Throwable 19
sun.nio.fs.UnixException 2
java.lang.StringCoding 4
java.io.ByteArrayOutputStream 6
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2 6
java.util.concurrent.atomic.AtomicBoolean 6
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 6
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$2 4
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler 22
org.apache.hc.core5.http.message.AbstractMessageWrapper 18
org.apache.hc.client5.http.impl.classic.CloseableHttpResponse 24
org.apache.hc.core5.http.message.BasicHttpResponse 12
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse 2
org.apache.hc.core5.http.config.Http1Config 9
org.apache.hc.core5.http.ProtocolVersion 12
java.lang.IllegalArgumentException 4
java.util.Formatter 5
java.lang.StringLatin1 20
java.lang.StringUTF16 28
org.apache.hc.core5.http.UnsupportedHttpVersionException 1
org.apache.hc.core5.http.ProtocolException 3
org.apache.hc.core5.http.HttpException 4
java.lang.StringBuilder 22
java.lang.Integer 17
java.lang.Math 5
org.apache.hc.client5.http.protocol.HttpClientContext$Delegate 32
org.apache.hc.core5.http.protocol.HttpCoreContext$Delegate 14
org.apache.hc.core5.http.protocol.HttpCoreContext 16
org.apache.hc.core5.http.protocol.BasicHttpContext 5
org.apache.hc.core5.http.message.HttpResponseWrapper 3
java.util.HashMap 18
java.util.Properties 20
java.security.Provider 13
java.util.TreeMap 11
java.util.jar.Attributes 15
java.util.IdentityHashMap 15
java.util.AbstractMap 14
java.util.concurrent.ConcurrentHashMap 20
java.util.Hashtable 18
java.util.WeakHashMap 11
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 2
org.apache.hc.core5.http.protocol.DefaultHttpProcessor 2
org.apache.hc.core5.http2.protocol.H2ResponseConnControl 1
org.apache.hc.core5.http.protocol.ResponseConnControl 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$1 5
org.apache.hc.core5.util.Asserts 3
java.lang.IllegalStateException 4
org.apache.hc.core5.http.message.BasicHeader 7
org.apache.hc.core5.http.message.HeaderGroup 15
java.util.LinkedList 18
java.util.ArrayList 18
java.util.Vector 16
java.util.concurrent.CopyOnWriteArrayList 15
java.util.AbstractSequentialList 4
org.apache.hc.core5.http.message.BufferedHeader 9
org.apache.hc.core5.http2.hpack.HPackHeader 7
java.util.AbstractList 8
org.apache.hc.core5.http.message.BasicHttpRequest 20
org.apache.hc.core5.http.io.entity.FileEntity 4
java.io.File 13
java.lang.System 8
java.lang.SecurityManager 10
org.apache.hc.core5.http.io.entity.HttpEntityWrapper 12
org.apache.hc.client5.http.impl.classic.RequestEntityProxy 12
org.apache.hc.core5.http.io.entity.PathEntity 4
java.nio.file.Files 9
sun.nio.fs.UnixPath 7
sun.nio.fs.UnixFileSystem 3
sun.nio.fs.LinuxFileSystemProvider 1
sun.nio.fs.UnixFileSystemProvider 3
org.apache.hc.core5.http.io.entity.BufferedHttpEntity 6
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer 13
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$3 10
org.apache.hc.client5.http.entity.mime.MultipartFormEntity 11
org.apache.hc.core5.http.impl.BasicEntityDetails 5
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer 12
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer 13
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer 12
org.apache.hc.core5.http.impl.IncomingEntityDetails 6
org.apache.hc.core5.http.io.entity.EntityTemplate 5
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3 4
org.apache.hc.core5.http.io.entity.HttpEntities$1 4
org.apache.hc.client5.http.entity.DecompressingEntity 5
org.apache.hc.core5.http.io.entity.StringEntity 7
org.apache.hc.core5.http.io.entity.HttpEntities$2 5
org.apache.hc.client5.http.entity.GzipCompressingEntity 5
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1$1 11
org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper 11
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 2
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 2
org.apache.hc.core5.http.io.entity.ByteBufferEntity 5
org.apache.hc.core5.http.io.entity.ByteArrayEntity 5
org.apache.hc.core5.http.io.entity.SerializableEntity 5
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 10
org.apache.hc.core5.http.io.entity.InputStreamEntity 5
org.apache.hc.core5.http.nio.entity.FileEntityProducer 10
org.apache.hc.core5.http.nio.entity.PathEntityProducer 10
org.apache.hc.core5.http.io.entity.BasicHttpEntity 4
org.apache.hc.core5.http.impl.io.IncomingHttpEntity 12
org.apache.hc.core5.http.io.entity.NullEntity 10
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 4
java.util.LinkedHashMap 7
java.lang.Class 65
java.lang.ClassCastException 2
org.apache.hc.core5.http.message.MessageSupport 16
org.apache.hc.core5.util.TextUtils 8
java.lang.AbstractStringBuilder:java.lang.StringBuffer:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 2
java.lang.StringBuffer 6
java.lang.AbstractStringBuilder 9
java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 2
java.lang.Character 18
java.lang.CharacterData 1
org.apache.hc.core5.http.message.BasicHeaderElementIterator 6
org.apache.hc.core5.http.message.AbstractHeaderElementIterator 6
org.apache.hc.core5.http.message.BasicListHeaderIterator 6
java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader 2
org.apache.hc.core5.http.message.BasicTokenIterator 5
jdk.internal.module.ModuleBootstrap$2 2
java.io.BufferedReader$1 2
org.apache.hc.core5.http.message.BasicHeaderIterator 5
java.nio.file.FileTreeIterator 3
java.nio.file.Files$2 2
org.apache.hc.core5.util.Tokenizer$Cursor 7
java.util.NoSuchElementException 2
org.apache.hc.core5.http.message.ParserCursor 1
java.lang.Number 1
java.nio.CharBuffer 11
org.apache.hc.core5.util.CharArrayBuffer 22
org.apache.hc.core5.util.Tokenizer 12
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_3__6 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_1__1 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_0__11 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_2__5 1
org.apache.hc.core5.http.message.BasicHeaderValueParser 3
org.apache.hc.core5.http.message.BasicNameValuePair 6
org.apache.hc.core5.http.message.TokenParser 2
org.apache.hc.client5.http.ssl.DistinguishedNameParser$InternalTokenParser 1
org.apache.hc.core5.http.message.BasicHeaderElement 5
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
java.util.AbstractList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
org.apache.hc.core5.http2.protocol.H2ResponseConformance 1
org.apache.hc.core5.http.protocol.ResponseConformance 1
org.apache.hc.core5.http.protocol.ResponseServer 1
org.apache.hc.core5.http2.protocol.H2ResponseContent 1
org.apache.hc.core5.http.protocol.ResponseContent 1
java.lang.UnsupportedOperationException 2
java.util.Iterator 1
org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
org.apache.hc.core5.http.io.entity.AbstractHttpEntity 10
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
java.lang.Long 15
java.util.Collections 7
java.util.LinkedHashSet 1
java.util.HashSet 11
org.apache.hc.core5.http.message.MessageSupport$add__7 3
java.util.AbstractCollection:java.util.HashSet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
java.util.stream.Collectors$1OptionalBox 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
java.util.AbstractCollection 8
java.util.TreeSet 8
java.util.TreeMap$KeySet 6
java.util.concurrent.ConcurrentHashMap$CollectionView 4
java.lang.StringIndexOutOfBoundsException 2
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
org.apache.hc.core5.http.ParseException 3
java.lang.IndexOutOfBoundsException 2
java.lang.AbstractStringBuilder:java.lang.StringBuilder 2
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.client5.http.protocol.NextNonceInterceptor 2
org.apache.hc.client5.http.protocol.HttpClientContext 24
org.apache.hc.core5.http.protocol.ResponseDate 1
org.apache.hc.core5.http.protocol.HttpDateGenerator 1
java.util.concurrent.locks.ReentrantLock 5
java.time.Instant 12
java.time.format.DateTimeFormatter 3
org.apache.hc.client5.http.protocol.ResponseProcessCookies 3
org.slf4j.helpers.SubstituteLogger 28
org.slf4j.event.EventRecordingLogger 8
org.slf4j.helpers.LegacyAbstractLogger 1
org.slf4j.helpers.AbstractLogger 17
org.slf4j.helpers.NOPLogger 17
org.slf4j.event.SubstituteLoggingEvent 12
java.lang.Thread 29
java.util.AbstractQueue:java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue 1
org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 5
org.apache.hc.client5.http.protocol.HttpClientContext:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec 9
org.apache.hc.client5.http.cookie.MalformedCookieException 1
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader:org.apache.hc.core5.util.CharArrayBuffer 1
org.apache.hc.client5.http.impl.cookie.BasicClientCookie 17
org.apache.hc.client5.http.cookie.CookieOrigin 4
java.util.concurrent.ConcurrentHashMap$EntrySetView 6
java.util.concurrent.ConcurrentHashMap$KeySetView 6
java.util.TreeMap$EntrySet 5
java.util.HashMap$Node 5
java.util.WeakHashMap$Entry 5
java.util.TreeMap$Entry 5
java.util.Hashtable$Entry 6
java.util.concurrent.ConcurrentHashMap$Node 5
org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter 7
org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler 3
org.apache.hc.client5.http.impl.cookie.BasicSecureHandler 2
org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler 2
org.apache.hc.client5.http.utils.DateUtils 3
org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler 1
java.lang.NumberFormatException 2
org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler 1
java.util.regex.Pattern 2
java.util.regex.Matcher 3
org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler 3
java.util.BitSet 5
java.time.Month 1
java.time.ZonedDateTime 4
java.time.ZoneId 4
java.time.chrono.ChronoZonedDateTime 1
org.apache.hc.client5.http.impl.cookie.BasicPathHandler 5
org.apache.hc.client5.http.impl.cookie.BasicDomainHandler 4
org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec 3
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.apache.hc.core5.http.message.BasicHeaderIterator:org.apache.hc.core5.http.message.BasicListHeaderIterator 1
org.apache.hc.client5.http.impl.cookie.CookieSpecBase 2
org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec 1
org.apache.hc.client5.http.cookie.CookieRestrictionViolationException 1
org.apache.hc.core5.net.InetAddressUtils 7
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler:org.apache.hc.client5.http.impl.cookie.BasicPathHandler:org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$1 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$1 2
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler 3
org.apache.hc.client5.http.cookie.BasicCookieStore 4
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock 3
java.util.concurrent.locks.ReentrantReadWriteLock 3
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 3
org.slf4j.helpers.MessageFormatter 2
org.slf4j.helpers.NormalizedParameters 2
org.apache.hc.core5.http.message.HttpRequestWrapper 8
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.client5.http.classic.methods.HttpOptions 1
org.apache.hc.core5.http.Method 4
java.lang.Enum 9
org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy 1
org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy 1
org.apache.hc.core5.http.impl.NoConnectionReuseStrategy 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer$1 12
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$1 4
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter 6
org.apache.hc.core5.http.message.RequestLine 6
org.apache.hc.core5.net.URIAuthority 16
org.apache.hc.core5.net.Host 11
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer 34
org.apache.hc.core5.reactor.InternalDataChannel 38
org.apache.hc.client5.http.impl.async.LoggingIOSession 30
org.apache.hc.core5.reactor.ssl.SSLIOSession 51
org.apache.hc.core5.reactor.IOSessionImpl 28
org.apache.hc.core5.http.impl.nio.AbstractMessageWriter 5
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriter 4
org.apache.hc.core5.http.message.BasicLineFormatter 4
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriter 4
org.apache.hc.core5.http.message.StatusLine 6
org.apache.hc.core5.http.impl.nio.AbstractMessageWriter:org.apache.hc.core5.http.message.BasicHttpResponse 1
org.apache.hc.core5.http.message.StatusLine$StatusClass 1
org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog 1
java.util.Locale 5
org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl 9
org.apache.hc.core5.http.impl.nio.ExpandableBuffer 13
java.nio.ByteBuffer 7
java.nio.charset.CoderResult 5
java.nio.BufferOverflowException 1
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader:org.apache.hc.core5.util.CharArrayBuffer 1
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer 41
org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics 3
java.util.concurrent.atomic.AtomicLong 8
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer 39
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy 2
java.util.concurrent.atomic.AtomicReference 7
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy$lambda_determineLength_0__14 3
org.apache.hc.core5.http.NotImplementedException 1
java.lang.StringBuilder:org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder 4
org.apache.hc.core5.http.impl.nio.AbstractContentEncoder 10
org.apache.hc.core5.http.impl.nio.ChunkEncoder 5
org.apache.hc.core5.http.LengthRequiredException 1
org.apache.hc.core5.http.impl.nio.IdentityEncoder 3
org.apache.hc.core5.http.Message 4
org.apache.hc.core5.http.impl.nio.ExpandableBuffer:org.apache.hc.core5.reactor.IOSessionImpl:sun.nio.ch.FileChannelImpl 1
java.nio.channels.ClosedChannelException 1
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$DynamicBuffer 4
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$StaticBuffer 4
java.io.UncheckedIOException 2
java.lang.reflect.UndeclaredThrowableException 2
javax.net.ssl.SSLException 2
javax.net.ssl.SSLEngineResult 4
org.apache.hc.core5.http.impl.BasicHttpTransportMetrics 2
javax.net.ssl.SSLHandshakeException 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$1 4
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1 4
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1 12
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 15
org.apache.hc.core5.http.nio.support.BasicRequestProducer 6
org.apache.hc.core5.io.Closer 3
org.apache.hc.core5.reactor.DefaultListeningIOReactor 6
org.apache.hc.core5.reactor.MultiCoreIOReactor 7
org.apache.hc.core5.http.impl.bootstrap.AsyncServer 5
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester 6
org.apache.hc.core5.reactor.DefaultConnectingIOReactor 6
org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor 9
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject 3
org.apache.hc.core5.util.TimeValue 23
java.util.concurrent.TimeUnit 3
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager 8
org.apache.hc.core5.pool.LaxConnPool 7
org.apache.hc.core5.pool.LaxConnPool$PerRoutePool 15
java.util.ArrayDeque 12
java.util.concurrent.ConcurrentLinkedDeque 11
org.apache.hc.core5.pool.PoolEntry 15
org.apache.hc.core5.pool.DefaultDisposalCallback 2
org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler 15
org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase 11
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandler 16
org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler 15
org.apache.hc.core5.http2.impl.nio.ServerH2IOEventHandler 16
org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler 15
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer 18
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer 53
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer 17
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection 19
org.apache.hc.core5.http.impl.io.BHttpConnectionBase 24
java.net.Socket 16
org.apache.hc.core5.http.impl.io.SocketHolder 10
org.apache.hc.core5.util.Timeout 6
org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator 15
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandler 16
org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler 16
org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection 16
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection 14
org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler 17
org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection 10
java.util.concurrent.atomic.AtomicInteger 10
org.apache.hc.core5.http.impl.bootstrap.RequestListener 4
java.net.ServerSocket 7
org.apache.hc.core5.http.io.SocketConfig 10
org.apache.hc.core5.io.SocketSupport 2
java.lang.ClassLoader 11
sun.reflect.misc.ReflectUtil 3
java.lang.reflect.Proxy 1
jdk.internal.ref.CleanerImpl$SoftCleanableRef 2
java.lang.ref.SoftReference 2
java.lang.Class$ReflectionData 1
java.lang.Class$Atomic 2
java.util.EnumSet 1
sun.util.calendar.CalendarDate 4
java.util.TimeZone 1
sun.text.normalizer.UCharacterIterator 1
org.apache.hc.client5.http.HttpRoute 17
org.apache.hc.client5.http.config.TlsConfig 8
java.lang.ref.Reference 3
org.apache.hc.client5.http.config.ConnectionConfig 6
java.net.HttpCookie 4
java.text.NumberFormat 3
org.apache.hc.client5.http.config.RequestConfig 15
java.text.BreakIterator 1
java.text.DecimalFormatSymbols 3
java.util.Date 4
java.lang.CloneNotSupportedException 1
java.text.DateFormat 3
java.util.Calendar 4
java.text.Collator 2
org.apache.hc.client5.http.auth.KerberosConfig 5
java.util.jar.Manifest 4
java.security.Signature 2
java.security.MessageDigestSpi 1
java.util.zip.ZipEntry 7
java.text.MessageFormat 3
java.lang.invoke.MemberName 5
java.security.SignatureSpi 1
sun.security.util.BitArray 4
java.text.DateFormatSymbols 3
java.security.MessageDigest 3
org.apache.hc.client5.http.RouteTracker 17
java.text.Format 1
jdk.internal.reflect.Reflection 12
java.lang.reflect.Method 6
java.lang.reflect.Field 5
java.lang.reflect.Constructor 6
java.lang.reflect.Array 2
java.lang.PublicMethods$MethodList 3
java.lang.NoSuchMethodException 1
java.util.StringJoiner 3
jdk.internal.reflect.ReflectionFactory 6
java.lang.reflect.Modifier 4
jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction 2
java.security.AccessController 5
java.lang.NoSuchFieldException 1
java.io.IOException 4
org.apache.hc.client5.http.impl.async.LoggingExceptionCallback 2
org.ietf.jgss.GSSException 7
java.io.InvalidClassException:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.util.regex.PatternSyntaxException:sun.nio.fs.UnixException 2
org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler 2
org.apache.hc.core5.http.ssl.TLS 5
javax.net.ssl.SSLParameters 6
org.apache.hc.core5.http.ssl.TlsCiphers 4
org.apache.hc.core5.http.nio.command.ShutdownCommand$lambda_createIOSessionCallback_0__4 1
org.apache.hc.core5.http.nio.command.ShutdownCommand 5
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
org.apache.hc.core5.http.nio.command.RequestExecutionCommand 8
java.util.concurrent.atomic.AtomicBoolean:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 1
org.apache.hc.core5.http.RequestNotExecutedException 1
org.apache.hc.core5.http.ConnectionClosedException 3
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2$1 12
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$InternalAsyncClientEndpoint 5
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester 4
org.apache.hc.core5.util.Deadline 12
java.util.concurrent.atomic.AtomicMarkableReference 4
org.apache.hc.core5.pool.LaxConnPool$LeaseRequest 6
org.apache.hc.core5.concurrent.BasicFuture 7
org.apache.hc.core5.concurrent.ComplexFuture 7
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$2 5
org.apache.hc.client5.http.impl.async.AsyncRedirectExec$1 5
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2 4
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient 3
java.nio.file.FileSystemException 1
java.nio.file.InvalidPathException 1
java.net.URISyntaxException 3
java.io.InvalidClassException 1
java.util.regex.PatternSyntaxException 1
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime 16
org.apache.hc.client5.http.impl.ConnPoolSupport 2
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$Endpoint 2
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$InternalConnectionEndpoint 5
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager 7
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler 17
java.lang.Class$EnclosingMethodInfo 3
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime 16
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$InternalConnectionEndpoint 9
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager 15
org.apache.hc.core5.http.io.entity.HttpEntities$2$lambda_getTrailers_0__23 3
java.util.Arrays 10
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$lambda_getTrailers_0__24 3
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy 12
org.apache.hc.core5.http.impl.io.ChunkedInputStream 10
org.apache.hc.core5.pool.StrictConnPool 12
org.apache.hc.core5.pool.StrictConnPool$lambda_getPool_0__21 3
java.util.Map 3
org.apache.hc.core5.pool.StrictConnPool$PerRoutePool 11
org.apache.hc.core5.pool.StrictConnPool$LeaseRequest 10
org.apache.hc.core5.util.DeadlineTimeoutException 2
java.util.concurrent.TimeoutException 1
org.ietf.jgss.ChannelBinding 2
java.net.Inet4Address 4
java.net.Inet6Address 4
java.net.InetAddress 10
java.lang.module.ModuleDescriptor$Opens 5
javax.security.auth.x500.X500Principal 3
java.lang.invoke.LambdaForm 3
org.slf4j.helpers.BasicMarker 6
sun.security.jgss.GSSCredentialImpl 3
java.time.zone.ZoneOffsetTransitionRule 3
java.lang.Character$Subset 3
org.apache.hc.client5.http.auth.NTUserPrincipal 5
sun.security.util.ObjectIdentifier 4
java.net.URI 23
sun.util.locale.BaseLocale 3
java.net.SocketPermission 3
org.apache.hc.core5.http.HttpHost 12
org.apache.hc.client5.http.auth.UsernamePasswordCredentials 7
java.nio.LongBuffer 3
java.net.NetworkInterface 3
java.lang.invoke.LambdaFormEditor$Transform 3
java.net.InetSocketAddress 10
java.net.Inet6Address$Inet6AddressHolder 2
java.time.LocalTime 3
java.lang.module.ModuleDescriptor$Exports 3
java.lang.StackTraceElement 4
java.util.AbstractSet 2
java.net.InterfaceAddress 3
java.lang.invoke.LambdaForm$NamedFunction 3
java.lang.invoke.StringConcatFactory$RecipeElement 2
java.lang.invoke.StringConcatFactory$Recipe 2
jdk.internal.jimage.ImageReader$Node 4
java.time.OffsetTime 3
java.lang.ProcessHandleImpl 3
java.net.Proxy 5
java.security.cert.CertPath 3
org.apache.hc.client5.http.auth.NTCredentials 13
java.lang.ProcessBuilder$Redirect 2
sun.util.locale.BaseLocale$Key 2
java.nio.ShortBuffer 3
javax.security.cert.Certificate 2
java.util.OptionalInt 3
org.apache.hc.client5.http.auth.BearerToken 3
org.apache.hc.client5.http.impl.auth.BasicAuthCache$Key 4
java.time.LocalDate 3
java.lang.module.ResolvedModule 3
java.security.Provider$ServiceKey 2
java.time.Clock 2
java.lang.Byte 5
java.time.temporal.ValueRange 3
java.time.Period 3
java.time.chrono.AbstractChronology 3
jdk.internal.module.ServicesCatalog$ServiceProvider 2
org.slf4j.event.KeyValuePair 3
java.lang.module.ModuleDescriptor 7
java.nio.FloatBuffer 3
java.net.InetSocketAddress$InetSocketAddressHolder 3
sun.security.util.DerInputBuffer 2
java.lang.Short 5
jdk.internal.org.objectweb.asm.Handle 3
java.lang.invoke.MethodType 3
jdk.internal.module.ModuleReferenceImpl 5
java.lang.module.ModuleReference 1
java.lang.Float 8
javax.crypto.CryptoPermission 4
org.apache.hc.client5.http.validator.ETag 10
java.time.zone.ZoneRules 3
java.time.LocalDateTime 3
org.apache.hc.core5.http.impl.routing.PathRoute 3
java.lang.invoke.ClassSpecializer$SpeciesData 3
sun.security.x509.AVA 3
java.io.FilePermission 3
java.lang.module.ModuleDescriptor$Provides 3
java.lang.module.ModuleDescriptor$Version 3
java.lang.Thread$WeakClassKey 3
java.time.Duration 3
java.time.format.DecimalStyle 3
sun.security.x509.RDN 3
sun.util.calendar.Era 3
sun.nio.fs.UnixFileStore 3
javax.crypto.spec.SecretKeySpec 3
jdk.internal.module.ModuleHashes 4
java.util.stream.Collectors$Partition 1
java.security.cert.Certificate 2
java.time.OffsetDateTime 3
java.time.zone.ZoneOffsetTransition 3
java.security.AllPermission 3
java.util.jar.Attributes$Name 3
java.nio.DoubleBuffer 3
java.security.AccessControlContext 2
sun.security.x509.X500Name 3
java.util.zip.ZipFile$Source$Key 2
java.time.ZoneOffset 3
java.util.OptionalLong 3
java.lang.invoke.StringConcatFactory$Key 2
sun.security.util.DerValue 3
java.lang.Double 9
java.util.PropertyPermission 3
java.security.Timestamp 3
java.text.FieldPosition 3
java.nio.file.attribute.FileTime 3
java.math.BigDecimal 3
java.lang.Boolean 6
org.apache.hc.client5.http.auth.AuthScope 12
java.util.ResourceBundle$CacheKey 3
java.text.AttributedCharacterIterator$Attribute 3
org.apache.hc.client5.http.auth.BasicUserPrincipal 4
java.math.MathContext 3
jdk.internal.loader.AbstractClassLoaderValue$Sub 3
java.lang.invoke.LambdaForm$Name 3
java.nio.IntBuffer 3
jdk.internal.org.objectweb.asm.Type 5
java.math.BigInteger 5
jdk.internal.misc.Signal 3
java.text.ParsePosition 3
java.util.OptionalDouble 3
sun.nio.ch.FileKey 2
java.lang.reflect.Parameter 3
java.net.URL 12
java.nio.charset.Charset 7
java.lang.Runtime$Version 3
sun.util.locale.LocaleExtensions 3
java.security.BasicPermission 3
org.ietf.jgss.Oid 4
java.lang.module.ModuleDescriptor$Requires 3
javax.security.auth.Subject 3
java.util.Optional 8
sun.security.jgss.ProviderList$PreferencesEntry 3
java.security.CodeSigner 3
jdk.internal.module.IllegalAccessLogger$Usage 2
java.security.CodeSource 4
sun.security.jgss.GSSNameImpl 4
java.util.concurrent.ConcurrentLinkedQueue 8
org.apache.hc.client5.http.impl.async.AsyncConnectExec$3 5
org.apache.hc.client5.http.impl.async.AsyncConnectExec 10
org.apache.hc.client5.http.impl.routing.BasicRouteDirector 4
org.apache.hc.client5.http.HttpRoute:org.apache.hc.client5.http.RouteTracker 2
org.apache.hc.client5.http.impl.async.AsyncConnectExec$2 5
org.apache.hc.client5.http.nio.AsyncConnectionEndpoint$1 3
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer$1 2
org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 1
org.apache.hc.core5.http.ContentType$lambda_parse_0__22 3
org.apache.hc.client5.http.entity.mime.MimeField$lambda_getBody_0__29 3
org.apache.hc.client5.http.entity.mime.MimeField 6
java.lang.StringBuilder:org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http2.hpack.HPackHeader 1
jdk.internal.module.ModuleHashes$lambda_toString_1__18 3
org.apache.hc.core5.http.support.ExpectSupport$lambda_parse_0__17 3
org.apache.hc.core5.http.support.ExpectSupport 2
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_0__25 3
org.apache.hc.core5.http.protocol.RequestTE 3
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_1__26 3
java.lang.Object:java.lang.invoke.MemberName:java.lang.ref.Reference:java.net.HttpCookie:java.security.MessageDigest:java.security.MessageDigestSpi:java.security.Signature:java.security.SignatureSpi:java.text.BreakIterator:java.text.Collator:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.Format:java.text.MessageFormat:java.text.NumberFormat:java.util.AbstractMap:java.util.ArrayDeque:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.EnumSet:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.LinkedList:java.util.Locale:java.util.Properties:java.util.TimeZone:java.util.TreeMap:java.util.TreeSet:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Manifest:java.util.zip.ZipEntry:sun.security.util.BitArray:sun.text.normalizer.UCharacterIterator:sun.util.calendar.CalendarDate 1
org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback 3
org.apache.hc.core5.http.nio.support.BasicRequestConsumer$1 2
org.apache.hc.core5.reactor.AbstractIOSessionPool$1 6
org.apache.hc.core5.reactor.AbstractIOSessionPool$1$lambda_completed_0__32 3
org.apache.hc.core5.http2.nio.pool.H2ConnPool 6
org.apache.hc.core5.http2.nio.command.PingCommand 3
org.apache.hc.core5.http2.nio.support.BasicPingHandler 5
org.apache.hc.core5.http2.nio.pool.H2ConnPool$lambda_validateSession_0__47 3
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$lambda_validateSession_0__46 3
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool 6
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionEnd__53 3
java.util.AbstractQueue 2
org.apache.hc.core5.concurrent.CompletingFutureContribution 3
org.apache.hc.core5.concurrent.FutureContribution 4
java.util.function.Function 1
org.apache.hc.core5.reactor.AbstractIOSessionPool 7
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5 3
org.apache.hc.core5.reactor.ssl.TlsDetails 4
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5$1 3
org.apache.hc.core5.concurrent.CallbackContribution 3
java.util.concurrent.SynchronousQueue 6
org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler 2
org.apache.hc.client5.http.impl.async.LoggingIOSession$1 7
org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler 18
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1 11
org.apache.hc.client5.http.impl.async.AsyncConnectExec$6 12
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter$1 5
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1 10
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler:org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler 1
org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$InternalAsyncClientEndpoint 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient 4
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1$1 12
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec$1 11
org.apache.hc.core5.http.nio.support.BasicRequestConsumer 6
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 1
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer 4
org.apache.hc.core5.util.ByteArrayBuffer 17
org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer 6
org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer 3
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 1
org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator 9
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler 9
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer 6
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 6
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer 6
org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 5
org.apache.hc.core5.http.nio.support.BasicResponseProducer 9
org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer 5
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler 11
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler 8
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer 6
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler 6
org.apache.hc.core5.http.nio.support.BasicResponseConsumer 7
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1$1 12
org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler 7
org.apache.hc.client5.http.impl.async.AsyncProtocolExec$1 5
java.util.concurrent.ConcurrentHashMap$ValuesView 2
java.util.concurrent.LinkedBlockingQueue 7
org.apache.hc.client5.http.auth.AuthExchange 10
org.apache.hc.client5.http.impl.auth.BasicScheme:org.apache.hc.client5.http.impl.auth.BearerScheme:org.apache.hc.client5.http.impl.auth.DigestScheme:org.apache.hc.client5.http.impl.auth.KerberosScheme:org.apache.hc.client5.http.impl.auth.NTLMScheme:org.apache.hc.client5.http.impl.auth.SPNegoScheme 2
org.apache.hc.client5.http.impl.async.AsyncConnectExec$4 5
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1 7
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer:org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1$1:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2 4
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1 4
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec 4
org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy 4
org.apache.hc.client5.http.classic.methods.HttpUriRequestBase 4
org.apache.hc.core5.concurrent.ComplexCancellable 4
org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution 3
java.lang.Class$3 2
java.lang.InternalError 2
java.lang.VirtualMachineError 3
org.apache.hc.client5.http.HttpRequestRetryStrategy 1
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_failed_1__13 3
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$1 1
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$ScheduledRequestExecution 3
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_completed_0__12 3
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$State 2
org.apache.hc.core5.http.support.BasicRequestBuilder 11
org.apache.hc.core5.http.support.AbstractRequestBuilder 15
org.apache.hc.core5.net.URIBuilder 26
org.apache.hc.core5.net.URISupport 1
java.lang.AbstractStringBuilder:java.lang.String:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.Tokenizer$Cursor 1
org.apache.hc.core5.net.Ports 1
java.net.IDN 2
org.apache.hc.core5.net.PercentCodec 7
org.apache.hc.core5.http.URIScheme 3
java.nio.Buffer:java.nio.CharBuffer 1
java.nio.file.Path 2
org.apache.hc.client5.http.entity.mime.Header 3
java.util.ServiceLoader 4
org.apache.hc.core5.http.support.AbstractMessageBuilder 6
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.support.AbstractRequestBuilder 1
org.apache.hc.client5.http.async.methods.SimpleRequestBuilder 5
org.apache.hc.core5.http.nio.support.AsyncRequestBuilder 5
org.apache.hc.core5.http.io.support.ClassicRequestBuilder 5
org.apache.hc.core5.http.message.AbstractMessageWrapper:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.support.AbstractMessageBuilder 1
org.apache.hc.core5.http.support.BasicResponseBuilder 2
org.apache.hc.core5.http.support.AbstractResponseBuilder 3
org.apache.hc.core5.http.nio.support.AsyncPushBuilder 2
org.apache.hc.core5.http.nio.support.AsyncResponseBuilder 6
org.apache.hc.core5.http.io.support.ClassicResponseBuilder 2
org.apache.hc.client5.http.async.methods.SimpleResponseBuilder 2
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime:org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime 1
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1$lambda_completed_0__31 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1 6
org.apache.hc.client5.http.impl.nio.H2SharingConnPool 9
org.apache.hc.core5.pool.PoolStats 6
org.apache.hc.core5.http.impl.bootstrap.HttpRequester 7
org.apache.hc.client5.http.nio.AsyncConnectionEndpoint 4
org.apache.hc.client5.http.impl.PrefixedIncrementingId 2
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory 3
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2 1
org.apache.hc.core5.http.nio.command.CommandSupport 2
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque 1
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2Stream 27
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2StreamChannelImpl 22
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler 16
org.apache.hc.core5.http.nio.support.BasicPushProducer 5
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler 15
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler 17
org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler 12
org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer 4
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$3 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1$1 5
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$4 5
org.apache.hc.core5.reactor.AbstractIOSessionPool$2 5
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$1 5
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester 2
java.lang.Object:org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters 1
org.apache.hc.client5.http.ConnectExceptionSupport 3
org.apache.hc.client5.http.ConnectTimeoutException 1
java.net.SocketTimeoutException 1
java.io.InvalidClassException:java.lang.Throwable:java.nio.file.FileSystemException 1
org.apache.hc.client5.http.HttpHostConnectException 1
java.net.ConnectException 1
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$2 4
org.apache.hc.client5.http.impl.async.AsyncConnectExec$5 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3 4
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1 4
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$1 4
org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase$1 3
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler$1 4
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 1
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1$1 5
org.apache.hc.client5.http.impl.async.AsyncConnectExec$1 4
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1 6
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2 4
org.apache.hc.core5.reactor.EndpointParameters 6
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_0__8 2
java.util.Collection 1
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_1__9 3
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_2__10 2
org.apache.hc.core5.reactor.SingleCoreIOReactor 17
org.apache.hc.core5.reactor.IOSessionRequest 9
org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator 1
org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.reactor.AbstractIOReactorBase 1
org.apache.hc.core5.reactor.IOReactorShutdownException 1
org.apache.hc.core5.reactor.IOWorkerSelectors$PowerOfTwoSelector 1
org.apache.hc.core5.reactor.IOWorkerSelectors$GenericSelector 1
org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase 1
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester:org.apache.hc.core5.http.impl.bootstrap.AsyncServer 1
java.util.concurrent.atomic.AtomicMarkableReference:org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1:org.apache.hc.core5.concurrent.CompletedFuture:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$3 1
java.io.InterruptedIOException 2
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2$1 4
org.apache.hc.client5.http.impl.classic.RequestFailedException 1
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1 5
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$2 5
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2 4
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$4 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1 4
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1 4
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$2 4
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 4
java.util.concurrent.atomic.AtomicReference:org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1:org.apache.hc.core5.concurrent.CompletedFuture:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
org.apache.hc.core5.http2.H2Error 2
org.apache.hc.core5.http2.frame.FrameFactory 7
org.apache.hc.core5.http2.frame.RawFrame 5
org.apache.hc.core5.http2.frame.Frame 6
org.apache.hc.core5.http2.frame.FrameType 2
org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer 6
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter$1 10
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter 5
org.apache.hc.client5.http.impl.async.LogAppendable 5
org.apache.hc.core5.http2.frame.FramePrinter 4
java.io.PrintWriter 8
java.lang.invoke.Invokers 1
java.time.format.DateTimeParseContext 1
java.util.DoubleSummaryStatistics 1
org.apache.hc.core5.util.LangUtils 3
javax.security.auth.x500.X500Principal:sun.security.x509.X500Name 1
java.io.FilePermission:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.invoke.StringConcatFactory$Key:java.lang.invoke.StringConcatFactory$Recipe:java.lang.invoke.StringConcatFactory$RecipeElement:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InetSocketAddress:java.net.InetSocketAddress$InetSocketAddressHolder:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.TreeMap$Entry:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.crypto.spec.SecretKeySpec:javax.security.auth.Subject:javax.security.auth.x500.X500Principal:javax.security.cert.Certificate:jdk.internal.misc.Signal:jdk.internal.org.objectweb.asm.Type:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.security.jgss.GSSCredentialImpl:sun.security.jgss.GSSNameImpl:sun.security.jgss.ProviderList$PreferencesEntry:sun.security.util.BitArray:sun.security.util.DerInputBuffer:sun.security.util.DerValue:sun.security.util.ObjectIdentifier:sun.security.x509.AVA:sun.security.x509.RDN:sun.security.x509.X500Name:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.BaseLocale$Key:sun.util.locale.LocaleExtensions 1
java.io.FilePermission:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.invoke.StringConcatFactory$Key:java.lang.invoke.StringConcatFactory$Recipe:java.lang.invoke.StringConcatFactory$RecipeElement:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InetSocketAddress:java.net.InetSocketAddress$InetSocketAddressHolder:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.TreeMap$Entry:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.crypto.spec.SecretKeySpec:javax.security.auth.Subject:javax.security.auth.x500.X500Principal:javax.security.cert.Certificate:jdk.internal.misc.Signal:jdk.internal.org.objectweb.asm.Type:org.apache.hc.core5.util.LangUtils:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.security.jgss.GSSCredentialImpl:sun.security.jgss.GSSNameImpl:sun.security.jgss.ProviderList$PreferencesEntry:sun.security.util.BitArray:sun.security.util.DerInputBuffer:sun.security.util.DerValue:sun.security.util.ObjectIdentifier:sun.security.x509.AVA:sun.security.x509.RDN:sun.security.x509.X500Name:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.BaseLocale$Key:sun.util.locale.LocaleExtensions 1
java.lang.Package 4
java.security.Provider:java.util.AbstractMap:java.util.Hashtable:java.util.Properties:java.util.concurrent.ConcurrentHashMap 1
org.apache.hc.client5.http.impl.auth.BasicAuthCache 7
org.apache.hc.client5.http.impl.auth.BearerScheme$State 2
org.apache.hc.client5.http.ssl.SubjectName 1
java.util.Currency 1
java.lang.Iterable 1
org.apache.hc.client5.http.EndpointInfo 4
java.time.temporal.ChronoField 1
org.apache.hc.client5.http.impl.auth.BearerScheme 12
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics 1
org.apache.hc.client5.http.utils.ByteArrayBuilder 13
java.security.SecureRandomSpi 1
java.lang.ProcessBuilder$RedirectPipeImpl 1
java.lang.invoke.SerializedLambda 1
java.lang.ProcessBuilder$Redirect$3 1
java.time.format.Parsed 1
org.apache.hc.core5.http.impl.nio.IdentityDecoder 3
sun.net.www.MessageHeader 1
org.apache.hc.client5.http.impl.classic.ExecChainElement 1
java.util.IntSummaryStatistics 1
sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo 1
org.apache.hc.core5.reactor.ListenerEndpointImpl 4
org.apache.hc.core5.util.VersionInfo 1
java.nio.channels.FileLock 1
org.apache.hc.core5.reactor.ChannelEntry 2
java.util.concurrent.locks.AbstractQueuedSynchronizer 1
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer$CapacityWindow 6
sun.security.jgss.GSSCaller 1
org.apache.hc.client5.http.ssl.NoopHostnameVerifier 1
org.apache.hc.core5.http2.config.H2Config 10
sun.reflect.annotation.AnnotationType 3
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics$DurationCounter 3
java.time.temporal.ChronoUnit 1
jdk.internal.perf.PerfCounter 2
java.lang.ProcessImpl 1
java.util.LongSummaryStatistics 1
java.lang.Module 4
org.apache.hc.core5.http.EndpointDetails 4
java.lang.ProcessBuilder$Redirect$5 1
org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher 3
java.util.EventObject 1
java.util.concurrent.FutureTask 3
org.apache.hc.client5.http.impl.auth.FixedCredentialsProvider 2
java.util.AbstractCollection:java.util.concurrent.ConcurrentHashMap$CollectionView 1
jdk.internal.jmod.JmodFile$Entry 4
jdk.internal.jmod.JmodFile$Section 1
org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec 2
java.security.PermissionCollection 1
jdk.internal.org.objectweb.asm.TypePath 4
org.apache.hc.client5.http.impl.auth.BasicScheme$State 2
java.io.ObjectStreamClass 1
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream 7
sun.security.util.LazyCodeSourcePermissionCollection 1
java.io.ObjectStreamField 1
java.nio.channels.FileChannel$MapMode 1
org.apache.hc.core5.http.config.Registry 2
org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder 3
java.nio.ByteOrder 2
org.apache.hc.core5.http.protocol.UriRegexMatcher 2
java.lang.module.Configuration 1
java.lang.ModuleLayer 1
java.lang.StackFrameInfo 1
java.net.URLConnection 1
java.lang.invoke.MethodHandleImpl$LoopClauses 1
java.util.concurrent.ForkJoinPool 3
org.apache.hc.core5.http.impl.routing.UriPathRouter 4
java.util.AbstractCollection:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$1 3
java.lang.ThreadGroup 7
java.net.SocketImpl 1
org.apache.hc.core5.http2.config.H2Setting 4
org.apache.hc.core5.http2.hpack.FifoLinkedList$InternalNode 11
org.apache.hc.core5.http.impl.routing.RequestRouter$Entry 1
org.apache.hc.client5.http.impl.auth.GGSSchemeBase 9
org.apache.hc.client5.http.impl.auth.KerberosScheme 4
org.apache.hc.client5.http.impl.auth.SPNegoScheme 4
java.time.format.DateTimeFormatterBuilder$NumberPrinterParser 1
org.apache.hc.core5.http2.ssl.ApplicationProtocol 1
java.util.concurrent.ThreadPoolExecutor 5
org.apache.hc.client5.http.auth.AuthChallenge 5
java.security.PrivilegedActionException 3
org.apache.hc.core5.http.message.BasicHeaderValueFormatter 4
org.apache.hc.client5.http.impl.async.AsyncExecChainElement 1
java.security.Provider$Service 1
java.security.ProtectionDomain 1
org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy 3
org.apache.hc.client5.http.impl.auth.DigestScheme 14
java.time.format.DateTimePrintContext 1
java.io.ObjectOutputStream$DebugTraceInfoStack 1
java.lang.invoke.MethodHandles$Lookup 1
sun.security.util.JarConstraintsParameters 1
java.lang.ProcessBuilder$Redirect$4 1
org.apache.hc.core5.http.impl.routing.RequestRouter$SingleAuthorityResolver 3
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$1 13
org.apache.hc.core5.ssl.PrivateKeyDetails 1
java.lang.StringBuilder:java.util.Arrays 1
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement 2
org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask 2
java.security.SecureRandom 3
org.apache.hc.client5.http.async.methods.SimpleBody 3
java.nio.charset.CodingErrorAction 1
jdk.internal.misc.Signal$NativeHandler 2
org.apache.hc.core5.http.protocol.UriPatternMatcher 3
java.util.concurrent.CompletableFuture 2
org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec 2
java.lang.ProcessBuilder$Redirect$2 1
java.lang.invoke.MethodTypeForm 1
java.time.format.DateTimeFormatterBuilder$CompositePrinterParser 1
org.apache.hc.core5.http.config.RegistryBuilder 1
java.math.MutableBigInteger 1
java.security.Permission 2
sun.reflect.annotation.TypeAnnotation 1
org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider 2
java.lang.invoke.MethodHandle 1
org.apache.hc.client5.http.impl.auth.NTLMScheme 10
org.apache.hc.core5.ssl.SSLContextBuilder 1
org.apache.hc.client5.http.impl.auth.BasicScheme 14
org.apache.hc.core5.reactor.InternalConnectChannel 9
jdk.internal.math.FDBigInteger 26
javax.security.auth.x500.X500Principal:org.apache.hc.client5.http.auth.NTUserPrincipal:sun.security.x509.X500Name 1
org.apache.hc.core5.reactor.IOReactorConfig 16
org.apache.hc.core5.http.config.CharCodingConfig 4
jdk.internal.math.FloatingDecimal 6
java.lang.ThreadLocal 4
jdk.internal.math.FloatingDecimal$BinaryToASCIIBuffer 8
java.lang.AssertionError 5
java.lang.Error 2
jdk.internal.math.FloatingDecimal$ExceptionalBinaryToASCIIBuffer 1
java.lang.ProcessBuilder$Redirect$6 1
org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider 2
jdk.internal.module.ModuleResolution 1
org.apache.hc.client5.http.impl.auth.AuthChallengeParser$ChallengeInt 2
java.lang.ProcessBuilder$Redirect$1 1
org.apache.hc.core5.http2.hpack.HuffmanNode 5
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
sun.util.locale.Extension 1
org.apache.hc.core5.http.impl.nio.ChunkDecoder 7
org.apache.hc.core5.http.config.NamedElementChain$Node 1
org.apache.hc.core5.http.io.support.HttpServerFilterChainElement 2
java.util.Map$Entry 1
java.io.StringWriter 7
java.security.AlgorithmParameters 1
org.slf4j.helpers.MarkerIgnoringBase 2
jdk.internal.org.objectweb.asm.Label 1
org.slf4j.event.Level 2
java.io.BufferedWriter 7
java.io.OutputStreamWriter 5
sun.nio.cs.StreamEncoder 4
java.io.OutputStreamWriter:java.io.StringWriter:sun.nio.cs.StreamEncoder 1
java.io.Writer 4
java.io.OutputStreamWriter:java.io.PrintStream:java.io.StringWriter:java.io.Writer:java.lang.AbstractStringBuilder:java.lang.Enum:java.lang.StringBuilder:java.nio.CharBuffer 1
java.lang.StringBuilder:org.slf4j.helpers.NOPLogger 3
org.apache.hc.core5.http2.config.H2Param 1
java.io.PrintStream 7
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$2 10
java.nio.channels.DatagramChannel:java.nio.channels.FileChannel:java.nio.channels.SocketChannel 1
org.apache.hc.core5.reactor.IOSessionImpl:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http2.impl.BasicH2TransportMetrics 2
java.util.concurrent.CancellationException 1
org.apache.hc.core5.concurrent.ComplexFuture$lambda_setDependency_0__16 3
org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase 4
org.apache.hc.client5.http.impl.classic.MinimalHttpClient 2
org.apache.hc.client5.http.impl.classic.InternalHttpClient 2
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$InternalConnectionEndpoint 5
org.apache.hc.client5.http.impl.async.InternalH2ConnPool 4
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3 1
java.util.concurrent.CompletableFuture$MinimalStage 1
org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable 1
java.util.concurrent.atomic.AtomicBoolean:org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 2
org.apache.hc.client5.http.impl.classic.InternalExecRuntime 7
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool 6
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_release_2__20 3
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1 1
org.apache.hc.core5.concurrent.CompletedFuture 2
org.apache.hc.client5.http.impl.Operations$CompletedFuture 1
java.util.concurrent.ForkJoinTask 1
org.apache.hc.core5.http.impl.bootstrap.HttpServer 6
org.apache.hc.core5.http.ExceptionListener$2 2
java.lang.Throwable$WrappedPrintStream 3
java.lang.Throwable$WrappedPrintWriter 2
java.lang.ExceptionInInitializerError 1
java.lang.reflect.InvocationTargetException 2
java.lang.ClassNotFoundException 1
org.apache.hc.core5.http.ExceptionListener$1 2
org.apache.hc.core5.http.impl.bootstrap.WorkerPoolExecutor 1
org.apache.hc.core5.http.impl.bootstrap.Worker 3
org.apache.hc.core5.http.message.BasicClassicHttpResponse 6
org.apache.hc.core5.http.impl.io.SessionInputBufferImpl 12
org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl 9
org.apache.hc.core5.http2.impl.io.FrameOutputStream 6
org.apache.hc.client5.http.impl.io.LoggingOutputStream 6
org.apache.hc.client5.http.impl.Wire 12
jdk.internal.misc.TerminatingThreadLocal 4
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection$1 7
org.apache.hc.core5.http.io.EofSensorInputStream 10
java.io.FileInputStream 6
java.util.jar.Manifest$FastInputStream 4
org.apache.hc.core5.http.impl.io.EmptyInputStream 5
org.apache.hc.client5.http.entity.LazyDecompressingInputStream 7
org.apache.hc.core5.http.impl.io.IdentityInputStream 5
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.SessionInputBufferImpl:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.client5.http.impl.io.LoggingInputStream 6
org.apache.hc.core5.http.nio.support.classic.ContentInputStream 6
org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer 10
org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer 2
org.apache.hc.core5.http.impl.io.ContentLengthInputStream 6
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.client5.http.entity.GZIPInputStreamFactory 1
java.util.zip.GZIPInputStream 3
org.apache.hc.client5.http.entity.DeflateInputStreamFactory 1
org.apache.hc.client5.http.entity.DeflateInputStream 1
java.io.FilterInputStream 6
java.io.PushbackInputStream 6
java.util.zip.ZipException 1
org.apache.hc.client5.http.entity.DeflateInputStream$DeflateStream 3
java.util.zip.InflaterInputStream 5
java.util.zip.Inflater 2
org.apache.hc.client5.http.entity.BrotliInputStreamFactory 1
org.brotli.dec.BrotliInputStream 1
java.io.ObjectInputStream 4
java.util.zip.ZipInputStream 3
java.io.InputStream$1 6
java.io.ObjectInputStream$BlockDataInputStream 4
java.io.BufferedInputStream 4
java.lang.ProcessBuilder$NullInputStream 2
java.io.ObjectInputStream$PeekInputStream 4
java.io.ByteArrayInputStream 7
java.io.InputStream 7
org.apache.hc.core5.http.io.entity.EmptyInputStream 5
java.lang.ProcessImpl$DeferredCloseInputStream 5
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1$1 4
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1 7
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$PoolEntryHolder 3
org.apache.hc.client5.http.impl.ConnectionShutdownException 1
org.apache.hc.core5.http.StreamClosedException 1
java.lang.ArithmeticException 1
org.apache.hc.core5.http.io.entity.ByteBufferEntity$1 3
java.util.jar.JarInputStream 3
org.apache.hc.core5.http.MalformedChunkCodingException 2
org.apache.hc.core5.http.MessageConstraintException 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.core5.http.impl.io.HttpRequestExecutor 1
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
java.io.ObjectOutputStream 7
org.apache.hc.core5.http.ContentTooLongException 1
org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat 10
java.io.BufferedOutputStream:java.io.ByteArrayOutputStream:java.io.DataOutputStream:java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream$1:java.io.PrintStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.util.ByteArrayBuffer 1
org.apache.hc.core5.http.impl.io.ContentLengthOutputStream 6
java.io.OutputStream 5
org.apache.hc.core5.http.nio.support.classic.ContentOutputStream 6
org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer 10
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer$1 6
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1$1 6
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3$1 6
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$1 6
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$DelayedOutputChannel 13
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$1 6
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$1 6
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$1 6
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$1 6
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$1 6
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$1 5
java.lang.ProcessBuilder$NullOutputStream 1
java.util.zip.DeflaterOutputStream 4
org.apache.hc.client5.http.impl.auth.HttpEntityDigester 5
org.apache.hc.core5.http.impl.io.ChunkedOutputStream 11
java.io.OutputStream$1 3
java.io.FileOutputStream 4
java.io.BufferedOutputStream 3
java.io.FilterOutputStream 5
org.apache.hc.core5.http.impl.io.IdentityOutputStream 6
java.io.DataOutputStream 3
java.io.ObjectOutputStream$BlockDataOutputStream 5
sun.nio.ch.FileChannelImpl 6
org.apache.hc.core5.http2.frame.DefaultFrameFactory 3
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler:org.slf4j.helpers.NOPLogger 1
java.util.zip.GZIPOutputStream 2
org.apache.hc.client5.http.entity.mime.HttpStrictMultipart 2
org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart 2
org.apache.hc.client5.http.entity.mime.LegacyMultipart 2
org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart 2
org.apache.hc.client5.http.entity.mime.MultipartPart 2
java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.client5.http.entity.mime.ByteArrayBody:org.apache.hc.client5.http.entity.mime.FileBody:org.apache.hc.client5.http.entity.mime.InputStreamBody:org.apache.hc.client5.http.entity.mime.StringBody 1
java.io.BufferedOutputStream:java.io.ByteArrayOutputStream:java.io.DataOutputStream:java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream$1:java.io.PrintStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream 1
org.apache.hc.client5.http.entity.mime.InputStreamBody 1
java.io.DataInputStream 2
java.io.DataInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.io.BufferedOutputStream:java.io.DataOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.PrintStream:java.util.zip.DeflaterOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.nio.support.classic.ContentOutputStream 1
java.io.BufferedOutputStream:java.io.ByteArrayOutputStream:java.io.DataInputStream:java.io.DataOutputStream:java.io.FileInputStream:java.io.FileOutputStream:java.io.FilterInputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream$1:java.io.PrintStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.client5.http.entity.mime.FileBody 1
java.io.FileInputStream:java.lang.ProcessImpl$DeferredCloseInputStream 2
java.io.BufferedOutputStream:java.io.ByteArrayOutputStream:java.io.DataOutputStream:java.io.FileInputStream:java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream$1:java.io.PrintStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream 1
org.apache.hc.client5.http.entity.mime.ByteArrayBody 1
java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http2.impl.io.FrameOutputStream 1
java.nio.file.spi.FileSystemProvider 1
org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.DataInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.JarInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.core5.http.impl.io.AbstractMessageParser 5
org.apache.hc.core5.http.message.LazyLaxLineParser 1
org.apache.hc.core5.http.message.BasicLineParser 4
org.apache.hc.core5.http.message.LazyLineParser 1
org.apache.hc.core5.http.TruncatedChunkException 1
org.apache.hc.client5.http.impl.io.LoggingSocketHolder 4
org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy 1
org.apache.hc.core5.http.impl.io.ResponseOutOfOrderException 1
org.apache.hc.core5.io.ModalCloseable 1
sun.nio.cs.StreamDecoder 3
java.net.URLClassLoader 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService 1
jdk.internal.loader.URLClassPath$JarLoader 18
jdk.internal.loader.URLClassPath$JarLoader$1 2
jdk.internal.loader.FileURLMapper 3
sun.net.www.ParseUtil 2
java.io.FileNotFoundException 1
java.util.zip.ZipFile 2
java.util.jar.JarFile 8
jdk.internal.loader.URLClassPath$Loader 6
jdk.internal.util.jar.JarIndex 9
java.io.BufferedReader 10
java.io.Reader 2
java.io.InputStreamReader 4
sun.net.util.URLUtil 1
java.nio.channels.spi.AbstractSelector 1
jdk.internal.module.ModulePatcher$JarResourceFinder 2
java.nio.file.FileTreeWalker 1
jdk.internal.loader.BuiltinClassLoader$NullModuleReader 3
org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient 1
jdk.internal.module.ModulePatcher$PatchedModuleReader 5
jdk.internal.module.ModulePatcher$ExplodedResourceFinder 3
jdk.internal.loader.Loader$NullModuleReader 3
jdk.internal.module.ModuleReferences$SafeCloseModuleReader 2
jdk.internal.module.ModuleReferences$JModModuleReader 3
jdk.internal.jmod.JmodFile 2
jdk.internal.module.ModuleReferences$JarModuleReader 3
jdk.internal.module.SystemModuleFinders$SystemModuleReader 5
jdk.internal.module.ModuleReferences$ExplodedModuleReader 3
jdk.internal.module.SystemModuleFinders$2 1
jdk.internal.loader.AbstractClassLoaderValue$Memoizer 1
jdk.internal.loader.AbstractClassLoaderValue$Memoizer$RecursiveInvocationException 1
jdk.internal.logger.LazyLoggers$1 2
jdk.internal.logger.LazyLoggers 6
java.lang.System$LoggerFinder 1
jdk.internal.logger.LazyLoggers$getLoggerFinder__49 3
jdk.internal.loader.BuiltinClassLoader$4 1
jdk.internal.loader.URLClassPath 9
jdk.internal.loader.URLClassPath$3 2
jdk.internal.loader.URLClassPath$FileLoader 3
jdk.internal.misc.SharedSecrets 1
jdk.internal.misc.Unsafe 9
java.util.StringTokenizer 7
java.util.jar.JarFile$JarFileEntry 3
java.util.jar.JarEntry 2
jdk.internal.loader.URLClassPath$JarLoader$2 8
jdk.internal.loader.Resource 6
jdk.internal.loader.URLClassPath$JarLoader$3 2
jdk.internal.loader.URLClassPath$2 3
jdk.internal.loader.URLClassPath$Loader$1 5
jdk.internal.loader.URLClassPath$FileLoader$1 5
jdk.internal.loader.URLClassPath$1 4
jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 6
jdk.internal.module.ModulePatcher$PatchedModuleReader$1 6
jdk.internal.module.ModulePatcher$JarResourceFinder$1 6
jdk.internal.loader.BuiltinClassLoader$1 4
jdk.internal.loader.Loader$3 3
jdk.internal.loader.BuiltinClassLoader 17
jdk.internal.util.jar.InvalidJarIndexError 1
java.lang.SecurityException 1
jdk.internal.loader.ClassLoaders$AppClassLoader 1
java.nio.channels.Channels 1
java.nio.channels.spi.AbstractInterruptibleChannel 1
java.lang.OutOfMemoryError 2
java.security.SecureClassLoader 2
java.io.EOFException 1
java.util.zip.CRC32 2
java.util.zip.Checksum 1
org.slf4j.LoggerFactory$lambda_getServiceLoader_0__2 3
org.slf4j.LoggerFactory 26
jdk.internal.misc.InnocuousThread$2 1
jdk.internal.misc.InnocuousThread 8
java.lang.ref.ReferenceQueue 2
java.lang.Thread$1 2
jdk.internal.logger.BootstrapLogger$DetectBackend$1 1
sun.security.action.GetPropertyAction 1
jdk.internal.jimage.NativeImageBuffer$1 1
java.lang.Runtime 2
java.lang.UnsatisfiedLinkError 1
java.lang.LinkageError 1
jdk.internal.loader.BootLoader$PackageHelper$2 1
jdk.internal.misc.InnocuousThread$3 1
jdk.internal.logger.LazyLoggers$lambda_getLoggerFromFinder_0__48 3
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder 1
jdk.internal.logger.LazyLoggers$LazyLoggerAccessor 5
java.lang.ref.WeakReference 2
jdk.internal.logger.LazyLoggers$JdkLazyLogger 2
jdk.internal.logger.LazyLoggers$LazyLoggerWrapper 2
jdk.internal.logger.AbstractLoggerWrapper 1
jdk.internal.logger.LoggerFinderLoader 1
jdk.internal.logger.DefaultLoggerFinder 4
jdk.internal.logger.DefaultLoggerFinder$1 2
jdk.internal.misc.VM 4
jdk.internal.logger.BootstrapLogger 3
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder$1 1
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__59 3
jdk.internal.logger.DefaultLoggerFinder$SharedLoggers 1
jdk.internal.ref.CleanerImpl$WeakCleanableRef 2
jdk.internal.ref.CleanerImpl$PhantomCleanableRef 2
jdk.internal.module.ModuleLoaderMap$Mapper 2
org.apache.hc.client5.http.DnsResolver$lambda_resolve_0__35 3
org.apache.hc.client5.http.DnsResolver 2
jdk.internal.jmod.JmodFile$Entry$jmodDir__56 1
jdk.internal.loader.Loader$lambda_moduleReaderFor_7__30 3
jdk.internal.loader.Loader 7
jdk.internal.jimage.ImageReaderFactory$1 2
jdk.internal.jimage.ImageReader 5
jdk.internal.jimage.ImageReader$SharedImageReader 2
jdk.internal.jimage.BasicImageReader 9
jdk.internal.jimage.NativeImageBuffer 1
java.nio.channels.FileChannel:java.nio.file.StandardOpenOption 1
jdk.internal.jimage.BasicImageReader$2 2
jdk.internal.jimage.ImageHeader 16
jdk.internal.jimage.ImageStringsReader 8
jdk.internal.jimage.decompressor.Decompressor 1
org.apache.hc.client5.http.protocol.HttpClientContext$lambda_getAuthExchange_0__36 3
jdk.internal.logger.SimpleConsoleLogger 2
sun.util.logging.PlatformLogger$ConfigurableBridge$LoggerConfiguration 1
jdk.internal.logger.BootstrapLogger$RedirectedLoggers 2
jdk.internal.logger.SurrogateLogger 2
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$lambda_getPerRoutePool_0__45 3
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_getCounter_0__54 3
org.apache.hc.core5.http2.hpack.OutboundDynamicTable$lambda_add_0__51 3
org.apache.hc.core5.http2.hpack.OutboundDynamicTable 9
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__58 3
org.apache.hc.core5.http.impl.routing.UriPathRouter$RegexMatcher 2
org.apache.hc.core5.http.impl.routing.UriPathRouter$BestMatcher 2
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http.impl.routing.PathPatternMatcher 2
org.apache.hc.core5.http.impl.routing.UriPathRouter$OrderedMatcher 2
jdk.internal.loader.BuiltinClassLoader$5 3
jdk.internal.loader.BuiltinClassLoader$lambda_findResourcesOnClassPath_1__15 3
jdk.internal.perf.Perf$GetPerfAction 1
jdk.internal.perf.Perf 2
java.lang.RuntimePermission 1
jdk.internal.reflect.MethodAccessorGenerator$1 1
jdk.internal.reflect.ClassDefiner 1
jdk.internal.reflect.ClassDefiner$1 2
jdk.internal.reflect.DelegatingClassLoader 1
java.lang.ArrayIndexOutOfBoundsException 1
java.lang.IllegalAccessException 1
java.lang.Class$1 2
java.lang.InstantiationException 1
java.lang.Class$2 1
jdk.internal.loader.BuiltinClassLoader$lambda_findResourceOnClassPath_0__19 3
jdk.internal.logger.SimpleConsoleLogger$CallerFinder$1 1
java.lang.StackWalker 1
jdk.internal.jimage.BasicImageReader$1 1
java.lang.System$1 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$1 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$BootstrapMessageLoggerTask 2
jdk.internal.misc.InnocuousThread$1 2
jdk.internal.loader.BootLoader$PackageHelper$1 1
sun.nio.fs.AbstractFileSystemProvider 1
java.nio.file.Files$FileTypeDetectors$2 1
java.lang.ref.Finalizer$1 1
java.nio.file.Files$FileTypeDetectors$1 1
org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder$IdleConnectionEvictor 2
org.apache.hc.core5.reactor.ListenerEndpointRequest 5
org.slf4j.MDC$MDCCloseable 1
org.slf4j.MDC 1
org.slf4j.helpers.BasicMDCAdapter 1
org.slf4j.helpers.NOPMDCAdapter 1
java.io.RandomAccessFile 3
java.net.DatagramSocket 1
org.apache.hc.client5.http.impl.async.InternalH2AsyncClient 1
org.apache.hc.core5.http2.hpack.HPackEncoder 17
org.apache.hc.core5.http2.hpack.FifoLinkedList 5
org.apache.hc.core5.http2.hpack.StaticTable 3
org.apache.hc.core5.http2.hpack.StaticTable$InternalEntry 2
org.apache.hc.core5.http2.hpack.HuffmanEncoder 2
org.apache.hc.client5.http.impl.async.AsyncProtocolExec 5
org.apache.hc.client5.http.impl.async.AsyncRedirectExec 5
org.apache.hc.client5.http.impl.auth.HttpAuthenticator 3
org.apache.hc.client5.http.auth.AuthenticationException 2
org.apache.hc.core5.http.message.BasicClassicHttpRequest 3
org.apache.hc.client5.http.impl.auth.AuthSchemeSupport 1
org.apache.hc.client5.http.impl.auth.DigestScheme$DigestAlgorithm 6
org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException 1
sun.nio.cs.UTF_8 2
javax.security.auth.x500.X500Principal:org.apache.hc.client5.http.auth.BasicUserPrincipal:org.apache.hc.client5.http.auth.NTUserPrincipal:sun.security.x509.X500Name 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.BufferedHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl 47
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type2Message 6
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$NTLMMessage 14
org.apache.hc.client5.http.impl.auth.NTLMEngineException 2
org.apache.hc.client5.http.utils.Base64 6
java.util.Base64$Decoder 1
java.util.Base64 2
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type3Message 5
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$CipherGen 22
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$HMACMD5 3
java.util.Random 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$MD4 7
javax.crypto.Cipher 3
java.util.Base64$Encoder 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type1Message 1
org.apache.hc.client5.http.impl.InMemoryDnsResolver 2
java.util.Arrays:org.slf4j.helpers.NOPLogger 1
java.net.UnknownHostException 1
org.apache.hc.client5.http.SystemDefaultDnsResolver 2
java.net.Inet4Address:java.net.Inet6Address:java.net.InetAddress 1
org.ietf.jgss.GSSManager 1
sun.security.jgss.GSSManagerImpl 3
sun.security.jgss.GSSContextImpl 3
org.apache.hc.client5.http.auth.InvalidCredentialsException 1
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient 2
java.util.concurrent.CompletableFuture:java.util.concurrent.CompletableFuture$MinimalStage:java.util.concurrent.ForkJoinTask:java.util.concurrent.FutureTask:org.apache.hc.client5.http.impl.Operations$CompletedFuture:org.apache.hc.core5.concurrent.CompletedFuture 1
org.apache.hc.client5.http.impl.Operations$lambda_cancellable_1__34 3
org.apache.hc.client5.http.impl.Operations 4
org.apache.hc.client5.http.impl.Operations$lambda_static_0__33 1
java.net.InetSocketAddress:java.util.Collections 1
java.util.stream.Collectors 1
org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer 3
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer 3
org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer 4
org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer 2
org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer 2
org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler 10
org.apache.hc.core5.http2.H2ConnectionException 2
org.apache.hc.core5.http2.impl.nio.ServerH2UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.BufferedData 7
org.apache.hc.core5.http2.impl.nio.ClientHttp1UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory 3
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser 3
org.apache.hc.core5.http.impl.nio.AbstractMessageParser 6
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory 3
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser 2
org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl 8
org.apache.hc.core5.http.impl.CharCodingSupport 2
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory 3
org.apache.hc.core5.http.impl.BasicEndpointDetails 1
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$lambda_produceOutput_0__57 3
org.apache.hc.core5.http.protocol.ViaRequest 1
org.apache.hc.core5.http2.protocol.H2RequestConnControl 1
org.apache.hc.core5.http.protocol.RequestConnControl 1
org.apache.hc.client5.http.protocol.RequestExpectContinue 1
org.apache.hc.core5.http2.protocol.H2RequestContent 1
org.apache.hc.core5.http.protocol.RequestContent 3
org.apache.hc.client5.http.protocol.RequestValidateTrace 1
org.apache.hc.core5.http2.protocol.H2RequestConformance 1
org.apache.hc.core5.http2.protocol.H2RequestValidateHost 1
org.apache.hc.core5.http.protocol.RequestValidateHost 1
java.net.URISyntaxException:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.protocol.RequestTargetHost 1
org.apache.hc.core5.http.protocol.RequestConformance 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.core5.http.MisdirectedRequestException 1
org.apache.hc.client5.http.protocol.RequestDefaultHeaders 1
org.apache.hc.client5.http.protocol.RequestUpgrade 1
org.apache.hc.client5.http.protocol.RequestAddCookies 1
org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecBase 1
org.apache.hc.client5.http.impl.cookie.BasicDomainHandler:org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler:org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler:org.apache.hc.client5.http.impl.cookie.BasicPathHandler:org.apache.hc.client5.http.impl.cookie.BasicSecureHandler:org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler:org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler 1
java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 1
org.apache.hc.client5.http.psl.PublicSuffixMatcher 5
org.apache.hc.client5.http.utils.DnsUtils 2
org.apache.hc.client5.http.cookie.CookieOrigin:org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler 1
org.apache.hc.client5.http.cookie.CookieOrigin:org.apache.hc.client5.http.impl.cookie.BasicClientCookie 2
org.apache.hc.core5.util.Tokenizer$get__27 1
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_1__60 3
org.apache.hc.core5.http.ProtocolVersionParser 3
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_0__61 3
org.apache.hc.core5.http.protocol.RequestExpectContinue 1
org.apache.hc.client5.http.protocol.RequestIfRange 1
org.apache.hc.core5.http.protocol.ForwardedRequest 1
org.apache.hc.core5.http.protocol.RequestUserAgent 1
org.apache.hc.core5.http2.protocol.H2RequestTargetHost 1
org.apache.hc.client5.http.protocol.RequestAuthCache 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.RequestSupport 1
java.util.AbstractCollection:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.client5.http.impl.DefaultSchemePortResolver 2
org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters 1
org.apache.hc.core5.http.protocol.RequestDate 1
org.apache.hc.client5.http.protocol.RequestClientConnControl 1
org.apache.hc.client5.http.RouteTracker:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer$1 4
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer$1 4
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__3 3
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinPool:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__3 1
jdk.internal.perf.Perf$CleanerAction 1
org.apache.hc.core5.reactor.IOReactorWorker 1
org.apache.hc.core5.reactor.InternalChannel 3
org.apache.hc.core5.reactor.SocksProxyProtocolHandler 13
org.apache.hc.core5.reactor.ssl.SSLIOSession$1 7
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy$lambda_upgrade_0__37 3
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy 2
org.apache.hc.core5.http.nio.ssl.TlsSupport 3
org.apache.hc.core5.http.nio.ssl.TlsSupport$lambda_enforceStrongSecurity_0__44 3
org.apache.hc.core5.http2.ssl.H2TlsSupport$lambda_enforceRequirements_0__41 3
org.apache.hc.core5.http2.ssl.H2TlsSupport 5
org.apache.hc.core5.util.ReflectionUtils 1
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy$lambda_upgrade_0__38 3
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy 2
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_initialize_0__43 3
org.apache.hc.core5.http2.ssl.ConscryptSupport 3
org.conscrypt.Conscrypt 2
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_0__39 3
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy 3
org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy 2
org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy 2
org.apache.hc.core5.http.message.BasicLineParser$get__55 3
org.apache.hc.core5.http.HttpVersion 2
org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory 2
org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory 2
org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.message.StatusLine 1
org.apache.hc.core5.http.RequestHeaderFieldsTooLargeException 1
org.apache.hc.core5.http.impl.ServerSupport 2
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers 2
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1$1 3
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter 1
org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory 2
org.apache.hc.core5.http.impl.routing.RequestRouter 1
java.lang.invoke.StringConcatFactory$MethodHandleStringBuilderStrategy$1 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$2 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$3 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$1 1
org.apache.hc.core5.http.protocol.RequestHandlerRegistry 2
org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator 2
org.slf4j.helpers.NOP_FallbackServiceProvider 3
org.slf4j.helpers.SubstituteServiceProvider 4
org.slf4j.helpers.Reporter 7
jdk.internal.module.Resources 4
jdk.internal.loader.Loader$1 2
jdk.internal.module.SystemModuleFinders$SystemImage 1
jdk.internal.jimage.ImageLocation 4
jdk.internal.loader.Loader$2 2
jdk.internal.loader.Loader$LoadedModule 2
java.util.List 1
jdk.internal.loader.BootLoader 1
jdk.internal.loader.ClassLoaders 1
jdk.internal.loader.BuiltinClassLoader$LoadedModule 3
jdk.internal.loader.BuiltinClassLoader$3 2
jdk.internal.loader.BuiltinClassLoader$2 2
org.slf4j.helpers.SubstituteLoggerFactory 5
org.slf4j.Logger 1
org.slf4j.helpers.NOPLoggerFactory 1
org.slf4j.helpers.Util 3
org.slf4j.helpers.Util$ClassContextSecurityManager 3
org.slf4j.helpers.NamedLoggerBase 1
org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory 1
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1 3
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__66 3
org.apache.hc.core5.http.impl.io.HttpService 7
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser 3
org.apache.hc.client5.http.impl.io.LenientHttpResponseParser 2
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser 2
org.apache.hc.client5.http.classic.methods.HttpTrace 1
org.apache.hc.core5.http.impl.io.HttpService$1 3
org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator 2
org.apache.hc.core5.http.impl.io.AbstractMessageWriter 4
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriter 4
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriter 4
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.core5.http.io.entity.EntityUtils 1
org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler 1
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler 1
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler$1 3
org.apache.hc.core5.http.io.support.HttpServerExpectationFilter 3
org.apache.hc.core5.http.io.support.TerminalServerFilter 1
org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter 1
java.util.concurrent.ForkJoinWorkerThread 1
jdk.internal.ref.CleanerImpl 1
jdk.internal.ref.PhantomCleanable 3
jdk.internal.ref.WeakCleanable 3
jdk.internal.ref.SoftCleanable 3
java.lang.ref.Finalizer$2 1
java.util.zip.ZipFile$CleanableResource 1
java.util.zip.Inflater$InflaterZStreamRef 1
jdk.internal.misc.Signal$1 1
java.util.concurrent.CompletableFuture$Completion 1
java.util.concurrent.ThreadPoolExecutor$Worker 1
java.util.zip.Deflater$DeflaterZStreamRef 1
java.lang.invoke.MethodHandleNatives$CallSiteContext 1
java.lang.ref.Finalizer$FinalizerThread 1
jdk.internal.ref.CleanerImpl$CleanerCleanable 1
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__3 1
org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler 2
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 2
java.io.UnsupportedEncodingException 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__67 2
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__67:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__3:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__66 1
org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer 7
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 2
org.apache.hc.core5.http.nio.command.ExecutableCommand 1
org.apache.hc.client5.http.impl.ExecSupport 1
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1 3
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1$1 3
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_1__40 2
javax.net.ssl.SSLContext 2
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer 2
org.apache.hc.core5.reactor.InternalDataChannel$1 3
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionStart__52 3
org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy 1
org.apache.hc.core5.http2.ssl.ConscryptClientTlsStrategy 1
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_verify_1__42 2
org.apache.hc.core5.http2.ssl.ConscryptServerTlsStrategy 1
org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy 1
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$3 2
org.apache.hc.core5.http.nio.support.BasicResponseConsumer$1 2
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec 5
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1$1 3
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator 8
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$1 3
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$2 3
org.apache.hc.core5.http.nio.AsyncClientEndpoint 1
org.apache.hc.core5.http.impl.DefaultAddressResolver 2
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer$1 2
org.apache.hc.client5.http.async.methods.SimpleResponseConsumer 3
org.apache.hc.client5.http.async.methods.SimpleHttpResponse 3
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$2 3
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1$1 3
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$2 3
org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter 2
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$2 3
org.apache.hc.client5.http.routing.RoutingSupport 1
org.apache.hc.client5.http.config.TlsConfig$Builder 6
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$3 3
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester$1 2
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$1 2
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1 3
org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter 3
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter 1
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.core5.http.impl.nio.AbstractContentDecoder 7
org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer:org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer:org.apache.hc.client5.http.async.methods.SimpleResponseConsumer:org.apache.hc.core5.http.nio.support.BasicResponseConsumer 1
org.apache.hc.client5.http.impl.ProtocolSwitchStrategy 1
org.apache.hc.client5.http.UnsupportedSchemeException 1
org.apache.hc.client5.http.impl.async.AsyncConnectExec$6:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.auth.AuthCacheKeeper 7
sun.reflect.annotation.AnnotationParser 1
java.lang.Class$AnnotationData 1
java.lang.Object:org.apache.hc.client5.http.protocol.HttpClientContext 1
org.apache.hc.client5.http.impl.auth.BasicAuthCache$AuthData 1
org.apache.hc.client5.http.impl.auth.AuthChallengeParser 3
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList 1
java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http2.hpack.HPackHeader 1
java.util.ArrayList:java.util.Collections 1
org.apache.hc.client5.http.auth.MalformedChallengeException 1
org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy 1
org.apache.hc.client5.http.impl.auth.BearerSchemeFactory 1
org.apache.hc.client5.http.impl.auth.BasicSchemeFactory 1
org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory 1
org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory 1
org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory 1
org.apache.hc.client5.http.impl.auth.DigestSchemeFactory 1
org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider 3
org.apache.hc.client5.http.impl.auth.CredentialsMatcher 1
java.net.Authenticator 1
java.net.PasswordAuthentication 3
org.apache.hc.client5.http.auth.KerberosCredentials 1
org.apache.hc.client5.http.impl.DefaultRedirectStrategy 3
org.apache.hc.client5.http.impl.LaxRedirectStrategy 2
org.apache.hc.client5.http.RedirectException 1
org.apache.hc.client5.http.utils.URIUtils 3
org.apache.hc.client5.http.protocol.RedirectLocations 2
java.util.AbstractCollection:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
org.apache.hc.client5.http.CircularRedirectException 1
org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner 4
org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner 2
java.net.ProxySelector 1
org.apache.hc.client5.http.impl.routing.DistributedProxySelector 2
org.apache.hc.client5.http.impl.routing.DistributedProxySelector$lambda_nextSelector_0__68 2
java.util.AbstractCollection:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.LinkedList:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.SynchronousQueue 1
java.lang.AbstractStringBuilder:java.net.Proxy 1
org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner 1
org.apache.hc.client5.http.routing.HttpRoutePlanner 1
org.apache.hc.client5.http.async.AsyncExecChain$Scope 1
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec 1
org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy 1
org.apache.hc.client5.http.impl.DefaultUserTokenHandler 3
org.apache.hc.client5.http.HttpRoute:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.client5.http.impl.auth.BasicScheme:org.apache.hc.client5.http.impl.auth.BearerScheme:org.apache.hc.client5.http.impl.auth.DigestScheme:org.apache.hc.client5.http.impl.auth.GGSSchemeBase 1
org.apache.hc.client5.http.UserTokenHandler 1
org.apache.hc.client5.http.impl.NoopUserTokenHandler 1
org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer 3
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler 1
org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer 1
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_updateCapacity_1__65 3
java.util.AbstractCollection:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http2.impl.nio.FrameInputBuffer 3
org.apache.hc.core5.http2.frame.FrameFlag 1
org.apache.hc.core5.http2.H2CorruptFrameException 1
org.apache.hc.core5.http2.H2StreamResetException 3
org.apache.hc.core5.http.HttpStreamResetException 1
org.apache.hc.core5.http2.frame.StreamIdGenerator$2 2
org.apache.hc.core5.http2.frame.StreamIdGenerator$1 2
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$lambda_produceOutput_0__64 3
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_produceRequest_0__62 3
org.apache.hc.core5.http2.impl.DefaultH2RequestConverter 3
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$Continuation 4
org.apache.hc.core5.http2.hpack.HPackDecoder 18
org.apache.hc.core5.http2.hpack.HPackException 2
org.apache.hc.core5.http2.hpack.InboundDynamicTable 9
org.apache.hc.core5.http2.hpack.FifoBuffer 7
org.apache.hc.core5.http2.hpack.HuffmanDecoder 1
org.apache.hc.core5.http2.hpack.HeaderListConstraintException 1
org.apache.hc.core5.http2.config.H2Config$Builder 8
org.apache.hc.core5.http2.frame.FrameFlag:org.apache.hc.core5.http2.frame.FrameType 1
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory 2
org.apache.hc.core5.reactor.IOSessionImpl:org.apache.hc.core5.reactor.ssl.SSLIOSession:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory 1
org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory 1
org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter 1
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory 1
org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter 1
org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory 1
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory 1
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$abort__63 2
org.apache.hc.core5.io.SocketTimeoutExceptionFactory 1
java.nio.channels.SocketChannel 1
org.apache.hc.core5.reactor.SingleCoreIOReactor$lambda_reportStatusToThreadPoolListener_0__28 2
org.apache.hc.core5.reactor.SingleCoreListeningIOReactor 5
java.nio.channels.ServerSocketChannel 1
java.net.BindException 1
java.util.AbstractCollection:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$CollectionView 1
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.SynchronousQueue 1
org.apache.hc.core5.reactor.AbstractIOSessionPool$PoolEntry 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$lambda_execute_0__50 2
org.apache.hc.core5.http.io.HttpConnectionFactory 1
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory 3
org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory 1
org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory 1
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory 3
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.concurrent.ConcurrentHashMap 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.ByteArrayOutputStream:java.io.FileInputStream:java.io.FileOutputStream:java.io.FilterInputStream:java.io.FilterOutputStream:java.io.InputStream:java.io.InputStream$1:java.io.InputStreamReader:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.OutputStream$1:java.io.OutputStreamWriter:java.io.PrintStream:java.io.PushbackInputStream:java.io.RandomAccessFile:java.io.StringWriter:java.lang.ProcessImpl$DeferredCloseInputStream:java.net.DatagramSocket:java.net.ServerSocket:java.net.Socket:java.net.URLClassLoader:java.nio.channels.spi.AbstractInterruptibleChannel:java.nio.channels.spi.AbstractSelector:java.nio.file.FileTreeIterator:java.nio.file.FileTreeWalker:java.util.Formatter:java.util.jar.Manifest$FastInputStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipFile:java.util.zip.ZipInputStream:jdk.internal.module.ModulePatcher$ExplodedResourceFinder:jdk.internal.module.ModuleReferences$ExplodedModuleReader:jdk.internal.module.SystemModuleFinders$SystemModuleReader:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EmptyInputStream:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.reactor.InternalConnectChannel:sun.nio.cs.StreamDecoder:sun.nio.cs.StreamEncoder:sun.nio.fs.UnixFileSystem 1

Fuzzer: InputStreamBodyWriteToFuzzer

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 36022 96.4%
gold [1:9] 1136 3.04%
yellow [10:29] 175 0.46%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.00%
All colors 37334 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
3962 26254 [org.apache.hc.client5.http.auth.BasicUserPrincipal]. (java.lang.String) call site: 26254
2708 30657 [org.apache.hc.core5.util.Timeout].ofSeconds(long) call site: 30657
2509 18984 [org.apache.hc.client5.http.HttpHostConnectException]. (java.lang.String,org.apache.hc.core5.net.NamedEndpoint) call site: 18984
2444 22459 [org.apache.hc.core5.pool.PoolEntry].assignConnection(org.apache.hc.core5.io.ModalCloseable) call site: 22459
1590 9381 [org.apache.hc.core5.http.ContentType].toString() call site: 09381
1399 12515 [org.apache.hc.client5.http.protocol.HttpClientContext].getRequestConfigOrDefault() call site: 12515
1350 14983 [org.apache.hc.client5.http.impl.classic.InternalExecRuntime].discardEndpoint() call site: 14983
1022 7920 [org.apache.hc.core5.http.HttpHost].toURI() call site: 07920
917 25277 [org.apache.hc.core5.util.TimeValue].ofSeconds(long) call site: 25277
915 13920 [org.apache.hc.client5.http.impl.auth.HttpAuthenticator].addAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext) call site: 13920
798 16393 [org.apache.hc.core5.http.message.BasicHttpRequest].setUri(java.net.URI) call site: 16393
793 34214 [org.apache.hc.client5.http.impl.classic.InternalExecRuntime].isEndpointAcquired() call site: 34214

Runtime coverage analysis

Covered functions
747
Functions that are reachable but not covered
3299
Reachable functions
3498
Percentage of reachable functions covered
5.69%
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
InputStreamBodyWriteToFuzzer 1
java.io.ByteArrayInputStream 7
org.apache.hc.client5.http.entity.mime.InputStreamBody 2
org.apache.hc.client5.http.entity.mime.AbstractContentBody 1
java.lang.Object 7
org.apache.hc.core5.util.Args 15
java.util.Objects 8
java.io.ByteArrayOutputStream 6
org.apache.hc.core5.http.nio.support.classic.ContentInputStream 6
org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer 10
java.util.concurrent.locks.ReentrantLock 5
org.apache.hc.core5.http.impl.nio.ExpandableBuffer 13
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject 3
java.lang.Thread 29
java.lang.System 8
java.lang.SecurityManager 10
java.io.InterruptedIOException 2
java.lang.Throwable 19
java.lang.Math 5
java.util.concurrent.atomic.AtomicInteger 10
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer$CapacityWindow 6
org.apache.hc.client5.http.impl.async.LoggingIOSession 30
org.apache.hc.core5.reactor.ssl.SSLIOSession 51
org.apache.hc.core5.reactor.InternalDataChannel 38
org.apache.hc.core5.reactor.IOSessionImpl 28
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock 3
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 3
java.util.concurrent.atomic.AtomicReference 7
javax.net.ssl.SSLHandshakeException 1
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2 4
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1 12
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler 15
org.slf4j.helpers.NOPLogger 17
org.slf4j.helpers.SubstituteLogger 28
org.slf4j.event.EventRecordingLogger 8
org.slf4j.helpers.LegacyAbstractLogger 1
org.slf4j.helpers.AbstractLogger 17
org.slf4j.event.SubstituteLoggingEvent 12
java.util.ArrayList 18
java.util.AbstractList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
java.util.AbstractQueue:java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue 1
org.ietf.jgss.GSSException 7
sun.nio.fs.UnixException 2
java.nio.file.InvalidPathException 1
java.io.InvalidClassException 1
java.nio.file.FileSystemException 1
java.net.URISyntaxException 3
java.util.regex.PatternSyntaxException 1
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2$1 12
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$InternalAsyncClientEndpoint 5
org.apache.hc.core5.pool.PoolEntry 15
org.apache.hc.core5.pool.DefaultDisposalCallback 2
org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler 16
org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler 15
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer 17
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer 53
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer 18
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer 39
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer 34
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer 41
org.apache.hc.core5.http.impl.io.BHttpConnectionBase 24
java.net.Socket 16
org.apache.hc.core5.http.impl.io.SocketHolder 10
org.apache.hc.core5.util.Timeout 6
org.apache.hc.core5.util.TimeValue 23
java.lang.IllegalArgumentException 4
java.lang.String 57
java.util.Formatter 5
java.lang.Long 15
java.lang.Number 1
org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase 11
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection 14
org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection 16
org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler 15
org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler 17
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandler 16
org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler 15
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandler 16
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection 19
org.apache.hc.core5.http2.impl.nio.ServerH2IOEventHandler 16
org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator 15
java.lang.Enum 9
java.lang.IllegalStateException 4
java.util.concurrent.TimeUnit 3
org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection 10
org.apache.hc.core5.io.Closer 3
org.slf4j.MDC$MDCCloseable 1
org.slf4j.MDC 1
org.slf4j.helpers.BasicMDCAdapter 1
java.lang.ThreadLocal 4
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 2
org.slf4j.helpers.NOPMDCAdapter 1
org.apache.hc.client5.http.impl.classic.InternalHttpClient 2
java.util.concurrent.ConcurrentLinkedQueue 8
org.apache.hc.client5.http.impl.classic.MinimalHttpClient 2
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager 8
java.util.concurrent.atomic.AtomicBoolean 6
org.apache.hc.core5.pool.LaxConnPool 7
org.apache.hc.core5.http.message.BasicTokenIterator 5
org.apache.hc.core5.http.message.AbstractHeaderElementIterator 6
jdk.internal.module.ModuleBootstrap$2 2
java.io.BufferedReader$1 2
java.nio.file.FileTreeIterator 3
org.apache.hc.core5.http.message.BasicListHeaderIterator 6
org.apache.hc.core5.http.message.BasicHeaderElementIterator 6
java.nio.file.Files$2 2
org.apache.hc.core5.http.message.BasicHeaderIterator 5
org.apache.hc.core5.util.Tokenizer$Cursor 7
java.util.NoSuchElementException 2
java.lang.StringLatin1 20
java.lang.StringUTF16 28
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader 2
java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
java.util.AbstractSequentialList 4
java.util.LinkedList 18
java.util.Vector 16
java.util.concurrent.CopyOnWriteArrayList 15
org.apache.hc.core5.http.message.BufferedHeader 9
org.apache.hc.core5.http.message.ParserCursor 1
java.lang.Integer 17
java.lang.StringBuffer 6
org.apache.hc.core5.util.CharArrayBuffer 22
org.apache.hc.core5.util.Tokenizer 12
java.lang.StringBuilder 22
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
java.lang.AbstractStringBuilder 9
java.nio.CharBuffer 11
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_2__4 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_1__3 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_3__6 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer:org.apache.hc.core5.util.Tokenizer$Cursor 3
org.apache.hc.core5.util.TextUtils 8
java.lang.AbstractStringBuilder:java.lang.StringBuffer:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 1
java.lang.Character 18
java.lang.CharacterData 1
org.apache.hc.core5.http.message.BasicHeaderValueParser 3
org.apache.hc.core5.http.message.BasicNameValuePair 6
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_0__35 1
org.apache.hc.core5.http.message.TokenParser 2
org.apache.hc.client5.http.ssl.DistinguishedNameParser$InternalTokenParser 1
org.apache.hc.core5.util.Tokenizer$get__48 1
java.util.BitSet 5
org.apache.hc.core5.http.message.BasicHeaderElement 5
org.apache.hc.core5.http.message.BasicHeader 7
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http2.hpack.HPackHeader 2
java.util.TreeMap$EntrySet 5
java.util.concurrent.ConcurrentHashMap 20
org.apache.hc.core5.pool.LaxConnPool$PerRoutePool 15
java.util.concurrent.ConcurrentLinkedDeque 11
java.util.ArrayDeque 12
java.util.concurrent.atomic.AtomicMarkableReference 4
java.util.TreeSet 8
java.util.concurrent.ConcurrentHashMap$KeySetView 6
java.util.HashSet 11
java.util.concurrent.ConcurrentHashMap$EntrySetView 6
java.util.TreeMap$KeySet 6
org.apache.hc.core5.pool.LaxConnPool$LeaseRequest 6
org.apache.hc.core5.concurrent.BasicFuture 7
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1 5
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$4 5
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1 11
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler:org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler 1
org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator 9
org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler 11
org.apache.hc.core5.http.nio.support.BasicResponseProducer 9
org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper 11
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer 12
org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer 5
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer 12
org.apache.hc.core5.http.nio.entity.FileEntityProducer 10
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$3 10
org.apache.hc.core5.http.nio.support.BasicRequestProducer 6
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1$1 11
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler 9
org.apache.hc.core5.http.nio.support.BasicRequestConsumer 6
org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer 6
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer 4
org.apache.hc.core5.util.ByteArrayBuffer 17
org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer 5
org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer 3
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 1
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer 6
org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 5
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer 6
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 6
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1 10
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$InternalAsyncClientEndpoint 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient 4
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager 15
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$InternalConnectionEndpoint 9
org.apache.hc.client5.http.impl.ConnPoolSupport 2
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$Endpoint 2
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$InternalConnectionEndpoint 5
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager 7
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$InternalConnectionEndpoint 6
java.lang.Class 65
jdk.internal.ref.CleanerImpl$SoftCleanableRef 2
java.lang.UnsupportedOperationException 2
java.lang.ref.SoftReference 2
java.lang.Class$ReflectionData 1
java.lang.Class$Atomic 2
java.lang.Class$EnclosingMethodInfo 3
java.lang.StringIndexOutOfBoundsException 2
java.lang.ClassCastException 2
java.lang.RuntimeException 3
java.lang.Exception 3
org.apache.hc.core5.util.Deadline 12
org.slf4j.helpers.MessageFormatter 2
org.slf4j.helpers.NormalizedParameters 2
org.apache.hc.core5.pool.StrictConnPool 12
java.util.AbstractCollection 8
org.apache.hc.core5.pool.StrictConnPool$lambda_getPool_0__14 3
java.security.Provider 13
java.util.Map 3
java.util.Properties 20
java.util.HashMap 18
java.util.Hashtable 18
org.apache.hc.core5.pool.StrictConnPool$PerRoutePool 11
org.apache.hc.core5.util.Asserts 3
java.util.AbstractList 8
org.apache.hc.core5.pool.StrictConnPool$LeaseRequest 10
org.apache.hc.core5.util.DeadlineTimeoutException 2
java.util.concurrent.TimeoutException 1
java.time.Instant 12
java.time.format.DateTimeFormatter 3
java.text.Collator 2
java.lang.module.ModuleDescriptor$Exports 3
java.io.FilePermission 3
java.net.Inet6Address$Inet6AddressHolder 2
java.security.CodeSigner 3
java.net.URL 12
org.apache.hc.client5.http.auth.UsernamePasswordCredentials 7
java.lang.reflect.Field 5
sun.util.calendar.Era 3
java.lang.ProcessHandleImpl 3
java.util.Date 4
java.time.OffsetTime 3
java.math.MathContext 3
java.util.TreeMap$Entry 5
org.apache.hc.client5.http.auth.NTCredentials 13
jdk.internal.loader.AbstractClassLoaderValue$Sub 3
jdk.internal.module.ModuleReferenceImpl 5
java.lang.module.ModuleReference 1
java.nio.ShortBuffer 3
java.time.LocalTime 3
java.net.InetAddress 10
java.text.FieldPosition 3
java.lang.reflect.Constructor 6
sun.security.jgss.GSSNameImpl 4
java.lang.ProcessBuilder$Redirect 2
sun.security.x509.X500Name 3
java.time.LocalDateTime 3
java.math.BigInteger 5
java.util.ResourceBundle$CacheKey 3
jdk.internal.module.IllegalAccessLogger$Usage 2
java.time.zone.ZoneRules 3
java.time.chrono.AbstractChronology 3
java.lang.module.ModuleDescriptor$Provides 3
java.util.OptionalInt 3
org.apache.hc.client5.http.validator.ETag 10
sun.nio.ch.FileKey 2
javax.crypto.spec.SecretKeySpec 3
javax.crypto.CryptoPermission 4
java.util.HashMap$Node 5
org.ietf.jgss.Oid 4
sun.security.util.ObjectIdentifier 4
jdk.internal.org.objectweb.asm.Type 5
sun.security.jgss.GSSCredentialImpl 3
java.time.Clock 2
sun.nio.fs.UnixPath 7
sun.security.x509.RDN 3
java.lang.module.ResolvedModule 3
java.net.InterfaceAddress 3
java.util.Calendar 4
java.text.AttributedCharacterIterator$Attribute 3
sun.util.locale.BaseLocale$Key 2
java.util.OptionalDouble 3
java.util.jar.Attributes$Name 3
java.lang.invoke.LambdaForm$NamedFunction 3
java.nio.FloatBuffer 3
java.time.Period 3
jdk.internal.org.objectweb.asm.Handle 3
java.util.jar.Attributes 15
java.lang.module.ModuleDescriptor$Version 3
java.security.AccessControlContext 2
java.lang.invoke.StringConcatFactory$Recipe 2
jdk.internal.module.ModuleHashes 3
java.util.TreeMap 11
java.util.WeakHashMap 11
java.util.IdentityHashMap 15
java.util.AbstractMap 14
java.util.LinkedHashMap 7
java.util.stream.Collectors$Partition 1
java.util.concurrent.ConcurrentHashMap$Node 5
java.util.WeakHashMap$Entry 5
java.util.Hashtable$Entry 6
java.util.Arrays 10
java.lang.invoke.LambdaFormEditor$Transform 3
java.time.format.DecimalStyle 3
sun.security.jgss.ProviderList$PreferencesEntry 3
java.util.Optional 8
org.slf4j.helpers.BasicMarker 6
java.security.CodeSource 4
java.lang.invoke.StringConcatFactory$RecipeElement 2
java.lang.Float 8
java.lang.module.ModuleDescriptor 7
java.lang.invoke.LambdaForm$Name 3
org.apache.hc.client5.http.auth.BearerToken 3
org.apache.hc.client5.http.auth.NTUserPrincipal 5
java.lang.Double 9
org.apache.hc.client5.http.auth.AuthScope 12
org.apache.hc.client5.http.auth.BasicUserPrincipal 4
sun.util.locale.BaseLocale 3
org.slf4j.event.KeyValuePair 3
org.apache.hc.client5.http.impl.auth.BasicAuthCache$Key 4
java.nio.file.attribute.FileTime 3
java.nio.DoubleBuffer 3
java.security.cert.Certificate 2
java.net.NetworkInterface 3
java.lang.Character$Subset 3
java.lang.reflect.Method 6
java.lang.invoke.MethodType 3
java.lang.invoke.ClassSpecializer$SpeciesData 3
java.text.DecimalFormatSymbols 3
org.apache.hc.core5.net.Host 11
java.text.DateFormatSymbols 3
java.lang.invoke.LambdaForm 3
java.security.BasicPermission 3
jdk.internal.misc.Signal 3
java.text.NumberFormat 3
java.lang.invoke.StringConcatFactory$Key 2
java.util.OptionalLong 3
sun.security.x509.AVA 3
org.apache.hc.core5.http.impl.routing.PathRoute 3
java.net.InetSocketAddress$InetSocketAddressHolder 3
java.security.Provider$ServiceKey 2
java.lang.reflect.Parameter 3
java.net.Inet6Address 4
java.lang.Boolean 6
java.time.LocalDate 3
java.net.Inet4Address 4
java.lang.StackTraceElement 4
java.net.Proxy 5
java.time.ZoneId 4
java.lang.module.ModuleDescriptor$Requires 3
sun.nio.fs.UnixFileStore 3
sun.util.calendar.CalendarDate 4
java.lang.Short 5
java.text.ParsePosition 3
java.time.zone.ZoneOffsetTransitionRule 3
java.lang.Runtime$Version 3
org.ietf.jgss.ChannelBinding 2
java.nio.IntBuffer 3
java.io.File 13
javax.security.auth.x500.X500Principal 3
java.nio.charset.Charset 7
java.util.AbstractSet 2
sun.security.util.DerValue 3
java.util.PropertyPermission 3
java.net.SocketPermission 3
sun.security.util.BitArray 4
jdk.internal.module.ServicesCatalog$ServiceProvider 2
sun.security.util.DerInputBuffer 2
java.time.OffsetDateTime 3
java.net.HttpCookie 4
java.util.zip.ZipFile$Source$Key 2
java.util.Locale 5
sun.util.locale.LocaleExtensions 3
jdk.internal.jimage.ImageReader$Node 4
java.net.URI 23
org.apache.hc.core5.http.ProtocolVersion 12
java.text.MessageFormat 3
org.apache.hc.core5.net.URIAuthority 16
org.apache.hc.client5.http.RouteTracker 17
java.time.ZoneOffset 3
java.security.AllPermission 3
java.lang.invoke.MemberName 5
java.util.jar.Manifest 4
java.lang.Byte 5
java.time.temporal.ValueRange 3
java.security.cert.CertPath 3
java.net.InetSocketAddress 10
java.math.BigDecimal 3
java.text.DateFormat 3
javax.security.cert.Certificate 2
java.nio.LongBuffer 3
org.apache.hc.core5.http.HttpHost 12
java.lang.Thread$WeakClassKey 3
java.lang.module.ModuleDescriptor$Opens 5
java.security.Timestamp 3
java.time.Duration 3
java.nio.ByteBuffer 7
java.time.ZonedDateTime 4
org.apache.hc.client5.http.HttpRoute 17
javax.security.auth.Subject 3
java.time.zone.ZoneOffsetTransition 3
java.util.Iterator 1
java.util.concurrent.ConcurrentHashMap$CollectionView 4
org.apache.hc.core5.concurrent.ComplexFuture 7
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1$1 5
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2$1 4
org.apache.hc.client5.http.impl.async.AsyncConnectExec$2 5
org.apache.hc.client5.http.impl.async.AsyncConnectExec$4 5
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime 16
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime 16
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2 4
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient 3
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$DynamicBuffer 4
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$StaticBuffer 4
java.io.UncheckedIOException 2
java.lang.reflect.UndeclaredThrowableException 2
javax.net.ssl.SSLException 2
javax.net.ssl.SSLEngineResult 4
jdk.internal.misc.Signal$1 1
jdk.internal.misc.Signal$NativeHandler 2
jdk.internal.misc.InnocuousThread 8
java.lang.ref.Finalizer$2 1
java.util.concurrent.ForkJoinWorkerThread 1
java.util.concurrent.CompletableFuture$Completion 1
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$ScheduledRequestExecution 3
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_completed_0__17 3
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1 7
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec 4
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$State 2
org.apache.hc.core5.http.support.BasicRequestBuilder 11
org.apache.hc.core5.http.support.AbstractRequestBuilder 15
org.apache.hc.core5.net.URIBuilder 26
org.apache.hc.core5.net.InetAddressUtils 7
java.util.regex.Pattern 2
java.util.regex.Matcher 3
java.lang.IndexOutOfBoundsException 2
org.apache.hc.core5.net.URISupport 1
java.lang.AbstractStringBuilder:java.lang.String:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.Tokenizer$Cursor 1
java.lang.NumberFormatException 2
org.apache.hc.core5.net.Ports 1
java.net.IDN 2
org.apache.hc.core5.net.PercentCodec 7
java.util.Collections 7
org.apache.hc.core5.http.URIScheme 3
java.nio.Buffer:java.nio.CharBuffer 1
java.util.ServiceLoader 4
org.apache.hc.client5.http.entity.mime.Header 3
java.util.concurrent.ConcurrentHashMap$ValuesView 2
java.util.concurrent.SynchronousQueue 6
java.util.concurrent.LinkedBlockingQueue 7
java.nio.file.Path 2
org.apache.hc.core5.http2.hpack.HPackHeader 7
org.apache.hc.core5.http.message.BasicHttpRequest 20
org.apache.hc.core5.http.message.HeaderGroup 15
org.apache.hc.core5.http.support.AbstractMessageBuilder 6
org.apache.hc.core5.http.message.HttpRequestWrapper 8
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.AbstractMessageWrapper:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.client5.http.classic.methods.HttpOptions 1
org.apache.hc.core5.http.message.AbstractMessageWrapper 18
org.apache.hc.core5.http.io.support.ClassicRequestBuilder 5
org.apache.hc.core5.http.nio.support.AsyncRequestBuilder 5
org.apache.hc.client5.http.async.methods.SimpleRequestBuilder 5
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.support.AbstractRequestBuilder 1
org.apache.hc.core5.http.message.AbstractMessageWrapper:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.client5.http.impl.classic.CloseableHttpResponse 24
org.apache.hc.core5.http.message.BasicHttpResponse 12
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse 2
org.apache.hc.client5.http.async.methods.SimpleResponseBuilder 2
org.apache.hc.core5.http.support.AbstractResponseBuilder 3
org.apache.hc.core5.http.nio.support.AsyncPushBuilder 2
org.apache.hc.core5.http.nio.support.AsyncResponseBuilder 6
org.apache.hc.core5.http.support.BasicResponseBuilder 2
org.apache.hc.core5.http.io.support.ClassicResponseBuilder 2
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.apache.hc.core5.http.message.BasicHeaderIterator:org.apache.hc.core5.http.message.BasicListHeaderIterator 1
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_failed_1__10 3
org.apache.hc.client5.http.impl.async.AsyncProtocolExec$1 5
org.apache.hc.client5.http.protocol.HttpClientContext$Delegate 32
org.apache.hc.core5.http.protocol.HttpCoreContext$Delegate 14
org.apache.hc.core5.http.protocol.HttpCoreContext 16
org.apache.hc.core5.http.protocol.BasicHttpContext 5
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 4
org.apache.hc.client5.http.protocol.HttpClientContext 25
org.apache.hc.client5.http.auth.AuthExchange 10
org.apache.hc.client5.http.impl.auth.BasicScheme:org.apache.hc.client5.http.impl.auth.BearerScheme:org.apache.hc.client5.http.impl.auth.DigestScheme:org.apache.hc.client5.http.impl.auth.KerberosScheme:org.apache.hc.client5.http.impl.auth.NTLMScheme:org.apache.hc.client5.http.impl.auth.SPNegoScheme 2
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2 4
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 10
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer 13
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer 13
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer:org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1$1:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1 4
org.apache.hc.core5.http.nio.entity.PathEntityProducer 10
org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy 4
org.apache.hc.core5.concurrent.ComplexCancellable 4
org.apache.hc.client5.http.classic.methods.HttpUriRequestBase 4
org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution 3
org.apache.hc.core5.http.Method 4
java.lang.ClassLoader 11
sun.reflect.misc.ReflectUtil 3
java.lang.reflect.Proxy 1
java.lang.CloneNotSupportedException 1
java.util.TimeZone 1
java.security.Signature 2
java.lang.ref.Reference 2
java.security.MessageDigest 3
org.apache.hc.client5.http.auth.KerberosConfig 5
java.security.SignatureSpi 1
org.apache.hc.client5.http.config.ConnectionConfig 6
java.text.Format 1
java.security.MessageDigestSpi 1
org.apache.hc.client5.http.impl.cookie.BasicClientCookie 17
sun.text.normalizer.UCharacterIterator 1
java.util.EnumSet 1
org.apache.hc.client5.http.config.TlsConfig 8
java.util.zip.ZipEntry 7
java.text.BreakIterator 1
org.apache.hc.client5.http.config.RequestConfig 15
jdk.internal.reflect.Reflection 12
java.lang.reflect.Array 2
java.lang.PublicMethods$MethodList 3
java.lang.NoSuchMethodException 1
java.util.StringJoiner 3
jdk.internal.reflect.ReflectionFactory 6
java.lang.reflect.Modifier 4
jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction 2
java.security.AccessController 5
java.lang.Class$3 2
java.lang.NullPointerException 2
java.lang.InternalError 2
java.lang.VirtualMachineError 3
org.apache.hc.client5.http.HttpRequestRetryStrategy 1
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$1 1
org.apache.hc.client5.http.impl.async.AsyncRedirectExec$1 5
java.util.concurrent.ThreadPoolExecutor$Worker 1
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2 4
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester 2
org.apache.hc.core5.reactor.EndpointParameters 6
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1 6
org.apache.hc.core5.reactor.AbstractIOReactorBase 1
org.apache.hc.core5.reactor.DefaultListeningIOReactor 6
org.apache.hc.core5.reactor.MultiCoreIOReactor 7
org.apache.hc.core5.reactor.DefaultConnectingIOReactor 6
org.apache.hc.core5.reactor.IOReactorShutdownException 1
org.apache.hc.core5.reactor.IOWorkerSelectors$GenericSelector 1
org.apache.hc.core5.reactor.IOWorkerSelectors$PowerOfTwoSelector 1
org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor 9
org.apache.hc.core5.reactor.SingleCoreIOReactor 17
org.apache.hc.core5.reactor.IOSessionRequest 9
java.util.AbstractQueue 2
org.apache.hc.core5.http.impl.bootstrap.AsyncServer 5
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester 6
org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator 1
org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters 2
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$1 5
org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase 1
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester:org.apache.hc.core5.http.impl.bootstrap.AsyncServer 1
org.apache.hc.client5.http.impl.classic.InternalExecRuntime 7
org.apache.hc.client5.http.impl.nio.H2SharingConnPool 9
java.util.concurrent.atomic.AtomicLong 8
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$2 5
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec 5
org.apache.hc.client5.http.nio.AsyncConnectionEndpoint$1 3
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator 8
org.apache.hc.core5.http.config.Registry 2
org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy 2
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy 3
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_0__21 3
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_1__22 2
javax.net.ssl.SSLContext 2
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer 2
org.apache.hc.core5.reactor.ssl.SSLIOSession$1 7
org.apache.hc.core5.reactor.InternalDataChannel$1 3
org.apache.hc.core5.concurrent.CallbackContribution 3
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionStart__39 3
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionEnd__40 3
org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator 2
org.slf4j.LoggerFactory 26
org.slf4j.helpers.NOP_FallbackServiceProvider 3
org.slf4j.helpers.SubstituteServiceProvider 4
org.slf4j.helpers.Reporter 7
java.io.PrintStream 7
java.lang.Throwable$WrappedPrintStream 3
java.lang.Throwable$WrappedPrintWriter 2
java.lang.AssertionError 5
java.lang.Error 2
java.lang.ExceptionInInitializerError 1
java.lang.reflect.InvocationTargetException 2
java.security.PrivilegedActionException 3
java.lang.ClassNotFoundException 1
org.slf4j.LoggerFactory$lambda_getServiceLoader_0__2 3
jdk.internal.jimage.BasicImageReader$2 2
jdk.internal.loader.BuiltinClassLoader$4 1
jdk.internal.loader.URLClassPath 9
sun.net.util.URLUtil 1
jdk.internal.loader.URLClassPath$3 2
jdk.internal.loader.URLClassPath$FileLoader 3
jdk.internal.loader.URLClassPath$Loader 6
sun.net.www.ParseUtil 2
java.io.IOException 4
jdk.internal.loader.URLClassPath$JarLoader 18
jdk.internal.loader.URLClassPath$JarLoader$1 2
jdk.internal.loader.FileURLMapper 3
java.io.FileNotFoundException 1
java.util.zip.ZipFile 2
java.util.jar.JarFile 8
jdk.internal.util.jar.JarIndex 9
java.io.BufferedReader 10
java.io.Reader 2
java.io.InputStreamReader 4
sun.nio.cs.StreamDecoder 3
jdk.internal.misc.SharedSecrets 1
jdk.internal.misc.Unsafe 9
java.util.StringTokenizer 7
java.util.jar.JarFile$JarFileEntry 3
java.util.jar.JarEntry 2
java.security.Permission 2
jdk.internal.loader.URLClassPath$JarLoader$2 8
jdk.internal.loader.Resource 6
jdk.internal.loader.URLClassPath$JarLoader$3 2
jdk.internal.loader.Loader$3 3
jdk.internal.loader.URLClassPath$1 4
org.apache.hc.client5.http.entity.DeflateInputStream$DeflateStream 3
java.util.zip.Inflater 2
java.util.zip.InflaterInputStream 5
java.io.BufferedInputStream 4
java.io.InputStream$1 6
org.apache.hc.core5.http.impl.io.ContentLengthInputStream 6
org.apache.hc.core5.http.StreamClosedException 1
org.apache.hc.core5.http.impl.io.SessionInputBufferImpl 12
org.apache.hc.core5.http.io.EofSensorInputStream 10
java.io.DataInputStream 2
org.apache.hc.core5.http.impl.io.ChunkedInputStream 10
org.apache.hc.core5.http.MalformedChunkCodingException 2
org.apache.hc.core5.http.MessageConstraintException 1
org.apache.hc.core5.http.HttpException 4
java.nio.charset.CoderResult 5
org.apache.hc.client5.http.entity.LazyDecompressingInputStream 7
org.apache.hc.client5.http.entity.DeflateInputStreamFactory 1
org.apache.hc.client5.http.entity.DeflateInputStream 1
java.io.FilterInputStream 6
java.io.PushbackInputStream 6
java.util.zip.ZipException 1
org.apache.hc.client5.http.entity.BrotliInputStreamFactory 1
org.brotli.dec.BrotliInputStream 1
org.apache.hc.client5.http.entity.GZIPInputStreamFactory 1
java.util.zip.GZIPInputStream 3
java.io.InputStream 7
java.io.ObjectInputStream 4
org.apache.hc.core5.http.impl.io.IdentityInputStream 5
org.apache.hc.core5.http.ConnectionClosedException 3
org.apache.hc.client5.http.impl.io.LoggingInputStream 6
org.apache.hc.core5.http.io.entity.ByteBufferEntity$1 3
org.apache.hc.core5.http.io.entity.ByteBufferEntity 5
org.apache.hc.client5.http.impl.Wire 12
java.lang.StringCoding 4
jdk.internal.misc.TerminatingThreadLocal 4
java.lang.StringBuilder:org.slf4j.helpers.NOPLogger 3
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy 12
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1$1 4
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1 7
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$PoolEntryHolder 3
org.apache.hc.core5.http.impl.bootstrap.HttpRequester 7
org.apache.hc.core5.http.impl.io.HttpRequestExecutor 1
org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy 1
org.apache.hc.core5.http.message.MessageSupport 16
org.apache.hc.core5.http.message.HttpResponseWrapper 3
org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse 1
org.apache.hc.core5.http.impl.NoConnectionReuseStrategy 1
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$1 4
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter 6
org.apache.hc.core5.http.io.entity.HttpEntityWrapper 12
org.apache.hc.core5.http.io.entity.BufferedHttpEntity 6
org.apache.hc.client5.http.entity.mime.MultipartFormEntity 11
org.apache.hc.client5.http.impl.classic.RequestEntityProxy 12
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.core5.http.io.entity.SerializableEntity 5
java.io.ObjectOutputStream 7
org.apache.hc.core5.http.io.entity.EntityTemplate 5
org.apache.hc.core5.http.io.entity.PathEntity 4
java.nio.file.Files 9
java.nio.file.spi.FileSystemProvider 1
sun.nio.fs.UnixFileSystem 3
org.apache.hc.core5.http.io.entity.ByteArrayEntity 5
org.apache.hc.core5.http.io.entity.StringEntity 7
org.apache.hc.client5.http.entity.DecompressingEntity 5
org.apache.hc.client5.http.entity.GzipCompressingEntity 5
org.apache.hc.core5.http.io.entity.FileEntity 4
java.io.FileInputStream 6
org.apache.hc.core5.http.ContentTooLongException 1
org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat 10
org.apache.hc.core5.http.impl.io.ContentLengthOutputStream 6
org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl 9
org.apache.hc.core5.http2.impl.io.FrameOutputStream 6
java.io.OutputStream 5
java.io.DataOutputStream 3
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream 7
java.io.BufferedOutputStream 3
java.io.ObjectOutputStream$BlockDataOutputStream 5
org.apache.hc.client5.http.impl.io.LoggingOutputStream 6
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2 6
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 6
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$2 3
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler 16
org.apache.hc.core5.http.protocol.DefaultHttpProcessor 2
org.apache.hc.core5.http.protocol.ResponseConnControl 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$1 5
sun.nio.fs.UnixFileSystemProvider 3
sun.nio.fs.LinuxFileSystemProvider 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.core5.http.impl.BasicEntityDetails 5
org.apache.hc.core5.http.io.entity.BasicHttpEntity 4
org.apache.hc.core5.http.io.entity.InputStreamEntity 5
org.apache.hc.core5.http.impl.IncomingEntityDetails 6
org.apache.hc.core5.http.io.entity.HttpEntities$1 4
org.apache.hc.core5.http.impl.io.IncomingHttpEntity 12
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3 4
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 2
org.apache.hc.core5.http.io.entity.NullEntity 10
org.apache.hc.core5.http.io.entity.HttpEntities$2 5
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 2
org.apache.hc.core5.http.protocol.ResponseServer 1
org.apache.hc.core5.http2.protocol.H2ResponseContent 1
org.apache.hc.core5.http.protocol.ResponseContent 1
org.apache.hc.core5.http.ProtocolException 3
org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.core5.http.io.entity.AbstractHttpEntity 10
org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
java.util.LinkedHashSet 1
org.apache.hc.core5.http.message.MessageSupport$add__19 3
org.apache.hc.core5.http.ContentType$lambda_parse_0__5 3
org.apache.hc.core5.http.ContentType 10
java.util.AbstractCollection:java.util.HashSet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
java.util.stream.Collectors$1OptionalBox 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
org.apache.hc.core5.http.ParseException 3
java.lang.AbstractStringBuilder:java.lang.StringBuilder 2
org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http2.protocol.H2ResponseConnControl 1
org.apache.hc.client5.http.protocol.ResponseProcessCookies 3
org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 4
org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec 3
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec 9
org.apache.hc.client5.http.cookie.MalformedCookieException 1
org.apache.hc.client5.http.cookie.CookieOrigin 4
org.apache.hc.client5.http.impl.cookie.BasicDomainHandler 5
org.apache.hc.client5.http.impl.cookie.BasicPathHandler 5
org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler 1
org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler 3
java.time.Month 1
java.time.chrono.ChronoZonedDateTime 1
org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter 7
org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler 1
org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler 3
org.apache.hc.client5.http.impl.cookie.BasicSecureHandler 2
org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler 2
org.apache.hc.client5.http.utils.DateUtils 3
org.apache.hc.client5.http.cookie.CookieRestrictionViolationException 1
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler:org.apache.hc.client5.http.impl.cookie.BasicPathHandler:org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$1 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$1 2
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler 3
org.apache.hc.client5.http.impl.cookie.CookieSpecBase 2
org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec 1
org.apache.hc.client5.http.cookie.BasicCookieStore 4
java.util.concurrent.locks.ReentrantReadWriteLock 3
org.apache.hc.core5.http.protocol.ResponseConformance 1
org.apache.hc.core5.http2.protocol.H2ResponseConformance 1
org.apache.hc.client5.http.protocol.NextNonceInterceptor 2
org.apache.hc.core5.http.protocol.ResponseDate 1
org.apache.hc.core5.http.protocol.HttpDateGenerator 1
org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter 2
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2StreamChannelImpl 22
org.apache.hc.core5.http2.H2ConnectionException 2
org.apache.hc.core5.http2.H2Error 2
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter$1 10
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter 5
java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$2 10
org.apache.hc.core5.http2.hpack.HPackEncoder 17
org.apache.hc.core5.http2.hpack.OutboundDynamicTable 8
org.apache.hc.core5.http2.hpack.FifoLinkedList 5
org.apache.hc.core5.http2.hpack.FifoLinkedList$InternalNode 11
org.apache.hc.core5.http2.hpack.StaticTable 3
org.apache.hc.core5.http2.hpack.StaticTable$InternalEntry 2
org.apache.hc.core5.http2.hpack.HuffmanEncoder 2
org.apache.hc.core5.http2.hpack.OutboundDynamicTable$lambda_add_0__59 2
org.apache.hc.core5.http2.config.H2Config 10
org.apache.hc.core5.http2.frame.DefaultFrameFactory 3
org.apache.hc.core5.http2.frame.RawFrame 5
org.apache.hc.core5.http2.frame.Frame 6
org.apache.hc.core5.http2.frame.FrameType 2
org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer 6
org.apache.hc.client5.http.impl.async.LogAppendable 5
org.apache.hc.core5.http2.frame.FramePrinter 4
java.io.PrintWriter 8
org.apache.hc.core5.http.message.RequestLine 6
java.nio.ByteOrder 2
javax.security.auth.x500.X500Principal:org.apache.hc.client5.http.auth.NTUserPrincipal:sun.security.x509.X500Name 1
java.util.EventObject 1
java.time.format.DateTimePrintContext 1
org.apache.hc.core5.util.VersionInfo 1
org.apache.hc.core5.http.impl.routing.RequestRouter$Entry 1
java.lang.module.Configuration 1
java.time.temporal.ChronoField 1
org.apache.hc.client5.http.impl.async.AsyncExecChainElement 1
org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec 2
org.apache.hc.core5.util.LangUtils 3
javax.security.auth.x500.X500Principal:sun.security.x509.X500Name 1
java.io.FilePermission:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.invoke.StringConcatFactory$Key:java.lang.invoke.StringConcatFactory$Recipe:java.lang.invoke.StringConcatFactory$RecipeElement:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InetSocketAddress:java.net.InetSocketAddress$InetSocketAddressHolder:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.TreeMap$Entry:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.crypto.spec.SecretKeySpec:javax.security.auth.Subject:javax.security.auth.x500.X500Principal:javax.security.cert.Certificate:jdk.internal.misc.Signal:jdk.internal.org.objectweb.asm.Type:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.security.jgss.GSSCredentialImpl:sun.security.jgss.GSSNameImpl:sun.security.jgss.ProviderList$PreferencesEntry:sun.security.util.BitArray:sun.security.util.DerInputBuffer:sun.security.util.DerValue:sun.security.util.ObjectIdentifier:sun.security.x509.AVA:sun.security.x509.RDN:sun.security.x509.X500Name:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.BaseLocale$Key:sun.util.locale.LocaleExtensions 1
java.io.FilePermission:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.invoke.StringConcatFactory$Key:java.lang.invoke.StringConcatFactory$Recipe:java.lang.invoke.StringConcatFactory$RecipeElement:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InetSocketAddress:java.net.InetSocketAddress$InetSocketAddressHolder:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.TreeMap$Entry:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.crypto.spec.SecretKeySpec:javax.security.auth.Subject:javax.security.auth.x500.X500Principal:javax.security.cert.Certificate:jdk.internal.misc.Signal:jdk.internal.org.objectweb.asm.Type:org.apache.hc.core5.util.LangUtils:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.security.jgss.GSSCredentialImpl:sun.security.jgss.GSSNameImpl:sun.security.jgss.ProviderList$PreferencesEntry:sun.security.util.BitArray:sun.security.util.DerInputBuffer:sun.security.util.DerValue:sun.security.util.ObjectIdentifier:sun.security.x509.AVA:sun.security.x509.RDN:sun.security.x509.X500Name:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.BaseLocale$Key:sun.util.locale.LocaleExtensions 1
java.lang.Package 4
java.security.Provider:java.util.AbstractMap:java.util.Hashtable:java.util.Properties:java.util.concurrent.ConcurrentHashMap 1
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler 17
org.apache.hc.client5.http.impl.auth.GGSSchemeBase 9
org.apache.hc.client5.http.impl.auth.SPNegoScheme 4
org.apache.hc.client5.http.impl.auth.KerberosScheme 4
java.nio.charset.CodingErrorAction 1
org.apache.hc.client5.http.impl.auth.BearerScheme$State 2
org.apache.hc.client5.http.impl.auth.AuthChallengeParser$ChallengeInt 2
org.apache.hc.core5.http2.hpack.HuffmanNode 5
java.lang.StringBuilder:java.util.Arrays 1
java.nio.channels.FileChannel$MapMode 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler 18
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler 22
org.apache.hc.core5.http.nio.command.ShutdownCommand 5
java.lang.invoke.SerializedLambda 1
jdk.internal.math.FDBigInteger 26
java.util.LongSummaryStatistics 1
jdk.internal.math.FloatingDecimal 6
jdk.internal.math.FloatingDecimal$BinaryToASCIIBuffer 8
jdk.internal.math.FloatingDecimal$ExceptionalBinaryToASCIIBuffer 1
java.time.format.DateTimeFormatterBuilder$NumberPrinterParser 1
org.apache.hc.client5.http.entity.mime.MimeField 5
org.apache.hc.client5.http.entity.mime.MimeField$lambda_getBody_0__43 2
java.lang.Iterable 1
java.lang.invoke.MethodHandles$Lookup 1
org.apache.hc.core5.http.protocol.UriRegexMatcher 2
org.apache.hc.core5.http.io.SocketConfig 10
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2Stream 27
java.lang.ProcessBuilder$Redirect$4 1
sun.security.jgss.GSSCaller 1
java.security.ProtectionDomain 1
java.lang.invoke.Invokers 1
org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider 2
org.apache.hc.core5.reactor.ssl.TlsDetails 4
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http.impl.nio.ChunkEncoder 5
org.apache.hc.core5.http.impl.nio.AbstractContentEncoder 10
org.apache.hc.core5.http2.config.H2Setting 4
jdk.internal.jmod.JmodFile$Entry 4
jdk.internal.jmod.JmodFile$Section 1
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler 13
java.util.concurrent.ThreadPoolExecutor 5
org.apache.hc.core5.http.protocol.UriPatternMatcher 3
org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec 2
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement 2
org.apache.hc.client5.http.auth.AuthChallenge 5
org.apache.hc.client5.http.ssl.NoopHostnameVerifier 1
java.time.format.DateTimeFormatterBuilder$CompositePrinterParser 1
java.util.concurrent.ForkJoinPool 3
java.lang.invoke.MethodHandleImpl$LoopClauses 1
java.lang.ProcessBuilder$Redirect$5 1
jdk.internal.org.objectweb.asm.TypePath 4
org.apache.hc.core5.http.impl.routing.UriPathRouter 4
java.util.AbstractCollection:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.client5.http.async.methods.SimpleBody 3
org.apache.hc.client5.http.impl.auth.BasicScheme 14
java.lang.ProcessBuilder$Redirect$6 1
org.apache.hc.client5.http.impl.auth.BearerScheme 12
sun.reflect.annotation.TypeAnnotation 1
org.apache.hc.core5.http.message.StatusLine 6
org.apache.hc.core5.http.Message 4
sun.util.locale.Extension 1
jdk.internal.org.objectweb.asm.Label 1
org.apache.hc.client5.http.ssl.SubjectName 1
org.apache.hc.client5.http.impl.auth.DigestScheme 14
java.security.AlgorithmParameters 1
java.security.Provider$Service 1
java.lang.ThreadGroup 7
org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler 12
org.apache.hc.core5.http.config.NamedElementChain$Node 1
java.io.ObjectStreamClass 1
jdk.internal.perf.PerfCounter 2
org.slf4j.event.Level 2
org.apache.hc.core5.pool.PoolStats 6
java.util.IntSummaryStatistics 1
java.lang.ProcessBuilder$Redirect$2 1
java.io.ObjectOutputStream$DebugTraceInfoStack 1
org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider 2
java.lang.StackFrameInfo 1
sun.security.util.JarConstraintsParameters 1
org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder 4
java.util.DoubleSummaryStatistics 1
org.apache.hc.core5.http.io.support.HttpServerFilterChainElement 2
sun.security.util.LazyCodeSourcePermissionCollection 1
java.time.format.DateTimeParseContext 1
org.apache.hc.client5.http.utils.ByteArrayBuilder 13
java.io.StringWriter 7
java.util.concurrent.CompletableFuture 2
org.apache.hc.client5.http.impl.auth.FixedCredentialsProvider 2
java.util.AbstractCollection:java.util.concurrent.ConcurrentHashMap$CollectionView 1
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$1 13
org.apache.hc.client5.http.EndpointInfo 4
org.apache.hc.core5.ssl.PrivateKeyDetails 1
org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher 3
org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder 3
org.apache.hc.core5.reactor.AbstractIOSessionPool 7
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics 1
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$2 4
java.util.Currency 1
sun.reflect.annotation.AnnotationType 3
java.math.MutableBigInteger 1
java.security.PermissionCollection 1
java.lang.Module 4
org.apache.hc.core5.ssl.SSLContextBuilder 1
java.util.concurrent.FutureTask 3
sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo 1
org.apache.hc.client5.http.impl.auth.NTLMScheme 10
java.util.Collection 1
jdk.internal.module.ModuleHashes$lambda_toString_1__37 2
java.util.Map$Entry 1
org.apache.hc.core5.http.config.Http1Config 9
java.lang.ModuleLayer 1
org.apache.hc.core5.http.impl.nio.IdentityDecoder 3
org.apache.hc.core5.http.impl.nio.ChunkDecoder 7
java.util.concurrent.locks.AbstractQueuedSynchronizer 1
org.apache.hc.core5.http.impl.nio.IdentityEncoder 3
java.net.URLConnection 1
java.time.format.Parsed 1
org.apache.hc.core5.reactor.ListenerEndpointImpl 4
org.apache.hc.client5.http.impl.classic.ExecChainElement 1
org.slf4j.helpers.MarkerIgnoringBase 2
org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy 3
org.apache.hc.core5.reactor.InternalConnectChannel 8
sun.net.www.MessageHeader 1
org.apache.hc.core5.http.impl.routing.RequestRouter$SingleAuthorityResolver 3
java.lang.ProcessBuilder$Redirect$1 1
org.apache.hc.core5.http2.ssl.ApplicationProtocol 1
java.lang.ProcessBuilder$Redirect$3 1
java.lang.ProcessBuilder$RedirectPipeImpl 1
jdk.internal.module.ModuleResolution 1
java.lang.ProcessImpl 1
java.lang.invoke.MethodTypeForm 1
org.apache.hc.core5.http.EndpointDetails 4
java.net.ServerSocket 7
java.time.temporal.ChronoUnit 1
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics$DurationCounter 3
java.net.SocketImpl 1
org.apache.hc.core5.reactor.IOReactorConfig 16
java.lang.invoke.MethodHandle 1
org.apache.hc.client5.http.impl.auth.BasicScheme$State 2
org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask 2
org.apache.hc.client5.http.impl.auth.BasicAuthCache 7
java.io.ObjectStreamField 1
java.security.SecureRandomSpi 1
org.apache.hc.core5.http.config.CharCodingConfig 4
org.apache.hc.core5.http.message.BasicHeaderValueFormatter 4
java.nio.channels.FileLock 1
org.apache.hc.core5.http.config.RegistryBuilder 1
org.apache.hc.core5.reactor.ChannelEntry 2
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$1 3
java.security.SecureRandom 3
sun.nio.cs.StreamEncoder 4
java.io.BufferedWriter 7
java.io.OutputStreamWriter 5
java.io.OutputStreamWriter:java.io.StringWriter:sun.nio.cs.StreamEncoder 1
java.io.Writer 4
java.io.OutputStreamWriter:java.io.PrintStream:java.io.StringWriter:java.io.Writer:java.lang.AbstractStringBuilder:java.lang.Enum:java.lang.StringBuilder:java.nio.CharBuffer 1
org.apache.hc.core5.http2.config.H2Param 1
java.nio.channels.DatagramChannel:java.nio.channels.FileChannel:java.nio.channels.SocketChannel 1
java.nio.channels.ClosedChannelException 1
org.apache.hc.core5.reactor.IOSessionImpl:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http.impl.BasicHttpTransportMetrics 2
org.apache.hc.core5.http2.impl.BasicH2TransportMetrics 2
org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics 3
org.apache.hc.core5.http.nio.support.BasicPushProducer 5
java.io.RandomAccessFile 3
sun.nio.ch.FileChannelImpl 6
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$1 6
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer$1 12
org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl 9
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$DelayedOutputChannel 13
java.nio.BufferOverflowException 1
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$1 6
java.lang.ArithmeticException 1
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$1 6
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$1 6
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$1 6
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1$1 6
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3$1 6
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$1 6
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer$1 6
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$1 5
org.apache.hc.core5.http.message.BasicLineFormatter 4
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader:org.apache.hc.core5.util.CharArrayBuffer 1
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
org.apache.hc.core5.http.nio.command.RequestExecutionCommand 8
java.util.concurrent.atomic.AtomicBoolean:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 1
org.apache.hc.core5.http.RequestNotExecutedException 1
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec$1 11
org.apache.hc.core5.http.nio.support.BasicResponseConsumer 7
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1$1 12
org.apache.hc.client5.http.impl.async.AsyncConnectExec$6 12
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler 6
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer 6
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter$1 5
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler 8
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 15
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1$1 12
org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler 7
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime:org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime 1
org.apache.hc.core5.http2.nio.pool.H2ConnPool$lambda_validateSession_0__29 3
org.apache.hc.core5.http2.nio.pool.H2ConnPool 6
org.apache.hc.core5.http.nio.command.ShutdownCommand$lambda_createIOSessionCallback_0__1 1
org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler 2
org.apache.hc.core5.http.ssl.TLS 5
javax.net.ssl.SSLParameters 6
org.apache.hc.core5.http.ssl.TlsCiphers 4
org.apache.hc.core5.reactor.AbstractIOSessionPool$1$lambda_completed_0__15 3
org.apache.hc.core5.reactor.AbstractIOSessionPool$1 6
org.apache.hc.core5.concurrent.CompletingFutureContribution 3
org.apache.hc.core5.concurrent.FutureContribution 4
java.util.function.Function 1
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool 6
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$2 3
org.apache.hc.client5.http.impl.async.AsyncConnectExec$3 5
org.apache.hc.client5.http.impl.async.AsyncConnectExec 10
org.apache.hc.client5.http.impl.routing.BasicRouteDirector 4
org.apache.hc.client5.http.HttpRoute:org.apache.hc.client5.http.RouteTracker 2
org.apache.hc.client5.http.impl.async.AsyncConnectExec$5 5
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1$1 3
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1 4
org.apache.hc.core5.http.nio.AsyncClientEndpoint 1
org.apache.hc.core5.http.impl.DefaultAddressResolver 2
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5$1 3
org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory 3
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser 2
org.apache.hc.core5.http.impl.nio.AbstractMessageParser 6
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser 3
org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl 8
org.apache.hc.core5.http.impl.CharCodingSupport 2
sun.nio.cs.UTF_8 2
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory 3
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriter 4
org.apache.hc.core5.http.impl.nio.AbstractMessageWriter 4
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriter 4
org.apache.hc.client5.http.impl.async.LoggingIOSession$1 7
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque 1
org.apache.hc.core5.http2.nio.command.PingCommand 3
org.apache.hc.core5.http2.nio.support.BasicPingHandler 5
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1$lambda_completed_0__16 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1 6
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester 4
org.apache.hc.client5.http.nio.AsyncConnectionEndpoint 4
org.apache.hc.client5.http.impl.PrefixedIncrementingId 2
org.apache.hc.client5.http.impl.async.LoggingExceptionCallback 2
java.io.InvalidClassException:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.util.regex.PatternSyntaxException:sun.nio.fs.UnixException 2
org.apache.hc.core5.http.impl.BasicEndpointDetails 1
org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer 10
org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer 2
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$lambda_produceOutput_0__49 3
org.apache.hc.core5.http2.protocol.H2RequestValidateHost 1
org.apache.hc.core5.http.protocol.RequestValidateHost 1
java.net.URISyntaxException:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.client5.http.protocol.RequestIfRange 1
org.apache.hc.client5.http.protocol.RequestClientConnControl 1
org.apache.hc.core5.http.protocol.ViaRequest 1
org.apache.hc.client5.http.protocol.RequestValidateTrace 1
org.apache.hc.core5.http.protocol.RequestContent 3
org.apache.hc.core5.http.protocol.RequestDate 1
org.apache.hc.client5.http.protocol.RequestAuthCache 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.protocol.HttpClientContext$lambda_getAuthExchange_0__55 3
org.apache.hc.client5.http.impl.RequestSupport 1
java.util.AbstractCollection:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.client5.http.impl.DefaultSchemePortResolver 2
java.lang.IllegalAccessException 1
java.lang.Class$1 2
java.lang.InstantiationException 1
org.apache.hc.core5.http.protocol.RequestTargetHost 1
org.apache.hc.core5.http2.protocol.H2RequestContent 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.ProtocolVersion:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http2.protocol.H2RequestTargetHost 1
org.apache.hc.core5.http2.protocol.H2RequestConformance 1
org.apache.hc.core5.http.protocol.RequestExpectContinue 1
org.apache.hc.client5.http.protocol.RequestAddCookies 1
org.apache.hc.client5.http.protocol.HttpClientContext:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecBase 1
org.apache.hc.client5.http.impl.cookie.BasicDomainHandler:org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler:org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler:org.apache.hc.client5.http.impl.cookie.BasicPathHandler:org.apache.hc.client5.http.impl.cookie.BasicSecureHandler:org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler:org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler 1
org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory 1
java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 1
org.apache.hc.client5.http.cookie.CookieOrigin:org.apache.hc.client5.http.impl.cookie.BasicClientCookie 2
org.apache.hc.client5.http.psl.PublicSuffixMatcher 5
org.apache.hc.client5.http.utils.DnsUtils 2
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler 1
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_1__61 3
org.apache.hc.core5.http.ProtocolVersionParser 3
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_0__62 3
org.apache.hc.core5.http.protocol.RequestConnControl 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest 2
org.apache.hc.core5.http.protocol.RequestUserAgent 1
org.apache.hc.client5.http.protocol.RequestUpgrade 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.protocol.HttpCoreContext:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http2.protocol.H2RequestConnControl 1
org.apache.hc.core5.http.protocol.RequestTE 1
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_0__46 2
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_1__47 2
org.apache.hc.client5.http.protocol.RequestDefaultHeaders 1
org.apache.hc.core5.http.protocol.ForwardedRequest 1
org.apache.hc.core5.http.protocol.RequestConformance 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.core5.http.MisdirectedRequestException 1
org.apache.hc.client5.http.protocol.RequestExpectContinue 1
org.apache.hc.core5.http.UnsupportedHttpVersionException 1
org.apache.hc.core5.http.impl.nio.AbstractMessageWriter:org.apache.hc.core5.http.message.BasicHttpResponse 1
org.apache.hc.core5.http.message.StatusLine$StatusClass 1
org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.impl.nio.AbstractMessageWriter:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy 1
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy$lambda_determineLength_0__36 2
org.apache.hc.core5.http.NotImplementedException 1
org.apache.hc.core5.http.LengthRequiredException 1
org.apache.hc.client5.http.impl.async.AsyncProtocolExec 5
org.apache.hc.client5.http.impl.async.AsyncRedirectExec 5
org.apache.hc.client5.http.impl.auth.HttpAuthenticator 3
org.apache.hc.client5.http.auth.AuthenticationException 2
javax.security.auth.x500.X500Principal:org.apache.hc.client5.http.auth.BasicUserPrincipal:org.apache.hc.client5.http.auth.NTUserPrincipal:sun.security.x509.X500Name 1
org.apache.hc.client5.http.impl.auth.AuthSchemeSupport 1
org.apache.hc.client5.http.utils.Base64 6
java.util.Base64$Encoder 1
java.util.Base64 2
org.apache.hc.client5.http.SystemDefaultDnsResolver 2
java.net.Inet4Address:java.net.Inet6Address:java.net.InetAddress 1
org.apache.hc.client5.http.impl.InMemoryDnsResolver 2
java.util.Arrays:org.slf4j.helpers.NOPLogger 1
java.net.UnknownHostException 1
org.ietf.jgss.GSSManager 1
sun.security.jgss.GSSManagerImpl 3
sun.security.jgss.GSSContextImpl 3
org.apache.hc.client5.http.auth.InvalidCredentialsException 1
org.apache.hc.core5.http.message.BasicClassicHttpRequest 3
org.apache.hc.client5.http.impl.auth.DigestScheme$DigestAlgorithm 6
org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.BufferedHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.client5.http.impl.auth.HttpEntityDigester 5
java.util.jar.Manifest$FastInputStream 4
org.apache.hc.core5.http.impl.io.EmptyInputStream 5
java.io.ObjectInputStream$BlockDataInputStream 4
java.io.ObjectInputStream$PeekInputStream 4
org.apache.hc.core5.http.io.entity.EmptyInputStream 5
java.util.zip.ZipInputStream 3
java.lang.ProcessImpl$DeferredCloseInputStream 5
java.util.jar.JarInputStream 3
java.io.DataInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.util.zip.GZIPOutputStream 2
org.apache.hc.core5.http.nio.support.classic.ContentOutputStream 6
org.apache.hc.core5.http.impl.io.IdentityOutputStream 6
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection$1 7
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.SessionInputBufferImpl:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.lang.ProcessBuilder$NullInputStream 2
org.apache.hc.client5.http.impl.ConnectionShutdownException 1
org.apache.hc.core5.http.impl.io.ChunkedOutputStream 11
java.io.BufferedOutputStream:java.io.DataOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.PrintStream:java.util.zip.DeflaterOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.nio.support.classic.ContentOutputStream 1
java.io.FilterOutputStream 5
java.util.zip.DeflaterOutputStream 4
org.apache.hc.client5.http.impl.io.LoggingSocketHolder 4
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy 1
org.apache.hc.core5.http.impl.io.ResponseOutOfOrderException 1
java.io.OutputStream$1 3
java.io.FileOutputStream 4
java.io.BufferedOutputStream:java.io.ByteArrayOutputStream:java.io.DataOutputStream:java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream$1:java.io.PrintStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream 1
java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http2.impl.io.FrameOutputStream 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl 47
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type2Message 6
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$NTLMMessage 14
org.apache.hc.client5.http.impl.auth.NTLMEngineException 2
java.util.Base64$Decoder 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type3Message 5
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$CipherGen 22
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$HMACMD5 3
java.util.Random 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$MD4 7
javax.crypto.Cipher 3
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type1Message 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__12 3
org.apache.hc.core5.http.impl.bootstrap.Worker 3
org.apache.hc.core5.http.impl.io.HttpService 7
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser 3
org.apache.hc.core5.http.impl.io.AbstractMessageParser 5
org.apache.hc.core5.http.message.BasicLineParser 4
org.apache.hc.core5.http.message.BasicLineParser$get__60 3
org.apache.hc.core5.http.HttpVersion 2
org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser 2
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory 2
org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory 2
org.apache.hc.core5.http.message.BasicClassicHttpResponse 6
org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.message.StatusLine 1
org.apache.hc.client5.http.impl.io.LenientHttpResponseParser 2
org.apache.hc.core5.http.message.LazyLineParser 1
org.apache.hc.core5.http.message.LazyLaxLineParser 1
org.apache.hc.core5.http.RequestHeaderFieldsTooLargeException 1
org.apache.hc.client5.http.classic.methods.HttpTrace 1
org.apache.hc.core5.http.impl.io.HttpService$1 3
org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler 1
org.apache.hc.core5.http.impl.routing.RequestRouter 1
org.apache.hc.core5.http.impl.routing.UriPathRouter$RegexMatcher 2
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_release_2__13 3
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool 6
jdk.internal.logger.LazyLoggers$1 2
jdk.internal.logger.LazyLoggers 6
java.lang.System$LoggerFinder 1
jdk.internal.logger.LazyLoggers$getLoggerFinder__33 3
jdk.internal.logger.SimpleConsoleLogger$CallerFinder$1 1
java.lang.StackWalker 1
jdk.internal.loader.BuiltinClassLoader$lambda_findResourcesOnClassPath_1__11 3
jdk.internal.loader.BuiltinClassLoader 17
jdk.internal.misc.InnocuousThread$1 2
java.lang.ref.ReferenceQueue 2
java.lang.Thread$1 2
java.lang.System$1 1
jdk.internal.logger.DefaultLoggerFinder$1 2
jdk.internal.misc.VM 4
jdk.internal.misc.InnocuousThread$2 1
jdk.internal.logger.BootstrapLogger$DetectBackend$1 1
java.nio.file.Files$FileTypeDetectors$2 1
jdk.internal.jimage.BasicImageReader$1 1
jdk.internal.loader.BuiltinClassLoader$lambda_findResourceOnClassPath_0__18 3
jdk.internal.loader.URLClassPath$FileLoader$1 5
jdk.internal.loader.URLClassPath$Loader$1 5
jdk.internal.module.ModulePatcher$JarResourceFinder$1 6
jdk.internal.module.ModulePatcher$PatchedModuleReader$1 6
jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 6
jdk.internal.jimage.NativeImageBuffer$1 1
java.lang.Runtime 2
java.lang.UnsatisfiedLinkError 1
java.lang.LinkageError 1
jdk.internal.loader.BootLoader$PackageHelper$2 1
jdk.internal.reflect.ClassDefiner$1 2
jdk.internal.reflect.DelegatingClassLoader 1
java.lang.Class$2 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$1 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$BootstrapMessageLoggerTask 2
java.lang.ref.Finalizer$1 1
jdk.internal.reflect.MethodAccessorGenerator$1 1
jdk.internal.reflect.ClassDefiner 1
java.lang.ArrayIndexOutOfBoundsException 1
jdk.internal.loader.BootLoader$PackageHelper$1 1
sun.nio.fs.AbstractFileSystemProvider 1
jdk.internal.logger.LazyLoggers$lambda_getLoggerFromFinder_0__32 3
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder 1
jdk.internal.logger.LazyLoggers$LazyLoggerAccessor 5
java.lang.ref.WeakReference 2
jdk.internal.logger.LazyLoggers$JdkLazyLogger 2
jdk.internal.logger.LazyLoggers$LazyLoggerWrapper 2
jdk.internal.logger.AbstractLoggerWrapper 1
jdk.internal.logger.LoggerFinderLoader 1
jdk.internal.logger.DefaultLoggerFinder 4
jdk.internal.logger.BootstrapLogger 3
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder$1 1
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__54 3
jdk.internal.logger.DefaultLoggerFinder$SharedLoggers 1
jdk.internal.ref.CleanerImpl$PhantomCleanableRef 2
jdk.internal.ref.CleanerImpl$WeakCleanableRef 2
jdk.internal.jimage.ImageReaderFactory$1 2
jdk.internal.jimage.ImageReader 5
jdk.internal.jimage.ImageReader$SharedImageReader 2
jdk.internal.jimage.BasicImageReader 9
jdk.internal.jimage.NativeImageBuffer 1
java.nio.channels.FileChannel:java.nio.file.StandardOpenOption 1
jdk.internal.jimage.ImageHeader 16
jdk.internal.jimage.ImageStringsReader 8
jdk.internal.jimage.decompressor.Decompressor 1
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_getCounter_0__41 3
jdk.internal.logger.SimpleConsoleLogger 2
sun.util.logging.PlatformLogger$ConfigurableBridge$LoggerConfiguration 1
jdk.internal.loader.BuiltinClassLoader$5 3
jdk.internal.module.SystemModuleFinders$2 1
jdk.internal.module.SystemModuleFinders$SystemModuleReader 5
jdk.internal.loader.AbstractClassLoaderValue$Memoizer 1
jdk.internal.loader.AbstractClassLoaderValue$Memoizer$RecursiveInvocationException 1
org.apache.hc.core5.http.impl.routing.UriPathRouter$BestMatcher 2
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http.impl.routing.PathPatternMatcher 2
org.apache.hc.core5.http.impl.routing.UriPathRouter$OrderedMatcher 2
jdk.internal.loader.BuiltinClassLoader$NullModuleReader 3
jdk.internal.module.ModuleLoaderMap$Mapper 2
jdk.internal.jmod.JmodFile$Entry$jmodDir__58 1
jdk.internal.logger.BootstrapLogger$RedirectedLoggers 2
jdk.internal.logger.SurrogateLogger 2
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_1__8 3
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__53 3
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$lambda_getPerRoutePool_0__30 3
org.apache.hc.client5.http.DnsResolver$lambda_resolve_0__52 3
org.apache.hc.client5.http.DnsResolver 2
jdk.internal.loader.Loader$lambda_moduleReaderFor_7__34 3
jdk.internal.loader.Loader 7
jdk.internal.loader.Loader$NullModuleReader 3
jdk.internal.misc.InnocuousThread$3 1
jdk.internal.perf.Perf$GetPerfAction 1
jdk.internal.perf.Perf 2
java.lang.RuntimePermission 1
sun.security.action.GetPropertyAction 1
java.nio.file.Files$FileTypeDetectors$1 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$3 1
java.lang.invoke.StringConcatFactory$MethodHandleStringBuilderStrategy$1 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$2 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$1 1
org.apache.hc.core5.http.protocol.RequestHandlerRegistry 2
org.apache.hc.core5.http.impl.io.AbstractMessageWriter 4
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriter 4
org.apache.hc.core5.http.impl.io.AbstractMessageWriter:org.apache.hc.core5.http.message.BasicHttpResponse 1
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriter 4
org.apache.hc.core5.http.io.entity.HttpEntities$2$lambda_getTrailers_0__45 3
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$lambda_getTrailers_0__44 3
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.core5.http.io.entity.EntityUtils 1
org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator 2
org.apache.hc.core5.http.support.ExpectSupport 1
org.apache.hc.core5.http.support.ExpectSupport$lambda_parse_0__38 2
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler 1
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler$1 3
org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter 1
org.apache.hc.core5.http.io.support.TerminalServerFilter 1
org.apache.hc.core5.http.io.support.HttpServerExpectationFilter 3
org.apache.hc.core5.http.impl.ServerSupport 2
org.apache.hc.core5.http.ExceptionListener$2 2
org.apache.hc.core5.http.ExceptionListener$1 2
org.apache.hc.core5.http.impl.bootstrap.RequestListener 4
org.apache.hc.core5.io.SocketSupport 2
java.lang.NoSuchFieldException 1
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$lambda_validateSession_0__28 3
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory 3
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory 1
org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory 1
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory 3
org.apache.hc.core5.http.io.HttpConnectionFactory 1
org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory 1
jdk.internal.ref.CleanerImpl 1
jdk.internal.ref.PhantomCleanable 3
jdk.internal.ref.WeakCleanable 3
jdk.internal.ref.SoftCleanable 3
java.lang.invoke.MethodHandleNatives$CallSiteContext 1
java.util.zip.ZipFile$CleanableResource 1
jdk.internal.perf.Perf$CleanerAction 1
org.apache.hc.core5.reactor.IOReactorWorker 1
org.apache.hc.core5.reactor.SingleCoreListeningIOReactor 5
org.apache.hc.core5.reactor.ListenerEndpointRequest 5
java.nio.channels.ServerSocketChannel 1
java.net.BindException 1
java.util.AbstractCollection:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$CollectionView 1
org.apache.hc.core5.reactor.InternalChannel 3
org.apache.hc.core5.io.SocketTimeoutExceptionFactory 1
java.net.SocketTimeoutException 1
org.apache.hc.core5.http.nio.command.CommandSupport 2
java.util.concurrent.atomic.AtomicBoolean:org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 2
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$3 5
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1 4
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1$1 5
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler$1 4
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 1
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1 4
org.apache.hc.client5.http.impl.async.AsyncConnectExec$1 4
org.apache.hc.core5.reactor.AbstractIOSessionPool$2 5
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$1 4
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$4 5
org.apache.hc.client5.http.ConnectExceptionSupport 3
org.apache.hc.client5.http.ConnectTimeoutException 1
java.io.InvalidClassException:java.lang.Throwable:java.nio.file.FileSystemException 1
org.apache.hc.client5.http.HttpHostConnectException 1
java.net.ConnectException 1
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$2 4
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2 1
org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback 3
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_0__7 2
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_2__9 2
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$1 4
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1 4
org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase$1 3
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$2 4
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$2 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3 4
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 4
org.apache.hc.core5.reactor.SocksProxyProtocolHandler 13
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer 3
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer 3
org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer 4
org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer 4
org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer 2
org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer 2
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory 3
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler 10
org.apache.hc.core5.http2.frame.FrameFactory 7
org.apache.hc.core5.http2.H2StreamResetException 3
org.apache.hc.core5.http.HttpStreamResetException 1
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory 2
org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter 1
org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy 2
org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy 1
org.apache.hc.core5.http2.ssl.H2TlsSupport 5
org.apache.hc.core5.http2.ssl.H2TlsSupport$lambda_enforceRequirements_0__27 3
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy 2
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy$lambda_upgrade_0__23 3
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy 2
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy$lambda_upgrade_0__20 3
org.apache.hc.core5.http2.ssl.ConscryptClientTlsStrategy 1
org.apache.hc.core5.http2.ssl.ConscryptSupport 3
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_initialize_0__25 3
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_verify_1__24 2
org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy 1
org.apache.hc.core5.http.nio.ssl.TlsSupport 3
org.apache.hc.core5.http.nio.ssl.TlsSupport$lambda_enforceStrongSecurity_0__26 3
org.apache.hc.core5.http2.ssl.ConscryptServerTlsStrategy 1
org.apache.hc.core5.http2.impl.nio.ClientHttp1UpgradeHandler 2
org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory 3
org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter 1
org.apache.hc.core5.http2.impl.nio.ServerH2UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.BufferedData 7
org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory 1
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory 1
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory 1
java.lang.Object:java.lang.invoke.MemberName:java.lang.ref.Reference:java.net.HttpCookie:java.security.MessageDigest:java.security.MessageDigestSpi:java.security.Signature:java.security.SignatureSpi:java.text.BreakIterator:java.text.Collator:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.Format:java.text.MessageFormat:java.text.NumberFormat:java.util.AbstractMap:java.util.ArrayDeque:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.EnumSet:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.LinkedList:java.util.Locale:java.util.Properties:java.util.TimeZone:java.util.TreeMap:java.util.TreeSet:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Manifest:java.util.zip.ZipEntry:sun.security.util.BitArray:sun.text.normalizer.UCharacterIterator:sun.util.calendar.CalendarDate 1
org.apache.hc.core5.util.ReflectionUtils 1
org.conscrypt.Conscrypt 2
org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException 1
org.apache.hc.core5.http2.impl.nio.FrameInputBuffer 3
org.apache.hc.core5.http2.hpack.HPackDecoder 18
org.apache.hc.core5.http2.hpack.InboundDynamicTable 9
org.apache.hc.core5.http2.hpack.FifoBuffer 7
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers 2
org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler 2
org.apache.hc.core5.http.nio.support.BasicRequestConsumer$1 2
java.io.UnsupportedEncodingException 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__67 2
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__67:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__12:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__66 1
org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer 7
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 2
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$2 3
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.routing.RoutingSupport 1
org.apache.hc.client5.http.config.TlsConfig$Builder 6
org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase 3
org.apache.hc.core5.http.nio.command.ExecutableCommand 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$3 3
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$3 2
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient 2
org.apache.hc.client5.http.impl.ExecSupport 1
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer$1 2
org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 1
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$1 3
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester$1 2
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester 1
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$1 2
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1$1 3
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer$1 4
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer$1 4
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1 3
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1$1 3
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$2 3
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1 3
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1 3
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1$1 3
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer$1 2
org.apache.hc.client5.http.async.methods.SimpleResponseConsumer 3
org.apache.hc.client5.http.async.methods.SimpleHttpResponse 3
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.apache.hc.core5.http.message.BasicHeaderIterator:org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.message.BasicListHeaderIterator 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http.nio.support.BasicResponseConsumer$1 2
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__66 3
java.util.zip.Deflater$DeflaterZStreamRef 1
java.util.zip.Inflater$InflaterZStreamRef 1
java.lang.ref.Finalizer$FinalizerThread 1
org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter 3
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter 1
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter 1
org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory 2
org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory 1
org.apache.hc.core5.http.impl.nio.AbstractContentDecoder 7
org.apache.hc.client5.http.impl.ProtocolSwitchStrategy 1
java.lang.OutOfMemoryError 2
org.apache.hc.client5.http.UnsupportedSchemeException 1
org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer:org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer:org.apache.hc.client5.http.async.methods.SimpleResponseConsumer:org.apache.hc.core5.http.nio.support.BasicResponseConsumer 1
org.apache.hc.client5.http.impl.async.AsyncConnectExec$6:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.LaxRedirectStrategy 2
org.apache.hc.client5.http.impl.DefaultRedirectStrategy 3
org.apache.hc.client5.http.RedirectException 1
org.apache.hc.client5.http.utils.URIUtils 3
org.apache.hc.client5.http.protocol.RedirectLocations 2
java.util.AbstractCollection:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
org.apache.hc.client5.http.CircularRedirectException 1
org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner 4
org.apache.hc.client5.http.routing.HttpRoutePlanner 1
org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner 2
java.net.ProxySelector 1
org.apache.hc.client5.http.impl.routing.DistributedProxySelector 2
org.apache.hc.client5.http.impl.routing.DistributedProxySelector$lambda_nextSelector_0__68 2
java.util.AbstractCollection:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.LinkedList:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.SynchronousQueue 1
java.lang.AbstractStringBuilder:java.net.Proxy 1
org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner 1
org.apache.hc.client5.http.async.AsyncExecChain$Scope 1
org.apache.hc.client5.http.impl.auth.AuthCacheKeeper 7
sun.reflect.annotation.AnnotationParser 1
java.lang.Class$AnnotationData 1
org.apache.hc.client5.http.impl.auth.BasicAuthCache$AuthData 1
org.apache.hc.client5.http.impl.auth.AuthChallengeParser 3
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList:org.apache.hc.core5.http.message.BasicHeaderIterator:org.apache.hc.core5.http.message.BasicListHeaderIterator 1
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList 1
java.util.ArrayList:java.util.Collections 1
org.apache.hc.client5.http.auth.MalformedChallengeException 1
org.apache.hc.client5.http.protocol.HttpClientContext:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy 1
org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory 1
org.apache.hc.client5.http.impl.auth.BasicSchemeFactory 1
org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory 1
org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory 1
org.apache.hc.client5.http.impl.auth.BearerSchemeFactory 1
org.apache.hc.client5.http.impl.auth.DigestSchemeFactory 1
org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider 3
org.apache.hc.client5.http.impl.auth.CredentialsMatcher 1
java.net.Authenticator 1
java.net.PasswordAuthentication 3
org.apache.hc.client5.http.auth.KerberosCredentials 1
org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy 1
org.apache.hc.client5.http.impl.DefaultUserTokenHandler 3
org.apache.hc.client5.http.HttpRoute:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.client5.http.impl.auth.BasicScheme:org.apache.hc.client5.http.impl.auth.BearerScheme:org.apache.hc.client5.http.impl.auth.DigestScheme:org.apache.hc.client5.http.impl.auth.GGSSchemeBase 1
org.apache.hc.client5.http.UserTokenHandler 1
org.apache.hc.client5.http.impl.NoopUserTokenHandler 1
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec 1
org.apache.hc.core5.http.TruncatedChunkException 1
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 1
org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer 3
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler 1
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_updateCapacity_1__64 3
org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer 1
java.util.AbstractCollection:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http2.frame.FrameFlag 1
org.apache.hc.core5.http2.H2CorruptFrameException 1
org.apache.hc.core5.http2.frame.StreamIdGenerator$2 2
org.apache.hc.core5.http2.frame.StreamIdGenerator$1 2
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$lambda_produceOutput_0__65 2
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_produceRequest_0__56 3
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$Continuation 4
org.apache.hc.core5.http2.hpack.HPackException 2
org.apache.hc.core5.http2.hpack.HuffmanDecoder 1
org.apache.hc.core5.http2.hpack.HeaderListConstraintException 1
org.apache.hc.core5.http2.impl.DefaultH2RequestConverter 2
java.lang.Throwable:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.core5.http2.config.H2Config$Builder 8
org.apache.hc.core5.http2.frame.FrameFlag:org.apache.hc.core5.http2.frame.FrameType 1
org.apache.hc.core5.http.impl.nio.ExpandableBuffer:org.apache.hc.core5.reactor.IOSessionImpl:org.apache.hc.core5.reactor.ssl.SSLIOSession:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory 1
org.apache.hc.core5.http.nio.command.RequestExecutionCommand:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$abort__63 2
java.util.concurrent.atomic.AtomicMarkableReference:org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1:org.apache.hc.core5.concurrent.CompletedFuture:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
org.apache.hc.client5.http.impl.Operations$lambda_cancellable_1__51 3
org.apache.hc.client5.http.impl.Operations 4
org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable 1
org.apache.hc.client5.http.impl.classic.RequestFailedException 1
java.util.concurrent.atomic.AtomicReference:org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1:org.apache.hc.core5.concurrent.CompletedFuture:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$3 1
java.util.concurrent.ForkJoinTask 1
java.util.concurrent.CompletableFuture$MinimalStage 1
org.apache.hc.core5.http.impl.bootstrap.HttpServer 6
org.apache.hc.core5.http.impl.bootstrap.WorkerPoolExecutor 1
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3 1
org.apache.hc.client5.http.impl.Operations$CompletedFuture 1
org.apache.hc.core5.concurrent.CompletedFuture 2
java.util.concurrent.ForkJoinPool:java.util.concurrent.ThreadPoolExecutor:org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase 1
org.apache.hc.client5.http.impl.async.InternalH2ConnPool 4
org.apache.hc.core5.io.ModalCloseable 1
jdk.internal.module.ModuleReferences$SafeCloseModuleReader 2
jdk.internal.module.ModuleReferences$JarModuleReader 3
jdk.internal.module.ModuleReferences$JModModuleReader 3
jdk.internal.jmod.JmodFile 2
org.apache.hc.client5.http.impl.async.InternalH2AsyncClient 1
java.net.DatagramSocket 1
org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder$IdleConnectionEvictor 2
jdk.internal.module.ModuleReferences$ExplodedModuleReader 3
java.net.URLClassLoader 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
jdk.internal.module.ModulePatcher$JarResourceFinder 2
jdk.internal.module.ModulePatcher$PatchedModuleReader 5
jdk.internal.module.ModulePatcher$ExplodedResourceFinder 3
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient 1
java.nio.file.FileTreeWalker 1
java.nio.channels.spi.AbstractInterruptibleChannel 1
java.nio.channels.spi.AbstractSelector 1
java.util.concurrent.CancellationException 1
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1 1
java.util.concurrent.CompletableFuture:java.util.concurrent.CompletableFuture$MinimalStage:java.util.concurrent.ForkJoinTask:java.util.concurrent.FutureTask:org.apache.hc.client5.http.impl.Operations$CompletedFuture:org.apache.hc.core5.concurrent.CompletedFuture 1
org.apache.hc.client5.http.impl.Operations$lambda_static_0__50 1
org.apache.hc.core5.concurrent.ComplexFuture$lambda_setDependency_0__31 3
java.nio.channels.SocketChannel 1
org.apache.hc.core5.reactor.SingleCoreIOReactor$lambda_reportStatusToThreadPoolListener_0__42 2
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.SynchronousQueue 1
jdk.internal.ref.CleanerImpl$CleanerCleanable 1
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__12 1
org.apache.hc.core5.reactor.AbstractIOSessionPool$PoolEntry 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$lambda_execute_0__57 2
java.lang.ProcessBuilder$NullOutputStream 1
org.apache.hc.client5.http.entity.mime.LegacyMultipart 2
org.apache.hc.client5.http.entity.mime.HttpStrictMultipart 2
org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart 2
org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart 2
org.apache.hc.client5.http.entity.mime.MultipartPart 2
org.apache.hc.client5.http.entity.mime.ByteArrayBody:org.apache.hc.client5.http.entity.mime.FileBody:org.apache.hc.client5.http.entity.mime.InputStreamBody:org.apache.hc.client5.http.entity.mime.StringBody 1
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.apache.hc.client5.http.entity.mime.MultipartPart:org.apache.hc.core5.http.message.BasicHeaderIterator:org.apache.hc.core5.http.message.BasicListHeaderIterator 1
org.apache.hc.client5.http.entity.mime.FileBody 1
java.io.FileInputStream:java.lang.ProcessImpl$DeferredCloseInputStream 2
org.apache.hc.client5.http.entity.mime.StringBody 1
org.apache.hc.client5.http.entity.mime.ByteArrayBody 1
org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.DataInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.JarInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
jdk.internal.loader.BuiltinClassLoader$1 4
jdk.internal.loader.URLClassPath$2 3
jdk.internal.util.jar.InvalidJarIndexError 1
java.lang.SecurityException 1
jdk.internal.loader.ClassLoaders$AppClassLoader 1
java.nio.channels.Channels 1
java.security.SecureClassLoader 2
java.io.EOFException 1
java.util.zip.CRC32 2
java.util.zip.Checksum 1
jdk.internal.module.Resources 4
jdk.internal.loader.Loader$1 2
jdk.internal.module.SystemModuleFinders$SystemImage 1
jdk.internal.jimage.ImageLocation 4
jdk.internal.loader.Loader$2 2
jdk.internal.loader.Loader$LoadedModule 2
java.util.List 1
jdk.internal.loader.BootLoader 1
jdk.internal.loader.ClassLoaders 1
jdk.internal.loader.BuiltinClassLoader$LoadedModule 3
jdk.internal.loader.BuiltinClassLoader$3 2
jdk.internal.loader.BuiltinClassLoader$2 2
org.slf4j.helpers.SubstituteLoggerFactory 5
org.slf4j.Logger 1
org.slf4j.helpers.NOPLoggerFactory 1
org.slf4j.helpers.Util 3
org.slf4j.helpers.Util$ClassContextSecurityManager 3
org.slf4j.helpers.NamedLoggerBase 1
java.net.InetSocketAddress:java.util.Collections 1
java.util.stream.Collectors 1
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.concurrent.ConcurrentHashMap 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.ByteArrayOutputStream:java.io.FileInputStream:java.io.FileOutputStream:java.io.FilterInputStream:java.io.FilterOutputStream:java.io.InputStream:java.io.InputStream$1:java.io.InputStreamReader:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.OutputStream$1:java.io.OutputStreamWriter:java.io.PrintStream:java.io.PushbackInputStream:java.io.RandomAccessFile:java.io.StringWriter:java.lang.ProcessImpl$DeferredCloseInputStream:java.net.DatagramSocket:java.net.ServerSocket:java.net.Socket:java.net.URLClassLoader:java.nio.channels.spi.AbstractInterruptibleChannel:java.nio.channels.spi.AbstractSelector:java.nio.file.FileTreeIterator:java.nio.file.FileTreeWalker:java.util.Formatter:java.util.jar.Manifest$FastInputStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipFile:java.util.zip.ZipInputStream:jdk.internal.module.ModulePatcher$ExplodedResourceFinder:jdk.internal.module.ModuleReferences$ExplodedModuleReader:jdk.internal.module.SystemModuleFinders$SystemModuleReader:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EmptyInputStream:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.reactor.InternalConnectChannel:sun.nio.cs.StreamDecoder:sun.nio.cs.StreamEncoder:sun.nio.fs.UnixFileSystem 1

Fuzzer: ByteArrayBodyWriteToFuzzer

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 36147 96.4%
gold [1:9] 1141 3.04%
yellow [10:29] 176 0.46%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.00%
All colors 37465 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
5365 31477 [org.apache.hc.client5.http.auth.BasicUserPrincipal]. (java.lang.String) call site: 31477
2440 14335 [org.apache.hc.client5.http.impl.auth.HttpAuthenticator].addAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext) call site: 14335
1986 23200 [org.apache.hc.client5.http.impl.RequestSupport].extractPathPrefix(org.apache.hc.core5.http.HttpRequest) call site: 23200
1357 10974 [org.apache.hc.client5.http.HttpHostConnectException]. (java.lang.String,org.apache.hc.core5.net.NamedEndpoint) call site: 10974
1310 17213 [org.slf4j.LoggerFactory].getServiceLoader(java.lang.ClassLoader) call site: 17213
1025 20094 [org.slf4j.LoggerFactory].getLogger(java.lang.Class) call site: 20094
1024 6127 [org.apache.hc.core5.util.Args].isEmpty(java.lang.Object) call site: 06127
914 30503 [org.apache.hc.core5.util.TimeValue].ofSeconds(long) call site: 30503
908 29215 [org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection]. (java.lang.String,java.nio.charset.CharsetDecoder,java.nio.charset.CharsetEncoder,org.apache.hc.core5.http.config.Http1Config,org.apache.hc.core5.http.ContentLengthStrategy,org.apache.hc.core5.http.ContentLengthStrategy,org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy,org.apache.hc.core5.http.io.HttpMessageWriterFactory,org.apache.hc.core5.http.io.HttpMessageParserFactory) call site: 29215
879 25436 [org.apache.hc.client5.http.config.TlsConfig$Builder].build() call site: 25436
847 28278 [org.apache.hc.core5.http.io.entity.StringEntity]. (java.lang.String,org.apache.hc.core5.http.ContentType,java.lang.String,boolean) call site: 28278
814 5209 [org.apache.hc.core5.http.message.BufferedHeader]. (org.apache.hc.core5.util.CharArrayBuffer,boolean) call site: 05209

Runtime coverage analysis

Covered functions
747
Functions that are reachable but not covered
3339
Reachable functions
3538
Percentage of reachable functions covered
5.62%
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
ByteArrayBodyWriteToFuzzer 1
org.apache.hc.client5.http.entity.mime.ByteArrayBody 2
org.apache.hc.client5.http.entity.mime.AbstractContentBody 1
java.lang.Object 7
org.apache.hc.core5.util.Args 15
java.util.Objects 8
java.io.ByteArrayOutputStream 6
org.apache.hc.core5.http.nio.support.classic.ContentOutputStream 6
org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer 10
java.nio.ByteBuffer 7
java.util.concurrent.locks.ReentrantLock 5
java.io.InterruptedIOException 2
org.apache.hc.core5.http.impl.nio.ExpandableBuffer 13
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2StreamChannelImpl 22
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer 53
java.util.concurrent.atomic.AtomicInteger 10
org.apache.hc.core5.reactor.InternalDataChannel 38
java.util.concurrent.atomic.AtomicReference 7
org.apache.hc.client5.http.impl.async.LoggingIOSession 30
org.apache.hc.core5.reactor.ssl.SSLIOSession 51
org.apache.hc.core5.reactor.IOSessionImpl 28
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 3
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock 3
javax.net.ssl.SSLHandshakeException 1
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$2 5
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2$1 4
org.apache.hc.core5.concurrent.ComplexFuture 7
org.apache.hc.core5.concurrent.BasicFuture 7
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject 3
org.apache.hc.core5.reactor.AbstractIOSessionPool$1 6
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1 4
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$2 5
org.apache.hc.client5.http.impl.async.AsyncRedirectExec$1 5
org.apache.hc.client5.http.impl.async.AsyncConnectExec$4 5
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime 16
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime 16
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1 7
org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper 11
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$3 10
org.apache.hc.core5.http.nio.support.BasicRequestProducer 6
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer 13
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer:org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1$1:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.nio.entity.FileEntityProducer 10
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer 13
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2 4
org.apache.hc.core5.http.nio.entity.PathEntityProducer 10
org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer 5
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1$1 11
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1 4
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 10
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec 4
org.slf4j.helpers.SubstituteLogger 28
org.slf4j.event.EventRecordingLogger 8
org.slf4j.helpers.LegacyAbstractLogger 1
org.slf4j.helpers.AbstractLogger 17
org.slf4j.helpers.NOPLogger 17
org.slf4j.event.SubstituteLoggingEvent 12
java.lang.System 8
java.util.ArrayList 19
java.util.AbstractList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
java.lang.Thread 29
java.util.AbstractQueue:java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue 1
org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy 4
java.util.HashSet 11
java.util.concurrent.ConcurrentHashMap$EntrySetView 6
java.util.concurrent.ConcurrentHashMap$KeySetView 6
java.util.AbstractCollection 8
java.util.TreeMap$EntrySet 5
java.util.TreeMap$KeySet 6
java.util.TreeSet 8
org.apache.hc.core5.http.message.AbstractHeaderElementIterator 6
jdk.internal.module.ModuleBootstrap$2 2
org.apache.hc.core5.http.message.BasicHeaderElementIterator 6
java.io.BufferedReader$1 2
org.apache.hc.core5.http.message.BasicListHeaderIterator 6
java.nio.file.FileTreeIterator 3
java.nio.file.Files$2 2
org.apache.hc.core5.http.message.BasicTokenIterator 5
org.apache.hc.core5.http.message.BasicHeaderIterator 5
org.apache.hc.core5.util.Tokenizer$Cursor 7
java.util.NoSuchElementException 2
java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
java.util.concurrent.CopyOnWriteArrayList 15
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader 2
java.lang.String 57
java.lang.StringLatin1 20
java.lang.StringUTF16 28
java.util.Vector 16
java.util.AbstractSequentialList 4
java.util.LinkedList 18
org.apache.hc.core5.http.message.BufferedHeader 9
org.apache.hc.core5.http.message.ParserCursor 1
java.lang.IllegalArgumentException 4
java.util.Formatter 5
java.lang.Integer 17
java.lang.Number 1
org.apache.hc.core5.util.CharArrayBuffer 22
org.apache.hc.core5.util.Tokenizer 12
java.lang.StringBuilder 22
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.core5.http.message.BasicHeaderValueParser 3
java.lang.StringBuffer 6
java.lang.AbstractStringBuilder 9
java.nio.CharBuffer 11
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_2__5 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_0__11 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_3__7 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_1__1 1
org.apache.hc.core5.http.message.BasicNameValuePair 6
org.apache.hc.core5.http.message.TokenParser 2
org.apache.hc.client5.http.ssl.DistinguishedNameParser$InternalTokenParser 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 2
org.apache.hc.core5.http.message.BasicHeaderElement 5
org.apache.hc.core5.http.message.BasicHeader 7
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http2.hpack.HPackHeader 2
org.apache.hc.core5.util.TextUtils 8
java.lang.AbstractStringBuilder:java.lang.StringBuffer:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 2
java.lang.Character 18
java.lang.CharacterData 1
java.lang.Class 65
org.apache.hc.core5.concurrent.ComplexCancellable 4
java.util.concurrent.atomic.AtomicMarkableReference 4
org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution 3
java.util.concurrent.atomic.AtomicBoolean 6
org.apache.hc.client5.http.classic.methods.HttpUriRequestBase 4
org.apache.hc.core5.http.message.HttpRequestWrapper 8
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.AbstractMessageWrapper:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.message.BasicHttpRequest 20
org.apache.hc.client5.http.classic.methods.HttpOptions 1
org.apache.hc.core5.http.Method 4
java.lang.Enum 9
java.lang.ClassLoader 11
java.lang.SecurityManager 10
sun.reflect.misc.ReflectUtil 3
java.lang.StringIndexOutOfBoundsException 2
java.lang.reflect.Proxy 1
jdk.internal.ref.CleanerImpl$SoftCleanableRef 2
java.lang.UnsupportedOperationException 2
java.lang.ref.SoftReference 2
java.lang.Class$ReflectionData 1
java.lang.Class$Atomic 2
java.text.NumberFormat 3
org.apache.hc.client5.http.HttpRoute 17
java.text.Format 1
java.net.HttpCookie 4
java.util.Properties 20
java.util.HashMap 18
java.security.SignatureSpi 1
org.apache.hc.client5.http.config.ConnectionConfig 6
java.text.Collator 2
java.util.EnumSet 1
java.security.Signature 2
java.util.TimeZone 1
sun.util.calendar.CalendarDate 4
java.util.TreeMap 11
java.text.DecimalFormatSymbols 3
java.util.jar.Attributes 15
java.lang.CloneNotSupportedException 1
sun.text.normalizer.UCharacterIterator 1
java.util.BitSet 5
java.text.DateFormatSymbols 3
java.lang.ref.Reference 2
java.util.zip.ZipEntry 7
java.util.AbstractMap 14
java.lang.invoke.MemberName 5
java.util.Date 4
org.apache.hc.client5.http.RouteTracker 16
org.apache.hc.client5.http.config.RequestConfig 15
java.text.BreakIterator 1
java.util.IdentityHashMap 15
java.text.DateFormat 3
org.apache.hc.client5.http.impl.cookie.BasicClientCookie 17
java.security.MessageDigest 3
sun.security.util.BitArray 4
java.util.Locale 5
java.util.Hashtable 18
java.util.Hashtable$Entry 6
java.text.MessageFormat 3
java.security.MessageDigestSpi 1
java.util.ArrayDeque 12
org.apache.hc.client5.http.config.TlsConfig 8
java.util.jar.Manifest 4
org.apache.hc.client5.http.auth.KerberosConfig 5
java.util.Calendar 4
jdk.internal.reflect.Reflection 12
java.lang.reflect.Method 6
java.lang.reflect.Field 5
java.lang.reflect.Constructor 6
java.lang.reflect.Array 2
java.util.WeakHashMap 11
java.util.LinkedHashMap 7
java.security.Provider 13
java.util.concurrent.ConcurrentHashMap 20
java.lang.PublicMethods$MethodList 3
java.lang.NoSuchMethodException 1
java.util.StringJoiner 3
jdk.internal.reflect.ReflectionFactory 6
java.lang.reflect.Modifier 4
jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction 2
java.security.AccessController 5
java.lang.Class$3 2
java.lang.NullPointerException 2
java.lang.RuntimeException 3
java.lang.Exception 3
java.lang.Throwable 19
sun.nio.fs.UnixException 2
java.lang.Class$EnclosingMethodInfo 3
java.lang.InternalError 2
java.lang.VirtualMachineError 3
org.slf4j.helpers.MessageFormatter 2
org.slf4j.helpers.NormalizedParameters 2
java.lang.IllegalStateException 4
org.ietf.jgss.GSSException 7
java.net.URISyntaxException 3
java.nio.file.FileSystemException 1
java.io.InvalidClassException 1
java.nio.file.InvalidPathException 1
java.util.regex.PatternSyntaxException 1
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$InternalConnectionEndpoint 9
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager 15
org.apache.hc.core5.pool.PoolEntry 15
org.apache.hc.core5.pool.DefaultDisposalCallback 2
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandler 16
org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler 15
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer 41
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer 34
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer 39
org.apache.hc.core5.http2.impl.nio.ServerH2IOEventHandler 16
org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler 15
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer 17
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer 18
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection 19
org.apache.hc.core5.http.impl.io.BHttpConnectionBase 24
java.net.Socket 16
org.apache.hc.core5.http.impl.io.SocketHolder 10
org.apache.hc.core5.util.Timeout 6
org.apache.hc.core5.util.TimeValue 23
java.lang.Long 15
org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler 17
org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase 11
org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection 16
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection 14
org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler 16
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandler 16
org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler 15
org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator 15
java.util.concurrent.TimeUnit 3
org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection 11
java.lang.ClassCastException 2
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$DynamicBuffer 4
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$StaticBuffer 4
java.io.UncheckedIOException 2
java.lang.reflect.UndeclaredThrowableException 2
javax.net.ssl.SSLException 2
javax.net.ssl.SSLEngineResult 4
jdk.internal.perf.Perf$CleanerAction 1
jdk.internal.perf.Perf 2
java.lang.AssertionError 5
java.lang.Error 2
java.util.LongSummaryStatistics 1
org.apache.hc.core5.net.InetAddressUtils 7
java.net.InetSocketAddress 10
java.net.Inet6Address 4
java.net.Inet4Address 4
java.net.InetAddress 10
java.util.concurrent.ConcurrentLinkedDeque 11
org.apache.hc.client5.http.auth.AuthChallenge 5
org.apache.hc.core5.http.nio.support.AsyncPushBuilder 2
org.apache.hc.core5.http.support.AbstractResponseBuilder 3
org.apache.hc.core5.http.support.AbstractMessageBuilder 6
org.apache.hc.core5.http.message.HeaderGroup 15
java.util.Arrays 10
org.apache.hc.core5.http.nio.support.AsyncRequestBuilder 5
org.apache.hc.core5.http.support.AbstractRequestBuilder 15
org.apache.hc.core5.http.Message 4
java.nio.LongBuffer 3
org.slf4j.event.Level 2
sun.util.locale.LocaleExtensions 3
org.apache.hc.client5.http.async.methods.SimpleBody 3
org.apache.hc.core5.http.io.support.ClassicResponseBuilder 2
javax.security.auth.Subject 3
java.lang.module.ModuleDescriptor$Exports 3
sun.security.x509.AVA 3
org.apache.hc.core5.http.config.Registry 2
org.apache.hc.client5.http.auth.NTUserPrincipal 5
org.apache.hc.core5.util.LangUtils 3
org.apache.hc.core5.http.HttpHost 12
org.ietf.jgss.Oid 4
sun.security.util.ObjectIdentifier 4
jdk.internal.module.ModuleHashes 4
java.util.stream.Collectors$Partition 1
java.util.HashMap$Node 5
java.util.concurrent.ConcurrentHashMap$Node 5
java.util.WeakHashMap$Entry 5
java.util.TreeMap$Entry 5
org.apache.hc.client5.http.auth.UsernamePasswordCredentials 7
org.apache.hc.client5.http.auth.BasicUserPrincipal 4
javax.security.auth.x500.X500Principal:sun.security.x509.X500Name 1
jdk.internal.jimage.ImageReader$Node 4
org.apache.hc.core5.http.impl.routing.PathRoute 3
java.lang.Float 8
org.apache.hc.client5.http.impl.auth.BasicAuthCache$Key 4
java.lang.Double 9
java.util.AbstractList 8
org.apache.hc.core5.http.ProtocolVersion 12
jdk.internal.module.ModuleReferenceImpl 5
java.lang.module.ModuleReference 1
java.lang.module.ModuleDescriptor 7
org.apache.hc.core5.util.Deadline 12
java.lang.Byte 5
java.lang.Short 5
java.lang.Boolean 6
jdk.internal.org.objectweb.asm.Handle 3
jdk.internal.module.ServicesCatalog$ServiceProvider 2
org.slf4j.event.KeyValuePair 3
org.apache.hc.client5.http.auth.AuthScope 12
org.ietf.jgss.ChannelBinding 2
java.lang.StringCoding 4
org.apache.hc.core5.net.URIAuthority 16
org.apache.hc.client5.http.validator.ETag 10
org.slf4j.helpers.BasicMarker 6
org.apache.hc.client5.http.auth.BearerToken 3
org.apache.hc.core5.net.Host 11
jdk.internal.module.IllegalAccessLogger$Usage 2
java.io.File 13
org.apache.hc.client5.http.auth.NTCredentials 13
jdk.internal.loader.AbstractClassLoaderValue$Sub 3
java.io.FilePermission:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.invoke.StringConcatFactory$Key:java.lang.invoke.StringConcatFactory$Recipe:java.lang.invoke.StringConcatFactory$RecipeElement:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InetSocketAddress:java.net.InetSocketAddress$InetSocketAddressHolder:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.TreeMap$Entry:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.crypto.spec.SecretKeySpec:javax.security.auth.Subject:javax.security.auth.x500.X500Principal:javax.security.cert.Certificate:jdk.internal.misc.Signal:jdk.internal.org.objectweb.asm.Type:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.security.jgss.GSSCredentialImpl:sun.security.jgss.GSSNameImpl:sun.security.jgss.ProviderList$PreferencesEntry:sun.security.util.BitArray:sun.security.util.DerInputBuffer:sun.security.util.DerValue:sun.security.util.ObjectIdentifier:sun.security.x509.AVA:sun.security.x509.RDN:sun.security.x509.X500Name:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.BaseLocale$Key:sun.util.locale.LocaleExtensions 1
java.io.FilePermission:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.invoke.StringConcatFactory$Key:java.lang.invoke.StringConcatFactory$Recipe:java.lang.invoke.StringConcatFactory$RecipeElement:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InetSocketAddress:java.net.InetSocketAddress$InetSocketAddressHolder:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.TreeMap$Entry:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.crypto.spec.SecretKeySpec:javax.security.auth.Subject:javax.security.auth.x500.X500Principal:javax.security.cert.Certificate:jdk.internal.misc.Signal:jdk.internal.org.objectweb.asm.Type:org.apache.hc.core5.util.LangUtils:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.security.jgss.GSSCredentialImpl:sun.security.jgss.GSSNameImpl:sun.security.jgss.ProviderList$PreferencesEntry:sun.security.util.BitArray:sun.security.util.DerInputBuffer:sun.security.util.DerValue:sun.security.util.ObjectIdentifier:sun.security.x509.AVA:sun.security.x509.RDN:sun.security.x509.X500Name:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.BaseLocale$Key:sun.util.locale.LocaleExtensions 1
java.net.Inet6Address$Inet6AddressHolder 2
sun.security.x509.RDN 3
sun.nio.fs.UnixFileStore 3
java.net.URI 23
java.text.FieldPosition 3
sun.security.jgss.GSSNameImpl 4
java.lang.module.ModuleDescriptor$Requires 3
java.time.chrono.AbstractChronology 3
java.time.zone.ZoneOffsetTransitionRule 3
java.security.Provider$ServiceKey 2
java.lang.module.ModuleDescriptor$Version 3
java.security.CodeSource 4
java.nio.FloatBuffer 3
java.time.LocalDate 3
java.net.NetworkInterface 3
java.net.InterfaceAddress 3
sun.security.util.DerValue 3
java.lang.Thread$WeakClassKey 3
java.nio.IntBuffer 3
java.security.AccessControlContext 2
java.security.CodeSigner 3
java.time.Instant 12
java.lang.invoke.LambdaFormEditor$Transform 3
java.util.zip.ZipFile$Source$Key 2
java.lang.module.ModuleDescriptor$Opens 5
java.security.cert.Certificate 2
java.time.Period 3
java.lang.invoke.ClassSpecializer$SpeciesData 3
java.lang.Runtime$Version 3
java.lang.module.ResolvedModule 3
java.lang.invoke.StringConcatFactory$RecipeElement 2
java.math.BigDecimal 3
java.util.ResourceBundle$CacheKey 3
javax.security.auth.x500.X500Principal 3
java.net.SocketPermission 3
sun.util.locale.BaseLocale$Key 2
java.util.OptionalLong 3
java.time.OffsetTime 3
java.util.jar.Attributes$Name 3
java.time.zone.ZoneRules 3
javax.security.cert.Certificate 2
java.lang.invoke.MethodType 3
java.time.zone.ZoneOffsetTransition 3
java.security.Timestamp 3
java.time.ZoneOffset 3
sun.util.locale.BaseLocale 3
java.lang.Character$Subset 3
java.util.Optional 8
sun.security.x509.X500Name 3
java.time.ZonedDateTime 4
java.time.Duration 3
java.text.AttributedCharacterIterator$Attribute 3
java.lang.invoke.LambdaForm$Name 3
java.time.Clock 2
java.nio.charset.Charset 7
java.io.FilePermission 3
sun.security.jgss.ProviderList$PreferencesEntry 3
java.util.OptionalDouble 3
java.time.LocalTime 3
java.security.cert.CertPath 3
java.lang.Package 4
java.lang.ProcessBuilder$Redirect 2
java.lang.ProcessHandleImpl 3
java.util.PropertyPermission 3
java.time.ZoneId 4
java.math.BigInteger 5
java.time.LocalDateTime 3
java.lang.StackTraceElement 4
java.time.format.DecimalStyle 3
java.net.URL 12
java.nio.DoubleBuffer 3
java.nio.ShortBuffer 3
java.math.MathContext 3
java.lang.invoke.LambdaForm 3
java.time.OffsetDateTime 3
sun.nio.fs.UnixPath 7
java.util.AbstractSet 2
sun.nio.ch.FileKey 2
java.net.Proxy 5
sun.util.calendar.Era 3
javax.crypto.spec.SecretKeySpec 3
javax.crypto.CryptoPermission 4
java.time.temporal.ValueRange 3
java.lang.invoke.StringConcatFactory$Key 2
java.text.ParsePosition 3
jdk.internal.misc.Signal 3
java.security.AllPermission 3
java.lang.module.ModuleDescriptor$Provides 3
java.lang.invoke.LambdaForm$NamedFunction 3
java.lang.invoke.StringConcatFactory$Recipe 2
java.nio.file.attribute.FileTime 3
jdk.internal.org.objectweb.asm.Type 5
java.util.OptionalInt 3
java.lang.reflect.Parameter 3
sun.security.util.DerInputBuffer 2
java.security.BasicPermission 3
sun.security.jgss.GSSCredentialImpl 3
java.net.InetSocketAddress$InetSocketAddressHolder 3
java.lang.Math 5
java.security.Provider:java.util.AbstractMap:java.util.Hashtable:java.util.Properties:java.util.concurrent.ConcurrentHashMap 1
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler 22
jdk.internal.org.objectweb.asm.Label 1
org.apache.hc.client5.http.async.methods.SimpleResponseBuilder 2
java.util.concurrent.locks.AbstractQueuedSynchronizer 1
org.apache.hc.core5.http.nio.command.ShutdownCommand 5
org.apache.hc.client5.http.impl.classic.RequestEntityProxy 12
jdk.internal.org.objectweb.asm.TypePath 4
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer$CapacityWindow 6
java.util.concurrent.ConcurrentLinkedQueue 8
java.util.concurrent.SynchronousQueue 6
java.util.concurrent.LinkedBlockingQueue 7
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler 18
org.apache.hc.client5.http.impl.auth.FixedCredentialsProvider 2
java.util.AbstractCollection:java.util.concurrent.ConcurrentHashMap$CollectionView 1
sun.net.www.MessageHeader 1
java.util.concurrent.ConcurrentHashMap$CollectionView 4
org.apache.hc.client5.http.entity.mime.MimeField 6
org.apache.hc.client5.http.entity.mime.MimeField$lambda_getBody_0__29 3
org.apache.hc.core5.pool.PoolStats 6
org.apache.hc.core5.http.protocol.HttpCoreContext 16
org.apache.hc.client5.http.impl.classic.ExecChainElement 1
java.util.ServiceLoader 4
java.lang.Module 4
java.util.regex.Matcher 3
java.util.Currency 1
org.apache.hc.client5.http.impl.auth.BasicScheme 14
org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider 2
org.apache.hc.core5.ssl.SSLContextBuilder 1
org.apache.hc.core5.http.impl.nio.ChunkDecoder 7
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler 17
org.apache.hc.core5.http.URIScheme 3
java.lang.ProcessBuilder$Redirect$4 1
org.apache.hc.core5.util.VersionInfo 1
java.security.PrivilegedActionException 3
java.net.ServerSocket 7
java.util.concurrent.CompletableFuture 2
org.apache.hc.core5.pool.StrictConnPool 12
org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler 12
org.apache.hc.core5.reactor.InternalConnectChannel 8
org.apache.hc.core5.reactor.IOSessionRequest 9
org.apache.hc.core5.http.message.RequestLine 6
java.security.AlgorithmParameters 1
java.util.concurrent.atomic.AtomicLong 8
org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor 9
java.io.ObjectOutputStream$DebugTraceInfoStack 1
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
java.lang.ProcessBuilder$Redirect$3 1
org.apache.hc.core5.http.io.support.ClassicRequestBuilder 5
org.apache.hc.core5.net.URIBuilder 26
org.apache.hc.core5.net.PercentCodec 7
java.nio.Buffer:java.nio.CharBuffer 1
java.util.regex.Pattern 2
java.lang.IndexOutOfBoundsException 2
java.nio.file.Path 2
java.util.concurrent.ConcurrentHashMap$ValuesView 2
org.apache.hc.client5.http.entity.mime.Header 3
java.util.Collections 7
org.apache.hc.core5.http2.hpack.HPackHeader 7
org.apache.hc.core5.http.impl.nio.ChunkEncoder 5
org.apache.hc.core5.http.impl.nio.AbstractContentEncoder 10
org.apache.hc.core5.http.protocol.UriRegexMatcher 2
java.lang.ModuleLayer 1
java.io.StringWriter 7
java.lang.ThreadGroup 7
org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider 2
java.lang.invoke.MethodHandleImpl$LoopClauses 1
org.apache.hc.core5.http.config.RegistryBuilder 1
org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec 2
org.apache.hc.client5.http.impl.auth.BearerScheme 12
java.net.IDN 2
org.apache.hc.core5.reactor.EndpointParameters 6
java.nio.charset.CodingErrorAction 1
java.util.concurrent.locks.ReentrantReadWriteLock 3
org.apache.hc.core5.http.impl.nio.IdentityDecoder 3
java.security.Permission 2
java.util.concurrent.FutureTask 3
org.apache.hc.core5.pool.StrictConnPool$LeaseRequest 10
org.apache.hc.client5.http.impl.auth.GGSSchemeBase 9
org.apache.hc.client5.http.impl.auth.SPNegoScheme 4
org.apache.hc.client5.http.impl.auth.KerberosScheme 4
java.time.format.DateTimeParseContext 1
sun.security.jgss.GSSCaller 1
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics$DurationCounter 3
sun.reflect.annotation.AnnotationType 3
java.security.Provider$Service 1
org.apache.hc.client5.http.impl.auth.BearerScheme$State 2
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$2 4
org.apache.hc.core5.http.impl.nio.IdentityEncoder 3
sun.security.util.LazyCodeSourcePermissionCollection 1
java.nio.charset.CoderResult 5
org.apache.hc.core5.http.EndpointDetails 4
jdk.internal.perf.PerfCounter 2
sun.security.util.JarConstraintsParameters 1
org.apache.hc.client5.http.EndpointInfo 4
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$1 13
java.lang.ProcessBuilder$Redirect$5 1
org.apache.hc.core5.http.impl.routing.RequestRouter$Entry 1
java.lang.ProcessImpl 1
org.apache.hc.core5.http.io.SocketConfig 10
org.apache.hc.core5.http.io.support.HttpServerFilterChainElement 2
org.apache.hc.core5.http.protocol.BasicHttpContext 5
org.apache.hc.client5.http.impl.nio.H2SharingConnPool 9
org.apache.hc.core5.pool.LaxConnPool 7
org.apache.hc.core5.pool.LaxConnPool$PerRoutePool 15
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2Stream 27
org.apache.hc.core5.http2.config.H2Setting 4
org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec 2
java.security.PermissionCollection 1
org.apache.hc.core5.http2.hpack.HuffmanNode 5
java.lang.StringBuilder:java.util.Arrays 1
org.apache.hc.core5.reactor.ChannelEntry 2
org.apache.hc.client5.http.ssl.NoopHostnameVerifier 1
java.time.format.DateTimePrintContext 1
org.apache.hc.core5.http2.frame.Frame 6
org.apache.hc.core5.http2.frame.RawFrame 5
org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder 4
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement 2
java.lang.StackFrameInfo 1
jdk.internal.math.FloatingDecimal 6
java.lang.ThreadLocal 4
jdk.internal.math.FloatingDecimal$BinaryToASCIIBuffer 8
jdk.internal.math.FDBigInteger 26
jdk.internal.math.FloatingDecimal$ExceptionalBinaryToASCIIBuffer 1
org.apache.hc.core5.http.support.BasicRequestBuilder 11
java.security.SecureRandom 3
sun.util.locale.Extension 1
java.security.ProtectionDomain 1
org.apache.hc.client5.http.impl.auth.BasicScheme$State 2
org.apache.hc.client5.http.impl.async.AsyncExecChainElement 1
org.apache.hc.core5.reactor.ssl.TlsDetails 4
org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy 3
java.lang.ProcessBuilder$Redirect$1 1
java.lang.module.Configuration 1
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream 7
org.apache.hc.core5.http2.hpack.FifoLinkedList$InternalNode 11
java.io.ObjectStreamClass 1
org.apache.hc.core5.http.message.AbstractMessageWrapper 18
org.apache.hc.client5.http.impl.classic.CloseableHttpResponse 24
org.apache.hc.core5.http.message.BasicHttpResponse 12
org.apache.hc.client5.http.auth.AuthExchange 10
jdk.internal.misc.Signal$NativeHandler 2
java.lang.invoke.Invokers 1
org.apache.hc.client5.http.cookie.BasicCookieStore 4
org.apache.hc.client5.http.ssl.SubjectName 1
org.apache.hc.core5.http.impl.routing.RequestRouter$SingleAuthorityResolver 3
java.util.IntSummaryStatistics 1
org.slf4j.helpers.MarkerIgnoringBase 2
org.apache.hc.core5.http.protocol.HttpCoreContext$Delegate 14
org.apache.hc.client5.http.protocol.HttpClientContext$Delegate 32
org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask 2
org.apache.hc.core5.pool.StrictConnPool$PerRoutePool 11
org.apache.hc.client5.http.utils.ByteArrayBuilder 13
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics 1
jdk.internal.module.ModuleResolution 1
java.lang.invoke.MethodHandles$Lookup 1
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$1 3
java.time.format.DateTimeFormatterBuilder$CompositePrinterParser 1
java.lang.ProcessBuilder$Redirect$2 1
org.apache.hc.core5.reactor.ListenerEndpointImpl 4
org.apache.hc.core5.http.config.CharCodingConfig 4
org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher 3
org.apache.hc.core5.http.message.StatusLine 6
org.apache.hc.core5.reactor.AbstractIOSessionPool 7
org.apache.hc.core5.http2.config.H2Config 10
java.util.concurrent.ForkJoinPool 3
java.util.EventObject 1
org.apache.hc.client5.http.impl.auth.AuthChallengeParser$ChallengeInt 2
java.net.URLConnection 1
org.apache.hc.client5.http.cookie.CookieOrigin 4
java.util.Collection 1
jdk.internal.module.ModuleHashes$lambda_toString_1__18 3
java.util.Map$Entry 1
java.nio.channels.FileChannel$MapMode 1
jdk.internal.jmod.JmodFile$Entry 4
jdk.internal.jmod.JmodFile$Section 1
java.net.SocketImpl 1
java.time.format.DateTimeFormatter 3
java.util.concurrent.ThreadPoolExecutor 5
javax.security.auth.x500.X500Principal:org.apache.hc.client5.http.auth.NTUserPrincipal:sun.security.x509.X500Name 1
sun.reflect.annotation.TypeAnnotation 1
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler 15
org.apache.hc.core5.ssl.PrivateKeyDetails 1
java.io.ObjectStreamField 1
java.time.format.Parsed 1
java.lang.invoke.SerializedLambda 1
org.apache.hc.core5.http2.ssl.ApplicationProtocol 1
java.lang.ProcessBuilder$RedirectPipeImpl 1
org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder 3
java.nio.ByteOrder 2
java.nio.channels.FileLock 1
org.apache.hc.core5.http.support.BasicResponseBuilder 2
java.time.temporal.ChronoUnit 1
org.apache.hc.core5.http.ContentType 10
org.apache.hc.core5.http.message.MessageSupport 16
org.apache.hc.core5.http.message.BasicHeaderValueFormatter 4
org.apache.hc.core5.http.io.entity.AbstractHttpEntity 10
org.apache.hc.core5.http.impl.routing.UriPathRouter 4
java.util.AbstractCollection:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
java.math.MutableBigInteger 1
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler 16
java.lang.ProcessBuilder$Redirect$6 1
org.apache.hc.core5.http.impl.io.IncomingHttpEntity 12
org.apache.hc.core5.http.nio.support.AsyncResponseBuilder 6
org.apache.hc.client5.http.impl.auth.BasicAuthCache 7
java.lang.invoke.MethodHandle 1
java.security.SecureRandomSpi 1
org.apache.hc.client5.http.impl.auth.DigestScheme 14
org.apache.hc.client5.http.async.methods.SimpleRequestBuilder 5
java.lang.invoke.MethodTypeForm 1
org.apache.hc.core5.reactor.MultiCoreIOReactor 7
org.apache.hc.core5.http.protocol.UriPatternMatcher 3
org.apache.hc.client5.http.impl.auth.NTLMScheme 10
org.apache.hc.core5.http.io.entity.HttpEntityWrapper 12
org.apache.hc.core5.http.config.NamedElementChain$Node 1
java.time.format.DateTimeFormatterBuilder$NumberPrinterParser 1
org.apache.hc.core5.reactor.IOReactorConfig 16
java.util.DoubleSummaryStatistics 1
sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo 1
org.apache.hc.core5.http.config.Http1Config 9
java.time.temporal.ChronoField 1
java.util.zip.Inflater$InflaterZStreamRef 1
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$ScheduledRequestExecution 3
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2 4
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient 3
org.apache.hc.core5.io.Closer 3
org.apache.hc.core5.http.impl.io.ChunkedOutputStream 11
org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl 9
org.apache.hc.core5.util.ByteArrayBuffer 17
org.apache.hc.client5.http.impl.auth.HttpEntityDigester 5
java.io.IOException 4
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2 6
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 6
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$2 3
org.apache.hc.core5.http.message.HttpResponseWrapper 3
org.apache.hc.core5.http.HttpException 4
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 2
org.apache.hc.core5.http.protocol.DefaultHttpProcessor 2
org.apache.hc.core5.http.protocol.ResponseServer 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$1 5
org.apache.hc.core5.util.Asserts 3
org.apache.hc.core5.http.protocol.ResponseConnControl 1
org.apache.hc.core5.http.io.entity.PathEntity 4
java.nio.file.Files 9
sun.nio.fs.UnixFileSystem 3
sun.nio.fs.LinuxFileSystemProvider 1
sun.nio.fs.UnixFileSystemProvider 3
org.apache.hc.core5.http.io.entity.BufferedHttpEntity 6
org.apache.hc.core5.http.io.entity.FileEntity 4
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity 11
org.apache.hc.core5.http.io.entity.ByteBufferEntity 5
org.apache.hc.core5.http.impl.BasicEntityDetails 5
org.apache.hc.client5.http.entity.DecompressingEntity 5
org.apache.hc.core5.http.io.entity.HttpEntities$2 5
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3 4
org.apache.hc.core5.http.impl.IncomingEntityDetails 6
org.apache.hc.core5.http.io.entity.NullEntity 10
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer 12
org.apache.hc.core5.http.io.entity.SerializableEntity 5
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer 12
org.apache.hc.core5.http.io.entity.BasicHttpEntity 4
org.apache.hc.core5.http.io.entity.HttpEntities$1 4
org.apache.hc.core5.http.io.entity.EntityTemplate 5
org.apache.hc.core5.http.io.entity.InputStreamEntity 5
org.apache.hc.core5.http.io.entity.StringEntity 7
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 2
org.apache.hc.client5.http.entity.GzipCompressingEntity 5
org.apache.hc.core5.http.io.entity.ByteArrayEntity 5
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 4
org.apache.hc.core5.http.protocol.ResponseContent 1
java.util.Iterator 1
org.apache.hc.core5.http.ProtocolException 3
org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
java.util.LinkedHashSet 1
org.apache.hc.core5.http.message.MessageSupport$add__6 3
java.util.AbstractCollection:java.util.HashSet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
java.util.stream.Collectors$1OptionalBox 1
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
org.apache.hc.core5.http.ParseException 3
java.lang.AbstractStringBuilder:java.lang.StringBuilder 2
org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.protocol.ResponseConformance 1
org.apache.hc.core5.http2.protocol.H2ResponseConnControl 1
org.apache.hc.core5.http2.protocol.H2ResponseConformance 1
org.apache.hc.core5.http.protocol.ResponseDate 1
org.apache.hc.core5.http.protocol.HttpDateGenerator 1
org.apache.hc.core5.http2.protocol.H2ResponseContent 1
org.apache.hc.client5.http.protocol.ResponseProcessCookies 3
org.apache.hc.client5.http.protocol.HttpClientContext 23
org.apache.hc.client5.http.protocol.HttpClientContext:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 3
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec 9
org.apache.hc.client5.http.cookie.MalformedCookieException 1
org.apache.hc.client5.http.impl.cookie.BasicSecureHandler 2
org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter 7
org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler 4
org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler 1
java.lang.NumberFormatException 2
org.apache.hc.client5.http.impl.cookie.BasicPathHandler 5
org.apache.hc.client5.http.impl.cookie.BasicDomainHandler 4
org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler 2
org.apache.hc.client5.http.utils.DateUtils 3
org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler 3
java.time.Month 1
java.time.chrono.ChronoZonedDateTime 1
org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler 1
org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec 3
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.apache.hc.core5.http.message.BasicHeaderIterator:org.apache.hc.core5.http.message.BasicListHeaderIterator 1
org.apache.hc.client5.http.impl.cookie.CookieSpecBase 2
org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec 1
org.apache.hc.client5.http.cookie.CookieRestrictionViolationException 1
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler:org.apache.hc.client5.http.impl.cookie.BasicPathHandler:org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$1 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$1 2
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler 3
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.protocol.NextNonceInterceptor 2
org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter 2
org.apache.hc.core5.http2.H2ConnectionException 2
org.apache.hc.core5.http2.H2Error 2
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$2 10
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter 6
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter$1 10
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter 5
java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http2.hpack.HPackEncoder 17
org.apache.hc.core5.http2.hpack.OutboundDynamicTable 9
org.apache.hc.core5.http2.hpack.FifoLinkedList 5
org.apache.hc.core5.http2.hpack.StaticTable 3
org.apache.hc.core5.http2.hpack.StaticTable$InternalEntry 2
org.apache.hc.core5.http2.hpack.HuffmanEncoder 2
org.apache.hc.core5.http2.hpack.OutboundDynamicTable$lambda_add_0__51 3
org.apache.hc.core5.http2.frame.DefaultFrameFactory 3
org.apache.hc.core5.http2.frame.FrameType 2
org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer 6
org.apache.hc.client5.http.impl.async.LogAppendable 5
org.apache.hc.core5.http2.frame.FramePrinter 4
java.io.PrintWriter 8
java.io.OutputStreamWriter 5
sun.nio.cs.StreamEncoder 4
java.io.Writer 4
java.io.BufferedWriter 7
java.io.OutputStreamWriter:java.io.StringWriter:sun.nio.cs.StreamEncoder 1
java.io.OutputStreamWriter:java.io.PrintStream:java.io.StringWriter:java.io.Writer:java.lang.AbstractStringBuilder:java.lang.Enum:java.lang.StringBuilder:java.nio.CharBuffer 1
java.lang.StringBuilder:org.slf4j.helpers.NOPLogger 3
org.apache.hc.core5.http2.config.H2Param 1
java.io.PrintStream 7
java.nio.channels.DatagramChannel:java.nio.channels.FileChannel:java.nio.channels.SocketChannel 1
java.nio.channels.ClosedChannelException 1
org.apache.hc.core5.reactor.IOSessionImpl:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http.impl.BasicHttpTransportMetrics 2
org.apache.hc.core5.http2.impl.BasicH2TransportMetrics 2
org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics 3
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1 10
org.apache.hc.core5.http.nio.support.BasicResponseProducer 9
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__3 3
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinPool:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__3 1
org.apache.hc.core5.http.impl.bootstrap.Worker 3
org.apache.hc.core5.http.impl.io.HttpService 7
org.apache.hc.core5.http.ConnectionClosedException 3
org.apache.hc.client5.http.impl.io.LoggingSocketHolder 4
org.apache.hc.client5.http.impl.io.LoggingInputStream 6
java.io.FilterInputStream 6
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser 3
org.apache.hc.core5.http.impl.io.AbstractMessageParser 5
org.apache.hc.core5.http.impl.io.SessionInputBufferImpl 12
org.apache.hc.core5.http.MessageConstraintException 1
org.apache.hc.core5.http.io.entity.EmptyInputStream 5
org.apache.hc.core5.http.impl.io.ChunkedInputStream 10
org.apache.hc.core5.http.StreamClosedException 1
org.apache.hc.core5.http.MalformedChunkCodingException 2
org.apache.hc.core5.http.message.LazyLaxLineParser 1
org.apache.hc.core5.http.message.LazyLineParser 1
org.apache.hc.core5.http.message.BasicLineParser 4
java.lang.ProcessImpl$DeferredCloseInputStream 5
org.apache.hc.core5.http.io.entity.ByteBufferEntity$1 3
java.io.ObjectInputStream$PeekInputStream 4
org.apache.hc.core5.http.nio.support.classic.ContentInputStream 6
org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer 10
org.apache.hc.core5.http2.frame.FrameFactory 7
java.lang.ArithmeticException 1
org.apache.hc.core5.http.impl.io.EmptyInputStream 5
org.apache.hc.client5.http.entity.LazyDecompressingInputStream 7
org.apache.hc.client5.http.entity.GZIPInputStreamFactory 1
java.util.zip.GZIPInputStream 3
org.apache.hc.client5.http.entity.BrotliInputStreamFactory 1
org.brotli.dec.BrotliInputStream 1
org.apache.hc.client5.http.entity.DeflateInputStreamFactory 1
org.apache.hc.client5.http.entity.DeflateInputStream 1
java.io.PushbackInputStream 6
java.util.zip.ZipException 1
org.apache.hc.client5.http.entity.DeflateInputStream$DeflateStream 3
java.util.zip.InflaterInputStream 5
java.util.zip.Inflater 2
org.apache.hc.core5.http.impl.io.ContentLengthInputStream 6
org.apache.hc.core5.http.impl.io.IdentityInputStream 5
org.apache.hc.core5.http.io.EofSensorInputStream 10
java.io.FileInputStream 6
java.io.BufferedInputStream 4
java.util.jar.JarInputStream 3
java.util.zip.ZipInputStream 3
java.io.ByteArrayInputStream 7
java.util.jar.Manifest$FastInputStream 4
java.io.InputStream 7
java.io.InputStream$1 6
java.io.ObjectInputStream$BlockDataInputStream 4
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1$1 4
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1 7
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$PoolEntryHolder 3
org.apache.hc.core5.http.impl.bootstrap.HttpRequester 7
org.apache.hc.core5.http.impl.io.HttpRequestExecutor 1
org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse 2
org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse 1
org.apache.hc.core5.http.impl.NoConnectionReuseStrategy 1
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$1 4
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
java.nio.file.spi.FileSystemProvider 1
java.io.ObjectOutputStream 7
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy 12
org.apache.hc.core5.http.ContentTooLongException 1
org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat 10
org.apache.hc.client5.http.impl.io.LoggingOutputStream 6
org.apache.hc.client5.http.impl.Wire 12
jdk.internal.misc.TerminatingThreadLocal 4
org.apache.hc.core5.http.impl.io.ContentLengthOutputStream 6
java.util.zip.GZIPOutputStream 2
java.io.BufferedOutputStream 3
java.io.OutputStream 5
org.apache.hc.core5.http2.impl.io.FrameOutputStream 6
java.io.FilterOutputStream 5
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection$1 7
org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer 2
java.lang.ProcessBuilder$NullInputStream 2
java.io.ObjectInputStream 4
org.apache.hc.core5.pool.StrictConnPool$lambda_getPool_0__21 3
java.util.Map 3
org.apache.hc.core5.util.DeadlineTimeoutException 2
java.util.concurrent.TimeoutException 1
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer$1 2
org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 1
org.apache.hc.core5.http.ContentType$lambda_parse_0__22 3
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_1__27 3
org.apache.hc.core5.http.protocol.RequestTE 3
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy$lambda_determineLength_0__14 3
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy 2
org.apache.hc.core5.http.support.ExpectSupport$lambda_parse_0__17 3
org.apache.hc.core5.http.support.ExpectSupport 2
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_0__26 3
java.lang.Object:java.lang.invoke.MemberName:java.lang.ref.Reference:java.net.HttpCookie:java.security.MessageDigest:java.security.MessageDigestSpi:java.security.Signature:java.security.SignatureSpi:java.text.BreakIterator:java.text.Collator:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.Format:java.text.MessageFormat:java.text.NumberFormat:java.util.AbstractMap:java.util.ArrayDeque:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.EnumSet:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.LinkedList:java.util.Locale:java.util.Properties:java.util.TimeZone:java.util.TreeMap:java.util.TreeSet:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Manifest:java.util.zip.ZipEntry:sun.security.util.BitArray:sun.text.normalizer.UCharacterIterator:sun.util.calendar.CalendarDate 1
org.apache.hc.client5.http.async.methods.SimpleResponseConsumer 3
org.apache.hc.client5.http.async.methods.SimpleHttpResponse 3
org.apache.hc.core5.reactor.InternalDataChannel$1 3
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$4 5
org.apache.hc.client5.http.impl.ConnPoolSupport 2
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$Endpoint 2
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$InternalConnectionEndpoint 5
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager 7
org.apache.hc.client5.http.impl.ConnectionShutdownException 1
org.apache.hc.core5.http.nio.command.RequestExecutionCommand 8
org.apache.hc.core5.http.nio.command.ExecutableCommand 1
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque 2
java.util.concurrent.atomic.AtomicBoolean:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 1
org.apache.hc.core5.http.RequestNotExecutedException 1
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler 15
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1 12
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1$1 12
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1$1 12
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2$1 12
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$InternalAsyncClientEndpoint 5
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester 4
org.apache.hc.core5.pool.LaxConnPool$LeaseRequest 6
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool 6
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_release_2__20 3
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$InternalAsyncClientEndpoint 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient 4
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$lambda_getTrailers_0__25 3
org.apache.hc.core5.http.io.entity.HttpEntities$2$lambda_getTrailers_0__24 3
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager 8
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1 11
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer 4
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter$1 5
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler 9
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer 6
org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer 5
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 6
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer 6
org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer 6
org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer 3
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 1
org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 5
org.apache.hc.core5.http.nio.support.BasicRequestConsumer 6
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 1
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec$1 11
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler:org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler 1
org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler 11
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler 6
org.apache.hc.core5.http.nio.support.BasicResponseConsumer 7
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer 6
org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator 9
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler 8
org.apache.hc.client5.http.impl.async.AsyncConnectExec$6 12
org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler 7
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 15
org.apache.hc.client5.http.impl.async.AsyncProtocolExec$1 5
org.apache.hc.client5.http.impl.auth.BasicScheme:org.apache.hc.client5.http.impl.auth.BearerScheme:org.apache.hc.client5.http.impl.auth.DigestScheme:org.apache.hc.client5.http.impl.auth.KerberosScheme:org.apache.hc.client5.http.impl.auth.NTLMScheme:org.apache.hc.client5.http.impl.auth.SPNegoScheme 2
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime:org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime 1
org.apache.hc.core5.reactor.AbstractIOSessionPool$1$lambda_completed_0__32 3
org.apache.hc.core5.concurrent.CompletingFutureContribution 3
org.apache.hc.core5.concurrent.FutureContribution 4
java.util.function.Function 1
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool 6
org.apache.hc.core5.http2.nio.pool.H2ConnPool 6
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1$1 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1 4
org.apache.hc.core5.http.impl.DefaultAddressResolver 2
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator 8
org.apache.hc.client5.http.routing.RoutingSupport 1
org.apache.hc.client5.http.impl.DefaultSchemePortResolver 2
org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters 2
org.apache.hc.core5.net.Ports 1
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester 2
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$1 5
org.apache.hc.core5.reactor.SingleCoreIOReactor 17
java.util.AbstractQueue 2
org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase 1
org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator 1
org.apache.hc.core5.reactor.AbstractIOReactorBase 1
org.apache.hc.core5.reactor.DefaultListeningIOReactor 6
org.apache.hc.core5.reactor.DefaultConnectingIOReactor 6
org.apache.hc.core5.reactor.IOReactorShutdownException 1
org.apache.hc.core5.reactor.IOWorkerSelectors$GenericSelector 1
org.apache.hc.core5.reactor.IOWorkerSelectors$PowerOfTwoSelector 1
org.apache.hc.core5.http.impl.bootstrap.AsyncServer 5
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester 6
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester:org.apache.hc.core5.http.impl.bootstrap.AsyncServer 1
org.apache.hc.client5.http.impl.classic.InternalExecRuntime 7
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$InternalConnectionEndpoint 5
java.util.concurrent.atomic.AtomicMarkableReference:org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1:org.apache.hc.core5.concurrent.CompletedFuture:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
org.apache.hc.core5.http2.nio.command.PingCommand 3
org.apache.hc.core5.http2.nio.support.BasicPingHandler 5
org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler 2
org.apache.hc.core5.http.ssl.TLS 5
javax.net.ssl.SSLParameters 6
org.apache.hc.core5.http.ssl.TlsCiphers 4
org.apache.hc.client5.http.impl.async.LoggingExceptionCallback 2
java.io.InvalidClassException:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.util.regex.PatternSyntaxException:org.slf4j.helpers.NOPLogger:sun.nio.fs.UnixException 1
org.apache.hc.core5.http.nio.command.ShutdownCommand$lambda_createIOSessionCallback_0__4 1
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1$lambda_completed_0__31 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1 6
org.apache.hc.client5.http.nio.AsyncConnectionEndpoint 4
org.apache.hc.client5.http.impl.PrefixedIncrementingId 2
org.apache.hc.core5.concurrent.ComplexFuture$lambda_setDependency_0__16 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3 1
org.apache.hc.client5.http.nio.AsyncConnectionEndpoint$1 3
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1 4
org.apache.hc.core5.concurrent.CallbackContribution 3
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2 4
org.apache.hc.client5.http.impl.classic.RequestFailedException 1
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1 4
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1 5
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$3 5
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$4 5
org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase$1 3
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1 6
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler$1 4
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3 4
org.apache.hc.core5.reactor.AbstractIOSessionPool$2 5
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2 4
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_0__8 2
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_1__9 3
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_2__10 2
org.apache.hc.client5.http.ConnectExceptionSupport 3
org.apache.hc.client5.http.ConnectTimeoutException 1
java.net.SocketTimeoutException 1
java.io.InvalidClassException:java.lang.Throwable:java.nio.file.FileSystemException 1
org.apache.hc.client5.http.HttpHostConnectException 1
java.net.ConnectException 1
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1$1 5
org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback 3
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$1 4
org.apache.hc.client5.http.impl.async.AsyncConnectExec$5 5
org.apache.hc.client5.http.impl.async.AsyncConnectExec$3 5
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$1 4
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$2 4
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2 1
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$2 4
org.apache.hc.client5.http.impl.async.AsyncConnectExec$2 5
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 1
org.apache.hc.client5.http.impl.async.AsyncConnectExec$1 4
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 4
java.util.concurrent.atomic.AtomicReference:org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1:org.apache.hc.core5.concurrent.CompletedFuture:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
java.util.concurrent.CancellationException 1
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$3 1
java.util.concurrent.ForkJoinTask 1
org.apache.hc.client5.http.impl.Operations$CompletedFuture 1
org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable 1
java.util.concurrent.atomic.AtomicBoolean:org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 2
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.concurrent.ConcurrentHashMap 1
org.apache.hc.client5.http.impl.classic.InternalHttpClient 2
java.util.concurrent.atomic.AtomicBoolean:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http.message.BasicClassicHttpResponse 6
org.apache.hc.core5.http.impl.io.IdentityOutputStream 6
java.io.BufferedOutputStream:java.io.DataOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.PrintStream:java.util.zip.DeflaterOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.nio.support.classic.ContentOutputStream 1
java.io.ObjectOutputStream$BlockDataOutputStream 5
java.io.DataOutputStream 3
java.util.zip.DeflaterOutputStream 4
org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase 3
java.util.concurrent.ForkJoinPool:java.util.concurrent.ThreadPoolExecutor:org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase 1
org.apache.hc.client5.http.impl.async.InternalH2ConnPool 4
org.apache.hc.core5.http.impl.bootstrap.HttpServer 6
org.apache.hc.core5.http.impl.bootstrap.RequestListener 4
org.apache.hc.core5.http.ExceptionListener$2 2
java.lang.Throwable$WrappedPrintStream 3
java.lang.Throwable$WrappedPrintWriter 2
java.lang.reflect.InvocationTargetException 2
java.lang.ExceptionInInitializerError 1
java.lang.ClassNotFoundException 1
org.apache.hc.core5.http.ExceptionListener$1 2
org.apache.hc.core5.http.impl.bootstrap.WorkerPoolExecutor 1
org.apache.hc.client5.http.impl.classic.MinimalHttpClient 2
jdk.internal.loader.Loader$NullModuleReader 3
org.slf4j.MDC$MDCCloseable 1
org.slf4j.MDC 1
org.slf4j.helpers.BasicMDCAdapter 1
org.slf4j.helpers.NOPMDCAdapter 1
org.apache.hc.core5.reactor.ListenerEndpointRequest 5
org.apache.hc.client5.http.impl.async.InternalH2AsyncClient 1
java.net.DatagramSocket 1
jdk.internal.module.ModuleReferences$ExplodedModuleReader 3
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
jdk.internal.module.SystemModuleFinders$SystemModuleReader 5
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$1 5
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$1 6
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer$1 12
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$DelayedOutputChannel 13
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3$1 6
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$1 6
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$1 6
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1$1 6
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$1 6
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer$1 6
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$1 6
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$1 6
org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl 9
java.nio.BufferOverflowException 1
org.apache.hc.core5.http.message.BasicLineFormatter 4
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader:org.apache.hc.core5.util.CharArrayBuffer 1
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_completed_0__13 3
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$1 1
org.apache.hc.client5.http.impl.async.AsyncConnectExec 10
org.apache.hc.client5.http.impl.routing.BasicRouteDirector 4
org.apache.hc.client5.http.HttpRoute:org.apache.hc.client5.http.RouteTracker 2
org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler 2
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$2 3
org.apache.hc.core5.http.nio.support.BasicPushProducer 5
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer$1 4
sun.nio.ch.FileChannelImpl 6
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer$1 4
org.apache.hc.client5.http.impl.async.AsyncProtocolExec 5
org.apache.hc.client5.http.impl.async.AsyncRedirectExec 5
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_failed_1__12 3
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$State 2
org.apache.hc.core5.net.URISupport 1
java.lang.AbstractStringBuilder:java.lang.String:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.Tokenizer$Cursor 1
org.apache.hc.core5.http.message.AbstractMessageWrapper:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.support.AbstractRequestBuilder 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.support.AbstractMessageBuilder 1
org.apache.hc.client5.http.impl.auth.HttpAuthenticator 3
org.apache.hc.client5.http.auth.AuthenticationException 2
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl 47
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type2Message 6
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$NTLMMessage 14
org.apache.hc.client5.http.impl.auth.NTLMEngineException 2
org.apache.hc.client5.http.utils.Base64 6
java.util.Base64$Decoder 1
java.util.Base64 2
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type3Message 5
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$CipherGen 22
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$HMACMD5 3
java.util.Random 1
sun.nio.cs.UTF_8 2
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$MD4 7
javax.crypto.Cipher 3
java.util.Base64$Encoder 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type1Message 1
org.apache.hc.client5.http.SystemDefaultDnsResolver 2
java.net.Inet4Address:java.net.Inet6Address:java.net.InetAddress 1
org.apache.hc.client5.http.impl.InMemoryDnsResolver 2
java.util.Arrays:org.slf4j.helpers.NOPLogger 1
java.net.UnknownHostException 1
org.ietf.jgss.GSSManager 1
sun.security.jgss.GSSManagerImpl 3
sun.security.jgss.GSSContextImpl 3
org.apache.hc.client5.http.auth.InvalidCredentialsException 1
javax.security.auth.x500.X500Principal:org.apache.hc.client5.http.auth.BasicUserPrincipal:org.apache.hc.client5.http.auth.NTUserPrincipal:sun.security.x509.X500Name 1
org.apache.hc.client5.http.impl.auth.AuthSchemeSupport 1
java.util.StringTokenizer 7
org.apache.hc.core5.http.message.BasicClassicHttpRequest 3
org.apache.hc.client5.http.impl.auth.DigestScheme$DigestAlgorithm 6
org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.BufferedHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
java.io.DataInputStream 2
java.io.DataInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.io.FileOutputStream 4
java.io.OutputStream$1 3
java.io.BufferedOutputStream:java.io.ByteArrayOutputStream:java.io.DataOutputStream:java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream$1:java.io.PrintStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream 2
java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http2.impl.io.FrameOutputStream 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 2
java.io.BufferedInputStream:java.io.BufferedOutputStream:java.io.ByteArrayInputStream:java.io.ByteArrayOutputStream:java.io.DataOutputStream:java.io.FileInputStream:java.io.FileOutputStream:java.io.FilterInputStream:java.io.FilterOutputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream$1:java.io.PrintStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPInputStream:java.util.zip.GZIPOutputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.io.RandomAccessFile 3
org.apache.hc.core5.http.UnsupportedHttpVersionException 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest 3
org.apache.hc.core5.http.impl.nio.AbstractMessageWriter 4
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriter 4
org.apache.hc.core5.http.impl.nio.AbstractMessageWriter:org.apache.hc.core5.http.message.BasicHttpResponse 1
org.apache.hc.core5.http.message.StatusLine$StatusClass 1
org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriter 4
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.impl.nio.AbstractMessageWriter:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.NotImplementedException 1
org.apache.hc.core5.http.LengthRequiredException 1
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1 3
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1$1 3
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$1 2
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$lambda_getPerRoutePool_0__47 3
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_getCounter_0__54 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5$1 3
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer$1 2
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1$1 3
org.apache.hc.core5.http.nio.AsyncClientEndpoint 1
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$3 3
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1 3
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1$1 3
org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy 1
javax.net.ssl.SSLContext 2
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer 2
org.apache.hc.core5.reactor.ssl.SSLIOSession$1 7
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionStart__52 3
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionEnd__53 3
org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator 2
java.lang.Object:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.slf4j.LoggerFactory 26
org.slf4j.helpers.NOP_FallbackServiceProvider 3
org.slf4j.helpers.SubstituteServiceProvider 4
org.slf4j.helpers.Reporter 7
org.slf4j.LoggerFactory$lambda_getServiceLoader_0__2 3
jdk.internal.jimage.BasicImageReader$1 1
jdk.internal.misc.InnocuousThread$1 2
jdk.internal.misc.InnocuousThread 8
java.lang.ref.ReferenceQueue 2
java.lang.Thread$1 2
jdk.internal.misc.Unsafe 9
jdk.internal.logger.SimpleConsoleLogger$CallerFinder$1 1
java.lang.StackWalker 1
java.nio.file.Files$FileTypeDetectors$1 1
sun.security.action.GetPropertyAction 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$1 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$BootstrapMessageLoggerTask 2
java.lang.Class$1 2
jdk.internal.perf.Perf$GetPerfAction 1
java.lang.RuntimePermission 1
jdk.internal.loader.BuiltinClassLoader$4 1
jdk.internal.loader.URLClassPath 9
sun.net.util.URLUtil 1
jdk.internal.loader.URLClassPath$3 2
jdk.internal.loader.URLClassPath$FileLoader 3
jdk.internal.loader.URLClassPath$Loader 6
sun.net.www.ParseUtil 2
jdk.internal.loader.URLClassPath$JarLoader 18
jdk.internal.loader.URLClassPath$JarLoader$1 2
jdk.internal.loader.FileURLMapper 3
java.io.FileNotFoundException 1
java.util.zip.ZipFile 2
java.util.jar.JarFile 8
jdk.internal.util.jar.JarIndex 9
java.io.BufferedReader 10
java.io.Reader 2
java.io.InputStreamReader 4
sun.nio.cs.StreamDecoder 3
jdk.internal.misc.SharedSecrets 1
jdk.internal.loader.URLClassPath$Loader$1 5
jdk.internal.loader.Resource 6
jdk.internal.loader.URLClassPath$FileLoader$1 5
java.util.jar.JarFile$JarFileEntry 3
java.util.jar.JarEntry 2
jdk.internal.loader.URLClassPath$JarLoader$2 8
jdk.internal.loader.URLClassPath$JarLoader$3 2
jdk.internal.loader.Loader$3 3
jdk.internal.loader.BuiltinClassLoader$1 4
jdk.internal.loader.URLClassPath$1 4
jdk.internal.module.ModulePatcher$JarResourceFinder$1 6
jdk.internal.module.ModulePatcher$PatchedModuleReader$1 6
jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 6
jdk.internal.loader.URLClassPath$2 3
jdk.internal.loader.BuiltinClassLoader 17
jdk.internal.util.jar.InvalidJarIndexError 1
jdk.internal.loader.ClassLoaders$AppClassLoader 1
java.lang.SecurityException 1
java.nio.channels.Channels 1
java.nio.channels.spi.AbstractInterruptibleChannel 1
java.lang.OutOfMemoryError 2
java.security.SecureClassLoader 2
java.io.EOFException 1
java.util.zip.CRC32 2
java.util.zip.Checksum 1
jdk.internal.logger.DefaultLoggerFinder$1 2
jdk.internal.misc.VM 4
jdk.internal.jimage.BasicImageReader$2 2
jdk.internal.logger.BootstrapLogger$DetectBackend$1 1
jdk.internal.jimage.NativeImageBuffer$1 1
java.lang.Runtime 2
java.lang.UnsatisfiedLinkError 1
java.lang.LinkageError 1
jdk.internal.loader.BootLoader$PackageHelper$2 1
jdk.internal.misc.InnocuousThread$3 1
java.lang.ref.Finalizer$1 1
jdk.internal.reflect.MethodAccessorGenerator$1 1
jdk.internal.reflect.ClassDefiner 1
jdk.internal.reflect.ClassDefiner$1 2
jdk.internal.reflect.DelegatingClassLoader 1
java.lang.ArrayIndexOutOfBoundsException 1
java.lang.IllegalAccessException 1
java.lang.InstantiationException 1
jdk.internal.misc.InnocuousThread$2 1
java.nio.file.Files$FileTypeDetectors$2 1
jdk.internal.loader.BootLoader$PackageHelper$1 1
sun.nio.fs.AbstractFileSystemProvider 1
java.lang.System$1 1
java.lang.Class$2 1
jdk.internal.loader.Loader 7
jdk.internal.module.Resources 4
jdk.internal.loader.Loader$1 2
jdk.internal.loader.BuiltinClassLoader$NullModuleReader 3
jdk.internal.module.SystemModuleFinders$SystemImage 1
jdk.internal.jimage.ImageReader 5
jdk.internal.jimage.BasicImageReader 9
jdk.internal.jimage.ImageHeader 16
jdk.internal.jimage.ImageStringsReader 8
jdk.internal.jimage.ImageLocation 4
jdk.internal.module.ModuleReferences$SafeCloseModuleReader 2
jdk.internal.module.ModuleReferences$JModModuleReader 3
jdk.internal.jmod.JmodFile 2
jdk.internal.module.ModuleReferences$JarModuleReader 3
jdk.internal.module.ModulePatcher$PatchedModuleReader 5
jdk.internal.module.ModulePatcher$JarResourceFinder 2
jdk.internal.module.ModulePatcher$ExplodedResourceFinder 3
jdk.internal.module.SystemModuleFinders$2 1
jdk.internal.loader.AbstractClassLoaderValue$Memoizer 1
jdk.internal.loader.AbstractClassLoaderValue$Memoizer$RecursiveInvocationException 1
jdk.internal.logger.LazyLoggers$1 2
jdk.internal.logger.LazyLoggers 6
java.lang.System$LoggerFinder 1
jdk.internal.logger.LazyLoggers$getLoggerFinder__49 3
jdk.internal.loader.BuiltinClassLoader$lambda_findResourceOnClassPath_0__19 3
jdk.internal.logger.LazyLoggers$lambda_getLoggerFromFinder_0__48 3
jdk.internal.logger.DefaultLoggerFinder 4
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__59 3
jdk.internal.logger.DefaultLoggerFinder$SharedLoggers 1
jdk.internal.ref.CleanerImpl$PhantomCleanableRef 2
jdk.internal.ref.CleanerImpl$WeakCleanableRef 2
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__58 3
jdk.internal.logger.SimpleConsoleLogger 2
sun.util.logging.PlatformLogger$ConfigurableBridge$LoggerConfiguration 1
org.apache.hc.client5.http.DnsResolver$lambda_resolve_0__33 3
org.apache.hc.client5.http.DnsResolver 2
jdk.internal.logger.BootstrapLogger$RedirectedLoggers 2
jdk.internal.logger.LazyLoggers$LazyLoggerAccessor 5
jdk.internal.logger.SurrogateLogger 2
org.apache.hc.core5.http.impl.routing.UriPathRouter$OrderedMatcher 2
org.apache.hc.core5.http.impl.routing.PathPatternMatcher 2
org.apache.hc.core5.http.impl.routing.UriPathRouter$RegexMatcher 2
org.apache.hc.core5.http.impl.routing.UriPathRouter$BestMatcher 2
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
jdk.internal.loader.Loader$lambda_moduleReaderFor_7__30 3
org.apache.hc.client5.http.protocol.HttpClientContext$lambda_getAuthExchange_0__34 3
jdk.internal.jmod.JmodFile$Entry$jmodDir__56 1
jdk.internal.module.ModuleLoaderMap$Mapper 2
jdk.internal.jimage.ImageReaderFactory$1 2
jdk.internal.jimage.ImageReader$SharedImageReader 2
jdk.internal.jimage.NativeImageBuffer 1
java.nio.channels.FileChannel:java.nio.file.StandardOpenOption 1
jdk.internal.jimage.decompressor.Decompressor 1
jdk.internal.loader.BuiltinClassLoader$5 3
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$3 1
java.lang.ref.WeakReference 2
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder 1
jdk.internal.logger.LazyLoggers$JdkLazyLogger 2
jdk.internal.logger.LazyLoggers$LazyLoggerWrapper 2
jdk.internal.logger.AbstractLoggerWrapper 1
jdk.internal.logger.LoggerFinderLoader 1
jdk.internal.logger.BootstrapLogger 3
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder$1 1
jdk.internal.loader.BuiltinClassLoader$lambda_findResourcesOnClassPath_1__15 3
jdk.internal.loader.Loader$2 2
jdk.internal.loader.Loader$LoadedModule 2
java.util.List 1
jdk.internal.loader.BootLoader 1
jdk.internal.loader.ClassLoaders 1
jdk.internal.loader.BuiltinClassLoader$LoadedModule 3
jdk.internal.loader.BuiltinClassLoader$3 2
jdk.internal.loader.BuiltinClassLoader$2 2
org.slf4j.helpers.SubstituteLoggerFactory 5
org.slf4j.Logger 1
org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 4
org.slf4j.helpers.NOPLoggerFactory 1
org.slf4j.helpers.Util 3
org.slf4j.helpers.Util$ClassContextSecurityManager 3
org.slf4j.helpers.NamedLoggerBase 1
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy$lambda_upgrade_0__38 3
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy 2
org.apache.hc.core5.http2.ssl.H2TlsSupport 5
org.apache.hc.core5.util.ReflectionUtils 1
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy$lambda_upgrade_0__37 3
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy 2
org.apache.hc.core5.http.nio.ssl.TlsSupport 3
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_0__39 3
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy 3
org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy 2
org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy 2
org.conscrypt.Conscrypt 2
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_initialize_0__42 3
org.apache.hc.core5.http2.ssl.ConscryptSupport 3
org.apache.hc.core5.http2.ssl.H2TlsSupport$lambda_enforceRequirements_0__44 3
org.apache.hc.core5.http.nio.ssl.TlsSupport$lambda_enforceStrongSecurity_0__43 3
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$lambda_validateSession_0__45 3
org.apache.hc.core5.http2.nio.pool.H2ConnPool$lambda_validateSession_0__46 3
org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer 2
org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer 2
org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer 4
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer 3
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer 3
org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer 4
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory 3
org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler 10
org.apache.hc.core5.reactor.SocksProxyProtocolHandler 13
org.apache.hc.core5.http.nio.command.CommandSupport 2
org.apache.hc.client5.http.impl.async.LoggingIOSession$1 7
org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy 1
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_1__40 2
org.apache.hc.core5.http2.ssl.ConscryptServerTlsStrategy 1
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_verify_1__41 2
org.apache.hc.core5.http2.ssl.ConscryptClientTlsStrategy 1
org.apache.hc.client5.http.impl.ExecSupport 1
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$1 3
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1 3
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec 5
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient 2
org.apache.hc.core5.http.nio.support.BasicResponseConsumer$1 2
org.apache.hc.core5.http.nio.support.BasicRequestConsumer$1 2
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5 3
org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler 2
org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException 1
org.apache.hc.core5.http2.impl.nio.ServerH2UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.BufferedData 7
org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory 3
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser 2
org.apache.hc.core5.http.impl.nio.AbstractMessageParser 6
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser 3
org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl 8
org.apache.hc.core5.http.impl.CharCodingSupport 2
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory 3
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory 1
org.apache.hc.core5.http.impl.BasicEndpointDetails 1
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$lambda_produceOutput_0__57 3
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_produceRequest_0__62 3
org.apache.hc.client5.http.protocol.RequestIfRange 1
org.apache.hc.client5.http.protocol.RequestUpgrade 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.ProtocolVersion:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.protocol.HttpCoreContext:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http2.protocol.H2RequestConnControl 1
org.apache.hc.core5.http.protocol.RequestConnControl 1
org.apache.hc.core5.http.protocol.RequestConformance 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.core5.http.MisdirectedRequestException 1
org.apache.hc.client5.http.protocol.RequestClientConnControl 1
org.apache.hc.client5.http.RouteTracker:org.apache.hc.client5.http.protocol.HttpClientContext:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.protocol.RequestValidateTrace 1
org.apache.hc.core5.http2.protocol.H2RequestConformance 1
org.apache.hc.core5.http.protocol.ViaRequest 1
org.apache.hc.core5.http2.protocol.H2RequestTargetHost 1
org.apache.hc.core5.http.protocol.RequestTargetHost 1
org.apache.hc.core5.http.protocol.ForwardedRequest 1
org.apache.hc.core5.http.protocol.RequestExpectContinue 1
org.apache.hc.core5.http.protocol.RequestValidateHost 1
java.net.URISyntaxException:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.client5.http.protocol.RequestExpectContinue 1
org.apache.hc.core5.http2.protocol.H2RequestContent 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.ProtocolVersion:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.protocol.RequestContent 3
org.apache.hc.client5.http.protocol.RequestAddCookies 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.client5.http.protocol.HttpClientContext:org.apache.hc.core5.http.message.BasicHttpRequest:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory 1
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecBase 1
org.apache.hc.client5.http.impl.cookie.BasicDomainHandler:org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler:org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler:org.apache.hc.client5.http.impl.cookie.BasicPathHandler:org.apache.hc.client5.http.impl.cookie.BasicSecureHandler:org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler:org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler 1
org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory 1
java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 1
org.apache.hc.client5.http.cookie.CookieOrigin:org.apache.hc.client5.http.impl.cookie.BasicClientCookie 2
org.apache.hc.client5.http.psl.PublicSuffixMatcher 5
org.apache.hc.client5.http.utils.DnsUtils 2
org.apache.hc.client5.http.cookie.CookieOrigin:org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler 1
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_1__60 3
org.apache.hc.core5.http.ProtocolVersionParser 3
org.apache.hc.core5.util.Tokenizer$get__28 1
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_0__61 3
org.apache.hc.core5.http.protocol.RequestUserAgent 1
org.apache.hc.core5.http.protocol.RequestDate 1
org.apache.hc.client5.http.protocol.RequestAuthCache 1
org.apache.hc.client5.http.impl.RequestSupport 1
java.util.AbstractCollection:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http2.protocol.H2RequestValidateHost 1
org.apache.hc.client5.http.protocol.RequestDefaultHeaders 1
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$lambda_produceOutput_0__65 3
org.apache.hc.core5.http2.impl.DefaultH2RequestConverter 3
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec 1
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1$1 3
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$3 2
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$2 3
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$2 3
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester$1 2
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester 1
org.apache.hc.core5.http2.impl.nio.ClientHttp1UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory 3
org.apache.hc.client5.http.impl.Operations 4
org.apache.hc.client5.http.impl.Operations$lambda_cancellable_1__36 3
org.apache.hc.core5.reactor.AbstractIOSessionPool$PoolEntry 1
org.apache.hc.client5.http.impl.Operations$lambda_static_0__35 1
java.util.concurrent.CompletableFuture:java.util.concurrent.CompletableFuture$MinimalStage:java.util.concurrent.ForkJoinTask:java.util.concurrent.FutureTask:org.apache.hc.client5.http.impl.Operations$CompletedFuture:org.apache.hc.core5.concurrent.CompletedFuture 1
org.apache.hc.client5.http.impl.auth.AuthCacheKeeper 7
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$lambda_execute_0__50 2
org.apache.hc.client5.http.UnsupportedSchemeException 1
org.apache.hc.client5.http.config.TlsConfig$Builder 6
java.nio.file.FileTreeWalker 1
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService 1
java.net.URLClassLoader 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient 1
org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder$IdleConnectionEvictor 2
java.nio.channels.spi.AbstractSelector 1
org.apache.hc.core5.concurrent.CompletedFuture 2
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1 1
org.apache.hc.core5.io.ModalCloseable 1
java.util.concurrent.CompletableFuture$MinimalStage 1
org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
java.net.InetSocketAddress:java.util.Collections 1
java.util.stream.Collectors 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy 1
org.apache.hc.core5.http.impl.io.ResponseOutOfOrderException 1
java.lang.ProcessBuilder$NullOutputStream 1
org.apache.hc.client5.http.entity.mime.HttpStrictMultipart 2
org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart 2
org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart 2
org.apache.hc.client5.http.entity.mime.LegacyMultipart 2
org.apache.hc.client5.http.entity.mime.MultipartPart 2
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.client5.http.entity.mime.ByteArrayBody:org.apache.hc.client5.http.entity.mime.FileBody:org.apache.hc.client5.http.entity.mime.InputStreamBody:org.apache.hc.client5.http.entity.mime.StringBody 1
org.apache.hc.client5.http.entity.mime.FileBody 1
java.io.FileInputStream:java.lang.ProcessImpl$DeferredCloseInputStream 2
org.apache.hc.client5.http.entity.mime.InputStreamBody 1
java.io.BufferedInputStream:java.io.BufferedOutputStream:java.io.ByteArrayInputStream:java.io.DataOutputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.FilterOutputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.PrintStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream:org.apache.hc.core5.http.nio.support.classic.ContentOutputStream 1
org.apache.hc.client5.http.entity.mime.StringBody 1
org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.DataInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.JarInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.core5.http.TruncatedChunkException 1
org.apache.hc.client5.http.impl.io.LenientHttpResponseParser 2
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser 2
org.apache.hc.core5.http.message.BasicLineParser$get__55 3
org.apache.hc.core5.http.HttpVersion 2
org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory 2
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory 2
org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory 1
org.apache.hc.core5.http.RequestHeaderFieldsTooLargeException 1
org.apache.hc.client5.http.classic.methods.HttpTrace 1
org.apache.hc.core5.http.impl.io.HttpService$1 3
org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator 2
org.apache.hc.core5.http.impl.io.AbstractMessageWriter 4
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriter 4
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriter 4
org.apache.hc.core5.http.impl.io.AbstractMessageWriter:org.apache.hc.core5.http.message.BasicHttpResponse 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.core5.http.io.entity.EntityUtils 1
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler 1
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler$1 3
org.apache.hc.core5.http.io.support.HttpServerExpectationFilter 3
org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter 1
org.apache.hc.core5.http.io.support.TerminalServerFilter 1
org.apache.hc.core5.http.protocol.RequestHandlerRegistry 2
org.apache.hc.core5.http.impl.routing.RequestRouter 1
java.lang.invoke.StringConcatFactory$MethodHandleStringBuilderStrategy$1 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$2 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$1 1
org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler 1
org.apache.hc.core5.http.impl.ServerSupport 2
java.io.InvalidClassException:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.util.regex.PatternSyntaxException:sun.nio.fs.UnixException 1
org.apache.hc.core5.reactor.IOReactorWorker 1
org.apache.hc.core5.reactor.SingleCoreListeningIOReactor 5
java.nio.channels.ServerSocketChannel 1
java.net.BindException 1
java.util.AbstractCollection:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$CollectionView 1
org.apache.hc.core5.reactor.InternalChannel 3
org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.message.StatusLine 1
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers 2
java.io.UnsupportedEncodingException 1
org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer 7
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__67 2
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinPool:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__67:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__3:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__66 1
java.util.concurrent.ThreadPoolExecutor$Worker 1
java.util.concurrent.ForkJoinWorkerThread 1
java.lang.ref.Finalizer$FinalizerThread 1
java.lang.ref.Finalizer$2 1
jdk.internal.misc.Signal$1 1
org.apache.hc.core5.io.SocketSupport 2
java.lang.NoSuchFieldException 1
org.apache.hc.core5.http.io.HttpConnectionFactory 1
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory 3
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory 1
org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory 1
org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory 1
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory 3
java.util.zip.ZipFile$CleanableResource 1
java.util.concurrent.CompletableFuture$Completion 1
jdk.internal.ref.CleanerImpl 1
jdk.internal.ref.PhantomCleanable 3
jdk.internal.ref.WeakCleanable 3
jdk.internal.ref.SoftCleanable 3
java.util.zip.Deflater$DeflaterZStreamRef 1
java.lang.invoke.MethodHandleNatives$CallSiteContext 1
jdk.internal.ref.CleanerImpl$CleanerCleanable 1
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__3 1
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 2
org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter 3
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter 1
org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory 2
org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__66 3
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter 1
org.apache.hc.core5.http.impl.nio.AbstractContentDecoder 7
org.apache.hc.client5.http.impl.ProtocolSwitchStrategy 1
org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer:org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer:org.apache.hc.client5.http.async.methods.SimpleResponseConsumer:org.apache.hc.core5.http.nio.support.BasicResponseConsumer 1
org.apache.hc.client5.http.impl.LaxRedirectStrategy 2
org.apache.hc.client5.http.impl.DefaultRedirectStrategy 3
org.apache.hc.client5.http.RedirectException 1
org.apache.hc.client5.http.utils.URIUtils 3
org.apache.hc.client5.http.protocol.RedirectLocations 2
java.util.AbstractCollection:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
org.apache.hc.client5.http.CircularRedirectException 1
org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner 4
org.apache.hc.client5.http.routing.HttpRoutePlanner 1
org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner 2
java.net.ProxySelector 1
org.apache.hc.client5.http.impl.routing.DistributedProxySelector 2
org.apache.hc.client5.http.impl.routing.DistributedProxySelector$lambda_nextSelector_0__68 2
java.util.AbstractCollection:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.LinkedList:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.SynchronousQueue 1
java.lang.AbstractStringBuilder:java.net.Proxy 1
org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner 1
org.apache.hc.client5.http.async.AsyncExecChain$Scope 1
java.lang.Enum:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
sun.reflect.annotation.AnnotationParser 1
java.lang.Class$AnnotationData 1
org.apache.hc.client5.http.impl.auth.BasicAuthCache$AuthData 1
org.apache.hc.client5.http.impl.auth.AuthChallengeParser 3
java.util.ArrayList:java.util.Collections 1
org.apache.hc.client5.http.auth.MalformedChallengeException 1
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.auth.AuthChallenge:org.apache.hc.client5.http.protocol.HttpClientContext:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy 1
org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory 1
org.apache.hc.client5.http.impl.auth.DigestSchemeFactory 1
org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory 1
org.apache.hc.client5.http.impl.auth.BearerSchemeFactory 1
org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory 1
org.apache.hc.client5.http.impl.auth.BasicSchemeFactory 1
java.util.ArrayList:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider 3
org.apache.hc.client5.http.impl.auth.CredentialsMatcher 1
java.net.Authenticator 1
java.net.PasswordAuthentication 3
org.apache.hc.client5.http.auth.KerberosCredentials 1
org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy 1
org.apache.hc.client5.http.impl.DefaultUserTokenHandler 3
org.apache.hc.client5.http.HttpRoute:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.client5.http.impl.auth.BasicScheme:org.apache.hc.client5.http.impl.auth.BearerScheme:org.apache.hc.client5.http.impl.auth.DigestScheme:org.apache.hc.client5.http.impl.auth.GGSSchemeBase 1
org.apache.hc.client5.http.UserTokenHandler 1
org.apache.hc.client5.http.impl.NoopUserTokenHandler 1
org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer 3
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 1
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_updateCapacity_1__64 3
org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer 1
java.util.AbstractCollection:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler 1
org.apache.hc.core5.http2.impl.nio.FrameInputBuffer 3
org.apache.hc.core5.http2.frame.FrameFlag 1
org.apache.hc.core5.http2.H2CorruptFrameException 1
org.apache.hc.core5.http2.H2StreamResetException 3
org.apache.hc.core5.http.HttpStreamResetException 1
org.apache.hc.core5.http2.frame.StreamIdGenerator$1 2
org.apache.hc.core5.http2.frame.StreamIdGenerator$2 2
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$Continuation 4
org.apache.hc.core5.http2.hpack.HPackDecoder 18
org.apache.hc.core5.http2.hpack.HPackException 2
org.apache.hc.core5.http2.hpack.InboundDynamicTable 9
org.apache.hc.core5.http2.hpack.FifoBuffer 7
org.apache.hc.core5.http2.hpack.HuffmanDecoder 1
org.apache.hc.core5.http2.hpack.HeaderListConstraintException 1
java.lang.Throwable:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.core5.http2.config.H2Config$Builder 8
org.apache.hc.core5.http2.frame.FrameFlag:org.apache.hc.core5.http2.frame.FrameType 1
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory 1
org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter 1
org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory 1
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory 1
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory 2
org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter 1
org.apache.hc.core5.reactor.IOSessionImpl:org.apache.hc.core5.reactor.ssl.SSLIOSession:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory 1
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$abort__63 2
org.apache.hc.core5.io.SocketTimeoutExceptionFactory 1
java.nio.channels.SocketChannel 1
org.apache.hc.core5.reactor.SingleCoreIOReactor$lambda_reportStatusToThreadPoolListener_0__23 2
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.SynchronousQueue 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.ByteArrayOutputStream:java.io.FileInputStream:java.io.FileOutputStream:java.io.FilterInputStream:java.io.FilterOutputStream:java.io.InputStream:java.io.InputStream$1:java.io.InputStreamReader:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.OutputStream$1:java.io.OutputStreamWriter:java.io.PrintStream:java.io.PushbackInputStream:java.io.RandomAccessFile:java.io.StringWriter:java.lang.ProcessImpl$DeferredCloseInputStream:java.net.DatagramSocket:java.net.ServerSocket:java.net.Socket:java.net.URLClassLoader:java.nio.channels.spi.AbstractInterruptibleChannel:java.nio.channels.spi.AbstractSelector:java.nio.file.FileTreeIterator:java.nio.file.FileTreeWalker:java.util.Formatter:java.util.jar.Manifest$FastInputStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipFile:java.util.zip.ZipInputStream:jdk.internal.module.ModulePatcher$ExplodedResourceFinder:jdk.internal.module.ModuleReferences$ExplodedModuleReader:jdk.internal.module.SystemModuleFinders$SystemModuleReader:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EmptyInputStream:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.reactor.InternalConnectChannel:sun.nio.cs.StreamDecoder:sun.nio.cs.StreamEncoder:sun.nio.fs.UnixFileSystem 1
org.apache.hc.client5.http.HttpRequestRetryStrategy 1

Fuzzer: HttpFuzzer

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 40204 94.8%
gold [1:9] 1838 4.33%
yellow [10:29] 314 0.74%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 10 0.02%
All colors 42366 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
4752 20003 [org.apache.hc.core5.http.io.entity.StringEntity]. (java.lang.String,org.apache.hc.core5.http.ContentType,java.lang.String,boolean) call site: 20003
2924 27439 [org.apache.hc.core5.util.TimeValue].ofSeconds(long) call site: 27439
2190 17805 [org.apache.hc.client5.http.impl.auth.HttpAuthenticator].addAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext) call site: 17805
1434 30365 [org.apache.hc.client5.http.classic.methods.HttpUriRequestBase].setDependency(org.apache.hc.core5.concurrent.Cancellable) call site: 30365
1369 24767 [org.apache.hc.client5.http.config.TlsConfig$Builder].build() call site: 24767
1207 32572 [org.apache.hc.core5.pool.StrictConnPool].fireCallbacks() call site: 32572
1055 3789 [org.apache.hc.client5.http.HttpRoute].getHopCount() call site: 03789
831 16813 [org.apache.hc.client5.http.impl.classic.InternalExecRuntime].discardEndpoint() call site: 16813
820 9650 [org.apache.hc.core5.util.Args].isEmpty(java.lang.Object) call site: 09650
808 8618 [org.apache.hc.core5.http.message.BufferedHeader]. (org.apache.hc.core5.util.CharArrayBuffer,boolean) call site: 08618
787 1743 [org.apache.hc.core5.util.CharArrayBuffer].toString() call site: 01743
759 6991 [org.slf4j.LoggerFactory].getServiceLoader(java.lang.ClassLoader) call site: 06991

Runtime coverage analysis

Covered functions
747
Functions that are reachable but not covered
3541
Reachable functions
3826
Percentage of reachable functions covered
7.45%
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
HttpFuzzer 1
org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder 4
java.lang.Object 7
java.util.HashMap 19
org.apache.hc.client5.http.auth.AuthScope 12
java.lang.String 59
java.lang.StringLatin1 20
java.lang.StringUTF16 28
org.apache.hc.core5.util.Args 16
java.util.Objects 8
org.apache.hc.client5.http.auth.UsernamePasswordCredentials 7
org.apache.hc.client5.http.auth.BasicUserPrincipal 4
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 2
java.util.AbstractMap 14
org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider 3
java.util.concurrent.ConcurrentHashMap 22
java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 1
java.security.Provider 15
java.util.TreeMap$EntrySet 5
org.apache.hc.core5.http.message.BasicHeaderElementIterator 6
org.apache.hc.core5.http.message.AbstractHeaderElementIterator 6
jdk.internal.module.ModuleBootstrap$2 2
org.apache.hc.core5.http.message.BasicListHeaderIterator 6
java.nio.file.FileTreeIterator 3
org.apache.hc.core5.http.message.BasicTokenIterator 5
org.apache.hc.core5.http.message.BasicHeaderIterator 5
java.io.BufferedReader$1 2
java.nio.file.Files$2 2
org.apache.hc.core5.util.Tokenizer$Cursor 7
java.util.NoSuchElementException 2
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader 2
java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 4
java.util.AbstractSequentialList 4
java.util.ArrayList 20
java.util.LinkedList 19
java.util.concurrent.CopyOnWriteArrayList 15
java.util.Vector 16
org.apache.hc.core5.http.message.BufferedHeader 9
org.apache.hc.core5.http.message.ParserCursor 1
java.lang.IllegalArgumentException 4
java.util.Formatter 5
java.lang.Integer 17
java.lang.Number 1
java.lang.StringBuilder 22
org.apache.hc.core5.util.CharArrayBuffer 22
org.apache.hc.core5.util.Tokenizer 12
java.lang.StringBuffer 6
java.lang.AbstractStringBuilder 9
java.nio.CharBuffer 11
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_1__4 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_0__31 1
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_2__5 1
org.apache.hc.core5.util.Tokenizer$get__17 1
java.util.BitSet 5
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_3__10 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer:org.apache.hc.core5.util.Tokenizer$Cursor 3
org.apache.hc.core5.util.TextUtils 8
java.lang.AbstractStringBuilder:java.lang.StringBuffer:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer:org.apache.hc.core5.util.CharArrayBuffer 1
java.lang.Character 25
java.lang.CharacterData 1
org.apache.hc.core5.http.message.BasicHeaderValueParser 4
org.apache.hc.core5.http.message.BasicNameValuePair 6
org.apache.hc.core5.http.message.TokenParser 2
org.apache.hc.client5.http.ssl.DistinguishedNameParser$InternalTokenParser 1
org.apache.hc.core5.http.message.BasicHeaderElement 5
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider 3
java.util.Hashtable$Entry 6
java.util.HashMap$Node:java.util.Hashtable$Entry:java.util.TreeMap$Entry:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap$Node 2
org.apache.hc.client5.http.impl.auth.FixedCredentialsProvider 3
java.util.Collections 8
org.apache.hc.client5.http.impl.classic.HttpClients 1
org.apache.hc.client5.http.impl.classic.HttpClientBuilder 8
org.apache.hc.core5.http.impl.io.HttpRequestExecutor 4
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder 5
org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy 7
org.apache.hc.core5.ssl.SSLContexts 2
javax.net.ssl.SSLContext 6
org.apache.hc.core5.ssl.SSLInitializationException 1
java.lang.IllegalStateException 4
java.lang.Throwable 19
org.apache.hc.client5.http.ssl.HttpsSupport 6
org.apache.hc.client5.http.ssl.HttpsSupport$lambda_getProperty_0__8 3
java.lang.Class$1:java.lang.Class$2:java.lang.Class$3:java.lang.System$1:java.lang.Thread$1:java.lang.ref.Finalizer$1:java.nio.file.Files$FileTypeDetectors$1:java.nio.file.Files$FileTypeDetectors$2:java.security.AccessController:sun.security.action.GetPropertyAction 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$1 2
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$BootstrapMessageLoggerTask 2
jdk.internal.misc.InnocuousThread 9
java.util.concurrent.atomic.AtomicInteger 11
java.lang.System 8
java.lang.Thread 34
java.lang.NullPointerException 2
java.lang.RuntimeException 3
java.lang.Exception 3
sun.nio.fs.UnixException 2
java.lang.SecurityManager 10
java.lang.ThreadGroup 9
java.lang.ref.ReferenceQueue 2
java.lang.Thread$WeakClassKey 3
java.lang.Thread$1 2
java.security.AccessController 5
java.lang.Boolean 6
java.lang.ClassLoader 15
jdk.internal.reflect.Reflection 12
java.lang.ThreadLocal 4
jdk.internal.misc.Unsafe 9
jdk.internal.misc.InnocuousThread$1 2
jdk.internal.reflect.ClassDefiner$1 2
jdk.internal.reflect.DelegatingClassLoader 1
org.apache.hc.client5.http.impl.classic.HttpClientBuilder$getDefault__2 3
java.net.ProxySelector 1
jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction 2
jdk.internal.reflect.ReflectionFactory 6
jdk.internal.loader.BootLoader$PackageHelper$2 1
java.nio.file.Path 2
java.util.zip.ZipInputStream 3
java.nio.file.Files 9
java.nio.file.spi.FileSystemProvider 1
sun.nio.fs.UnixPath 7
sun.nio.fs.UnixFileSystem 3
java.util.jar.JarInputStream 3
org.apache.hc.client5.http.entity.LazyDecompressingInputStream 7
org.apache.hc.core5.io.Closer 3
jdk.internal.module.ModuleReferences$SafeCloseModuleReader 2
java.util.concurrent.locks.ReentrantLock 7
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 3
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock 3
jdk.internal.module.ModuleReferences$JModModuleReader 3
jdk.internal.jmod.JmodFile 2
java.util.zip.ZipFile 2
jdk.internal.module.ModuleReferences$JarModuleReader 3
org.apache.hc.client5.http.impl.io.LoggingInputStream 6
org.apache.hc.core5.http.impl.io.ContentLengthInputStream 6
org.apache.hc.core5.http.StreamClosedException 1
java.io.IOException 4
org.apache.hc.core5.http.impl.io.SessionInputBufferImpl 12
java.lang.Math 7
java.util.zip.GZIPInputStream 3
java.io.InputStream$1 6
org.apache.hc.core5.http.impl.io.EmptyInputStream 5
org.apache.hc.core5.http.impl.io.ChunkedInputStream 10
org.apache.hc.core5.http.MalformedChunkCodingException 2
java.lang.Enum 9
org.apache.hc.core5.util.ByteArrayBuffer 17
org.apache.hc.core5.http.MessageConstraintException 1
org.apache.hc.core5.http.HttpException 4
java.lang.IndexOutOfBoundsException 2
java.nio.ByteBuffer 7
java.nio.charset.CoderResult 5
java.io.ObjectInputStream$PeekInputStream 4
java.util.zip.InflaterInputStream 5
java.io.FilterInputStream 6
java.io.ByteArrayInputStream 7
org.apache.hc.core5.http.impl.io.IdentityInputStream 5
org.apache.hc.core5.http.io.entity.EmptyInputStream 5
org.apache.hc.core5.http.io.EofSensorInputStream 10
java.io.DataInputStream 2
java.util.jar.Manifest$FastInputStream 4
java.io.ObjectInputStream$BlockDataInputStream 4
java.io.PushbackInputStream 6
java.io.BufferedInputStream 4
org.apache.hc.core5.http.io.entity.ByteBufferEntity$1 3
org.apache.hc.core5.http.io.entity.ByteBufferEntity 6
java.io.ObjectInputStream 4
java.io.InputStream 7
java.lang.ProcessImpl$DeferredCloseInputStream 5
org.apache.hc.core5.http.ConnectionClosedException 3
java.lang.Long 15
org.apache.hc.core5.http.nio.support.classic.ContentInputStream 6
org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer 10
org.apache.hc.core5.http.impl.nio.ExpandableBuffer 13
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject 3
java.io.InterruptedIOException 2
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2StreamChannelImpl 22
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer 53
org.apache.hc.core5.http2.frame.FrameFactory 7
org.apache.hc.core5.http2.frame.RawFrame 5
org.apache.hc.core5.http2.frame.Frame 6
org.apache.hc.core5.http2.frame.FrameType 2
org.apache.hc.core5.reactor.InternalDataChannel 38
org.apache.hc.client5.http.impl.async.LoggingIOSession 30
org.apache.hc.core5.reactor.ssl.SSLIOSession 51
org.apache.hc.core5.reactor.IOSessionImpl 28
org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer 6
java.util.concurrent.ConcurrentLinkedDeque 11
java.util.ArrayDeque 12
java.util.AbstractCollection 8
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter$1 10
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter 5
org.slf4j.helpers.SubstituteLogger 29
org.slf4j.event.EventRecordingLogger 8
org.slf4j.helpers.LegacyAbstractLogger 1
org.slf4j.helpers.AbstractLogger 18
org.slf4j.helpers.NOPLogger 18
org.apache.hc.client5.http.impl.async.LogAppendable 5
org.apache.hc.core5.http2.frame.FramePrinter 4
org.slf4j.event.SubstituteLoggingEvent 12
java.util.AbstractList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
java.util.AbstractQueue:java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue 1
java.io.PrintWriter 8
org.apache.hc.core5.http.protocol.UriPatternMatcher 3
java.util.Hashtable 19
java.lang.Class 68
java.lang.Character$Subset 3
javax.crypto.CryptoPermission 4
java.security.cert.Certificate 2
java.util.OptionalInt 3
sun.security.util.BitArray 4
sun.security.util.DerInputBuffer 2
java.net.URL 13
java.io.File 13
java.math.MathContext 3
java.lang.module.ResolvedModule 3
java.text.AttributedCharacterIterator$Attribute 3
java.lang.Runtime$Version 3
java.util.Calendar 4
java.lang.module.ModuleDescriptor$Requires 3
java.lang.module.ModuleDescriptor$Version 3
java.security.BasicPermission 3
org.apache.hc.client5.http.auth.BearerToken 3
java.net.Inet6Address 4
org.apache.hc.core5.util.LangUtils 3
org.apache.hc.core5.util.TimeValue 26
java.util.concurrent.TimeUnit 4
java.lang.Byte 5
jdk.internal.module.ModuleReferenceImpl 5
java.lang.module.ModuleReference 1
java.lang.module.ModuleDescriptor 8
org.apache.hc.client5.http.RouteTracker 20
org.apache.hc.core5.http.impl.routing.PathRoute 3
jdk.internal.jimage.ImageReader$Node 4
org.apache.hc.client5.http.auth.NTUserPrincipal 5
jdk.internal.module.ModuleHashes 4
java.util.TreeMap 11
java.util.LinkedHashMap 8
java.util.IdentityHashMap 15
java.util.Properties 23
java.util.stream.Collectors$Partition 1
java.util.WeakHashMap 11
java.util.jar.Attributes 15
java.util.TreeSet 9
java.util.concurrent.ConcurrentHashMap$KeySetView 6
java.util.HashSet 11
java.util.concurrent.ConcurrentHashMap$EntrySetView 6
java.util.TreeMap$KeySet 6
java.util.concurrent.ConcurrentHashMap$Node 5
java.util.TreeMap$Entry 5
java.util.HashMap$Node 5
java.util.WeakHashMap$Entry 5
java.util.Arrays 10
org.ietf.jgss.Oid 4
sun.security.util.ObjectIdentifier 4
org.apache.hc.core5.net.Host 11
java.lang.Short 5
org.apache.hc.core5.http.HttpHost 12
java.lang.Double 10
org.apache.hc.core5.util.Deadline 14
org.apache.hc.core5.http.ProtocolVersion 12
org.slf4j.helpers.BasicMarker 6
org.apache.hc.client5.http.impl.auth.BasicAuthCache$Key 4
org.apache.hc.client5.http.HttpRoute 19
java.util.AbstractList 8
java.lang.Float 8
jdk.internal.module.ServicesCatalog$ServiceProvider 2
jdk.internal.org.objectweb.asm.Handle 3
jdk.internal.loader.AbstractClassLoaderValue$Sub 3
org.apache.hc.core5.net.URIAuthority 16
org.slf4j.event.KeyValuePair 3
javax.security.auth.x500.X500Principal:sun.security.x509.X500Name 1
jdk.internal.module.IllegalAccessLogger$Usage 2
org.apache.hc.client5.http.validator.ETag 10
org.ietf.jgss.ChannelBinding 2
java.net.InetAddress 10
java.net.Inet4Address 4
java.lang.StringIndexOutOfBoundsException 2
java.lang.StringCoding 4
org.apache.hc.client5.http.auth.NTCredentials 13
java.io.FilePermission:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.invoke.StringConcatFactory$Key:java.lang.invoke.StringConcatFactory$Recipe:java.lang.invoke.StringConcatFactory$RecipeElement:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InetSocketAddress:java.net.InetSocketAddress$InetSocketAddressHolder:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.TreeMap$Entry:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.crypto.spec.SecretKeySpec:javax.security.auth.Subject:javax.security.auth.x500.X500Principal:javax.security.cert.Certificate:jdk.internal.misc.Signal:jdk.internal.org.objectweb.asm.Type:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.security.jgss.GSSCredentialImpl:sun.security.jgss.GSSNameImpl:sun.security.jgss.ProviderList$PreferencesEntry:sun.security.util.BitArray:sun.security.util.DerInputBuffer:sun.security.util.DerValue:sun.security.util.ObjectIdentifier:sun.security.x509.AVA:sun.security.x509.RDN:sun.security.x509.X500Name:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.BaseLocale$Key:sun.util.locale.LocaleExtensions 1
java.io.FilePermission:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.invoke.StringConcatFactory$Key:java.lang.invoke.StringConcatFactory$Recipe:java.lang.invoke.StringConcatFactory$RecipeElement:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InetSocketAddress:java.net.InetSocketAddress$InetSocketAddressHolder:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.TreeMap$Entry:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.crypto.spec.SecretKeySpec:javax.security.auth.Subject:javax.security.auth.x500.X500Principal:javax.security.cert.Certificate:jdk.internal.misc.Signal:jdk.internal.org.objectweb.asm.Type:org.apache.hc.core5.util.LangUtils:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.security.jgss.GSSCredentialImpl:sun.security.jgss.GSSNameImpl:sun.security.jgss.ProviderList$PreferencesEntry:sun.security.util.BitArray:sun.security.util.DerInputBuffer:sun.security.util.DerValue:sun.security.util.ObjectIdentifier:sun.security.x509.AVA:sun.security.x509.RDN:sun.security.x509.X500Name:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.BaseLocale$Key:sun.util.locale.LocaleExtensions 1
java.lang.Package 4
java.lang.invoke.LambdaForm$Name 3
java.net.NetworkInterface 3
sun.util.locale.BaseLocale 3
java.lang.invoke.StringConcatFactory$RecipeElement 2
sun.util.calendar.CalendarDate 4
java.text.DateFormatSymbols 3
java.security.Timestamp 3
java.util.zip.ZipEntry 7
sun.security.jgss.GSSCredentialImpl 3
java.text.DecimalFormatSymbols 3
java.lang.reflect.Method 6
java.util.Locale 5
java.security.AllPermission 3
java.net.SocketPermission 3
sun.util.locale.LocaleExtensions 3
java.lang.StackTraceElement 4
java.util.OptionalDouble 3
java.lang.invoke.StringConcatFactory$Key 2
java.lang.reflect.Parameter 3
java.text.MessageFormat 3
java.text.DateFormat 3
java.time.OffsetTime 3
java.lang.invoke.LambdaFormEditor$Transform 3
java.lang.module.ModuleDescriptor$Provides 3
java.util.zip.ZipFile$Source$Key 2
java.lang.invoke.MemberName 5
java.util.Date 4
java.net.URI 23
java.text.NumberFormat 3
sun.security.x509.X500Name 3
java.time.LocalDateTime 3
jdk.internal.org.objectweb.asm.Type 5
java.time.LocalTime 3
java.time.ZoneOffset 3
sun.security.util.DerValue 3
java.time.LocalDate 3
javax.security.auth.x500.X500Principal 4
java.time.zone.ZoneRules 3
java.time.temporal.ValueRange 3
java.time.Clock 2
java.time.Period 3
java.net.InetSocketAddress 10
java.lang.invoke.StringConcatFactory$Recipe 2
java.time.zone.ZoneOffsetTransitionRule 3
java.net.InetSocketAddress$InetSocketAddressHolder 3
javax.security.auth.Subject 3
java.util.OptionalLong 3
java.lang.reflect.Constructor 6
java.math.BigDecimal 3
java.lang.module.ModuleDescriptor$Opens 5
java.lang.invoke.ClassSpecializer$SpeciesData 3
java.nio.LongBuffer 3
java.util.PropertyPermission 3
java.time.ZonedDateTime 4
java.net.Proxy 6
sun.util.calendar.Era 3
java.time.Instant 13
java.nio.IntBuffer 3
sun.security.jgss.GSSNameImpl 4
java.time.Duration 6
java.util.AbstractSet 2
java.time.format.DecimalStyle 3
java.util.jar.Attributes$Name 3
jdk.internal.misc.Signal 3
sun.util.locale.BaseLocale$Key 2
javax.crypto.spec.SecretKeySpec 3
java.security.Provider$ServiceKey 2
java.time.OffsetDateTime 3
java.nio.file.attribute.FileTime 3
java.nio.ShortBuffer 3
java.nio.FloatBuffer 3
java.util.jar.Manifest 4
sun.security.jgss.ProviderList$PreferencesEntry 3
java.net.InterfaceAddress 3
java.util.ResourceBundle$CacheKey 3
sun.nio.fs.UnixFileStore 3
java.lang.ProcessHandleImpl 3
java.lang.invoke.LambdaForm 3
java.net.HttpCookie 4
java.lang.module.ModuleDescriptor$Exports 3
java.lang.invoke.LambdaForm$NamedFunction 3
java.lang.reflect.Field 5
java.security.CodeSource 4
java.security.CodeSigner 3
java.math.BigInteger 5
sun.security.x509.RDN 3
java.text.ParsePosition 3
java.util.Optional 9
javax.security.cert.Certificate 2
java.nio.DoubleBuffer 3
java.io.FilePermission 3
sun.nio.ch.FileKey 2
java.time.ZoneId 4
java.lang.ProcessBuilder$Redirect 2
java.net.Inet6Address$Inet6AddressHolder 2
java.lang.invoke.MethodType 3
java.nio.charset.Charset 7
java.security.cert.CertPath 3
java.time.chrono.AbstractChronology 3
java.security.AccessControlContext 2
sun.security.x509.AVA 3
java.time.zone.ZoneOffsetTransition 3
java.text.FieldPosition 3
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics 1
org.apache.hc.core5.reactor.IOReactorConfig 16
org.apache.hc.core5.reactor.IOSessionRequest 10
java.util.concurrent.ConcurrentHashMap$CollectionView 4
org.apache.hc.core5.http.nio.support.AsyncPushBuilder 2
org.apache.hc.core5.http.support.AbstractResponseBuilder 3
org.apache.hc.core5.http.support.AbstractMessageBuilder 6
org.apache.hc.core5.http.message.HeaderGroup 15
org.apache.hc.core5.http.Message 4
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandler 16
org.apache.hc.core5.net.InetAddressUtils 7
org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler 15
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer 34
java.net.Socket 19
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer 41
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer 39
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer$CapacityWindow 6
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler 22
java.util.concurrent.LinkedBlockingQueue 8
java.util.concurrent.SynchronousQueue 6
java.util.concurrent.ConcurrentLinkedQueue 9
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler 18
java.nio.channels.FileChannel$MapMode 1
org.apache.hc.core5.ssl.PrivateKeyDetails 1
java.lang.StringBuilder:java.util.Arrays 1
org.apache.hc.client5.http.impl.auth.BasicScheme$State 2
org.apache.hc.core5.http.io.entity.HttpEntityWrapper 13
org.apache.hc.core5.http.support.BasicRequestBuilder 11
org.apache.hc.core5.http.support.AbstractRequestBuilder 16
org.apache.hc.client5.http.cookie.BasicCookieStore 5
java.util.concurrent.locks.ReentrantReadWriteLock 4
java.util.concurrent.ForkJoinPool 3
java.io.ObjectStreamClass 1
java.lang.ProcessBuilder$Redirect$5 1
org.ietf.jgss.GSSException 7
java.nio.file.InvalidPathException 1
java.net.URISyntaxException 3
java.util.regex.PatternSyntaxException 1
java.nio.file.FileSystemException 1
java.io.InvalidClassException 1
org.apache.hc.core5.http.io.support.ClassicResponseBuilder 2
java.net.URLConnection 1
java.util.concurrent.atomic.AtomicBoolean 6
org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder 4
org.apache.hc.core5.http.impl.nio.AbstractContentEncoder 10
org.apache.hc.core5.http.ContentType 16
org.apache.hc.core5.http.message.MessageSupport 18
org.apache.hc.core5.http.message.BasicHeaderValueFormatter 4
org.apache.hc.core5.http.config.Http1Config 9
java.lang.ProcessBuilder$Redirect$2 1
org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder 3
org.apache.hc.core5.util.VersionInfo 6
org.apache.hc.client5.http.config.ConnectionConfig 6
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandler 16
jdk.internal.math.FDBigInteger 26
java.util.concurrent.FutureTask 4
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$2 4
sun.security.util.JarConstraintsParameters 1
org.apache.hc.core5.http.io.support.HttpServerFilterChainElement 2
java.util.concurrent.locks.AbstractQueuedSynchronizer 1
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer 18
org.apache.hc.client5.http.impl.async.AsyncExecChainElement 1
org.apache.hc.client5.http.entity.mime.Header 3
java.time.format.DateTimeFormatterBuilder$CompositePrinterParser 1
org.apache.hc.client5.http.config.TlsConfig 8
org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler 16
org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler 15
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer 17
java.util.concurrent.atomic.AtomicLong 8
java.lang.ProcessBuilder$RedirectPipeImpl 1
sun.reflect.annotation.AnnotationType 3
org.apache.hc.client5.http.protocol.HttpClientContext$Delegate 39
org.apache.hc.core5.http.protocol.HttpCoreContext$Delegate 14
org.apache.hc.core5.http.protocol.BasicHttpContext 5
java.security.Provider:java.util.AbstractMap:java.util.Hashtable:java.util.Properties:java.util.concurrent.ConcurrentHashMap 1
org.apache.hc.core5.http.protocol.HttpCoreContext 16
org.apache.hc.core5.reactor.ChannelEntry 2
org.apache.hc.client5.http.impl.nio.H2SharingConnPool 16
org.apache.hc.core5.pool.LaxConnPool 19
java.util.concurrent.ConcurrentHashMap$ValuesView 2
org.apache.hc.core5.pool.LaxConnPool$PerRoutePool 18
org.apache.hc.core5.pool.PoolStats 6
org.apache.hc.core5.pool.StrictConnPool 26
java.nio.charset.CodingErrorAction 1
org.apache.hc.core5.pool.StrictConnPool$LeaseRequest 11
org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor 9
java.time.temporal.ChronoUnit 1
java.security.SecureRandom 3
java.util.Currency 1
java.math.MutableBigInteger 1
org.apache.hc.core5.http.protocol.UriRegexMatcher 2
org.apache.hc.core5.http.support.BasicResponseBuilder 2
java.time.format.DateTimeParseContext 1
org.apache.hc.core5.reactor.ListenerEndpointImpl 4
org.apache.hc.core5.http.io.entity.AbstractHttpEntity 10
jdk.internal.ref.CleanerImpl$SoftCleanableRef 2
java.lang.UnsupportedOperationException 2
java.lang.ref.SoftReference 2
java.lang.Class$ReflectionData 1
java.lang.Class$Atomic 2
java.lang.Class$EnclosingMethodInfo 3
java.lang.invoke.MethodHandle 1
org.apache.hc.core5.http.impl.io.BHttpConnectionBase 27
java.util.concurrent.atomic.AtomicReference 7
org.apache.hc.core5.http.impl.io.SocketHolder 10
org.apache.hc.core5.http2.hpack.HPackHeader 7
org.apache.hc.core5.reactor.AbstractIOSessionPool 7
org.apache.hc.client5.http.impl.auth.GGSSchemeBase 9
org.apache.hc.client5.http.impl.auth.KerberosScheme 4
org.apache.hc.client5.http.impl.auth.SPNegoScheme 4
org.apache.hc.client5.http.auth.KerberosConfig 5
java.util.EventObject 1
jdk.internal.math.FloatingDecimal 6
jdk.internal.math.FloatingDecimal$BinaryToASCIIBuffer 8
java.lang.AssertionError 5
java.lang.Error 2
jdk.internal.math.FloatingDecimal$ExceptionalBinaryToASCIIBuffer 1
java.lang.ModuleLayer 1
jdk.internal.org.objectweb.asm.TypePath 4
org.apache.hc.core5.http.io.support.ClassicRequestBuilder 14
java.nio.ByteOrder 2
java.lang.StackFrameInfo 1
java.lang.invoke.SerializedLambda 1
java.io.ByteArrayOutputStream 6
java.net.SocketImpl 1
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$DynamicBuffer 4
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$StaticBuffer 4
org.apache.hc.client5.http.impl.classic.CloseableHttpResponse 27
org.apache.hc.core5.http.message.BasicHttpResponse 12
java.security.SecureRandomSpi 1
org.apache.hc.core5.http.message.AbstractMessageWrapper 18
org.apache.hc.client5.http.classic.methods.HttpUriRequestBase 6
org.apache.hc.core5.http.message.BasicHttpRequest 21
org.apache.hc.client5.http.classic.methods.HttpOptions 1
java.security.PermissionCollection 1
java.lang.ProcessBuilder$Redirect$1 1
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics$DurationCounter 3
java.util.AbstractCollection:java.util.concurrent.ConcurrentHashMap$CollectionView 1
org.apache.hc.core5.http.nio.command.ShutdownCommand 5
org.apache.hc.client5.http.impl.classic.RequestEntityProxy 15
java.util.regex.Pattern 4
java.util.regex.Matcher 3
java.net.IDN 2
org.apache.hc.core5.reactor.EndpointParameters 6
java.lang.ProcessBuilder$Redirect$4 1
org.apache.hc.client5.http.EndpointInfo 4
org.apache.hc.core5.http2.hpack.HuffmanNode 5
org.apache.hc.core5.reactor.MultiCoreIOReactor 7
org.apache.hc.core5.http.impl.routing.RequestRouter$Entry 1
org.slf4j.helpers.MarkerIgnoringBase 2
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2Stream 27
org.apache.hc.client5.http.auth.AuthExchange 12
java.lang.ProcessImpl 1
org.apache.hc.core5.http.config.RegistryBuilder 5
org.apache.hc.core5.http.io.SocketConfig 12
org.apache.hc.core5.http.EndpointDetails 4
java.io.ObjectOutputStream$DebugTraceInfoStack 1
java.util.IntSummaryStatistics 1
org.apache.hc.client5.http.async.methods.SimpleRequestBuilder 5
org.apache.hc.client5.http.impl.auth.BearerScheme$State 2
org.apache.hc.client5.http.impl.classic.ExecChainElement 3
org.apache.hc.core5.http2.impl.nio.ServerH2IOEventHandler 16
java.io.ObjectStreamField 1
org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec 2
sun.util.locale.Extension 1
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler 16
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.slf4j.event.Level 2
org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler 17
java.lang.ProcessBuilder$Redirect$6 1
java.lang.module.Configuration 1
org.apache.hc.client5.http.impl.auth.DigestScheme 14
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler 17
java.util.DoubleSummaryStatistics 1
org.apache.hc.core5.http2.hpack.FifoLinkedList$InternalNode 11
org.apache.hc.client5.http.ssl.NoopHostnameVerifier 2
java.security.AlgorithmParameters 1
org.apache.hc.client5.http.impl.auth.BasicAuthCache 7
jdk.internal.misc.Signal$NativeHandler 2
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement 2
org.apache.hc.core5.http.impl.nio.ChunkDecoder 7
java.time.format.DateTimeFormatter 3
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$1 3
org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper 11
org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec 2
org.apache.hc.core5.http.nio.support.AsyncResponseBuilder 6
sun.net.www.MessageHeader 1
org.apache.hc.client5.http.async.methods.SimpleBody 3
org.apache.hc.core5.http.URIScheme 3
org.apache.hc.client5.http.impl.auth.AuthChallengeParser$ChallengeInt 2
java.io.StringWriter 7
org.apache.hc.core5.reactor.ssl.TlsDetails 4
org.apache.hc.client5.http.entity.mime.MimeField 5
org.apache.hc.client5.http.entity.mime.MimeField$lambda_getBody_0__51 2
org.apache.hc.core5.http.impl.routing.UriPathRouter 4
java.util.AbstractCollection:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http.impl.io.IncomingHttpEntity 13
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher 3
java.util.Collection 1
jdk.internal.module.ModuleHashes$lambda_toString_1__39 3
java.util.Map$Entry 1
java.lang.ProcessBuilder$Redirect$3 1
java.security.Permission 2
org.apache.hc.core5.reactor.InternalConnectChannel 9
org.apache.hc.core5.http.message.BasicHeader 7
org.apache.hc.core5.pool.PoolEntry 15
org.apache.hc.core5.http.config.NamedElementChain$Node 10
org.apache.hc.core5.http.config.Registry 3
java.lang.invoke.MethodHandles$Lookup 1
org.apache.hc.client5.http.async.methods.SimpleResponseBuilder 2
java.security.Signature 2
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection 19
org.apache.hc.client5.http.utils.ByteArrayBuilder 13
org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler 12
org.apache.hc.core5.http.message.StatusLine 6
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler 15
java.util.LongSummaryStatistics 1
org.apache.hc.core5.ssl.SSLContextBuilder 1
java.util.concurrent.CompletableFuture 3
org.apache.hc.core5.net.URIBuilder 26
org.apache.hc.core5.net.PercentCodec 7
java.nio.Buffer:java.nio.CharBuffer 1
java.util.ServiceLoader 4
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$1 13
java.security.Provider$Service 1
java.time.format.Parsed 1
sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo 1
java.security.PrivilegedActionException 3
org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask 2
org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy 3
java.security.ProtectionDomain 1
java.time.format.DateTimeFormatterBuilder$NumberPrinterParser 1
org.apache.hc.client5.http.impl.auth.NTLMScheme 10
org.apache.hc.core5.http.impl.nio.IdentityEncoder 3
java.util.concurrent.ThreadPoolExecutor 6
org.apache.hc.client5.http.config.RequestConfig 18
org.apache.hc.core5.pool.StrictConnPool$PerRoutePool 11
java.lang.invoke.MethodHandleImpl$LoopClauses 1
org.apache.hc.core5.http2.config.H2Config 10
org.apache.hc.client5.http.impl.cookie.BasicClientCookie 17
jdk.internal.jmod.JmodFile$Entry 4
jdk.internal.jmod.JmodFile$Section 1
org.apache.hc.core5.http.impl.nio.ChunkEncoder 5
org.apache.hc.core5.http.config.CharCodingConfig 4
org.apache.hc.client5.http.ssl.SubjectName 4
org.apache.hc.core5.http.impl.nio.IdentityDecoder 3
org.apache.hc.client5.http.auth.AuthChallenge 5
javax.net.ssl.SSLEngineResult 4
jdk.internal.module.ModuleResolution 1
org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler 15
org.apache.hc.core5.http.message.RequestLine 6
org.apache.hc.core5.http.nio.support.AsyncRequestBuilder 5
java.net.ServerSocket 7
java.security.MessageDigest 3
java.lang.Module 8
java.lang.invoke.MethodTypeForm 1
org.apache.hc.core5.http2.ssl.ApplicationProtocol 1
javax.security.auth.x500.X500Principal:org.apache.hc.client5.http.auth.NTUserPrincipal:sun.security.x509.X500Name 1
org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator 15
org.apache.hc.core5.http2.config.H2Setting 4
org.apache.hc.client5.http.cookie.CookieOrigin 4
sun.security.util.LazyCodeSourcePermissionCollection 1
java.time.format.DateTimePrintContext 1
java.nio.channels.FileLock 1
java.time.temporal.ChronoField 1
jdk.internal.org.objectweb.asm.Label 1
org.apache.hc.core5.http.impl.routing.RequestRouter$SingleAuthorityResolver 3
org.apache.hc.client5.http.impl.auth.BearerScheme 12
org.apache.hc.client5.http.impl.auth.BasicScheme 14
java.lang.invoke.Invokers 1
sun.reflect.annotation.TypeAnnotation 1
java.util.StringJoiner 3
sun.security.jgss.GSSCaller 1
jdk.internal.perf.PerfCounter 2
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection 26
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream 7
java.io.BufferedWriter 7
java.io.OutputStreamWriter 5
sun.nio.cs.StreamEncoder 4
java.io.OutputStreamWriter:java.io.StringWriter:sun.nio.cs.StreamEncoder 1
java.io.Writer 4
java.lang.StringBuilder:org.slf4j.helpers.NOPLogger 2
org.apache.hc.core5.http2.config.H2Param 1
java.io.OutputStreamWriter:java.io.PrintStream:java.io.StringWriter:java.io.Writer:java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer 1
org.apache.hc.core5.http2.H2Error 2
java.io.PrintStream 7
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$2 10
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter 6
java.nio.channels.DatagramChannel:java.nio.channels.FileChannel:java.nio.channels.SocketChannel 1
java.nio.channels.ClosedChannelException 1
java.lang.reflect.UndeclaredThrowableException 2
java.io.UncheckedIOException 2
javax.net.ssl.SSLException 2
org.apache.hc.core5.reactor.IOSessionImpl:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http.impl.BasicHttpTransportMetrics 2
org.apache.hc.core5.http2.impl.BasicH2TransportMetrics 2
javax.net.ssl.SSLHandshakeException 1
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2$1 4
org.apache.hc.core5.concurrent.ComplexFuture 7
org.apache.hc.core5.concurrent.BasicFuture 9
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3 4
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1 12
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1$1 12
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler 16
org.apache.hc.client5.http.impl.async.AsyncConnectExec$6 12
org.apache.hc.core5.http.nio.support.BasicResponseConsumer 7
org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer 5
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer 3
org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer 4
org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 5
org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer 6
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 1
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer 6
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer 6
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer 6
org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler 7
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1$1 12
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2$1 12
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$InternalAsyncClientEndpoint 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient 4
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager 22
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$InternalConnectionEndpoint 10
org.apache.hc.client5.http.impl.ConnPoolSupport 2
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$Endpoint 2
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$InternalConnectionEndpoint 12
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager 14
org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection 16
java.lang.ClassCastException 2
org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase 11
org.apache.hc.core5.http.io.entity.HttpEntities$2$lambda_getTrailers_0__55 3
org.apache.hc.core5.http.io.entity.HttpEntities$2 5
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$lambda_getTrailers_0__54 3
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy 14
java.text.Collator 2
java.util.TimeZone 1
java.text.Format 1
java.security.MessageDigestSpi 1
java.util.EnumSet 1
java.lang.CloneNotSupportedException 1
java.security.SignatureSpi 1
java.text.BreakIterator 1
sun.text.normalizer.UCharacterIterator 1
java.lang.ref.Reference 3
org.apache.hc.core5.util.Timeout 6
org.slf4j.helpers.MessageFormatter 2
org.slf4j.helpers.NormalizedParameters 2
org.apache.hc.core5.pool.DefaultDisposalCallback 2
org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection 13
org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 5
java.util.concurrent.CompletableFuture$Completion 1
org.apache.hc.core5.http.impl.bootstrap.RequestListener 4
org.apache.hc.core5.io.SocketSupport 2
sun.reflect.misc.ReflectUtil 3
java.lang.reflect.Proxy 1
java.lang.reflect.Array 2
java.lang.PublicMethods$MethodList 3
java.lang.NoSuchMethodException 1
java.lang.reflect.Modifier 4
java.lang.NoSuchFieldException 1
org.apache.hc.core5.pool.LaxConnPool$lambda_closeExpired_1__26 3
org.apache.hc.core5.pool.StrictConnPool$lambda_closeExpired_2__22 3
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$2$lambda_closeExpired_0__27 3
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$2 3
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager 34
org.apache.hc.core5.http.impl.DefaultAddressResolver 2
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$2$lambda_closeExpired_0__24 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$2 2
org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler 2
org.apache.hc.core5.http.ssl.TLS 5
javax.net.ssl.SSLParameters 6
org.apache.hc.core5.http.ssl.TlsCiphers 4
org.apache.hc.core5.pool.LaxConnPool$lambda_closeIdle_0__29 3
org.apache.hc.core5.pool.StrictConnPool$lambda_closeIdle_1__28 3
org.apache.hc.core5.http.nio.command.ShutdownCommand$lambda_createIOSessionCallback_0__13 1
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
org.apache.hc.core5.http.nio.command.RequestExecutionCommand 8
java.util.concurrent.atomic.AtomicBoolean:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 1
org.apache.hc.core5.http.RequestNotExecutedException 1
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1 11
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer 6
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter$1 5
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer 12
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer 13
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer 13
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$3 10
org.apache.hc.core5.http.nio.support.BasicRequestProducer 6
org.apache.hc.core5.http.nio.entity.PathEntityProducer 10
org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer 5
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer 12
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1$1 11
org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator 9
org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler 11
org.apache.hc.core5.http.nio.support.BasicResponseProducer 9
org.apache.hc.core5.http.nio.entity.FileEntityProducer 10
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler 9
org.apache.hc.core5.http.nio.support.BasicRequestConsumer 6
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1 10
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec$1 11
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler:org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler 1
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler 6
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 15
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler 8
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 10
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime 16
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime 16
org.apache.hc.client5.http.impl.async.AsyncProtocolExec$1 5
org.apache.hc.client5.http.protocol.HttpClientContext 33
java.security.Provider:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 4
org.apache.hc.client5.http.impl.auth.BasicScheme:org.apache.hc.client5.http.impl.auth.BearerScheme:org.apache.hc.client5.http.impl.auth.DigestScheme:org.apache.hc.client5.http.impl.auth.KerberosScheme:org.apache.hc.client5.http.impl.auth.NTLMScheme:org.apache.hc.client5.http.impl.auth.SPNegoScheme 2
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1 7
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer:org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1$1:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1 4
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2 4
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec 4
org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy 4
org.apache.hc.core5.concurrent.ComplexCancellable 4
java.util.concurrent.atomic.AtomicMarkableReference 5
org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution 3
org.apache.hc.core5.http.message.HttpRequestWrapper 8
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.AbstractMessageWrapper:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.Method 4
java.lang.Class$3 2
java.lang.InternalError 2
java.lang.VirtualMachineError 3
java.util.AbstractQueue 2
org.apache.hc.client5.http.HttpRequestRetryStrategy 1
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_failed_1__21 3
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$1 1
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient 3
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$ScheduledRequestExecution 3
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2 4
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer 3
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1 4
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2 4
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1$lambda_completed_0__57 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1 6
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester 10
org.apache.hc.core5.http.impl.bootstrap.HttpRequester 13
org.apache.hc.core5.pool.StrictConnPool$lambda_getPool_0__44 3
java.util.Map 4
org.apache.hc.client5.http.nio.AsyncConnectionEndpoint 4
org.apache.hc.client5.http.impl.PrefixedIncrementingId 2
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1 3
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool 6
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1$1 3
org.apache.hc.core5.concurrent.CallbackContribution 3
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy 2
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy$lambda_upgrade_0__67 3
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer 2
org.apache.hc.core5.reactor.ssl.SSLIOSession$1 7
org.apache.hc.core5.reactor.InternalDataChannel$1 3
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionStart__77 3
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionEnd__78 3
org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator 2
org.slf4j.LoggerFactory 26
org.slf4j.helpers.NOP_FallbackServiceProvider 3
org.slf4j.helpers.SubstituteServiceProvider 4
org.slf4j.helpers.Reporter 7
java.lang.Throwable$WrappedPrintStream 3
java.lang.Throwable$WrappedPrintWriter 2
java.lang.ExceptionInInitializerError 1
java.lang.ClassNotFoundException 1
java.lang.reflect.InvocationTargetException 2
org.slf4j.LoggerFactory$lambda_getServiceLoader_0__6 3
jdk.internal.logger.SimpleConsoleLogger$CallerFinder$1 1
java.lang.StackWalker 1
jdk.internal.logger.BootstrapLogger$DetectBackend$1 1
jdk.internal.reflect.MethodAccessorGenerator$1 1
jdk.internal.reflect.ClassDefiner 1
java.lang.ArrayIndexOutOfBoundsException 1
java.lang.IllegalAccessException 1
java.lang.Class$1 2
java.lang.InstantiationException 1
jdk.internal.loader.BootLoader$PackageHelper$1 1
sun.nio.fs.AbstractFileSystemProvider 1
sun.nio.fs.UnixFileSystemProvider 3
sun.nio.fs.LinuxFileSystemProvider 1
jdk.internal.jimage.BasicImageReader$1 1
java.nio.file.Files$FileTypeDetectors$1 1
jdk.internal.jimage.BasicImageReader$2 2
jdk.internal.misc.InnocuousThread$2 2
jdk.internal.logger.DefaultLoggerFinder$1 2
jdk.internal.misc.VM 4
jdk.internal.perf.Perf$GetPerfAction 1
jdk.internal.perf.Perf 2
java.lang.RuntimePermission 1
java.nio.file.Files$FileTypeDetectors$2 1
sun.security.action.GetPropertyAction 1
jdk.internal.jimage.NativeImageBuffer$1 1
java.lang.Runtime 2
java.lang.UnsatisfiedLinkError 1
java.lang.LinkageError 1
jdk.internal.loader.BuiltinClassLoader$4 1
jdk.internal.loader.URLClassPath 9
sun.net.util.URLUtil 1
jdk.internal.loader.URLClassPath$3 2
jdk.internal.loader.URLClassPath$FileLoader 3
jdk.internal.loader.URLClassPath$Loader 6
sun.net.www.ParseUtil 2
jdk.internal.loader.URLClassPath$JarLoader 18
jdk.internal.loader.URLClassPath$JarLoader$1 2
jdk.internal.loader.FileURLMapper 3
java.io.FileNotFoundException 1
java.util.jar.JarFile 8
jdk.internal.util.jar.JarIndex 9
java.io.BufferedReader 10
java.io.Reader 2
java.io.InputStreamReader 4
sun.nio.cs.StreamDecoder 3
jdk.internal.misc.SharedSecrets 1
java.util.StringTokenizer 7
jdk.internal.loader.URLClassPath$Loader$1 5
jdk.internal.loader.Resource 6
jdk.internal.loader.URLClassPath$FileLoader$1 5
java.util.jar.JarEntry 2
java.util.jar.JarFile$JarFileEntry 3
jdk.internal.loader.URLClassPath$JarLoader$2 8
jdk.internal.loader.URLClassPath$JarLoader$3 2
jdk.internal.loader.URLClassPath$2 3
jdk.internal.loader.URLClassPath$1 4
jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 6
jdk.internal.module.ModulePatcher$JarResourceFinder$1 6
jdk.internal.module.ModulePatcher$PatchedModuleReader$1 6
java.io.FileInputStream 6
org.apache.hc.client5.http.entity.DeflateInputStream$DeflateStream 3
java.util.zip.Inflater 2
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1$1 4
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1 8
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$PoolEntryHolder 3
org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy 1
org.apache.hc.core5.http.message.HttpResponseWrapper 3
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse 2
java.lang.NumberFormatException 2
org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse 1
org.apache.hc.client5.http.impl.classic.HttpClientBuilder$lambda_build_0__3 3
org.apache.hc.core5.http.impl.NoConnectionReuseStrategy 1
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$1 4
org.apache.hc.client5.http.entity.mime.MultipartFormEntity 11
org.apache.hc.core5.http.io.entity.BufferedHttpEntity 6
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.core5.http.io.entity.EntityTemplate 6
org.apache.hc.core5.http.io.entity.HttpEntities$1 4
org.apache.hc.core5.http.ContentTooLongException 1
org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat 10
org.apache.hc.core5.http.impl.io.IdentityOutputStream 6
org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl 9
org.apache.hc.client5.http.impl.io.LoggingOutputStream 6
org.apache.hc.client5.http.impl.Wire 12
jdk.internal.misc.TerminatingThreadLocal 4
org.apache.hc.core5.http2.impl.io.FrameOutputStream 6
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2 6
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 6
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1 3
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1$1 3
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$2 3
org.apache.hc.core5.http.protocol.DefaultHttpProcessor 5
org.apache.hc.core5.http2.protocol.H2ResponseConformance 1
org.apache.hc.core5.http.ProtocolException 3
org.apache.hc.core5.http.protocol.ResponseServer 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$1 5
org.apache.hc.core5.util.Asserts 3
org.apache.hc.core5.http.protocol.ResponseContent 1
java.util.Iterator 1
org.apache.hc.core5.http.io.entity.FileEntity 5
org.apache.hc.core5.http.io.entity.PathEntity 5
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
org.apache.hc.client5.http.entity.DecompressingEntity 6
org.apache.hc.core5.http.io.entity.StringEntity 8
org.apache.hc.core5.http.io.entity.BasicHttpEntity 5
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 2
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 2
org.apache.hc.core5.http.impl.IncomingEntityDetails 6
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3 4
org.apache.hc.core5.http.io.entity.NullEntity 11
org.apache.hc.core5.http.io.entity.InputStreamEntity 6
org.apache.hc.core5.http.impl.BasicEntityDetails 5
org.apache.hc.core5.http.io.entity.SerializableEntity 6
org.apache.hc.client5.http.entity.GzipCompressingEntity 5
org.apache.hc.core5.http.io.entity.ByteArrayEntity 8
org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.impl.IncomingEntityDetails:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.HttpEntities$2:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 1
java.util.LinkedHashSet 1
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.core5.http.message.MessageSupport$add__32 3
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_1__16 3
org.apache.hc.core5.http.protocol.RequestTE 3
java.util.AbstractCollection:java.util.HashSet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_0__15 3
java.util.stream.Collectors$1OptionalBox 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
org.apache.hc.core5.http.ParseException 3
java.lang.AbstractStringBuilder:java.lang.StringBuilder 2
org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.client5.http.entity.DecompressingEntity:org.apache.hc.client5.http.entity.GzipCompressingEntity:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.BasicEntityDetails:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.HttpEntities$1:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer 1
org.apache.hc.client5.http.protocol.ResponseProcessCookies 3
org.apache.hc.client5.http.protocol.HttpClientContext:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec 3
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec 9
org.apache.hc.client5.http.cookie.MalformedCookieException 1
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader:org.apache.hc.core5.util.CharArrayBuffer 1
org.apache.hc.client5.http.impl.cookie.BasicDomainHandler 4
org.apache.hc.client5.http.impl.cookie.BasicSecureHandler 2
org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler 1
org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler 2
org.apache.hc.client5.http.utils.DateUtils 3
org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler 3
java.time.Month 1
java.time.chrono.ChronoZonedDateTime 1
org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter 7
org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler 1
org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler 3
org.apache.hc.client5.http.impl.cookie.BasicPathHandler 5
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.apache.hc.core5.http.message.BasicHeaderIterator:org.apache.hc.core5.http.message.BasicListHeaderIterator 1
org.apache.hc.client5.http.cookie.CookieRestrictionViolationException 1
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler:org.apache.hc.client5.http.impl.cookie.BasicPathHandler:org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$1 1
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler 3
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$1 2
org.apache.hc.client5.http.impl.cookie.CookieSpecBase 2
org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec 1
org.apache.hc.core5.http.protocol.ResponseConformance 1
org.apache.hc.core5.http2.protocol.H2ResponseContent 1
org.apache.hc.client5.http.protocol.NextNonceInterceptor 2
org.apache.hc.core5.http.protocol.ResponseConnControl 1
org.apache.hc.core5.http2.protocol.H2ResponseConnControl 1
org.apache.hc.core5.http.protocol.ResponseDate 1
org.apache.hc.core5.http.protocol.HttpDateGenerator 1
org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter 2
org.apache.hc.core5.http2.H2ConnectionException 2
java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http2.hpack.HPackEncoder 17
org.apache.hc.core5.http2.hpack.OutboundDynamicTable 8
org.apache.hc.core5.http2.hpack.FifoLinkedList 5
org.apache.hc.core5.http2.hpack.StaticTable 3
org.apache.hc.core5.http2.hpack.StaticTable$InternalEntry 2
org.apache.hc.core5.http2.hpack.HuffmanEncoder 2
org.apache.hc.core5.http2.hpack.OutboundDynamicTable$lambda_add_0__90 2
org.apache.hc.core5.http2.frame.DefaultFrameFactory 3
org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics 3
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$1 6
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$1 6
org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl 9
java.nio.BufferOverflowException 1
org.apache.hc.core5.http.impl.nio.ExpandableBuffer:org.apache.hc.core5.reactor.IOSessionImpl:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer$1 12
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$DelayedOutputChannel 13
sun.nio.ch.FileChannelImpl 6
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$1 6
java.lang.ArithmeticException 1
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3$1 6
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$1 6
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$1 5
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$1 6
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$1 6
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer$1 6
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1$1 6
org.apache.hc.core5.http.message.BasicLineFormatter 4
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BufferedHeader:org.apache.hc.core5.http2.hpack.HPackHeader:org.apache.hc.core5.util.CharArrayBuffer 1
org.apache.hc.client5.http.impl.async.AsyncConnectExec$4 5
org.apache.hc.client5.http.impl.async.AsyncConnectExec 10
org.apache.hc.client5.http.impl.routing.BasicRouteDirector 4
org.apache.hc.client5.http.HttpRoute:org.apache.hc.client5.http.RouteTracker 2
org.apache.hc.client5.http.impl.async.AsyncConnectExec$2 5
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$1 4
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$1 3
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$lambda_getPerRoutePool_0__72 3
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool 8
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_getCounter_0__56 3
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1 4
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient 2
org.apache.hc.client5.http.impl.ExecSupport 1
org.apache.hc.core5.http.nio.command.ExecutableCommand 1
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1$1 3
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1 5
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator 8
org.apache.hc.core5.http2.ssl.ConscryptClientTlsStrategy 1
org.apache.hc.core5.http2.ssl.ConscryptSupport 3
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_initialize_0__69 3
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_verify_1__68 2
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy 10
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_0__65 3
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_1__66 2
org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy 3
org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy 1
org.apache.hc.core5.http2.ssl.H2TlsSupport 5
org.apache.hc.core5.http2.ssl.H2TlsSupport$lambda_enforceRequirements_0__71 3
org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy 1
org.apache.hc.core5.http.nio.ssl.TlsSupport 3
org.apache.hc.core5.http.nio.ssl.TlsSupport$lambda_enforceStrongSecurity_0__70 3
org.apache.hc.core5.http2.ssl.ConscryptServerTlsStrategy 1
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy 2
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy$lambda_upgrade_0__64 3
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1$1 3
org.apache.hc.core5.concurrent.FutureContribution 4
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$2 3
org.apache.hc.core5.concurrent.CompletingFutureContribution 3
jdk.internal.logger.LazyLoggers$1 2
jdk.internal.logger.LazyLoggers 6
java.lang.System$LoggerFinder 1
jdk.internal.logger.LazyLoggers$getLoggerFinder__47 3
jdk.internal.loader.BuiltinClassLoader$lambda_findResourceOnClassPath_0__19 3
jdk.internal.loader.BuiltinClassLoader 18
jdk.internal.loader.BuiltinClassLoader$lambda_findResourcesOnClassPath_1__20 3
jdk.internal.logger.LazyLoggers$lambda_getLoggerFromFinder_0__46 3
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder 1
jdk.internal.logger.LazyLoggers$LazyLoggerAccessor 5
java.lang.ref.WeakReference 2
jdk.internal.logger.LazyLoggers$JdkLazyLogger 2
jdk.internal.logger.LazyLoggers$LazyLoggerWrapper 2
jdk.internal.logger.AbstractLoggerWrapper 1
jdk.internal.logger.LoggerFinderLoader 1
jdk.internal.logger.DefaultLoggerFinder 4
jdk.internal.logger.BootstrapLogger 3
jdk.internal.logger.LoggerFinderLoader$TemporaryLoggerFinder$1 1
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__74 3
jdk.internal.logger.DefaultLoggerFinder$SharedLoggers 1
jdk.internal.ref.CleanerImpl$WeakCleanableRef 2
jdk.internal.ref.CleanerImpl$PhantomCleanableRef 2
jdk.internal.logger.SimpleConsoleLogger 2
sun.util.logging.PlatformLogger$ConfigurableBridge$LoggerConfiguration 1
org.apache.hc.client5.http.protocol.HttpClientContext$lambda_getAuthExchange_0__30 3
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$getKey__43 3
jdk.internal.logger.BootstrapLogger$RedirectedLoggers 2
jdk.internal.logger.SurrogateLogger 2
jdk.internal.loader.Loader$lambda_moduleReaderFor_7__38 3
jdk.internal.loader.Loader 9
jdk.internal.module.SystemModuleFinders$2 1
jdk.internal.module.SystemModuleFinders$SystemModuleReader 5
jdk.internal.loader.AbstractClassLoaderValue$Memoizer 1
jdk.internal.loader.AbstractClassLoaderValue$Memoizer$RecursiveInvocationException 1
org.apache.hc.core5.http.impl.routing.UriPathRouter$OrderedMatcher 2
org.apache.hc.core5.http.impl.routing.PathPatternMatcher 2
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_release_2__45 3
org.apache.hc.client5.http.impl.classic.LinearBackoffManager$lambda_backOff_0__35 3
org.apache.hc.client5.http.impl.classic.LinearBackoffManager 6
org.apache.hc.core5.http.impl.routing.UriPathRouter$RegexMatcher 2
org.apache.hc.core5.http.impl.routing.UriPathRouter$BestMatcher 2
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.client5.http.impl.classic.LinearBackoffManager$lambda_probe_1__37 3
org.apache.hc.client5.http.impl.classic.AbstractBackoff$lambda_probe_1__36 3
org.apache.hc.client5.http.impl.classic.AbstractBackoff 11
org.apache.hc.client5.http.impl.classic.AbstractBackoff$lambda_backOff_0__34 3
org.apache.hc.client5.http.impl.classic.ExponentialBackoffManager 1
org.apache.hc.client5.http.impl.classic.AIMDBackoffManager 1
jdk.internal.loader.Loader$NullModuleReader 3
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_1__49 3
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1 6
jdk.internal.module.ModuleLoaderMap$Mapper 2
org.apache.hc.client5.http.DnsResolver$lambda_resolve_0__59 3
org.apache.hc.client5.http.DnsResolver 2
jdk.internal.loader.BuiltinClassLoader$5 3
jdk.internal.loader.BuiltinClassLoader$NullModuleReader 3
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__73 3
org.apache.hc.client5.http.impl.classic.HttpClientBuilder$castOrCreate__7 3
jdk.internal.jmod.JmodFile$Entry$jmodDir__75 1
jdk.internal.jimage.ImageReaderFactory$1 2
jdk.internal.jimage.ImageReader 5
jdk.internal.jimage.ImageReader$SharedImageReader 2
jdk.internal.jimage.BasicImageReader 9
jdk.internal.jimage.NativeImageBuffer 1
java.nio.channels.FileChannel:java.nio.file.StandardOpenOption 1
jdk.internal.jimage.ImageHeader 16
jdk.internal.jimage.ImageStringsReader 8
jdk.internal.jimage.decompressor.Decompressor 1
java.lang.Class$2 1
java.lang.System$1 1
jdk.internal.misc.InnocuousThread$3 1
java.lang.ref.Finalizer$1 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$2 1
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1 3
org.apache.hc.core5.http2.nio.pool.H2ConnPool 6
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1$1 5
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$1 4
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$InternalAsyncClientEndpoint 5
org.apache.hc.core5.pool.LaxConnPool$LeaseRequest 7
org.apache.hc.core5.util.DeadlineTimeoutException 2
java.util.concurrent.TimeoutException 1
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime:org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime 1
org.apache.hc.client5.http.impl.async.AsyncRedirectExec$1 5
org.apache.hc.client5.http.impl.ConnectionShutdownException 1
org.apache.hc.core5.reactor.AbstractIOSessionPool$2 5
org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback 3
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1 4
org.apache.hc.client5.http.routing.RoutingSupport 2
org.apache.hc.client5.http.impl.DefaultSchemePortResolver 2
org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters 1
org.apache.hc.core5.net.Ports 1
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester 2
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$1 5
org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase 1
org.apache.hc.core5.reactor.AbstractIOReactorBase 1
org.apache.hc.core5.reactor.DefaultConnectingIOReactor 6
org.apache.hc.core5.reactor.DefaultListeningIOReactor 6
org.apache.hc.core5.reactor.IOReactorShutdownException 1
org.apache.hc.core5.reactor.IOWorkerSelectors$PowerOfTwoSelector 1
org.apache.hc.core5.reactor.IOWorkerSelectors$GenericSelector 1
org.apache.hc.core5.reactor.SingleCoreIOReactor 17
org.apache.hc.core5.http.impl.bootstrap.AsyncServer 5
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester 6
org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator 1
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester:org.apache.hc.core5.http.impl.bootstrap.AsyncServer 1
org.apache.hc.client5.http.impl.classic.InternalExecRuntime 21
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$InternalConnectionEndpoint 10
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$3 3
org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase$1 3
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$3 5
org.apache.hc.client5.http.nio.AsyncConnectionEndpoint$1 3
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1$1 5
org.apache.hc.core5.http2.nio.command.PingCommand 3
org.apache.hc.core5.http2.nio.support.BasicPingHandler 5
org.apache.hc.core5.reactor.AbstractIOSessionPool$1$lambda_completed_0__58 3
org.apache.hc.core5.reactor.AbstractIOSessionPool$1 6
java.util.function.Function 1
org.apache.hc.core5.http.nio.AsyncClientEndpoint 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$3 3
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$2 3
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$1 3
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$2 5
org.apache.hc.client5.http.impl.async.AsyncConnectExec$3 5
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer$1 2
org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 1
org.apache.hc.core5.http.ContentType$lambda_parse_0__33 3
org.apache.hc.core5.http.support.ExpectSupport$lambda_parse_0__40 3
org.apache.hc.core5.http.support.ExpectSupport 2
java.lang.Object:java.lang.invoke.MemberName:java.lang.ref.Reference:java.net.HttpCookie:java.security.MessageDigest:java.security.MessageDigestSpi:java.security.Signature:java.security.SignatureSpi:java.text.BreakIterator:java.text.Collator:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.Format:java.text.MessageFormat:java.text.NumberFormat:java.util.AbstractMap:java.util.ArrayDeque:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.EnumSet:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.LinkedList:java.util.Locale:java.util.Properties:java.util.TimeZone:java.util.TreeMap:java.util.TreeSet:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Manifest:java.util.zip.ZipEntry:sun.security.util.BitArray:sun.text.normalizer.UCharacterIterator:sun.util.calendar.CalendarDate 1
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester$1 2
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester 1
org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler 2
org.apache.hc.client5.http.impl.async.LoggingIOSession$1 7
org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException 1
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory 3
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$lambda_validateSession_0__62 3
org.apache.hc.core5.http2.nio.pool.H2ConnPool$lambda_validateSession_0__63 3
org.apache.hc.client5.http.impl.async.LoggingExceptionCallback 2
java.io.InvalidClassException:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.util.regex.PatternSyntaxException:sun.nio.fs.UnixException 2
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$1$lambda_closeExpired_0__23 3
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$1 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$1$lambda_closeExpired_0__25 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$1 2
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1:org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2 1
org.apache.hc.core5.http.nio.command.CommandSupport 2
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque 1
org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer 2
org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer 4
org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer 4
org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer 2
org.apache.hc.core5.http.nio.support.BasicPushProducer 5
org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler 10
java.util.concurrent.atomic.AtomicBoolean:org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 2
org.apache.hc.client5.http.ConnectExceptionSupport 3
org.apache.hc.client5.http.ConnectTimeoutException 1
java.net.SocketTimeoutException 1
java.io.InvalidClassException:java.lang.Throwable:java.nio.file.FileSystemException 1
org.apache.hc.client5.http.HttpHostConnectException 1
java.net.ConnectException 1
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$2 5
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2 4
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_0__48 2
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_2__50 2
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$2 4
org.apache.hc.client5.http.impl.async.AsyncConnectExec$1 4
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$4 5
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$2 4
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1 4
org.apache.hc.client5.http.impl.async.AsyncConnectExec$5 5
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler$1 4
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1:org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$4 5
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 4
org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory 3
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser 2
org.apache.hc.core5.http.impl.nio.AbstractMessageParser 6
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser 3
org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl 8
org.apache.hc.core5.http.impl.CharCodingSupport 2
sun.nio.cs.UTF_8 2
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory 1
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriter 4
org.apache.hc.core5.http.impl.nio.AbstractMessageWriter 4
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory 3
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriter 4
org.apache.hc.core5.http.impl.BasicEndpointDetails 1
org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer 10
org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer 2
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer:org.apache.hc.core5.http.nio.entity.FileEntityProducer:org.apache.hc.core5.http.nio.entity.PathEntityProducer 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$lambda_produceOutput_0__82 3
org.apache.hc.core5.http.UnsupportedHttpVersionException 1
org.apache.hc.core5.http.protocol.ViaRequest 1
org.apache.hc.core5.http.protocol.ForwardedRequest 1
org.apache.hc.client5.http.protocol.RequestValidateTrace 2
org.apache.hc.core5.http.protocol.RequestUserAgent 2
org.apache.hc.core5.http.protocol.RequestExpectContinue 1
org.apache.hc.core5.http2.protocol.H2RequestValidateHost 1
org.apache.hc.core5.http.protocol.RequestValidateHost 1
org.apache.hc.core5.net.URISupport 1
org.apache.hc.client5.http.protocol.RequestIfRange 1
org.apache.hc.core5.http2.protocol.H2RequestTargetHost 1
org.apache.hc.core5.http.protocol.RequestTargetHost 2
org.apache.hc.client5.http.protocol.RequestClientConnControl 2
org.apache.hc.client5.http.RouteTracker:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.protocol.RequestExpectContinue 2
org.apache.hc.client5.http.protocol.RequestAddCookies 1
org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory 2
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory 2
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecBase 1
org.apache.hc.client5.http.impl.cookie.BasicDomainHandler:org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler:org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler:org.apache.hc.client5.http.impl.cookie.BasicPathHandler:org.apache.hc.client5.http.impl.cookie.BasicSecureHandler:org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler:org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler 1
java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 1
org.apache.hc.client5.http.cookie.CookieOrigin:org.apache.hc.client5.http.impl.cookie.BasicClientCookie 2
org.apache.hc.client5.http.psl.PublicSuffixMatcher 7
org.apache.hc.client5.http.utils.DnsUtils 2
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler:org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler 1
org.apache.hc.core5.http.protocol.RequestContent 5
org.apache.hc.core5.http2.protocol.H2RequestConformance 1
org.apache.hc.client5.http.protocol.RequestUpgrade 2
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.protocol.HttpCoreContext:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.protocol.RequestDefaultHeaders 2
org.apache.hc.client5.http.protocol.RequestAuthCache 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.RequestSupport 1
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.core5.http.protocol.RequestConnControl 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.message.BasicHttpRequest 2
org.apache.hc.core5.http.protocol.RequestConformance 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.core5.http.MisdirectedRequestException 1
org.apache.hc.core5.http2.protocol.H2RequestContent 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.ProtocolVersion:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http2.protocol.H2RequestConnControl 1
org.apache.hc.core5.http.protocol.RequestDate 1
org.apache.hc.core5.http.impl.nio.AbstractMessageWriter:org.apache.hc.core5.http.message.BasicHttpResponse 1
org.apache.hc.core5.http.message.StatusLine$StatusClass 1
org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog 1
org.apache.hc.client5.http.classic.methods.HttpOptions:org.apache.hc.core5.http.impl.nio.AbstractMessageWriter:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy 1
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy$lambda_determineLength_0__53 2
org.apache.hc.core5.http.NotImplementedException 1
java.lang.StringBuilder:org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.core5.http.LengthRequiredException 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__76 3
jdk.internal.ref.CleanerImpl 1
jdk.internal.ref.PhantomCleanable 3
jdk.internal.ref.WeakCleanable 3
jdk.internal.ref.SoftCleanable 3
jdk.internal.misc.Signal$1 1
org.apache.hc.core5.http.impl.bootstrap.Worker 3
org.apache.hc.core5.http.impl.io.HttpService 7
org.apache.hc.client5.http.impl.io.LoggingSocketHolder 4
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser 3
org.apache.hc.core5.http.impl.io.AbstractMessageParser 5
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser 2
org.apache.hc.core5.http.message.BasicLineParser 4
org.apache.hc.core5.http.message.BasicLineParser$get__79 3
org.apache.hc.core5.http.ProtocolVersionParser 1
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_0__84 2
org.apache.hc.core5.http.HttpVersion 2
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_1__83 2
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory 2
org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory 2
org.apache.hc.core5.http.message.BasicClassicHttpResponse 6
org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.message.StatusLine 1
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory 1
org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory 1
org.apache.hc.core5.http.message.BasicClassicHttpRequest 6
org.apache.hc.client5.http.impl.io.LenientHttpResponseParser 2
org.apache.hc.core5.http.message.LazyLineParser 1
org.apache.hc.core5.http.message.LazyLaxLineParser 1
org.apache.hc.core5.http.RequestHeaderFieldsTooLargeException 1
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection$1 8
java.io.FilterOutputStream 5
org.apache.hc.core5.http.impl.io.ContentLengthOutputStream 6
org.apache.hc.core5.http.impl.io.ChunkedOutputStream 11
org.apache.hc.client5.http.impl.auth.HttpEntityDigester 5
org.apache.hc.core5.http.nio.support.classic.ContentOutputStream 6
java.lang.ProcessBuilder$NullInputStream 2
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
org.apache.hc.client5.http.entity.BrotliInputStreamFactory 2
org.brotli.dec.BrotliInputStream 1
org.apache.hc.client5.http.entity.DeflateInputStreamFactory 2
org.apache.hc.client5.http.entity.DeflateInputStream 1
java.util.zip.ZipException 1
org.apache.hc.client5.http.entity.GZIPInputStreamFactory 2
org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy 1
org.apache.hc.core5.http.impl.io.ResponseOutOfOrderException 1
java.io.ObjectOutputStream$BlockDataOutputStream 5
java.util.zip.DeflaterOutputStream 4
java.io.DataOutputStream 3
java.lang.ProcessBuilder$NullOutputStream 1
java.io.FileOutputStream 4
java.io.ObjectOutputStream 7
java.io.OutputStream$1 3
java.io.BufferedOutputStream 3
java.io.BufferedOutputStream:java.io.DataOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.PrintStream:java.util.zip.DeflaterOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.nio.support.classic.ContentOutputStream 1
java.io.OutputStream 5
org.apache.hc.client5.http.classic.methods.HttpTrace 1
org.apache.hc.core5.http.impl.io.HttpService$1 3
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler 1
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler$1 3
org.apache.hc.core5.http.io.support.TerminalServerFilter 1
org.apache.hc.core5.http.impl.routing.RequestRouter 1
java.lang.invoke.StringConcatFactory$MethodHandleStringBuilderStrategy$1 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$3 1
java.lang.invoke.StringConcatFactory$MethodHandleInlineCopyStrategy$1 1
org.apache.hc.core5.http.protocol.RequestHandlerRegistry 2
org.apache.hc.core5.http.impl.io.AbstractMessageWriter 4
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriter 4
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriter 4
org.apache.hc.core5.http.impl.io.AbstractMessageWriter:org.apache.hc.core5.http.message.BasicHttpResponse 1
org.apache.hc.client5.http.impl.async.AsyncProtocolExec 5
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_completed_0__61 3
org.apache.hc.client5.http.impl.async.AsyncRedirectExec 5
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$State 2
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.support.AbstractRequestBuilder 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.BasicHttpResponse:org.apache.hc.core5.http.support.AbstractMessageBuilder 1
org.apache.hc.client5.http.impl.auth.HttpAuthenticator 4
org.apache.hc.client5.http.auth.AuthenticationException 2
org.apache.hc.client5.http.impl.auth.AuthSchemeSupport 1
org.apache.hc.client5.http.impl.auth.DigestScheme$DigestAlgorithm 6
org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException 1
javax.security.auth.x500.X500Principal:org.apache.hc.client5.http.auth.BasicUserPrincipal:org.apache.hc.client5.http.auth.NTUserPrincipal:sun.security.x509.X500Name 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.BufferedHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
java.util.zip.GZIPOutputStream 2
java.io.BufferedOutputStream:java.io.ByteArrayOutputStream:java.io.DataOutputStream:java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream$1:java.io.PrintStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream 1
org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.DataInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.JarInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.io.DataInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 2
java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http2.impl.io.FrameOutputStream 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl 47
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type2Message 6
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$NTLMMessage 14
org.apache.hc.client5.http.impl.auth.NTLMEngineException 2
org.apache.hc.client5.http.utils.Base64 6
java.util.Base64$Decoder 1
java.util.Base64 2
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type3Message 5
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$CipherGen 22
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$HMACMD5 3
java.util.Random 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$MD4 7
javax.crypto.Cipher 3
java.util.Base64$Encoder 1
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type1Message 1
org.apache.hc.client5.http.SystemDefaultDnsResolver 2
java.net.Inet4Address:java.net.Inet6Address:java.net.InetAddress 1
org.apache.hc.client5.http.impl.InMemoryDnsResolver 2
java.util.Arrays:org.slf4j.helpers.NOPLogger 1
java.net.UnknownHostException 1
org.ietf.jgss.GSSManager 1
sun.security.jgss.GSSManagerImpl 3
sun.security.jgss.GSSContextImpl 3
org.apache.hc.client5.http.auth.InvalidCredentialsException 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.NullEntity 1
org.apache.hc.core5.http.io.entity.EntityUtils 4
org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter 1
org.apache.hc.core5.http.io.support.HttpServerExpectationFilter 3
org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler 1
org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator 2
org.apache.hc.core5.http.impl.ServerSupport 2
org.apache.hc.core5.http.ExceptionListener$2 2
org.apache.hc.core5.http.ExceptionListener$1 2
org.apache.hc.core5.reactor.IOReactorWorker 1
org.apache.hc.core5.reactor.SingleCoreListeningIOReactor 5
org.apache.hc.core5.reactor.ListenerEndpointRequest 5
java.nio.channels.ServerSocketChannel 1
java.net.BindException 1
java.util.AbstractCollection:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$CollectionView 1
org.apache.hc.core5.reactor.InternalChannel 3
org.apache.hc.core5.io.SocketTimeoutExceptionFactory 1
org.apache.hc.core5.reactor.SocksProxyProtocolHandler 13
org.apache.hc.core5.http2.H2StreamResetException 3
org.apache.hc.core5.http.HttpStreamResetException 1
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory 3
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory 2
org.apache.hc.core5.http2.impl.nio.ClientHttp1UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory 1
org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter 1
org.apache.hc.core5.http2.impl.nio.ServerH2UpgradeHandler 2
org.apache.hc.core5.http.impl.nio.BufferedData 7
org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory 1
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory 1
org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter 1
org.apache.hc.core5.util.ReflectionUtils 1
org.conscrypt.Conscrypt 2
org.apache.hc.core5.http2.impl.nio.FrameInputBuffer 3
org.apache.hc.core5.http2.frame.FrameFlag 1
org.apache.hc.core5.http2.H2CorruptFrameException 1
org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer 3
org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer:org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer 1
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_updateCapacity_1__88 3
org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer 7
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 2
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer:org.apache.hc.core5.http.nio.entity.NoopEntityConsumer 2
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$3 2
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5 3
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5$1 3
org.apache.hc.core5.http.nio.support.BasicResponseConsumer$1 2
org.apache.hc.core5.http.nio.support.BasicRequestConsumer$1 2
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec 5
org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler 2
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer$1 2
org.apache.hc.client5.http.async.methods.SimpleResponseConsumer 3
org.apache.hc.client5.http.async.methods.SimpleHttpResponse 3
java.util.AbstractCollection:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 3
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer 3
java.util.concurrent.atomic.AtomicReference:org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler 1
org.apache.hc.core5.http2.frame.StreamIdGenerator$1 2
org.apache.hc.core5.http2.frame.StreamIdGenerator$2 2
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$lambda_produceOutput_0__89 3
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_produceRequest_0__86 3
org.apache.hc.core5.http2.impl.DefaultH2RequestConverter 3
org.apache.hc.client5.http.impl.async.AsyncConnectExec$6:org.slf4j.helpers.NOPLogger 1
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer$1 4
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer$1 4
java.io.RandomAccessFile 3
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec 1
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$2 3
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$Continuation 4
org.apache.hc.core5.http2.hpack.HPackDecoder 18
org.apache.hc.core5.http2.hpack.HPackException 2
org.apache.hc.core5.http2.hpack.InboundDynamicTable 9
org.apache.hc.core5.http2.hpack.FifoBuffer 7
org.apache.hc.core5.http2.hpack.HuffmanDecoder 1
org.apache.hc.core5.http2.hpack.HeaderListConstraintException 1
org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer:org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer:org.apache.hc.client5.http.async.methods.SimpleResponseConsumer:org.apache.hc.core5.http.nio.support.BasicResponseConsumer 1
org.apache.hc.client5.http.impl.ProtocolSwitchStrategy 2
java.lang.OutOfMemoryError 2
org.apache.hc.client5.http.UnsupportedSchemeException 1
org.apache.hc.client5.http.config.TlsConfig$Builder 6
org.apache.hc.client5.http.impl.auth.AuthCacheKeeper 8
sun.reflect.annotation.AnnotationParser 1
java.lang.Class$AnnotationData 1
org.apache.hc.client5.http.impl.auth.BasicAuthCache$AuthData 1
org.apache.hc.client5.http.impl.auth.AuthChallengeParser 4
java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicNameValuePair:org.apache.hc.core5.http2.hpack.HPackHeader 1
java.util.ArrayList:java.util.Collections 1
java.util.AbstractCollection:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
org.apache.hc.client5.http.protocol.HttpClientContext:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.auth.MalformedChallengeException 1
org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy 1
org.apache.hc.client5.http.impl.auth.DigestSchemeFactory 1
org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory 1
org.apache.hc.client5.http.impl.auth.BearerSchemeFactory 1
org.apache.hc.client5.http.impl.auth.BasicSchemeFactory 1
org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory 1
org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory 1
org.apache.hc.client5.http.impl.auth.CredentialsMatcher 1
org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider 4
java.net.Authenticator 1
java.net.PasswordAuthentication 3
org.apache.hc.client5.http.auth.KerberosCredentials 1
org.apache.hc.client5.http.impl.LaxRedirectStrategy 2
org.apache.hc.client5.http.impl.DefaultRedirectStrategy 3
org.apache.hc.client5.http.RedirectException 1
org.apache.hc.client5.http.utils.URIUtils 3
org.apache.hc.client5.http.protocol.RedirectLocations 3
java.util.AbstractCollection:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
org.apache.hc.client5.http.CircularRedirectException 1
org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner 5
org.apache.hc.client5.http.routing.HttpRoutePlanner 1
org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner 3
org.apache.hc.client5.http.impl.routing.DistributedProxySelector 2
org.apache.hc.client5.http.impl.routing.DistributedProxySelector$lambda_nextSelector_0__60 2
java.util.AbstractCollection:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.LinkedList:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.SynchronousQueue 1
java.lang.AbstractStringBuilder:java.net.Proxy 1
java.util.Objects:org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters 1
org.apache.hc.client5.http.async.AsyncExecChain$Scope 1
java.io.UnsupportedEncodingException 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__92 2
jdk.internal.perf.Perf$CleanerAction 1
org.apache.hc.client5.http.impl.IdleConnectionEvictor$lambda_new_0__11 3
org.apache.hc.client5.http.impl.IdleConnectionEvictor 6
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__92:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__76:org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__91 1
org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy 1
org.apache.hc.client5.http.UserTokenHandler 1
org.apache.hc.client5.http.impl.DefaultUserTokenHandler 3
org.apache.hc.client5.http.HttpRoute:org.apache.hc.core5.http.protocol.HttpCoreContext 1
org.apache.hc.client5.http.impl.auth.BasicScheme:org.apache.hc.client5.http.impl.auth.BearerScheme:org.apache.hc.client5.http.impl.auth.DigestScheme:org.apache.hc.client5.http.impl.auth.GGSSchemeBase:org.apache.hc.client5.http.impl.auth.KerberosScheme:org.apache.hc.client5.http.impl.auth.NTLMScheme:org.apache.hc.client5.http.impl.auth.SPNegoScheme 1
org.apache.hc.client5.http.impl.NoopUserTokenHandler 1
org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory 2
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers 2
org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory 1
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter 1
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__91 3
java.lang.ref.Finalizer$FinalizerThread 1
java.util.concurrent.ForkJoinWorkerThread 1
java.lang.ref.Finalizer$2 1
java.util.zip.ZipFile$CleanableResource 1
java.util.zip.Deflater$DeflaterZStreamRef 1
java.util.concurrent.ThreadPoolExecutor$Worker 1
java.util.zip.Inflater$InflaterZStreamRef 1
java.lang.invoke.MethodHandleNatives$CallSiteContext 1
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter 1
org.apache.hc.core5.http.message.BasicHeader:org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http2.hpack.HPackHeader 1
org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter 3
org.apache.hc.core5.http2.config.H2Config$Builder 8
org.apache.hc.core5.http2.frame.FrameFlag:org.apache.hc.core5.http2.frame.FrameType 1
org.apache.hc.core5.reactor.IOSessionImpl:org.apache.hc.core5.reactor.ssl.SSLIOSession:sun.nio.ch.FileChannelImpl 1
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory 1
org.apache.hc.core5.http.message.BasicHttpRequest:org.apache.hc.core5.http.message.RequestLine 1
org.apache.hc.core5.http.impl.nio.AbstractContentDecoder 7
org.apache.hc.core5.http.message.AbstractMessageWrapper:org.apache.hc.core5.http.message.BasicHttpRequest 1
org.apache.hc.core5.http.TruncatedChunkException 1
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$abort__87 2
java.util.concurrent.CancellationException 2
org.apache.hc.core5.concurrent.ComplexFuture$lambda_setDependency_0__41 3
org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable 1
org.apache.hc.client5.http.impl.classic.RequestFailedException 2
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1:org.apache.hc.core5.concurrent.CompletedFuture:org.apache.hc.core5.http.nio.command.ShutdownCommand 1
org.apache.hc.core5.concurrent.CompletedFuture 4
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3 2
java.util.concurrent.CompletableFuture$MinimalStage 2
org.apache.hc.client5.http.impl.Operations$CompletedFuture 2
java.util.concurrent.ForkJoinTask 2
java.util.concurrent.CompletableFuture:java.util.concurrent.CompletableFuture$MinimalStage:java.util.concurrent.ForkJoinTask:java.util.concurrent.FutureTask:org.apache.hc.client5.http.impl.Operations$CompletedFuture:org.apache.hc.core5.concurrent.CompletedFuture 1
java.nio.channels.SocketChannel 1
org.apache.hc.core5.reactor.SingleCoreIOReactor$lambda_reportStatusToThreadPoolListener_0__52 2
java.util.ArrayDeque:java.util.LinkedList:java.util.concurrent.ConcurrentLinkedDeque:java.util.concurrent.ConcurrentLinkedQueue:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.SynchronousQueue 1
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource 1
jdk.internal.ref.CleanerImpl$CleanerCleanable 1
java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.FutureTask:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__76 1
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.concurrent.ConcurrentHashMap 1
org.apache.hc.client5.http.impl.async.InternalH2ConnPool 4
org.apache.hc.core5.http.impl.bootstrap.HttpServer 6
org.apache.hc.core5.http.impl.bootstrap.WorkerPoolExecutor 1
org.apache.hc.client5.http.impl.classic.InternalHttpClient 7
org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase 3
java.util.concurrent.ForkJoinPool:java.util.concurrent.ThreadPoolExecutor:org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase 1
org.apache.hc.client5.http.impl.classic.MinimalHttpClient 3
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity 1
java.nio.file.FileTreeWalker 1
java.nio.channels.spi.AbstractSelector 1
java.nio.channels.spi.AbstractInterruptibleChannel 1
jdk.internal.module.ModuleReferences$ExplodedModuleReader 3
jdk.internal.module.ModulePatcher$JarResourceFinder 2
org.apache.hc.client5.http.impl.async.InternalH2AsyncClient 1
org.slf4j.MDC$MDCCloseable 1
org.slf4j.MDC 1
org.slf4j.helpers.BasicMDCAdapter 1
org.slf4j.helpers.NOPMDCAdapter 1
org.apache.hc.client5.http.impl.classic.HttpClientBuilder$lambda_build_1__1 3
java.net.DatagramSocket 1
java.net.URLClassLoader 2
org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder$IdleConnectionEvictor 2
org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient 1
jdk.internal.module.ModulePatcher$ExplodedResourceFinder 3
jdk.internal.module.ModulePatcher$PatchedModuleReader 5
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1 3
org.apache.hc.core5.net.Host:org.apache.hc.core5.reactor.EndpointParameters:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
java.net.InetSocketAddress:java.util.Collections 1
java.util.stream.Collectors 1
org.apache.hc.client5.http.impl.Operations 2
org.apache.hc.client5.http.impl.Operations$lambda_cancellable_1__81 2
org.apache.hc.core5.reactor.AbstractIOSessionPool$PoolEntry 1
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$lambda_execute_0__85 2
org.apache.hc.client5.http.entity.mime.LegacyMultipart 2
org.apache.hc.client5.http.entity.mime.HttpStrictMultipart 2
org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart 2
org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart 2
org.apache.hc.client5.http.entity.mime.MultipartPart 2
org.apache.hc.client5.http.entity.mime.ByteArrayBody:org.apache.hc.client5.http.entity.mime.FileBody:org.apache.hc.client5.http.entity.mime.InputStreamBody:org.apache.hc.client5.http.entity.mime.StringBody 1
org.apache.hc.client5.http.entity.mime.ByteArrayBody 1
org.apache.hc.client5.http.entity.mime.InputStreamBody 1
org.apache.hc.client5.http.entity.mime.FileBody 1
java.io.FileInputStream:java.lang.ProcessImpl$DeferredCloseInputStream 2
org.apache.hc.client5.http.entity.mime.StringBody 1
jdk.internal.loader.Loader$3 3
jdk.internal.loader.BuiltinClassLoader$1 4
jdk.internal.util.jar.InvalidJarIndexError 1
jdk.internal.loader.ClassLoaders$AppClassLoader 1
java.lang.SecurityException 1
java.nio.channels.Channels 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.lang.ProcessImpl$DeferredCloseInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.io.entity.EmptyInputStream 1
java.security.SecureClassLoader 2
java.io.EOFException 1
java.util.zip.CRC32 2
java.util.zip.Checksum 1
jdk.internal.module.Resources 5
jdk.internal.loader.Loader$1 2
jdk.internal.module.SystemModuleFinders$SystemImage 1
jdk.internal.jimage.ImageLocation 4
jdk.internal.loader.Loader$2 2
jdk.internal.loader.Loader$LoadedModule 2
java.util.List 1
jdk.internal.loader.BootLoader 3
jdk.internal.loader.ClassLoaders 1
jdk.internal.loader.BuiltinClassLoader$LoadedModule 3
jdk.internal.loader.BuiltinClassLoader$3 2
jdk.internal.loader.BuiltinClassLoader$2 2
org.slf4j.helpers.SubstituteLoggerFactory 5
org.slf4j.Logger 1
org.slf4j.helpers.NOPLoggerFactory 1
org.slf4j.helpers.Util 3
org.slf4j.helpers.Util$ClassContextSecurityManager 3
org.slf4j.helpers.NamedLoggerBase 1
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory 3
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory 1
org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory 1
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory 1
org.apache.hc.core5.http.io.HttpConnectionFactory 1
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory 3
org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.ByteArrayOutputStream:java.io.FileInputStream:java.io.FileOutputStream:java.io.FilterInputStream:java.io.FilterOutputStream:java.io.InputStream:java.io.InputStream$1:java.io.InputStreamReader:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.OutputStream$1:java.io.OutputStreamWriter:java.io.PrintStream:java.io.PushbackInputStream:java.io.RandomAccessFile:java.io.StringWriter:java.lang.ProcessImpl$DeferredCloseInputStream:java.net.DatagramSocket:java.net.ServerSocket:java.net.Socket:java.net.URLClassLoader:java.nio.channels.spi.AbstractInterruptibleChannel:java.nio.channels.spi.AbstractSelector:java.nio.file.FileTreeIterator:java.nio.file.FileTreeWalker:java.util.Formatter:java.util.jar.Manifest$FastInputStream:java.util.zip.DeflaterOutputStream:java.util.zip.GZIPInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipFile:java.util.zip.ZipInputStream:jdk.internal.module.ModulePatcher$ExplodedResourceFinder:jdk.internal.module.ModuleReferences$ExplodedModuleReader:jdk.internal.module.SystemModuleFinders$SystemModuleReader:org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream:org.apache.hc.core5.http.impl.io.EmptyInputStream:org.apache.hc.core5.http.impl.io.IdentityInputStream:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EmptyInputStream:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.reactor.InternalConnectChannel:sun.nio.cs.StreamDecoder:sun.nio.cs.StreamEncoder:sun.nio.fs.UnixFileSystem 1
org.apache.hc.client5.http.ssl.DefaultHostnameVerifier 14
org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader 3
jdk.internal.module.Checks 3
org.apache.hc.client5.http.psl.PublicSuffixListParser 1
org.apache.hc.client5.http.psl.PublicSuffixList 4
java.util.Collections:java.util.concurrent.locks.ReentrantLock:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator 9
org.apache.hc.core5.http.protocol.HttpProcessorBuilder 13
org.apache.hc.core5.http.protocol.ChainBuilder 6
org.apache.hc.core5.http.config.NamedElementChain 9
org.apache.hc.client5.http.impl.classic.MainClientExec 3
org.apache.hc.client5.http.impl.classic.ConnectExec 4
org.apache.hc.client5.http.impl.classic.ProtocolExec 3
org.apache.hc.client5.http.impl.classic.ContentCompressionExec 3
org.apache.hc.client5.http.entity.BrotliDecompressingEntity 1
org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec 2
org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner 1
org.apache.hc.client5.http.impl.classic.RedirectExec 2
org.apache.hc.client5.http.impl.classic.BackoffStrategyExec 2
org.apache.hc.client5.http.impl.CookieSpecSupport 3
org.apache.hc.core5.concurrent.DefaultThreadFactory 3
java.lang.IllegalThreadStateException 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors 3
jdk.internal.ref.CleanerImpl$InnocuousThreadFactory 1
jdk.internal.ref.CleanerFactory$1 1
java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.ForkJoinWorkerThread 1
org.apache.hc.client5.http.impl.classic.CloseableHttpClient 3
org.apache.hc.client5.http.classic.methods.HttpPost 2
org.apache.hc.client5.http.entity.UrlEncodedFormEntity 2
org.apache.hc.core5.net.WWWFormCodec 1
org.apache.hc.client5.http.ClientProtocolException 2
org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest 1
org.apache.hc.client5.http.classic.ExecChain$Scope 1
org.apache.hc.core5.http.io.entity.HttpEntities 2
org.apache.hc.client5.http.impl.classic.ExecChainElement$execute__12 3
org.apache.hc.client5.http.impl.classic.DefaultBackoffStrategy 2
java.security.Provider:java.util.HashMap:java.util.Hashtable:java.util.Map:java.util.Properties:java.util.concurrent.ConcurrentHashMap 1
org.apache.hc.core5.http.message.BasicHttpResponse:org.slf4j.event.EventRecordingLogger:org.slf4j.helpers.NOPLogger 1
org.apache.hc.client5.http.entity.mime.MultipartFormEntity:org.apache.hc.client5.http.impl.classic.ResponseEntityProxy:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.AbstractHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.BufferedHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.message.BasicClassicHttpRequest 1
org.apache.hc.client5.http.impl.classic.MainClientExec$lambda_execute_0__18 3
org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator$lambda_static_0__9 1
javax.net.ssl.SSLPeerUnverifiedException 1
org.apache.hc.client5.http.ssl.DistinguishedNameParser 5
org.apache.hc.client5.http.impl.classic.InternalExecRuntime$lambda_execute_0__14 3
org.apache.hc.core5.http.NoHttpResponseException 1
org.apache.hc.client5.http.io.ConnectionEndpoint 3
org.apache.hc.core5.pool.StrictConnPool$1 2
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_lease_1__42 2
java.util.Comparator 1
org.apache.hc.core5.pool.LaxConnPool$PerRoutePool$1 2
java.util.concurrent.ExecutionException 2
org.apache.hc.core5.util.TimeoutValueException 3
org.apache.hc.core5.http.ConnectionRequestTimeoutException 1
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1:org.apache.hc.core5.http.impl.io.IncomingHttpEntity:org.apache.hc.core5.http.io.entity.BasicHttpEntity:org.apache.hc.core5.http.io.entity.ByteArrayEntity:org.apache.hc.core5.http.io.entity.ByteBufferEntity:org.apache.hc.core5.http.io.entity.EntityTemplate:org.apache.hc.core5.http.io.entity.FileEntity:org.apache.hc.core5.http.io.entity.InputStreamEntity:org.apache.hc.core5.http.io.entity.NullEntity:org.apache.hc.core5.http.io.entity.PathEntity:org.apache.hc.core5.http.io.entity.SerializableEntity:org.apache.hc.core5.http.io.entity.StringEntity:org.apache.hc.core5.http.message.BasicClassicHttpResponse 1
org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest:org.apache.hc.client5.http.classic.methods.HttpUriRequestBase:org.apache.hc.client5.http.impl.classic.InternalHttpClient:org.apache.hc.client5.http.protocol.HttpClientContext 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
[org.apache.hc.client5.http.impl.classic.ProtocolExec].execute(org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.client5.http.classic.ExecChain$Scope,org.apache.hc.client5.http.classic.ExecChain) org.apache.hc.client5.http.impl.classic.ProtocolExec 3 ['org.apache.hc.core5.http.ClassicHttpRequest', 'org.apache.hc.client5.http.classic.ExecChain$Scope', 'org.apache.hc.client5.http.classic.ExecChain'] 11 0 188 72 30 281 1 383 163
[jdk.internal.org.objectweb.asm.Frame].execute(int,int,jdk.internal.org.objectweb.asm.ClassWriter,jdk.internal.org.objectweb.asm.Item) jdk.internal.org.objectweb.asm.Frame 4 ['int', 'int', 'jdk.internal.org.objectweb.asm.ClassWriter', 'jdk.internal.org.objectweb.asm.Item'] 3 0 291 88 76 23 0 111 111
[org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator].decorate(org.apache.hc.core5.reactor.IOSession) org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator 1 ['org.apache.hc.core5.reactor.IOSession'] 13 0 14 4 2 120 1 91 88

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
45.0%
85 / 188
Cyclomatic complexity statically reachable by fuzzers
85.0%
178 / 210

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

FormBodyPartBuilderBuildFuzzer

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['(java.lang.String,java.lang.String)', 'updatePos(int)', 'findNext(int)', 'append(java.lang.String)', 'build()', 'toString()', '(int,int)', 'addField(org.apache.hc.client5.http.entity.mime.MimeField)']

FileBodyWriteToFuzzer

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ofSeconds(long)', 'addAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext)', 'assignConnection(org.apache.hc.core5.io.ModalCloseable)', 'setDependency(org.apache.hc.core5.concurrent.Cancellable)', 'extractPathPrefix(org.apache.hc.core5.http.HttpRequest)', '(java.lang.String,org.apache.hc.core5.net.NamedEndpoint)', 'getCharset(org.apache.hc.core5.http.ContentType,java.nio.charset.Charset)', 'getHopCount()', '(org.apache.hc.core5.util.CharArrayBuffer,boolean)']

StringBodyWriteToFuzzer

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ofSeconds(long)', 'build()', 'addAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext)', 'setDependency(org.apache.hc.core5.concurrent.Cancellable)', 'isEndpointAcquired()', 'toString()', 'resolve(java.lang.String,org.apache.hc.core5.net.NamedEndpoint)', '()', 'toURI()', '(java.lang.String,java.lang.String,int)']

InputStreamBodyWriteToFuzzer

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['(java.lang.String)', 'ofSeconds(long)', '(java.lang.String,org.apache.hc.core5.net.NamedEndpoint)', 'assignConnection(org.apache.hc.core5.io.ModalCloseable)', 'toString()', 'getRequestConfigOrDefault()', 'discardEndpoint()', 'toURI()', 'addAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext)']

ByteArrayBodyWriteToFuzzer

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['(java.lang.String)', 'addAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext)', 'extractPathPrefix(org.apache.hc.core5.http.HttpRequest)', '(java.lang.String,org.apache.hc.core5.net.NamedEndpoint)', 'getServiceLoader(java.lang.ClassLoader)', 'getLogger(java.lang.Class)', 'isEmpty(java.lang.Object)', 'ofSeconds(long)', '(java.lang.String,java.nio.charset.CharsetDecoder,java.nio.charset.CharsetEncoder,org.apache.hc.core5.http.config.Http1Config,org.apache.hc.core5.http.ContentLengthStrategy,org.apache.hc.core5.http.ContentLengthStrategy,org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy,org.apache.hc.core5.http.io.HttpMessageWriterFactory,org.apache.hc.core5.http.io.HttpMessageParserFactory)', 'build()']

HttpFuzzer

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['(java.lang.String,org.apache.hc.core5.http.ContentType,java.lang.String,boolean)', 'ofSeconds(long)', 'addAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext)', 'setDependency(org.apache.hc.core5.concurrent.Cancellable)', 'build()', 'fireCallbacks()', 'getHopCount()', 'discardEndpoint()', 'isEmpty(java.lang.Object)', '(org.apache.hc.core5.util.CharArrayBuffer,boolean)']

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
[org.apache.hc.core5.http2.hpack.TestFifoLinkedList].testAddRemoveCycle() 42 0 0.0%
[org.apache.hc.core5.http2.hpack.TestFifoLinkedList].testGetIndex() 49 0 0.0%
[org.apache.hc.core5.http2.hpack.TestFifoBuffer].testAddRemoveCycle() 46 0 0.0%
[org.apache.hc.core5.http2.hpack.TestFifoBuffer].testExpand() 33 0 0.0%
[org.apache.hc.core5.http2.hpack.TestHPackCoding].testRequestDecodingWithoutHuffmanRFC7541Examples() 38 0 0.0%
[org.apache.hc.core5.http2.hpack.TestHPackCoding].testRequestDecodingWithHuffmanRFC7541Examples() 38 0 0.0%
[org.apache.hc.core5.http2.hpack.TestHPackCoding].testResponseDecodingWithoutHuffmanRFC7541Examples() 44 0 0.0%
[org.apache.hc.core5.http2.hpack.TestHPackCoding].testResponseDecodingWithHuffmanRFC7541Examples() 44 0 0.0%
[org.apache.hc.core5.http2.hpack.TestHPackCoding].testResponseEncodingWithoutHuffmanRFC7541Examples() 36 0 0.0%
[org.apache.hc.core5.http2.hpack.TestHPackCoding].testResponseEncodingWithHuffmanRFC7541Examples() 36 0 0.0%
[org.apache.hc.client5.http.async.methods.TestSimpleMessageBuilders].testResponseBasics() 40 0 0.0%
[org.apache.hc.client5.http.async.methods.TestSimpleMessageBuilders].testRequestBasics() 70 0 0.0%
[org.slf4j.helpers.MessageFormatterTest].testArrayThrowable() 44 0 0.0%
[org.apache.hc.core5.http2.frame.FramePrinter].printPayload(org.apache.hc.core5.http2.frame.RawFrame,java.lang.Appendable) 59 0 0.0% []
[org.slf4j.bridge.SLF4JBridgeHandlerTest].testLogWithResourceBundleWithParameters() 31 0 0.0%
[org.apache.commons.logging.impl.SimpleLog].log(int,java.lang.Object,java.lang.Throwable) 35 0 0.0%
[org.apache.hc.core5.http.impl.io.TestHttpRequestExecutor].testExecutionEntityEnclosingRequestWithExpectContinueMultiple1xxResponses() 34 0 0.0%
[org.apache.hc.core5.http.impl.io.HttpService].handleRequest(org.apache.hc.core5.http.io.HttpServerConnection,org.apache.hc.core5.http.protocol.HttpContext) 33 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.core5.http.impl.io.SessionInputBufferImpl].readLine(org.apache.hc.core5.util.CharArrayBuffer,java.io.InputStream) 34 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.core5.http.impl.io.TestSessionInOutBuffers].testBasicReadWriteLine() 39 0 0.0%
[org.apache.hc.core5.http.impl.io.TestSessionInOutBuffers].testComplexReadWriteLine() 78 0 0.0%
[org.apache.hc.core5.http.impl.io.TestSessionInOutBuffers].testBasicReadWriteLineLargeBuffer() 37 0 0.0%
[org.apache.hc.core5.http.impl.io.TestSessionInOutBuffers].testReadWriteBytes() 48 0 0.0%
[org.apache.hc.core5.http.impl.io.TestSessionInOutBuffers].testMultibyteCodedReadWriteLine() 41 0 0.0%
[org.apache.hc.core5.http.impl.io.HttpRequestExecutor].execute(org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.core5.http.io.HttpClientConnection,org.apache.hc.core5.http.io.HttpResponseInformationCallback,org.apache.hc.core5.http.protocol.HttpContext) 62 0 0.0% []
[org.apache.hc.core5.http.impl.io.AbstractMessageParser].parseHeaders(org.apache.hc.core5.http.io.SessionInputBuffer,java.io.InputStream,int,int,org.apache.hc.core5.http.message.LineParser,java.util.List) 37 0 0.0%
[org.apache.hc.client5.http.utils.TestURIUtils].testResolve() 59 0 0.0%
[org.apache.hc.core5.http.impl.nio.AbstractMessageParser].parse(org.apache.hc.core5.http.nio.SessionInputBuffer,boolean) 33 0 0.0%
[org.apache.hc.core5.http.impl.nio.TestIdentityDecoder].testDecodingFileWithLimit() 47 0 0.0%
[org.apache.hc.core5.http.impl.nio.ChunkEncoder].write(java.nio.ByteBuffer) 32 0 0.0% []
[org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder].write(java.nio.ByteBuffer) 32 0 0.0% []
[org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler].consumeHeader(org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.EntityDetails) 31 0 0.0% []
[org.apache.hc.core5.http.impl.nio.TestLengthDelimitedDecoder].testBasicDecodingSmallBuffer() 40 0 0.0%
[org.apache.hc.core5.http.impl.nio.TestLengthDelimitedDecoder].testDecodingFileWithLimit() 47 0 0.0%
[org.apache.hc.core5.http.impl.nio.TestSessionInOutBuffers].testWriteLineChunks() 34 0 0.0%
[org.apache.hc.core5.http.impl.nio.TestSessionInOutBuffers].testBasicReadWriteLine() 32 0 0.0%
[org.apache.hc.core5.http.impl.nio.TestSessionInOutBuffers].testComplexReadWriteLine() 62 0 0.0%
[org.apache.hc.core5.http.impl.nio.TestSessionInOutBuffers].testMultibyteCodedReadWriteLine() 35 0 0.0%
[org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl].writeLine(org.apache.hc.core5.util.CharArrayBuffer) 58 0 0.0% []
[org.apache.hc.core5.http.impl.nio.ChunkDecoder].read(java.nio.ByteBuffer) 53 0 0.0% []
[org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer].onInput(java.nio.ByteBuffer) 56 0 0.0%
[org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl].readLine(org.apache.hc.core5.util.CharArrayBuffer,boolean) 63 0 0.0% []
[org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler].consumeHeader(org.apache.hc.core5.http.HttpResponse,org.apache.hc.core5.http.EntityDetails) 37 0 0.0% []
[org.apache.hc.client5.http.impl.auth.GGSSchemeBase].generateAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.protocol.HttpContext) 40 0 0.0%
[org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type3Message]. (java.util.Random,long,java.lang.String,java.lang.String,java.lang.String[],char[],byte,int,java.lang.String[],byte,java.security.cert.Certificate[],byte[],byte) 54 0 0.0%
[org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type3Message].buildMessage() 58 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.client5.http.impl.auth.HttpAuthenticator].updateAuthState(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpResponse,org.apache.hc.client5.http.AuthenticationStrategy,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext) 91 0 0.0% []
[org.apache.hc.client5.http.impl.auth.HttpAuthenticator].addAuthResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.ChallengeType,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.auth.AuthExchange,org.apache.hc.core5.http.protocol.HttpContext) 39 6 15.38% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.client5.http.impl.auth.DigestScheme].createDigestResponse(org.apache.hc.core5.http.HttpRequest) 135 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.client5.http.impl.auth.TestDigestScheme].testDigestNouceCount() 32 0 0.0%
[org.apache.hc.client5.http.impl.auth.TestDigestScheme].testDigestMD5SessA1AndCnonceConsistency() 46 0 0.0%
[org.apache.hc.client5.http.impl.auth.TestDigestScheme].testDigestSHA256SessA1AndCnonceConsistency() 46 0 0.0%
[org.apache.hc.client5.http.impl.auth.TestDigestScheme].testDigestSHA512256SessA1AndCnonceConsistency() 46 0 0.0%
[org.slf4j.instrumentation.ToStringHelper].renderArray(java.lang.Object,java.lang.Class) 59 0 0.0%
[org.apache.hc.core5.reactor.ssl.SSLIOSession].doHandshake(org.apache.hc.core5.reactor.IOSession) 49 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.core5.reactor.ssl.SSLIOSession].updateEventMask() 45 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap].create() 43 0 0.0% []
[org.apache.hc.core5.http.impl.bootstrap.HttpRequester].createConnection(java.net.Socket,org.apache.hc.core5.http.HttpHost) 37 0 0.0% []
[org.apache.hc.core5.http.impl.bootstrap.HttpRequester].execute(org.apache.hc.core5.http.HttpHost,org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.core5.http.io.HttpResponseInformationCallback,org.apache.hc.core5.util.Timeout,org.apache.hc.core5.http.protocol.HttpContext) 39 0 0.0% []
[org.apache.hc.core5.http.impl.bootstrap.RequestListener].createConnection(java.net.Socket) 31 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap].create() 52 0 0.0% []
[org.apache.hc.core5.testing.nio.H2CoreTransportMultiplexingTest].testValidityCheck() 31 0 0.0%
[org.apache.hc.core5.testing.nio.HttpCoreTransportTest].testSequentialRequestsSameEndpoint() 31 0 0.0%
[org.apache.hc.core5.testing.nio.H2IntegrationTest].testLargeGet() 33 0 0.0%
[org.apache.hc.core5.testing.nio.H2IntegrationTest].testPush() 31 0 0.0%
[org.apache.hc.core5.testing.nio.Http1IntegrationTest].testLargeGet() 33 0 0.0%
[org.apache.hc.core5.testing.nio.Http1IntegrationTest].testExpectationFailed() 50 0 0.0%
[org.apache.hc.core5.testing.nio.Http1IntegrationTest].testPipelinedConnectionClose() 44 0 0.0%
[org.apache.hc.core5.testing.nio.Http1IntegrationTest].testPipelinedInvalidRequest() 37 0 0.0%
[org.apache.hc.core5.testing.nio.Http1AuthenticationTest].testPostRequestAuthenticationNoExpectContinue() 32 0 0.0%
[org.apache.hc.client5.http.ssl.TestDefaultHostnameVerifier].testVerify() 79 0 0.0%
[org.apache.hc.client5.http.ssl.TestDefaultHostnameVerifier].testIdentityMatching() 31 0 0.0%
[org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy].verifySession(java.lang.String,javax.net.ssl.SSLSession,javax.net.ssl.HostnameVerifier) 44 0 0.0%
[org.apache.hc.client5.http.ssl.CertificatesToPlayWith]. () 34 0 0.0%
[org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory].verifySession(java.lang.String,javax.net.ssl.SSLSession,javax.net.ssl.HostnameVerifier) 44 0 0.0% []
[org.apache.hc.core5.http.message.TestBasicHeaderIterator].testInterspersed() 70 0 0.0%
[org.apache.hc.core5.http.message.TestBasicHeaderValueFormatter].testNVPFormatting() 51 0 0.0%
[org.apache.hc.core5.http.message.TestBasicHeaderValueParser].testNVParse() 90 0 0.0%
[org.apache.hc.core5.http.message.TestBasicHeaderValueParser].testNVParseAll() 37 0 0.0%
[org.apache.hc.core5.http.message.TestBasicLineParser].testSLParse() 49 0 0.0%
[org.apache.hc.core5.http.message.TestBasicLineParser].testInvalidHttpVersionParsing() 34 0 0.0%
[org.apache.hc.core5.testing.SocksProxy$SocksProxyHandler$1].establishConnection(java.io.DataInputStream,java.io.DataOutputStream) 51 0 0.0%
[org.apache.hc.core5.benchmark.HttpBenchmark].execute() 45 0 0.0%
[org.apache.hc.core5.benchmark.HttpBenchmark].doExecute(org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester,org.apache.hc.core5.benchmark.Stats) 35 0 0.0%
[org.apache.hc.core5.benchmark.CommandLineUtils].getOptions() 59 0 0.0%
[org.apache.hc.core5.benchmark.CommandLineUtils].parseCommandLine(org.apache.commons.cli.CommandLine) 64 0 0.0%
[org.apache.hc.core5.http.config.TestNamedElementChain].testBasics() 42 0 0.0%
[org.apache.hc.core5.http2.impl.nio.TestFrameInOutBuffers].testReadWriteFrame() 41 0 0.0%
[org.apache.hc.core5.http2.impl.nio.TestFrameInOutBuffers].testReadFrameMultipleSmallBuffer() 40 0 0.0%
[org.apache.hc.core5.http2.impl.nio.FrameInputBuffer].read(java.nio.ByteBuffer,java.nio.channels.ReadableByteChannel) 54 0 0.0% []
[org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer].onOutput() 58 0 0.0%
[org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer].processPendingCommands() 46 0 0.0%
[org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer].onException(java.lang.Exception) 36 0 0.0%
[org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer].consumeFrame(org.apache.hc.core5.http2.frame.RawFrame) 196 0 0.0%
[org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer].consumeSettingsFrame(java.nio.ByteBuffer) 32 0 0.0%
[org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler].consumeHeader(java.util.List,boolean) 35 0 0.0%
[org.apache.hc.core5.ssl.TestSSLContextBuilder].testSSLHandshakeServerCustomTrustStrategy() 44 0 0.0%
[org.apache.hc.core5.ssl.TestSSLContextBuilder].testSSLHandshakeClientAuthenticated() 31 0 0.0%
[org.apache.hc.core5.ssl.TestSSLContextBuilder].testSSLHandshakeClientAuthenticatedPrivateKeyStrategy() 33 0 0.0%
[org.apache.hc.core5.ssl.TestSSLContextBuilder].testSSLHandshakeProtocolMismatch2() 31 0 0.0%
[org.apache.hc.core5.ssl.TestSSLContextBuilder].testJSSEEndpointIdentification() 35 0 0.0%
[org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy].select(org.apache.hc.client5.http.auth.ChallengeType,java.util.Map,org.apache.hc.core5.http.protocol.HttpContext) 32 0 0.0%
[org.apache.hc.client5.http.impl.io.TestPoolingHttpClientConnectionManager].testTargetConnect() 51 0 0.0%
[org.apache.hc.client5.http.impl.io.TestPoolingHttpClientConnectionManager].testProxyConnectAndUpgrade() 44 0 0.0%
[org.apache.hc.client5.http.impl.io.TestBasicHttpClientConnectionManager].testTargetConnect() 42 0 0.0%
[org.apache.hc.client5.http.impl.io.TestBasicHttpClientConnectionManager].testProxyConnectAndUpgrade() 34 0 0.0%
[org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager].release(org.apache.hc.client5.http.io.ConnectionEndpoint,java.lang.Object,org.apache.hc.core5.util.TimeValue) 33 13 39.39% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$3].get(org.apache.hc.core5.util.Timeout) 46 16 34.78% []
[org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator].connect(org.apache.hc.client5.http.io.ManagedHttpClientConnection,org.apache.hc.core5.http.HttpHost,org.apache.hc.core5.net.NamedEndpoint,java.net.InetSocketAddress,org.apache.hc.core5.util.Timeout,org.apache.hc.core5.http.io.SocketConfig,java.lang.Object,org.apache.hc.core5.http.protocol.HttpContext) 64 33 51.56% []
[org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap].create() 49 0 0.0% []
[org.slf4j.simple.SimpleLogger].innerHandleNormalizedLoggingCall(org.slf4j.event.Level,java.util.List,java.lang.String[],java.lang.Object,java.lang.Throwable) 37 0 0.0%
[org.apache.hc.client5.http.psl.TestPublicSuffixMatcher].testGetDomainRootAnyType() 31 0 0.0%
[org.apache.hc.client5.http.psl.TestPublicSuffixMatcher].testGetDomainRootPublicSuffixList() 79 0 0.0%
[org.apache.hc.client5.http.psl.PublicSuffixListParser].parseByType(java.io.Reader) 36 0 0.0% ['HttpFuzzer']
[org.apache.hc.core5.util.TestTimeValue].testMin() 64 0 0.0%
[org.apache.hc.core5.http.support.TestBasicMessageBuilders].testResponseBasics() 40 0 0.0%
[org.apache.hc.core5.http.support.TestBasicMessageBuilders].testRequestBasics() 70 0 0.0%
[org.apache.hc.core5.http.examples.ClassicFileServerExample$HttpFileHandler].handle(org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.core5.http.ClassicHttpResponse,org.apache.hc.core5.http.protocol.HttpContext) 31 0 0.0%
[org.apache.hc.core5.http.examples.AsyncReverseProxyExample].main(java.lang.String[]) 35 0 0.0%
[org.apache.hc.core5.http.examples.AsyncFileServerExample$1].handle(org.apache.hc.core5.http.Message,org.apache.hc.core5.http.nio.AsyncServerRequestHandler$ResponseTrigger,org.apache.hc.core5.http.protocol.HttpContext) 37 0 0.0%
[org.apache.hc.core5.http.examples.ClassicFileServerExample].main(java.lang.String[]) 32 0 0.0%
[org.apache.hc.core5.http2.impl.DefaultH2RequestConverter].convert(java.util.List) 59 0 0.0% []
[org.apache.hc.client5.http.protocol.RequestAuthCache].process(org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.EntityDetails,org.apache.hc.core5.http.protocol.HttpContext) 38 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.client5.http.protocol.RequestAddCookies].process(org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.EntityDetails,org.apache.hc.core5.http.protocol.HttpContext) 74 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.core5.pool.StrictConnPool].processPendingRequest(org.apache.hc.core5.pool.StrictConnPool$LeaseRequest) 48 22 45.83% []
[org.apache.hc.core5.pool.TestStrictConnPool].testMaxLimits() 63 0 0.0%
[org.apache.hc.core5.pool.TestStrictConnPool].testConnectionRedistributionOnTotalMaxLimit() 70 0 0.0%
[org.apache.hc.core5.pool.TestStrictConnPool].testStatefulConnectionRedistributionOnPerRouteMaxLimit() 47 0 0.0%
[org.apache.hc.core5.pool.TestStrictConnPool].testCloseIdle() 40 0 0.0%
[org.apache.hc.core5.pool.TestLaxConnPool].testMaxLimits() 62 0 0.0%
[org.apache.hc.core5.pool.TestLaxConnPool].testCloseIdle() 41 0 0.0%
[org.apache.hc.core5.http.protocol.ResponseConnControl].process(org.apache.hc.core5.http.HttpResponse,org.apache.hc.core5.http.EntityDetails,org.apache.hc.core5.http.protocol.HttpContext) 33 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.core5.http.protocol.ForwardedRequest].process(org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.EntityDetails,org.apache.hc.core5.http.protocol.HttpContext) 41 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.core5.testing.reactive.ReactiveRandomProcessor].processRequest(org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.EntityDetails,org.apache.hc.core5.http.nio.ResponseChannel,org.apache.hc.core5.http.protocol.HttpContext,org.reactivestreams.Publisher,org.apache.hc.core5.function.Callback) 32 0 0.0%
[org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder].buildEntity() 35 0 0.0% []
[org.apache.hc.client5.http.entity.mime.TestMultipartPartBuilder].testBuildBodyPartCustomHeaders() 35 0 0.0%
[org.apache.hc.client5.http.entity.mime.TestFormBodyPartBuilder].testBuildBodyPartCustomHeaders() 35 0 0.0%
[org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy].keepAlive(org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.HttpResponse,org.apache.hc.core5.http.protocol.HttpContext) 48 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.core5.http2.impl.io.FrameOutputBuffer].write(org.apache.hc.core5.http2.frame.RawFrame,java.io.OutputStream) 33 0 0.0% []
[org.apache.hc.core5.http2.impl.io.TestFrameInOutBuffers].testReadFrameMultipleSmallBuffer() 40 0 0.0%
[org.apache.hc.client5.testing.async.TestHttp1Async].testSharedPool() 43 0 0.0%
[org.apache.hc.client5.testing.async.TestHttp1Async].testRequestCancellation() 43 0 0.0%
[org.apache.hc.client5.testing.async.AbstractHttpAsyncClientAuthenticationTest].testBasicAuthenticationCredentialsCachingByPathPrefix() 44 0 0.0%
[org.apache.hc.client5.testing.async.AbstractHttpAsyncClientAuthenticationTest].testBearerTokenAuthentication() 44 0 0.0%
[org.apache.hc.client5.testing.async.TestHttp1Reactive].testSharedPool() 38 0 0.0%
[org.apache.hc.client5.testing.async.TestHttp1AsyncStatefulConnManagement].testRouteSpecificPoolRecylcing() 40 0 0.0%
[org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler].parse(org.apache.hc.client5.http.cookie.SetCookie,java.lang.String) 56 0 0.0% []
[org.apache.hc.client5.http.impl.cookie.TestBasicCookieAttribHandlers].testPublicSuffixFilter() 31 0 0.0%
[org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec].parse(org.apache.hc.core5.http.Header,org.apache.hc.client5.http.cookie.CookieOrigin) 54 0 0.0% []
[org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec].formatCookies(java.util.List) 31 0 0.0%
[org.apache.hc.client5.testing.sync.TestConnectionManagement].testReleaseConnection() 34 0 0.0%
[org.apache.hc.client5.testing.sync.TestConnectionManagement].testReleaseConnectionWithTimeLimits() 41 0 0.0%
[org.apache.hc.client5.testing.sync.TestStatefulConnManagement].testStatefulConnections() 31 0 0.0%
[org.apache.hc.client5.testing.sync.TestDefaultClientTlsStrategy].testHostnameVerificationClient() 33 0 0.0%
[org.apache.hc.client5.testing.sync.TestClientAuthentication].testBasicAuthenticationCredentialsCachingByPathPrefix() 31 0 0.0%
[org.apache.hc.client5.http.impl.classic.MinimalHttpClient].doExecute(org.apache.hc.core5.http.HttpHost,org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.core5.http.protocol.HttpContext) 49 0 0.0% []
[org.apache.hc.client5.http.impl.classic.TestConnectExec].testEstablishRouteViaProxyTunnelRetryOnAuthChallengePersistentConnection() 33 0 0.0%
[org.apache.hc.client5.http.impl.classic.TestConnectExec].testEstablishRouteViaProxyTunnelRetryOnAuthChallengeNonPersistentConnection() 31 0 0.0%
[org.apache.hc.client5.http.impl.classic.TestProtocolExec].testExecRequestRetryOnAuthChallenge() 33 0 0.0%
[org.apache.hc.client5.http.impl.classic.TestProtocolExec].testExecEntityEnclosingRequestRetryOnAuthChallenge() 37 0 0.0%
[org.apache.hc.client5.http.impl.classic.ConnectExec].execute(org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.client5.http.classic.ExecChain$Scope,org.apache.hc.client5.http.classic.ExecChain) 53 17 32.07% []
[org.apache.hc.client5.http.impl.classic.ConnectExec].createTunnelToTarget(java.lang.String,org.apache.hc.client5.http.HttpRoute,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.classic.ExecRuntime,org.apache.hc.client5.http.protocol.HttpClientContext) 49 0 0.0% []
[org.apache.hc.client5.http.impl.classic.TestRedirectExec].testFundamentals() 36 0 0.0%
[org.apache.hc.client5.http.impl.classic.TestRedirectExec].testCrossSiteRedirect() 37 0 0.0%
[org.apache.hc.client5.http.impl.classic.TestRedirectExec].testAllowCircularRedirects() 34 0 0.0%
[org.apache.hc.client5.http.impl.classic.TestRedirectExec].testPutSeeOtherRedirect() 42 0 0.0%
[org.apache.hc.client5.http.impl.classic.InternalExecRuntime].acquireEndpoint(java.lang.String,org.apache.hc.client5.http.HttpRoute,java.lang.Object,org.apache.hc.client5.http.protocol.HttpClientContext) 34 18 52.94% []
[org.apache.hc.client5.http.impl.classic.RedirectExec].execute(org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.client5.http.classic.ExecChain$Scope,org.apache.hc.client5.http.classic.ExecChain) 82 10 12.19% []
[org.apache.hc.client5.http.impl.classic.ProxyClient].tunnel(org.apache.hc.core5.http.HttpHost,org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.Credentials) 39 0 0.0% []
[org.apache.hc.client5.http.impl.classic.MainClientExec].execute(org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.client5.http.classic.ExecChain$Scope,org.apache.hc.client5.http.classic.ExecChain) 44 0 0.0% []
[org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec].execute(org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.client5.http.classic.ExecChain$Scope,org.apache.hc.client5.http.classic.ExecChain) 68 14 20.58% []
[org.apache.hc.client5.http.impl.classic.ProtocolExec].execute(org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.client5.http.classic.ExecChain$Scope,org.apache.hc.client5.http.classic.ExecChain) 95 42 44.21% []
[org.apache.hc.core5.testing.compatibility.classic.HttpBinClassicCompatTest].test_sequential_request_execution() 35 0 0.0%
[org.apache.hc.core5.reactor.SocksProxyProtocolHandler].inputReady(org.apache.hc.core5.reactor.IOSession,java.nio.ByteBuffer) 87 0 0.0% []
[org.apache.hc.core5.reactor.IOReactorConfigTest].testCustomIOReactorConfig() 37 0 0.0%
[org.apache.hc.core5.reactor.TestAbstractIOSessionPool].testGetSessions() 37 0 0.0%
[org.apache.hc.client5.testing.compatibility.async.CachingHttpAsyncClientCompatibilityTest].test_get_from_cache() 81 0 0.0%
[org.apache.hc.client5.http.cache.example.ClientCacheControl].main(java.lang.String[]) 37 0 0.0%
[org.apache.hc.client5.http.cache.example.AsyncClientCacheControl].main(java.lang.String[]) 48 0 0.0%
[org.apache.hc.core5.net.URIBuilder].buildString() 47 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.core5.net.TestURIAuthority].testParse() 54 0 0.0%
[org.apache.hc.client5.http.examples.AsyncClientH2Multiplexing].main(java.lang.String[]) 42 0 0.0%
[org.apache.hc.client5.http.examples.ClientConfiguration].main(java.lang.String[]) 72 0 0.0%
[org.apache.hc.client5.http.examples.ClientWithRequestFuture].main(java.lang.String[]) 36 0 0.0%
[org.apache.hc.client5.http.impl.cache.AsyncCachingExec].handleCacheHit(org.apache.hc.client5.http.cache.RequestCacheControl,org.apache.hc.client5.http.cache.ResponseCacheControl,org.apache.hc.client5.http.impl.cache.CacheHit,org.apache.hc.core5.http.HttpHost,org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.nio.AsyncEntityProducer,org.apache.hc.client5.http.async.AsyncExecChain$Scope,org.apache.hc.client5.http.async.AsyncExecChain,org.apache.hc.client5.http.async.AsyncExecCallback) 83 0 0.0%
[org.apache.hc.client5.http.impl.cache.CachingExec].handleCacheHit(org.apache.hc.client5.http.cache.RequestCacheControl,org.apache.hc.client5.http.cache.ResponseCacheControl,org.apache.hc.client5.http.impl.cache.CacheHit,org.apache.hc.core5.http.HttpHost,org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.client5.http.classic.ExecChain$Scope,org.apache.hc.client5.http.classic.ExecChain) 72 0 0.0%
[org.apache.hc.client5.http.impl.cache.CachingExec].cacheAndReturnResponse(org.apache.hc.core5.http.HttpHost,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.classic.ExecChain$Scope,org.apache.hc.core5.http.ClassicHttpResponse,java.time.Instant,java.time.Instant) 44 0 0.0%
[org.apache.hc.client5.http.impl.cache.CachingExec].negotiateResponseFromVariants(org.apache.hc.core5.http.HttpHost,org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.client5.http.classic.ExecChain$Scope,org.apache.hc.client5.http.classic.ExecChain,java.util.List) 38 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestProtocolRecommendations].testRetriesValidationThatResultsInAnOlderDated304Response() 38 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestProtocolRecommendations].testSendsAllVariantEtagsInConditionalRequest() 34 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestProtocolRecommendations].testResponseToExistingVariantsUpdatesEntry() 33 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestProtocolRecommendations].shouldInvalidateAllVariantsForUnknownMethod() 35 0 0.0%
[org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser].lambda$parseResponse$0(org.apache.hc.client5.http.cache.ResponseCacheControl$Builder,java.lang.String,java.lang.String) 37 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestHttpCacheJiraNumber1147].testIssue1147() 41 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestCachingExecChain].testVariantMissServerIfReturns304CacheReturns200() 44 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestCachingExecChain].testVariantsMissServerReturns304CacheReturns304() 43 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestCachingExecChain].testSmallEnoughResponsesAreCached() 31 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestCachingExecChain].testNotModifiedResponseUpdatesCacheEntry() 32 0 0.0%
[org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer].serialize(org.apache.hc.client5.http.cache.HttpCacheStorageEntry) 68 0 0.0%
[org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer].deserialize(byte[]) 84 0 0.0%
[org.apache.hc.client5.http.impl.cache.CacheControlGeneratorTest].testGenerateRequestCacheControlHeader() 34 0 0.0%
[org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker].assessSuitability(org.apache.hc.client5.http.cache.RequestCacheControl,org.apache.hc.client5.http.cache.ResponseCacheControl,org.apache.hc.core5.http.HttpRequest,org.apache.hc.client5.http.cache.HttpCacheEntry,java.time.Instant) 68 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestBasicHttpAsyncCache].testGetCacheEntryReturnsVariantWithMostRecentDateHeader() 32 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestBasicHttpAsyncCache].testGetVariantCacheEntriesReturnsAllVariants() 44 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestBasicHttpAsyncCache].testUpdateCacheEntry() 34 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestBasicHttpAsyncCache].testUpdateVariantCacheEntry() 36 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestBasicHttpAsyncCache].testUpdateCacheEntryTurnsVariant() 35 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestBasicHttpAsyncCache].testStoreFromNegotiatedVariant() 34 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestProtocolRequirements].test304ResponseGeneratedFromCacheIncludesExpiresCacheControlAndOrVaryIfResponseMightDiffer() 33 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestProtocolRequirements].testMustReturnACacheEntryIfItCanRevalidateIt() 36 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestProtocolRequirements].testValidationMustUseETagIfProvidedByOriginServer() 33 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestProtocolRequirements].testUpdatedEndToEndHeadersFrom304ArePassedOnResponseAndUpdatedInCacheEntry() 31 0 0.0%
[org.apache.hc.client5.http.impl.cache.TestBasicHttpCache].testGetVariantCacheEntriesReturnsAllVariants() 34 0 0.0%
[org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy].isResponseCacheable(org.apache.hc.client5.http.cache.ResponseCacheControl,org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.HttpResponse) 56 0 0.0%
[org.apache.hc.client5.testing.compatibility.sync.CachingHttpClientCompatibilityTest].test_get_from_cache() 65 0 0.0%
[org.apache.hc.client5.http.TestHttpRoute].testCstrFullFlags() 34 0 0.0%
[org.apache.hc.client5.http.TestHttpRoute].testEqualsHashcodeClone() 89 0 0.0%
[org.apache.hc.core5.testing.framework.TestingFrameworkRequestHandler].handle(org.apache.hc.core5.http.ClassicHttpRequest,org.apache.hc.core5.http.ClassicHttpResponse,org.apache.hc.core5.http.protocol.HttpContext) 74 0 0.0%
[org.apache.hc.core5.testing.framework.ClassicTestClientAdapter].execute(java.lang.String,java.util.Map) 66 0 0.0%
[org.apache.hc.client5.http.impl.async.AsyncConnectExec].doProceedToNextHop(org.apache.hc.client5.http.impl.async.AsyncConnectExec$State,org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.nio.AsyncEntityProducer,org.apache.hc.client5.http.async.AsyncExecChain$Scope,org.apache.hc.client5.http.async.AsyncExecChain,org.apache.hc.client5.http.async.AsyncExecCallback) 31 0 0.0% ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer']
[org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder].build() 159 0 0.0% []
[org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder].build() 133 0 0.0% []
[org.apache.hc.client5.http.impl.async.AsyncRedirectExec$1].handleResponse(org.apache.hc.core5.http.HttpResponse,org.apache.hc.core5.http.EntityDetails) 56 0 0.0% []
[org.apache.hc.client5.http.impl.async.AsyncProtocolExec].execute(org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.nio.AsyncEntityProducer,org.apache.hc.client5.http.async.AsyncExecChain$Scope,org.apache.hc.client5.http.async.AsyncExecChain,org.apache.hc.client5.http.async.AsyncExecCallback) 41 0 0.0% []
[org.apache.hc.client5.http.impl.routing.TestRouteDirector].testLocalDirect() 34 0 0.0%
[org.apache.hc.client5.http.impl.routing.TestRouteDirector].testProxyTLS() 60 0 0.0%
[org.apache.hc.client5.http.impl.routing.TestRouteTracker].testEqualsHashcodeCloneToString() 110 0 0.0%
[org.apache.hc.client5.http.impl.routing.TestRouteTracker].checkVia(org.apache.hc.client5.http.RouteTracker,org.apache.hc.client5.http.HttpRoute,org.apache.hc.client5.http.routing.HttpRouteDirector,int) 53 0 0.0%
[org.apache.hc.core5.http2.examples.H2MultiStreamExecutionExample].main(java.lang.String[]) 31 0 0.0%
[org.apache.hc.core5.http2.examples.H2FileServerExample$1].handle(org.apache.hc.core5.http.Message,org.apache.hc.core5.http.nio.AsyncServerRequestHandler$ResponseTrigger,org.apache.hc.core5.http.protocol.HttpContext) 35 0 0.0%
[org.apache.hc.core5.testing.classic.ClassicTLSIntegrationTest].testTLSSuccess() 37 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
org.apache.hc.client5.http.auth.AuthScope ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.config.H2Config$Builder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncConnectExec$6 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.BasicHttpClientResponseHandler [] []
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncProtocolExec$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionEnd__54 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$lambda_validateSession_0__28 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncConnectExec ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.event.DefaultLoggingEvent [] []
org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_failed_1__13 ['StringBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.DefaultAddressResolver ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$1 ['HttpFuzzer'] []
org.apache.hc.client5.http.auth.AuthExchange$State [] []
org.apache.hc.core5.http.message.HttpRequestWrapper ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$abort__62 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_0__46 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.message.BasicLineParser$get__52 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.hpack.HuffmanEncoder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.utils.Base64 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.utils.ByteArrayBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.nio.AsyncConnectionEndpoint$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_1__41 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.routing.BasicRouteDirector ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_2__5 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_1__40 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.GzipCompressingEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.DefaultDisposalCallback ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.routing.PathPatternMatcher ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
java.lang.ProcessBuilder [] []
org.apache.hc.core5.http2.hpack.FifoLinkedList ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.DnsResolver$lambda_resolve_0__33 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_updateCapacity_1__64 ['InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.ConnPoolSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.frame.FrameFlag ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestTE ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.nio.pool.H2ConnPool$lambda_validateSession_0__63 ['HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.AbstractIOSessionPool$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_0__58 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpServer$Status [] []
org.apache.hc.client5.http.socket.PlainConnectionSocketFactory [] []
org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.AuthChallengeParser$ChallengeInt ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.nio.pool.H2ConnPool$lambda_validateSession_0__29 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.message.TokenParser ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy [] []
org.apache.hc.core5.reactor.IOWorkerSelectors$GenericSelector ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.auth.UsernamePasswordCredentials ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.utils.DateUtils ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.ContentType$lambda_parse_0__5 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.io.SocketConfig ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.hpack.StaticTable ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_3__7 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.HttpResponseException [] []
org.apache.hc.core5.http.impl.CharCodingSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.StrictConnPool$LeaseRequest ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.ListenerEndpointRequest ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.PathEntityProducer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_verify_1__41 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$MD4 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder [] []
org.apache.hc.core5.http.impl.routing.UriPathRouter$RegexMatcher ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.psl.PublicSuffixList ['HttpFuzzer'] []
org.apache.hc.client5.http.protocol.NextNonceInterceptor ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$ScheduledRequestExecution ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.H2TlsSupport$lambda_enforceRequirements_0__27 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.concurrent.CompletingFutureContribution ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_verify_1__24 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_1__16 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$lambda_getTrailers_0__54 ['HttpFuzzer'] []
org.apache.hc.core5.http2.hpack.InboundDynamicTable ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$InternalAsyncClientEndpoint ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.ApplicationProtocol ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$HMACMD5 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.ByteArrayBuffer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestTargetHost ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.FrameInputBuffer$State [] []
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.InternalDataChannel$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.utils.URIUtils ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase$Status [] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ServerH2UpgradeHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.LazyDecompressingInputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.protocol.H2RequestValidateHost ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpRequester ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.H2StreamResetException ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.StringBody ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.support.Expectation [] []
org.apache.hc.core5.http2.impl.H2Processors [] []
org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder$IdleConnectionEvictor ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.ssl.SSLContextBuilder$TrustManagerDelegate [] []
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_initialize_0__42 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.classic.ConnectExec ['HttpFuzzer'] []
org.apache.hc.core5.http.protocol.ResponseServer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestUserAgent ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy$lambda_upgrade_0__37 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_2__9 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.util.Tokenizer ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$get__28 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.ssl.H2TlsSupport$lambda_enforceRequirements_0__45 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.protocol.HttpClientContext$lambda_getAuthExchange_0__30 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_updateCapacity_1__65 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer'] []
org.slf4j.event.EventRecordingLogger ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.TlsSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.BasicMarker ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.MessageSupport$add__19 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.reactor.IOSession$Status [] []
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.validator.ETag ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$getKey__43 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.HttpClientBuilder$getDefault__2 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.DigestScheme$DigestAlgorithm ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_1__83 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
InputStreamBodyWriteToFuzzer ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.config.RegistryBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.ssl.SSLContextBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer$CapacityWindow ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.StrictConnPool$lambda_getPool_0__27 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_0__61 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
FormBodyPartBuilderBuildFuzzer ['FormBodyPartBuilderBuildFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap [] []
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionEnd__40 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncConnectExec$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.NoConnectionReuseStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.BasicScheme$State ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.net.URIAuthority ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.Slf4jEnvUtil [] []
org.apache.hc.core5.http2.impl.nio.ClientHttp1UpgradeHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.FileEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_0__21 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy$lambda_determineLength_0__14 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2ConnPool ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.protocol.H2RequestConformance ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.event.KeyValuePair ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.GZIPInputStreamFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Timeout ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_1__23 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$lambda_getPerRoutePool_0__47 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.io.SessionInputBufferImpl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.HttpEntities$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.HttpEntities$2$lambda_getTrailers_0__55 ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.DecompressingEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.cookie.CookiePathComparator [] []
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.AsyncServer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_getCounter_0__41 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.auth.BearerSchemeFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.EndpointInfo ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$State [] []
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$CipherGen ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.config.H2Setting ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.BasicClientCookie ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
java.nio.file.Paths [] []
org.apache.hc.client5.http.impl.classic.ExecChainElement$execute__12 ['HttpFuzzer'] []
org.apache.hc.core5.concurrent.ComplexFuture$lambda_setDependency_0__41 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.SystemClock [] []
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy$lambda_determineLength_0__36 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.frame.FrameType ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_2__50 ['HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_1__2 ['FormBodyPartBuilderBuildFuzzer'] []
org.apache.hc.client5.http.auth.ChallengeType [] []
org.apache.hc.client5.http.entity.DeflateInputStreamFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.BasicNameValuePair ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.auth.BasicUserPrincipal ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionStart__52 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$lambda_execute_0__47 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.classic.HttpClientBuilder$castOrCreate__7 ['HttpFuzzer'] []
org.apache.hc.core5.util.DeadlineTimeoutException ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.ByteArrayEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.DefaultHttpProcessor ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.PoolConcurrencyPolicy [] []
org.apache.hc.core5.http2.protocol.H2ResponseContent ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
java.io.BufferedWriter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.HttpEntities$2$lambda_getTrailers_0__24 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.ssl.H2TlsSupport$lambda_enforceRequirements_0__44 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestExpectContinue ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_release_2__13 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.protocol.H2ResponseConnControl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.ContentType ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type1Message ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_1__27 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.message.HeaderGroup ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_getCounter_0__56 ['HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.TlsSupport$lambda_enforceStrongSecurity_0__44 ['StringBodyWriteToFuzzer'] []
org.apache.hc.core5.http.message.BasicLineFormatter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.async.methods.SimpleBody ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder ['FormBodyPartBuilderBuildFuzzer'] []
org.apache.hc.client5.http.entity.mime.FormBodyPart ['FormBodyPartBuilderBuildFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder [] []
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer$MessageDelineation [] []
org.apache.hc.core5.http.impl.io.EmptyInputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.DistinguishedNameParser ['HttpFuzzer'] []
org.apache.hc.core5.concurrent.ComplexFuture$lambda_setDependency_0__18 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.ContentInputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.MimeField$lambda_getBody_0__25 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.util.LangUtils ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.config.TlsConfig$Builder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.LoggingOutputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.RouteInfo$TunnelType [] []
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Mode [] []
org.apache.hc.client5.http.impl.auth.BearerScheme$State ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.protocol.RequestAuthCache ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.HttpEntityDigester ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$2 ['HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.HttpsSupport$lambda_getProperty_0__8 ['HttpFuzzer'] []
org.apache.hc.client5.http.auth.KerberosConfig$Builder [] []
org.apache.hc.client5.http.impl.Operations$lambda_static_0__35 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.BrotliDecompressingEntity ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_1__13 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.io.SocketTimeoutExceptionFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.RequestEntityProxy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.MessageState [] []
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.DefaultConnectingIOReactor ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.InputStreamEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.ChunkedInputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.support.HttpServerExpectationFilter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.cookie.CookieIdentityComparator [] []
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.HttpClients ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_verify_1__68 ['HttpFuzzer'] []
org.apache.hc.core5.reactor.IOReactorStatus [] []
org.apache.hc.core5.http2.hpack.HPackEncoder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester [] []
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.PoolEntry ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.Command$Priority [] []
org.apache.hc.core5.http.impl.io.SocketHolder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.nio.support.BasicPingHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.InternalConnectChannel ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$Continuation ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.DefaultBackoffStrategy ['HttpFuzzer'] []
org.apache.hc.core5.io.SocketSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.HttpMultipartMode [] []
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder [] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_release_2__45 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder$ExecInterceptorEntry$Position [] []
org.apache.hc.core5.http.io.entity.EntityUtils ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.SPNegoScheme ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.BasicRequestConsumer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.BasicHeaderIterator ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy$Coding [] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.BasicMDCAdapter$1 [] []
org.apache.hc.core5.http.io.entity.HttpEntities ['HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestContent ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.ChannelEntry ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.TlsSupport$lambda_enforceStrongSecurity_0__43 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.impl.BasicH2TransportMetrics ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
java.util.concurrent.Executor [] []
org.apache.hc.client5.http.impl.auth.DigestScheme$QualityOfProtection [] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__76 ['HttpFuzzer'] []
org.slf4j.helpers.NOP_FallbackServiceProvider ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__66 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.io.entity.HttpEntities$2$lambda_getTrailers_0__45 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.reactor.SocksProxyProtocolHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.BasicLineParser$get__79 ['HttpFuzzer'] []
org.apache.hc.core5.http.nio.command.RequestExecutionCommand ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestValidateHost ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.NTLMScheme$State [] []
org.apache.hc.core5.net.Host ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.ConscryptServerTlsStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.io.CloseMode [] []
org.apache.hc.core5.http.message.StatusLine ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$InternalConnectionEndpoint ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.routing.RequestRouter$Entry ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.DeflateInputStream$DeflateStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.hpack.OutboundDynamicTable$lambda_add_0__90 ['HttpFuzzer'] []
org.apache.hc.core5.util.TimeValue ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.DefaultRedirectStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.Reporter$TargetChoice [] []
org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.AIMDBackoffManager ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Args ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.ByteBufferEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.SocketConfig$Builder [] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__12 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.LaxConnPool$PerRoutePool$RequestServiceStrategy [] []
org.apache.hc.client5.http.ssl.SubjectName ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.HttpProcessors [] []
org.apache.hc.core5.http2.protocol.H2RequestTargetHost ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.protocol.RequestAddCookies ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.MarkerFactory [] []
org.apache.hc.client5.http.ssl.HostnameVerificationPolicy [] []
org.apache.hc.core5.http.message.BasicHttpResponse ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.hpack.OutboundDynamicTable ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_produceRequest_0__56 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.routing.DistributedProxySelector$lambda_nextSelector_0__60 ['HttpFuzzer'] []
org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.TimeoutValueException ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$4 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.VersionInfo ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.config.RequestConfig$Builder [] []
org.apache.hc.core5.http2.nio.pool.H2ConnPool$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionEnd__78 ['HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
StringBodyWriteToFuzzer ['StringBodyWriteToFuzzer'] []
org.apache.hc.client5.http.auth.KerberosCredentials ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.hpack.HuffmanDecoder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.support.ExpectSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.DnsResolver$lambda_resolve_0__59 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.GGSSchemeBase$State [] []
org.apache.hc.client5.http.impl.cookie.BasicPathHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.routing.UriPathRouter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.NullBackoffStrategy [] []
org.apache.hc.core5.http.message.BasicHeaderValueParser ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.LazyLineParser ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.protocol.RequestValidateTrace ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.BasicListHeaderIterator ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestHandlerRegistry ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.ssl.SSLContextBuilder$KeyManagerDelegate [] []
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_produceRequest_0__62 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.net.PercentCodec ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.IdentityInputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy$lambda_upgrade_0__64 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.AuthCacheKeeper ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.LoggerFactory$lambda_getServiceLoader_0__2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.StandardFilter [] []
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_0__25 ['StringBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.psl.PublicSuffixListParser ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_completed_0__13 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.HttpEntities$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder$ResponseInterceptorEntry$Position [] []
org.apache.hc.client5.http.impl.auth.BasicSchemeFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.IOSessionRequest ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.RequestLine ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.IOReactorConfig ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.BasicEndpointDetails ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_2__3 ['FormBodyPartBuilderBuildFuzzer'] []
org.apache.hc.core5.http.impl.nio.IdentityEncoder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.ByteBufferEntity$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.concurrent.CompletedFuture ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.LoggingExceptionCallback ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.routing.PathRoute ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.routing.RequestRouter$Builder [] []
org.apache.hc.core5.http.impl.io.IncomingHttpEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.async.methods.SimpleHttpRequest [] []
org.apache.hc.core5.http.nio.support.AsyncResponseBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.command.ShutdownCommand ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$NullOutputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_1__1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.LaxRedirectStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.frame.RawFrame ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.ssl.SSLContexts ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$5 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.routing.RoutingSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ConnectExceptionSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.protocol.H2RequestConnControl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.IdentityOutputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.H2ConnectionException ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.NOPMDCAdapter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.spi.NOPLoggingEventBuilder [] []
org.apache.hc.core5.http.protocol.ResponseConnControl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.NullEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.ResponseConformance ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$3 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.protocol.RequestClientConnControl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.SerializableEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.config.Http1Config ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.classic.methods.HttpUriRequestBase ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ExpandableBuffer$Mode [] []
org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.routing.UriPathRouter$OrderedMatcher ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_1__9 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_0__26 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$State [] []
org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.BasicPushProducer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.BufferedHttpEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.config.TlsConfig ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.DefaultHostnameVerifier ['HttpFuzzer'] []
org.apache.hc.client5.http.ssl.TrustAllStrategy [] []
org.apache.hc.client5.http.impl.classic.HttpClientBuilder$RequestInterceptorEntry$Position [] []
org.apache.hc.core5.http2.nio.pool.H2ConnPool$lambda_validateSession_0__46 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.ssl.TlsSupport$lambda_enforceStrongSecurity_0__46 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
java.io.BufferedReader ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.MultipartFormEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncConnectExec$5 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.cookie.CookieOrigin ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.InternalDataChannel ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.config.H2Param ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.EntityTemplate ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.HttpEntities$2$lambda_getTrailers_0__23 ['StringBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.protocol.H2ResponseConformance ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.InternalExecRuntime ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.routing.DistributedProxySelector$lambda_nextSelector_0__68 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.message.BasicLineParser$get__55 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncProtocolExec ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.ssl.SSLIOSession ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.AuthChallengeParser ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.utils.Hex [] []
org.apache.hc.client5.http.entity.mime.LegacyMultipart ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics$DurationCounter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_release_2__20 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.ConnectTimeoutException ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.ExecSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.PoolReusePolicy [] []
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_1__61 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$StaticBuffer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_0__15 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$InternalConnectionEndpoint ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.hpack.HPackRepresentation [] []
org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder [] []
org.apache.hc.client5.http.impl.auth.BearerScheme ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.AsyncPushBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.ThreadLocalMapOfStacks [] []
org.apache.hc.core5.pool.StrictConnPool$lambda_getPool_0__14 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$lambda_validateSession_0__50 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_produceRequest_0__86 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.ExecChainElement ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionEnd__53 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.reactor.ssl.TlsDetails ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.LaxConnPool$lambda_closeExpired_1__26 ['HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.FileBody ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.protocol.RedirectLocations ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.NoopEntityConsumer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.IOSessionImpl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ChunkDecoder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.SystemDefaultDnsResolver ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.cookie.CookiePriorityComparator [] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder [] []
org.apache.hc.client5.http.impl.classic.HttpClientBuilder ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.Operations$lambda_cancellable_1__36 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.entity.mime.InputStreamBody ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Deadline ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.NormalizedParameters ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.BasicMDCAdapter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$Cursor ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.StrictConnPool$lambda_getPool_0__21 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.nio.command.PingCommand ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.ExceptionListener$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.support.ExpectSupport$lambda_parse_0__38 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.DefaultSchemePortResolver ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.URIScheme ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.LaxConnPool$LeaseRequest ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1$lambda_completed_0__36 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_completed_0__17 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.Operations$lambda_static_0__50 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.ssl.NoopHostnameVerifier ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.ssl.SSLIOSession$TLSHandShakeState [] []
org.apache.hc.core5.http.impl.nio.ChunkDecoder$State [] []
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$ConnectionHandshake [] []
org.apache.hc.client5.http.impl.classic.CloseableHttpResponse ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.config.CharCodingConfig$Builder [] []
org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder [] []
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_initialize_0__43 ['StringBodyWriteToFuzzer'] []
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.frame.FramePrinter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestConformance ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.HttpClientBuilder$ExecInterceptorEntry$Position [] []
org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.DistinguishedNameParser$InternalTokenParser ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.LazyLaxLineParser ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.concurrent.ComplexCancellable ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_failed_1__21 ['HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.BasicClassicHttpRequest ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.concurrent.DefaultThreadFactory ['HttpFuzzer'] []
org.apache.hc.core5.http2.impl.io.FrameOutputBuffer [] []
org.apache.hc.core5.http.io.entity.StringEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap [] []
org.apache.hc.core5.http2.hpack.StaticTable$InternalEntry ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.BasicLineParser ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.async.methods.SimpleResponseBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.PathEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.BasicRequestProducer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap [] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1$lambda_completed_0__31 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__3 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.Method ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_0__48 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.LinearBackoffManager$lambda_probe_1__37 ['HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_1__4 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$lambda_getPerRoutePool_0__30 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.message.BasicHeaderElement ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.H2TlsSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_produceRequest_0__63 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.impl.nio.FrameInputBuffer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.MainClientExec ['HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$lambda_updateCapacity_1__88 ['HttpFuzzer'] []
org.apache.hc.core5.annotation.ThreadingBehavior [] []
org.apache.hc.client5.http.impl.IdleConnectionEvictor ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$lambda_execute_0__57 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.NoopUserTokenHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer [] []
org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.routing.RequestRouter$SingleAuthorityResolver ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.config.CharCodingConfig ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.UriPatternType [] []
org.apache.hc.client5.http.async.methods.SimpleHttpResponse ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap [] []
org.apache.hc.core5.http2.hpack.OutboundDynamicTable$lambda_add_0__59 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.LoggingIOSession ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.LoggingSocketHolder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.FixedPortStrategy [] []
org.apache.hc.core5.reactor.SingleCoreListeningIOReactor ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.cookie.BasicCookieStore ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_0__39 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.message.BasicTokenIterator ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_completed_0__12 ['StringBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.RequestSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$lambda_getPerRoutePool_0__51 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.auth.BasicScheme ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.BasicResponseConsumer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.MimeField$lambda_getBody_0__43 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_initialize_0__25 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_1__8 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.io.Closer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.HttpException ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.LenientHttpResponseParser ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.ExponentialBackoffManager ['HttpFuzzer'] []
org.apache.hc.core5.http.message.BasicLineParser$get__60 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.concurrent.ComplexFuture ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.support.BasicResponseBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.TlsSupport$lambda_enforceStrongSecurity_0__26 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.Operations$lambda_cancellable_1__81 ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.entity.HttpEntities$2$lambda_getTrailers_0__21 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.Operations ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_1__26 ['StringBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__92 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$lambda_execute_0__85 ['HttpFuzzer'] []
org.apache.hc.client5.http.async.methods.SimpleRequestBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.nio.pool.H2ConnPool$lambda_validateSession_0__47 ['StringBodyWriteToFuzzer'] []
org.apache.hc.client5.http.protocol.RequestExpectContinue ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.frame.StreamIdGenerator$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader ['HttpFuzzer'] []
org.apache.hc.core5.http2.frame.DefaultFrameFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.BasicHttpTransportMetrics ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.async.methods.SimpleResponseConsumer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.ssl.SSLIOSession$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_0__22 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.support.ExpectSupport$lambda_parse_0__17 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.protocol.ResponseProcessCookies ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.net.WWWFormCodec ['HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy$lambda_upgrade_0__20 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.net.URISupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.ResponseContent ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.FixedCredentialsProvider ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.FileEntityProducer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_1__60 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.pool.StrictConnPool$lambda_closeExpired_2__22 ['HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$lambda_produce_0__4 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.reactor.AbstractIOSessionPool$1$lambda_completed_0__35 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.entity.mime.MimeField$lambda_getBody_0__29 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.IdentityDecoder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.net.URLEncodedUtils [] []
org.apache.hc.core5.http.nio.command.CommandSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_1__66 ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.RequestListener ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer$lambda_streamStart_0__67 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec ['HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.BasicAuthCache ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$SettingsHandshake [] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1$lambda_completed_0__57 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.HttpCoreContext ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_1__22 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.message.BasicClassicHttpResponse ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.LaxConnPool$PerRoutePool$1 ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.ContentLengthInputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.net.Ports ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.support.ClassicRequestBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.event.SubstituteLoggingEvent ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.HttpCoreContext$Delegate ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.ByteArrayBody ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.ChainBuilder ['HttpFuzzer'] []
org.apache.hc.client5.http.protocol.HttpClientContext$Delegate ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.classic.methods.HttpTrace ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpRequester$PoolEntryHolder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer$State [] []
org.apache.hc.core5.http2.hpack.HuffmanNode ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.LoggerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy$lambda_upgrade_0__67 ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.AbstractMessageParser$State [] []
org.apache.hc.client5.http.impl.async.AsyncConnectExec$4 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.LaxConnPool ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.event.Level ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.NOPLogger ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$2 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.Operations$lambda_cancellable_1__51 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.ProtocolVersion ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$lambda_getPerRoutePool_0__72 ['HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$lambda_produceOutput_0__64 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.InMemoryDnsResolver ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.ProtocolSwitchStrategy$ProtocolSwitch [] []
org.apache.hc.core5.pool.StrictConnPool ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.DnsResolver$lambda_resolve_0__32 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.protocol.UriRegexMatcher ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_failed_1__12 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.ssl.H2TlsSupport$lambda_enforceRequirements_0__41 ['StringBodyWriteToFuzzer'] []
org.apache.hc.client5.http.auth.KerberosConfig$Option [] []
org.apache.hc.client5.http.entity.mime.MimeField$lambda_getBody_0__51 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.AbstractBackoff$lambda_probe_1__36 ['HttpFuzzer'] []
org.apache.hc.core5.pool.StrictConnPool$PerRoutePool ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_0__8 ['FileBodyWriteToFuzzer'] []
org.slf4j.helpers.SubstituteLoggerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.SingleCoreIOReactor$lambda_reportStatusToThreadPoolListener_0__26 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.protocol.RequestIfRange ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap [] []
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$lambda_validateSession_0__46 ['StringBodyWriteToFuzzer'] []
org.apache.hc.client5.http.protocol.HttpClientContext$lambda_getAuthExchange_0__36 ['StringBodyWriteToFuzzer'] []
org.apache.hc.client5.http.auth.AuthExchange ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.psl.DomainType [] []
org.apache.hc.client5.http.async.methods.BasicHttpRequests [] []
org.apache.hc.core5.http.support.ExpectSupport$lambda_parse_0__16 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.protocol.HttpClientContext$lambda_getAuthExchange_0__55 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$lambda_validateSession_0__62 ['HttpFuzzer'] []
org.apache.hc.core5.http.HttpVersion ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_0__12 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.message.MessageSupport$add__6 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$1 ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ChunkEncoder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.ContentType$lambda_parse_0__22 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder [] []
org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder$ResponseInterceptorEntry$Position [] []
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionStart__77 ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ServerH2IOEventHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$lambda_produceOutput_0__61 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.reactor.SingleCoreIOReactor$lambda_reportStatusToThreadPoolListener_0__52 ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.ChunkedInputStream$State [] []
org.apache.hc.core5.http.ssl.TlsCiphers ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.RequestConnControl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.HttpResponseWrapper ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.MimeField ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder [] []
org.apache.hc.client5.http.ssl.DefaultHostnameVerifier$HostNameType [] []
org.apache.hc.core5.http.ProtocolVersionParser ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$abort__63 ['StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.reactor.SocksProxyProtocolHandler$State [] []
org.apache.hc.core5.http.impl.nio.ExpandableBuffer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_3__10 ['HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.MultipartPart ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.support.HttpServerFilterChainElement ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy$lambda_upgrade_0__42 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type3Message ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.config.NamedElementChain$Node ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$3 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.IdleConnectionEvictor$lambda_new_0__11 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_getCounter_0__55 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.Operations$CompletedFuture ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.nio.pool.H2ConnPool ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.Util$ClassContextSecurityManager ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.ContentLengthOutputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
java.io.InputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.hpack.OutboundDynamicTable$lambda_add_0__48 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_release_2__28 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Type2Message ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.Operations$lambda_static_0__33 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer'] []
org.apache.hc.core5.http.io.entity.BasicHttpEntity ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.ListenerEndpointImpl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.MessageSupport$add__7 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer'] []
java.io.File ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_initialize_0__69 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.BasicHeaderElementIterator ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.Operations$lambda_static_0__80 [] []
org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_0__11 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncRedirectExec$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.FormattingTuple [] []
org.apache.hc.client5.http.impl.classic.LinearBackoffManager ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.DigestSchemeFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.HttpAuthenticator ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.HttpHost ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator ['HttpFuzzer'] []
org.apache.hc.core5.http2.HttpVersionPolicy [] []
org.apache.hc.client5.http.auth.KerberosConfig ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$InternalAsyncClientEndpoint ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.TunnelRefusedException [] []
org.apache.hc.core5.http.impl.nio.BufferedData ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.command.ShutdownCommand$lambda_createIOSessionCallback_0__3 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$lambda_getTrailers_0__24 ['StringBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.ServerSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$lambda_produceOutput_0__49 ['InputStreamBodyWriteToFuzzer'] []
org.slf4j.MDC ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.hpack.FifoBuffer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.CharArrayBuffer ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.BasicHeaderValueFormatter ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ContextBuilder [] []
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.MultiCoreIOReactor ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.MinimalHttpClient ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncExecChainElement ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$Handle [] []
org.apache.hc.client5.http.entity.mime.Header ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.config.Http1Config$Builder [] []
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer$DelayedOutputChannel ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.async.methods.SimpleRequestProducer [] []
org.apache.hc.core5.http.message.StatusLine$StatusClass ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.async.methods.SimpleHttpRequests [] []
org.apache.hc.core5.http.io.entity.EmptyInputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.SubstituteServiceProvider ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.InternalHttpClient ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_2__14 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.protocol.RequestTE$lambda_process_1__47 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer$State [] []
org.apache.hc.client5.http.auth.BearerToken ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.MessageSupport$add__32 ['HttpFuzzer'] []
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_1__57 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy$lambda_upgrade_0__39 ['FileBodyWriteToFuzzer'] []
org.slf4j.LoggerFactoryFriend [] []
org.apache.hc.core5.http.ContentType$lambda_parse_0__29 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$abort__87 ['HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer$State [] []
org.apache.hc.core5.http.support.BasicRequestBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.HttpService$Builder [] []
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$SessionPool$lambda_validateSession_0__45 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.io.entity.HttpEntityWrapper ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.BasicHeader ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.HttpHostConnectException ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncConnectExec$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.hpack.FifoLinkedList$InternalNode ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$get__27 ['StringBodyWriteToFuzzer'] []
org.apache.hc.client5.http.entity.BrotliInputStreamFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_verify_1__43 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.io.HttpRequestExecutor ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.SingleCoreIOReactor$lambda_reportStatusToThreadPoolListener_0__42 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.HttpAsyncClients [] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$lambda_getTrailers_0__44 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.classic.AbstractBackoff$lambda_backOff_0__34 ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.BHttpConnectionBase ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.Wire ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.BasicResponseConsumer$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.StrictConnPool$lambda_closeIdle_1__28 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.ClassicRequestCopier [] []
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.Util ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.config.Registry ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.ExceptionListener$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.LoggingInputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2Stream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.io.FrameInputBuffer [] []
org.apache.hc.core5.http.protocol.ViaRequest ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.HttpRoute ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.PoolStats ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.WorkerPoolExecutor ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_1__3 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
ByteArrayBodyWriteToFuzzer ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.ProtocolSwitchStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.H2Error ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap [] []
org.apache.hc.core5.reactor.DefaultListeningIOReactor ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.CookieSpecSupport ['HttpFuzzer'] []
org.apache.hc.core5.pool.LaxConnPool$PerRoutePool ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.BackoffStrategyExec ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.ChainElement [] []
org.apache.hc.client5.http.impl.classic.HttpClientBuilder$lambda_build_0__3 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_0__7 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.io.EofSensorInputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.IncomingEntityDetails ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.support.ClassicResponseBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.PrefixedIncrementingId ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.nio.pool.H2ConnPool$lambda_validateSession_0__49 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$lambda_produceOutput_0__82 ['HttpFuzzer'] []
java.nio.file.Files ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.BasicHttpRequest ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.routing.RequestRouter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.AbstractIOSessionPool$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.message.MessageSupport ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.auth.NTUserPrincipal ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.psl.PublicSuffixMatcher ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder [] []
java.util.concurrent.Callable [] []
org.slf4j.helpers.Reporter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.StrictConnPool$lambda_getPool_0__44 ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$3$1$lambda_completed_0__16 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.protocol.BasicHttpContext ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.BasicDomainHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.BasicResponseProducer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.BasicSecureHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.AsyncRequestBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers$3 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.protocol.H2RequestContent ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.UriPatternMatcher ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.AbstractIOSessionPool$1$lambda_completed_0__32 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.util.Tokenizer$get__24 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder [] []
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient$3 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_0__35 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_0__65 ['HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.HttpStrictMultipart ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.LaxConnPool$lambda_closeIdle_0__29 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.ProxyClient [] []
org.apache.hc.client5.http.impl.classic.RedirectExec ['HttpFuzzer'] []
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_0__62 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.config.H2Config ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.Message ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.io.support.TerminalServerFilter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_completed_0__11 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.Operations$lambda_cancellable_1__34 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy$lambda_determineLength_0__9 ['FileBodyWriteToFuzzer'] []
org.slf4j.helpers.Reporter$Level [] []
org.apache.hc.client5.http.impl.auth.KerberosScheme ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.ContentType$lambda_parse_0__33 ['HttpFuzzer'] []
org.apache.hc.core5.concurrent.BasicFuture ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
jdk.internal.org.objectweb.asm.Frame [] []
org.apache.hc.client5.http.auth.NTCredentials ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncRedirectExec ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.DefaultUserTokenHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.TextUtils ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.IOWorkerSelectors$PowerOfTwoSelector ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$lambda_execute_0__50 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.auth.AuthSchemeSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.BasicAuthCache$Key ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.NOPLoggerFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient$3$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy$lambda_upgrade_0__38 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.classic.MainClientExec$lambda_execute_0__18 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncConnectExec$3 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_0__8 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.DnsResolver$lambda_resolve_0__52 ['InputStreamBodyWriteToFuzzer'] []
FileBodyWriteToFuzzer ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position [] []
org.apache.hc.client5.http.ssl.HttpsSupport ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.LogAppendable ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.ResponseDate ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.utils.DnsUtils ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.IOWorkerSelectors [] []
org.slf4j.helpers.SubstituteLogger ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$1$lambda_closeExpired_0__25 ['HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer$H2StreamChannelImpl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.ProtocolExec ['HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.BasicMarkerFactory [] []
org.apache.hc.client5.http.RouteInfo$LayerType [] []
org.apache.hc.core5.reactor.ssl.SSLManagedBuffer$DynamicBuffer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_2__10 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.validator.ValidatorType [] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_lease_1__42 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
java.lang.Runtime ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.config.NamedElementChain ['HttpFuzzer'] []
org.apache.hc.core5.util.Asserts ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.protocol.HttpClientContext ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.EndpointParameters ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_3__6 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_2__4 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.concurrent.ComplexFuture$lambda_setDependency_0__31 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.config.ConnectionConfig$Builder [] []
org.apache.hc.client5.http.impl.async.LoggingIOSession$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionStart__39 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpServer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
java.lang.System ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.net.URIBuilder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.pool.StrictConnPool$1 ['HttpFuzzer'] []
java.io.OutputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy$lambda_upgrade_0__23 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy$lambda_determineLength_0__53 ['HttpFuzzer'] []
org.apache.hc.core5.http2.hpack.OutboundDynamicTable$lambda_add_0__51 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.ContentOutputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$lambda_getTrailers_0__25 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder$RequestInterceptorEntry$Position [] []
org.apache.hc.core5.http2.ssl.H2TlsSupport$lambda_enforceRequirements_0__71 ['HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.BasicRequestConsumer$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$3 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry$Position [] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$InternalConnectionEndpoint ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.LoggerFactory$lambda_getServiceLoader_0__6 ['HttpFuzzer'] []
org.apache.hc.core5.http.nio.command.ShutdownCommand$lambda_createIOSessionCallback_0__4 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_initialize_0__44 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.ssl.ConscryptSupport$lambda_verify_1__42 ['StringBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.HttpClientBuilder$ResponseInterceptorEntry$Position [] []
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl$NTLMMessage ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$1$lambda_closeExpired_0__23 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.NTLMScheme ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.DefaultH2RequestConverter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.ReflectionUtils ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator$lambda_static_0__9 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2AsyncClient ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.ssl.SSLMode [] []
org.apache.hc.client5.http.impl.routing.DistributedProxySelector ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec$1$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$get__48 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.nio.command.ShutdownCommand$lambda_createIOSessionCallback_0__13 ['HttpFuzzer'] []
org.apache.hc.client5.http.protocol.HttpClientContext$lambda_getAuthExchange_0__34 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.routing.UriPathRouter$BestMatcher ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.HttpProcessorBuilder ['HttpFuzzer'] []
org.apache.hc.core5.reactor.AbstractIOSessionPool$1$lambda_completed_0__15 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.classic.InternalExecRuntime$lambda_execute_0__14 ['HttpFuzzer'] []
org.apache.hc.client5.http.classic.methods.ClassicHttpRequests [] []
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$lambda_produceOutput_0__89 ['HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$4 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder$RequestInterceptorEntry$Position [] []
org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler$lambda_produceOutput_0__65 ['InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.BasicEntityDetails ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_completed_0__61 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager$2$lambda_closeExpired_0__24 ['HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.Header$lambda_addField_0__1 ['FormBodyPartBuilderBuildFuzzer'] []
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy$lambda_getTrailers_0__20 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.ssl.ConscryptClientTlsStrategy ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel [] []
HttpFuzzer ['HttpFuzzer'] []
org.apache.hc.core5.http.support.ExpectSupport$lambda_parse_0__40 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.ContentCompressionExec ['HttpFuzzer'] []
org.apache.hc.core5.http.protocol.HttpDateGenerator ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.helpers.MessageFormatter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.MDC$MDCCloseable ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$3 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_3__4 ['FormBodyPartBuilderBuildFuzzer'] []
org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.ssl.PrivateKeyDetails ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.concurrent.ComplexFuture$lambda_setDependency_0__16 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.ProtocolVersionParser$lambda_parse_0__84 ['HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester$2$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime$Endpoint ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.ssl.SSLBufferMode [] []
org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory [] []
org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler$2 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.InternalDataChannel$onTLSSessionStart__53 ['FileBodyWriteToFuzzer'] []
java.io.PrintWriter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.HttpService$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.SingleCoreIOReactor$lambda_reportStatusToThreadPoolListener_0__28 ['StringBodyWriteToFuzzer'] []
org.apache.hc.client5.http.RouteTracker ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.SingleCoreIOReactor ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer$ConnectionState [] []
org.apache.hc.core5.http.message.BufferedHeader ['FormBodyPartBuilderBuildFuzzer', 'FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.protocol.HttpClientContext$lambda_getAuthExchange_0__31 ['FileBodyWriteToFuzzer'] []
org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester$2$1$lambda_failed_1__49 ['HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$lambda_delimiters_0__31 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.HttpClientBuilder$lambda_build_1__1 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.protocol.RequestUpgrade ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler$lambda_produceOutput_0__57 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.ssl.TLS ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.auth.AuthChallenge ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.CredentialsMatcher ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.config.ConnectionConfig ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.net.InetAddressUtils ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec$1$lambda_failed_1__10 ['FileBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.classic.methods.HttpOptions ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.frame.StreamIdGenerator$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.ssl.ConscryptSupport ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.DnsResolver$lambda_resolve_0__35 ['StringBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.hpack.HPackHeader ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.InternalH2ConnPool$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.EntityBuilder [] []
org.apache.hc.core5.reactor.SingleCoreIOReactor$lambda_reportStatusToThreadPoolListener_0__23 ['ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.ParseException ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.slf4j.spi.DefaultLoggingEventBuilder [] []
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$2$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.reactor.IOReactorWorker ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.io.HttpService ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.nio.ssl.TlsSupport$lambda_enforceStrongSecurity_0__70 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.RequestCopier [] []
org.apache.hc.core5.reactor.AbstractIOSessionPool$1$lambda_completed_0__58 ['HttpFuzzer'] []
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler$lambda_handleRequest_0__91 ['HttpFuzzer'] []
org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy$lambda_upgrade_0__40 ['FileBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.nio.FlushMode [] []
org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.FilterEntry$Position [] []
org.apache.hc.core5.http.nio.command.ShutdownCommand$lambda_createIOSessionCallback_0__1 ['InputStreamBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester$1$1 ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.hpack.HPackDecoder ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.entity.mime.MultipartPartBuilder [] []
org.apache.hc.core5.reactor.IOReactorConfig$Builder [] []
org.apache.hc.core5.http.protocol.RequestDate ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$lambda_getPerRoutePool_0__45 ['StringBodyWriteToFuzzer'] []
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.util.Tokenizer$get__17 ['HttpFuzzer'] []
org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.nio.H2SharingConnPool$PerRoutePool$lambda_getCounter_0__54 ['StringBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer'] []
org.apache.hc.core5.http.impl.bootstrap.Worker ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry [] []
org.apache.hc.client5.http.impl.auth.DigestScheme ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$2$lambda_closeExpired_0__27 ['HttpFuzzer'] []
org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.classic.LinearBackoffManager$lambda_backOff_0__35 ['HttpFuzzer'] []
org.apache.hc.client5.http.config.RequestConfig ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.protocol.RequestDefaultHeaders ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http.protocol.ForwardedRequest ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []
org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap [] []
org.apache.hc.core5.http.impl.io.ChunkedOutputStream ['FileBodyWriteToFuzzer', 'StringBodyWriteToFuzzer', 'InputStreamBodyWriteToFuzzer', 'ByteArrayBodyWriteToFuzzer', 'HttpFuzzer'] []

Directories in report

Directory