Uses of Enum
org.apache.hc.core5.http.impl.bootstrap.FilterEntry.Position
Packages that use FilterEntry.Position
Package
Description
HTTP/1.1 requester and server bootstrap.
-
Uses of FilterEntry.Position in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as FilterEntry.PositionModifier and TypeFieldDescription(package private) final FilterEntry.Position
FilterEntry.position
Methods in org.apache.hc.core5.http.impl.bootstrap that return FilterEntry.PositionModifier and TypeMethodDescriptionstatic FilterEntry.Position
Returns the enum constant of this type with the specified name.static FilterEntry.Position[]
FilterEntry.Position.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type FilterEntry.PositionModifierConstructorDescription(package private)
FilterEntry
(FilterEntry.Position position, String name, T filterHandler, String existing)