Class EntityBodyContent
- java.lang.Object
-
- com.synopsys.integration.rest.body.EntityBodyContent
-
- All Implemented Interfaces:
BodyContent
public class EntityBodyContent extends java.lang.Object implements BodyContent
-
-
Constructor Summary
Constructors Constructor Description EntityBodyContent(org.apache.http.HttpEntity httpEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.HttpEntitycreateEntity(Request request)
-
-
-
Method Detail
-
createEntity
public org.apache.http.HttpEntity createEntity(Request request)
- Specified by:
createEntityin interfaceBodyContent
-
-