Hierarchy For All Packages
Package Hierarchies:- org.apache.hc.core5.http2,
- org.apache.hc.core5.http2.config,
- org.apache.hc.core5.http2.frame,
- org.apache.hc.core5.http2.hpack,
- org.apache.hc.core5.http2.impl,
- org.apache.hc.core5.http2.impl.io,
- org.apache.hc.core5.http2.impl.nio,
- org.apache.hc.core5.http2.impl.nio.bootstrap,
- org.apache.hc.core5.http2.nio,
- org.apache.hc.core5.http2.nio.command,
- org.apache.hc.core5.http2.nio.pool,
- org.apache.hc.core5.http2.nio.support,
- org.apache.hc.core5.http2.priority,
- org.apache.hc.core5.http2.protocol,
- org.apache.hc.core5.http2.ssl
Class Hierarchy
- java.lang.Object
- org.apache.hc.core5.reactor.AbstractIOSessionPool<T> (implements org.apache.hc.core5.io.ModalCloseable)
- org.apache.hc.core5.http2.nio.pool.H2ConnPool
- org.apache.hc.core5.http.impl.bootstrap.AsyncRequester (implements org.apache.hc.core5.reactor.IOReactorService)
- org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
- org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester (implements org.apache.hc.core5.pool.ConnPoolControl<T>)
- org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester
- org.apache.hc.core5.http.impl.BasicHttpTransportMetrics (implements org.apache.hc.core5.http.io.HttpTransportMetrics)
- org.apache.hc.core5.http2.impl.BasicH2TransportMetrics (implements org.apache.hc.core5.http2.H2TransportMetrics)
- org.apache.hc.core5.http2.nio.support.BasicPingHandler (implements org.apache.hc.core5.http2.nio.AsyncPingHandler)
- org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler
- org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
- org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
- org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory
- org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler (implements org.apache.hc.core5.reactor.ProtocolUpgradeHandler)
- org.apache.hc.core5.http2.impl.nio.ClientHttp1UpgradeHandler (implements org.apache.hc.core5.reactor.ProtocolUpgradeHandler)
- org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter (implements org.apache.hc.core5.reactor.IOEventHandlerFactory)
- org.apache.hc.core5.http2.ssl.ConscryptClientTlsStrategy (implements org.apache.hc.core5.http.nio.ssl.TlsStrategy)
- org.apache.hc.core5.http2.ssl.ConscryptServerTlsStrategy (implements org.apache.hc.core5.http.nio.ssl.TlsStrategy)
- org.apache.hc.core5.http2.ssl.ConscryptSupport
- org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory (implements org.apache.hc.core5.http.nio.HandlerFactory<T>)
- org.apache.hc.core5.http2.impl.DefaultH2RequestConverter (implements org.apache.hc.core5.http2.H2MessageConverter<T>)
- org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter (implements org.apache.hc.core5.http2.H2MessageConverter<T>)
- org.apache.hc.core5.http2.impl.FieldValidationSupport
- org.apache.hc.core5.http2.frame.Frame<T>
- org.apache.hc.core5.http2.frame.RawFrame
- org.apache.hc.core5.http2.frame.FrameConsts
- org.apache.hc.core5.http2.frame.FrameFactory
- org.apache.hc.core5.http2.frame.DefaultFrameFactory
- org.apache.hc.core5.http2.impl.io.FrameInputBuffer
- org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
- org.apache.hc.core5.http2.impl.io.FrameOutputBuffer
- org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
- org.apache.hc.core5.http2.frame.FramePrinter
- org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy (implements org.apache.hc.core5.http.nio.ssl.TlsStrategy)
- org.apache.hc.core5.http2.config.H2Config
- org.apache.hc.core5.http2.config.H2Config.Builder
- org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
- org.apache.hc.core5.http2.impl.H2Processors
- org.apache.hc.core5.http2.H2PseudoRequestHeaders
- org.apache.hc.core5.http2.H2PseudoResponseHeaders
- org.apache.hc.core5.http2.protocol.H2RequestConformance (implements org.apache.hc.core5.http.HttpRequestInterceptor)
- org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
- org.apache.hc.core5.http2.protocol.H2ResponseConformance (implements org.apache.hc.core5.http.HttpResponseInterceptor)
- org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
- org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy (implements org.apache.hc.core5.http.nio.ssl.TlsStrategy)
- org.apache.hc.core5.http2.config.H2Setting
- org.apache.hc.core5.http2.ssl.H2TlsSupport
- org.apache.hc.core5.http2.hpack.HPackDecoder
- org.apache.hc.core5.http2.hpack.HPackEncoder
- org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator (implements org.apache.hc.core5.http.impl.nio.HttpConnectionEventHandler)
- org.apache.hc.core5.http2.hpack.Huffman
- org.apache.hc.core5.http2.nio.command.PingCommand (implements org.apache.hc.core5.reactor.Command)
- org.apache.hc.core5.http2.priority.PriorityFormatter
- org.apache.hc.core5.http2.priority.PriorityMerge
- org.apache.hc.core5.http2.priority.PriorityParams
- org.apache.hc.core5.http2.priority.PriorityParamsParser
- org.apache.hc.core5.http2.priority.PriorityParser
- org.apache.hc.core5.http2.priority.PriorityValue
- org.apache.hc.core5.http2.nio.command.PushResponseCommand (implements org.apache.hc.core5.reactor.Command)
- org.apache.hc.core5.http.protocol.RequestConnControl (implements org.apache.hc.core5.http.HttpRequestInterceptor)
- org.apache.hc.core5.http2.protocol.H2RequestConnControl
- org.apache.hc.core5.http.protocol.RequestContent (implements org.apache.hc.core5.http.HttpRequestInterceptor)
- org.apache.hc.core5.http2.protocol.H2RequestContent
- org.apache.hc.core5.http.protocol.RequestTargetHost (implements org.apache.hc.core5.http.HttpRequestInterceptor)
- org.apache.hc.core5.http2.protocol.H2RequestTargetHost
- org.apache.hc.core5.http.protocol.RequestValidateHost (implements org.apache.hc.core5.http.HttpRequestInterceptor)
- org.apache.hc.core5.http2.protocol.H2RequestValidateHost
- org.apache.hc.core5.http.protocol.ResponseConnControl (implements org.apache.hc.core5.http.HttpResponseInterceptor)
- org.apache.hc.core5.http2.protocol.H2ResponseConnControl
- org.apache.hc.core5.http.protocol.ResponseContent (implements org.apache.hc.core5.http.HttpResponseInterceptor)
- org.apache.hc.core5.http2.protocol.H2ResponseContent
- org.apache.hc.core5.http2.impl.nio.ServerH2IOEventHandler
- org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler
- org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
- org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory
- org.apache.hc.core5.http2.impl.nio.ServerH2UpgradeHandler (implements org.apache.hc.core5.reactor.ProtocolUpgradeHandler)
- org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler (implements org.apache.hc.core5.reactor.ProtocolUpgradeHandler)
- org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter (implements org.apache.hc.core5.reactor.IOEventHandlerFactory)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- org.apache.hc.core5.http.HttpException
- org.apache.hc.core5.http2.hpack.HPackException
- org.apache.hc.core5.http2.hpack.HeaderListConstraintException
- org.apache.hc.core5.http2.hpack.HPackException
- java.io.IOException
- org.apache.hc.core5.http2.H2ConnectionException
- org.apache.hc.core5.http2.H2CorruptFrameException
- org.apache.hc.core5.http.HttpStreamResetException
- org.apache.hc.core5.http2.H2StreamResetException
- java.io.InterruptedIOException
- org.apache.hc.core5.http2.H2StreamTimeoutException
- org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException
- org.apache.hc.core5.http.HttpException
- java.lang.Exception
- org.apache.hc.core5.reactor.AbstractIOSessionPool<T> (implements org.apache.hc.core5.io.ModalCloseable)
Interface Hierarchy
- org.apache.hc.core5.http2.nio.AsyncPingHandler
- org.apache.hc.core5.http2.H2MessageConverter<T>
- org.apache.hc.core5.http2.impl.nio.H2StreamListener
- org.apache.hc.core5.http.io.HttpTransportMetrics
- org.apache.hc.core5.http2.H2TransportMetrics
- org.apache.hc.core5.http2.frame.StreamIdGenerator
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.apache.hc.core5.http2.ssl.ApplicationProtocol
- org.apache.hc.core5.http2.frame.FrameFlag
- org.apache.hc.core5.http2.frame.FrameType
- org.apache.hc.core5.http2.H2Error
- org.apache.hc.core5.http2.config.H2Param
- org.apache.hc.core5.http2.HttpVersionPolicy
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)