Uses of Class
org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry
-
Packages that use FilterEntry Package Description org.apache.hc.core5.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap. -
-
Uses of FilterEntry in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap with type parameters of type FilterEntry Modifier and Type Field Description private java.util.List<FilterEntry<AsyncFilterHandler>>
H2ServerBootstrap. filters
-