Uses of Enum Class
org.apache.http.client.utils.URIUtils.UriFlag
Packages that use URIUtils.UriFlag
-
Uses of URIUtils.UriFlag in org.apache.http.client.utils
Fields in org.apache.http.client.utils with type parameters of type URIUtils.UriFlagModifier and TypeFieldDescriptionstatic final EnumSet<URIUtils.UriFlag>
URIUtils.DROP_FRAGMENT
Set of uri flags containingDROP_FRAGMENT
.static final EnumSet<URIUtils.UriFlag>
URIUtils.DROP_FRAGMENT_AND_NORMALIZE
Set of uri flags containingDROP_FRAGMENT
andNORMALIZE
.static final EnumSet<URIUtils.UriFlag>
URIUtils.NO_FLAGS
Empty set of uri flags.static final EnumSet<URIUtils.UriFlag>
URIUtils.NORMALIZE
Set of uri flags containingNORMALIZE
.Methods in org.apache.http.client.utils that return URIUtils.UriFlagModifier and TypeMethodDescriptionstatic URIUtils.UriFlag
Returns the enum constant of this class with the specified name.static URIUtils.UriFlag[]
URIUtils.UriFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.http.client.utils with type arguments of type URIUtils.UriFlagModifier and TypeMethodDescriptionstatic URI
URIUtils.rewriteURI
(URI uri, org.apache.http.HttpHost target, EnumSet<URIUtils.UriFlag> flags) A convenience method for creating a newURI
whose scheme, host and port are taken from the target host, but whose path, query and fragment are taken from the existing URI.