Package jetbrains.buildServer.util.http
Interface EntityProducer
-
public interface EntityProducerProducer of POST entities for httpclient v3 and v4 forHTTPRequestBuilder.- Since:
- 2018.1
- Author:
- Mikhail Khorkov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.commons.httpclient.methods.RequestEntityentity3()org.apache.http.HttpEntityentity4()
-