Uses of Class
org.apache.hc.core5.http2.impl.nio.bootstrap.HandlerEntry
Packages that use HandlerEntry
Package
Description
HTTP/2 capable requester and server bootstrap.
-
Uses of HandlerEntry in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap with type parameters of type HandlerEntryModifier and TypeFieldDescriptionprivate final List
<HandlerEntry<Supplier<AsyncServerExchangeHandler>>> H2ServerBootstrap.handlerList
private final List
<HandlerEntry<Supplier<AsyncPushConsumer>>> H2MultiplexingRequesterBootstrap.pushConsumerList
private final List
<HandlerEntry<Supplier<AsyncPushConsumer>>> H2RequesterBootstrap.pushConsumerList