Uses of Interface
de.xima.fc.http.params.IParameterBuilder
Packages that use IParameterBuilder
- 
Uses of IParameterBuilder in de.xima.fc.http
Classes in de.xima.fc.http that implement IParameterBuilder - 
Uses of IParameterBuilder in de.xima.fc.http.params
Subinterfaces of IParameterBuilder in de.xima.fc.http.paramsModifier and TypeInterfaceDescriptioninterfaceIContentTypeParameterBuilder<Self extends IContentTypeParameterBuilder<Self>>A builder for an HTTP request body that can have parameters with different content types, such as a multipart body.interfaceA builder for an HTTP request form data body (application/x-www-form-urlencoded).interfaceA 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