public interface  org.apache.hc.core.http.HttpEntityContainer extends java.lang.Object
{
public abstract org.apache.hc.core.http.HttpEntity getEntity();
public abstract void setEntity(org.apache.hc.core.http.HttpEntity);
}