Uses of Class
org.apache.juneau.http.entity.FileEntity
Packages that use FileEntity
-
Uses of FileEntity in org.apache.juneau.http
Methods in org.apache.juneau.http that return FileEntityModifier and TypeMethodDescriptionstatic final FileEntity
HttpEntities.fileEntity
(File content) Creates a newFileEntity
builder.static final FileEntity
HttpEntities.fileEntity
(File content, ContentType contentType) Creates a newFileEntity
builder. -
Uses of FileEntity in org.apache.juneau.http.entity
Methods in org.apache.juneau.http.entity that return FileEntityModifier and TypeMethodDescriptionFileEntity.copy()
FileEntity.setCached()
FileEntity.setCharset
(Charset value) FileEntity.setChunked()
FileEntity.setChunked
(boolean value) FileEntity.setContent
(Object value) FileEntity.setContent
(Supplier<?> value) FileEntity.setContentEncoding
(String value) FileEntity.setContentEncoding
(ContentEncoding value) FileEntity.setContentLength
(long value) FileEntity.setContentType
(String value) FileEntity.setContentType
(ContentType value) FileEntity.setMaxLength
(int value) FileEntity.setUnmodifiable()
Constructors in org.apache.juneau.http.entity with parameters of type FileEntity