Uses of Enum
org.apache.hc.core5.net.URIBuilder.EncodingPolicy
Packages that use URIBuilder.EncodingPolicy
-
Uses of URIBuilder.EncodingPolicy in org.apache.hc.core5.net
Subclasses with type arguments of type URIBuilder.EncodingPolicy in org.apache.hc.core5.netModifier and TypeClassDescriptionstatic enumDefines the encoding policy for URI components inURIBuilder.Fields in org.apache.hc.core5.net declared as URIBuilder.EncodingPolicyMethods in org.apache.hc.core5.net that return URIBuilder.EncodingPolicyModifier and TypeMethodDescriptionstatic URIBuilder.EncodingPolicyReturns the enum constant of this type with the specified name.static URIBuilder.EncodingPolicy[]URIBuilder.EncodingPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.core5.net with parameters of type URIBuilder.EncodingPolicyModifier and TypeMethodDescriptionURIBuilder.setEncodingPolicy(URIBuilder.EncodingPolicy encodingPolicy) Sets the encoding policy for thisURIBuilder.