Uses of Class
org.apache.juneau.http.entity.ReaderEntity
Packages that use ReaderEntity
Package
Description
RFC2616 HTTP Headers
HTTP Entity Beans
-
Uses of ReaderEntity in org.apache.juneau.http
Methods in org.apache.juneau.http that return ReaderEntityModifier and TypeMethodDescriptionstatic final ReaderEntityHttpEntities.readerEntity(Reader content) Creates a newReaderEntitybuilder.static final ReaderEntityHttpEntities.readerEntity(Reader content, ContentType contentType) Creates a newReaderEntitybuilder. -
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