Uses of Class
de.xima.fc.http.params.HttpRequestParameter
- 
Packages that use HttpRequestParameter Package Description de.xima.fc.http.params  - 
- 
Uses of HttpRequestParameter in de.xima.fc.http.params
Subclasses of HttpRequestParameter in de.xima.fc.http.params Modifier and Type Class Description classContentTypeHttpRequestParameterAn 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 HttpRequestParameter Modifier and Type Method Description SelfIParameterBuilder. addParameter(HttpRequestParameter parameter)Adds a parameter to this builder.Method parameters in de.xima.fc.http.params with type arguments of type HttpRequestParameter Modifier and Type Method Description SelfIParameterBuilder. addParameters(Iterable<? extends HttpRequestParameter> parameters)Adds parameters to this builder. 
 -