Package jetbrains.buildServer.util.http
Interface EntityProducer
-
public interface EntityProducer
Producer 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.RequestEntity
entity3()
org.apache.http.HttpEntity
entity4()
-