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