Uses of Enum
com.ning.http.util.UriEncoder
Packages that use UriEncoder
-
Uses of UriEncoder in com.ning.http.client
Fields in com.ning.http.client declared as UriEncoderConstructors in com.ning.http.client with parameters of type UriEncoderModifierConstructorDescriptionRequestBuilder(Request prototype, UriEncoder uriEncoder) RequestBuilder(String method, UriEncoder uriEncoder) protectedRequestBuilderBase(Class<T> derived, Request prototype, UriEncoder uriEncoder) protectedRequestBuilderBase(Class<T> derived, String method, UriEncoder uriEncoder) -
Uses of UriEncoder in com.ning.http.util
Methods in com.ning.http.util that return UriEncoderModifier and TypeMethodDescriptionstatic UriEncoderUriEncoder.uriEncoder(boolean disableUrlEncoding) static UriEncoderReturns the enum constant of this type with the specified name.static UriEncoder[]UriEncoder.values()Returns an array containing the constants of this enum type, in the order they are declared.