Uses of Class
de.xima.fc.http.params.HttpRequestParameter
Packages that use HttpRequestParameter
- 
Uses of HttpRequestParameter in de.xima.fc.http
Methods in de.xima.fc.http with parameters of type HttpRequestParameterMethod parameters in de.xima.fc.http with type arguments of type HttpRequestParameterModifier and TypeMethodDescriptionUrlDataBuilder.addParameters(Iterable<? extends HttpRequestParameter> parameters)  - 
Uses of HttpRequestParameter in de.xima.fc.http.params
Subclasses of HttpRequestParameter in de.xima.fc.http.paramsModifier and TypeClassDescriptionfinal classAn HTTP request parameter with a name, value, and content type that can be added to a request.Methods in de.xima.fc.http.params with parameters of type HttpRequestParameterModifier and TypeMethodDescriptionIParameterBuilder.addParameter(HttpRequestParameter parameter) Adds a parameter to this builder.Method parameters in de.xima.fc.http.params with type arguments of type HttpRequestParameterModifier and TypeMethodDescriptionIParameterBuilder.addParameters(Iterable<? extends HttpRequestParameter> parameters) Adds parameters to this builder.