Uses of Interface
de.xima.fc.http.params.IParameterBuilder
- 
Packages that use IParameterBuilder Package Description de.xima.fc.http de.xima.fc.http.params  - 
- 
Uses of IParameterBuilder in de.xima.fc.http
Classes in de.xima.fc.http that implement IParameterBuilder Modifier and Type Class Description classUrlDataBuilder - 
Uses of IParameterBuilder in de.xima.fc.http.params
Subinterfaces of IParameterBuilder in de.xima.fc.http.params Modifier and Type Interface Description interfaceIContentTypeParameterBuilder<Self extends IContentTypeParameterBuilder<Self>>A builder for an HTTP request body that can have parameters with different content types, such as a multipart body.interfaceIFormDataBodyBuilderA builder for an HTTP request form data body (application/x-www-form-urlencoded).interfaceIMultipartBodyBuilderA builder for an HTTP request multipart body (multipart/form-data).interfaceIUrlDataBuilder<Self>Body builder for appending request parameters to the URL of an HTTP request 
 -