Uses of Class
org.apache.juneau.http.entity.ReaderEntity
Packages that use ReaderEntity
- 
Uses of ReaderEntity in org.apache.juneau.httpMethods 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.entityMethods 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