Uses of Class
org.apache.juneau.http.entity.StreamEntity
Packages that use StreamEntity
Package
Description
RFC2616 HTTP Headers
HTTP Entity Beans
-
Uses of StreamEntity in org.apache.juneau.http
Methods in org.apache.juneau.http that return StreamEntityModifier and TypeMethodDescriptionstatic final StreamEntityHttpEntities.streamEntity(InputStream content) Creates a newStreamEntitybuilder.static final StreamEntityHttpEntities.streamEntity(InputStream content, long length, ContentType contentType) Creates a newStreamEntitybuilder. -
Uses of StreamEntity in org.apache.juneau.http.entity
Methods in org.apache.juneau.http.entity that return StreamEntityModifier and TypeMethodDescriptionStreamEntity.copy()StreamEntity.setCached()StreamEntity.setCharset(Charset value) StreamEntity.setChunked()StreamEntity.setChunked(boolean value) StreamEntity.setContent(Object value) StreamEntity.setContent(Supplier<?> value) StreamEntity.setContentEncoding(String value) StreamEntity.setContentEncoding(ContentEncoding value) StreamEntity.setContentLength(long value) StreamEntity.setContentType(String value) StreamEntity.setContentType(ContentType value) StreamEntity.setMaxLength(int value) StreamEntity.setUnmodifiable()Constructors in org.apache.juneau.http.entity with parameters of type StreamEntity