Class FileEntity

java.lang.Object
org.apache.juneau.http.entity.BasicHttpEntity
org.apache.juneau.http.entity.FileEntity
All Implemented Interfaces:
HttpEntity

public class FileEntity extends BasicHttpEntity
A repeatable entity that obtains its content from a File.
See Also: