Uses of Class
org.apache.hc.core5.http2.impl.nio.bootstrap.HandlerEntry
-
Packages that use HandlerEntry Package Description org.apache.hc.core5.http2.impl.nio.bootstrap 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 HandlerEntry Modifier and Type Field Description private java.util.List<HandlerEntry<Supplier<AsyncServerExchangeHandler>>>H2ServerBootstrap. handlerListprivate java.util.List<HandlerEntry<Supplier<AsyncPushConsumer>>>H2MultiplexingRequesterBootstrap. pushConsumerListprivate java.util.List<HandlerEntry<Supplier<AsyncPushConsumer>>>H2RequesterBootstrap. pushConsumerList
-