Uses of Interface
de.xima.fc.http.params.IParameterBuilder
- 
Packages that use IParameterBuilder Package Description de.xima.fc.http.params  - 
- 
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). 
 -