Uses of Class
org.apache.hc.core5.http.impl.bootstrap.HandlerEntry
-
Packages that use HandlerEntry Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap. -
-
Uses of HandlerEntry in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap with type parameters of type HandlerEntry Modifier and Type Field Description private java.util.List<HandlerEntry<Supplier<AsyncServerExchangeHandler>>>
AsyncServerBootstrap. handlerList
private java.util.List<HandlerEntry<HttpRequestHandler>>
ServerBootstrap. handlerList
-