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