Uses of Class
com.ning.http.client.Param
Packages that use Param
Package
Description
-
Uses of Param in com.ning.http.client
Fields in com.ning.http.client with type parameters of type ParamMethods in com.ning.http.client that return types with arguments of type ParamModifier and TypeMethodDescriptionRequest.getFormParams()Return the current form parameters.Request.getQueryParams()Return the query params.FluentStringsMap.toParams()Method parameters in com.ning.http.client with type arguments of type ParamModifier and TypeMethodDescriptionRequestBuilder.addQueryParams(List<Param> queryParams) RequestBuilderBase.addQueryParams(List<Param> params) AsyncHttpClient.BoundRequestBuilder.setFormParams(List<Param> params) RequestBuilder.setFormParams(List<Param> params) RequestBuilderBase.setFormParams(List<Param> params) SimpleAsyncHttpClient.Builder.setFormParams(List<Param> params) SimpleAsyncHttpClient.DerivedBuilder.setFormParams(List<Param> params) RequestBuilder.setQueryParams(List<Param> params) RequestBuilderBase.setQueryParams(List<Param> params) -
Uses of Param in com.ning.http.client.multipart
Method parameters in com.ning.http.client.multipart with type arguments of type Param -
Uses of Param in com.ning.http.client.oauth
Method parameters in com.ning.http.client.oauth with type arguments of type Param -
Uses of Param in com.ning.http.util
Method parameters in com.ning.http.util with type arguments of type ParamModifier and TypeMethodDescriptionstatic ByteBufferAsyncHttpProviderUtils.urlEncodeFormParams(List<Param> params, Charset charset) static StringBuilderAsyncHttpProviderUtils.urlEncodeFormParams0(List<Param> params) protected abstract StringUriEncoder.withoutQueryWithParams(List<Param> queryParams) protected abstract StringUriEncoder.withQueryWithParams(String query, List<Param> queryParams)