Package de.xima.fc.http.params
Interface IUrlDataBuilder<Self>
- 
- All Superinterfaces:
 IHttpBodyBuilder,IParameterBuilder<Self>
- All Known Implementing Classes:
 UrlDataBuilder
public interface IUrlDataBuilder<Self> extends IParameterBuilder<Self>
Body builder for appending request parameters to the URL of an HTTP request- Author:
 - XIMA MEDIA GmbH, Dresden
 
 
- 
- 
Method Summary
- 
Methods inherited from interface de.xima.fc.http.params.IHttpBodyBuilder
build 
- 
Methods inherited from interface de.xima.fc.http.params.IParameterBuilder
addParameter, addParameter, addParameters 
 - 
 
 -