Uses of Interface
de.xima.fc.http.params.IHttpBodyBuilder
Packages that use IHttpBodyBuilder
- 
Uses of IHttpBodyBuilder in de.xima.fc.http
Classes in de.xima.fc.http that implement IHttpBodyBuilderModifier and TypeClassDescriptionclassclassclassMethods in de.xima.fc.http that return IHttpBodyBuilderModifier and TypeMethodDescriptionHttpRequestBuilder.createBuilder(EHttpRequestType type, boolean hasFiles) Creates an builder for the request type - 
Uses of IHttpBodyBuilder in de.xima.fc.http.params
Subinterfaces of IHttpBodyBuilder in de.xima.fc.http.paramsModifier and TypeInterfaceDescriptioninterfaceIBinaryDataBuilder<Self>A builder for an HTTP request body that can have binary data items, such as a multipart body.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.interfaceICustomBodyDataBuilder<Self>Body builder for writing custom content to an HTTP requestinterfaceIFileBodyBuilder<Self>Body builder for writing the content of an file to an HTTP requestinterfaceA builder for an HTTP request form data body (application/x-www-form-urlencoded).interfaceA builder for an HTTP request multipart body (multipart/form-data).interfaceIParameterBuilder<Self>A builder for an HTTP request body that can have parameters, such as a multipart or form data body.interfaceIUrlDataBuilder<Self>Body builder for appending request parameters to the URL of an HTTP request