| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use URIUtils.UriFlag | |
|---|---|
| org.apache.http.client.utils | Client utility classes. | 
| Uses of URIUtils.UriFlag in org.apache.http.client.utils | 
|---|
| Fields in org.apache.http.client.utils with type parameters of type URIUtils.UriFlag | |
|---|---|
| static EnumSet<URIUtils.UriFlag> | URIUtils.DROP_FRAGMENTSet of uri flags containing DROP_FRAGMENT. | 
| static EnumSet<URIUtils.UriFlag> | URIUtils.DROP_FRAGMENT_AND_NORMALIZESet of uri flags containing DROP_FRAGMENTandNORMALIZE. | 
| static EnumSet<URIUtils.UriFlag> | URIUtils.NO_FLAGSEmpty set of uri flags. | 
| static EnumSet<URIUtils.UriFlag> | URIUtils.NORMALIZESet of uri flags containing NORMALIZE. | 
| Methods in org.apache.http.client.utils that return URIUtils.UriFlag | |
|---|---|
| static URIUtils.UriFlag | URIUtils.UriFlag.valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static URIUtils.UriFlag[] | URIUtils.UriFlag.values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Method parameters in org.apache.http.client.utils with type arguments of type URIUtils.UriFlag | |
|---|---|
| static URI | URIUtils.rewriteURI(URI uri,
           org.apache.http.HttpHost target,
           EnumSet<URIUtils.UriFlag> flags)A convenience method for creating a new URIwhose scheme, host
 and port are taken from the target host, but whose path, query and
 fragment are taken from the existing URI. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||