Uses of Class
org.apache.juneau.http.entity.StreamEntity
Packages that use StreamEntity
-
Uses of StreamEntity in org.apache.juneau.http
Methods in org.apache.juneau.http that return StreamEntityModifier and TypeMethodDescriptionstatic final StreamEntity
HttpEntities.streamEntity
(InputStream content) Creates a newStreamEntity
builder.static final StreamEntity
HttpEntities.streamEntity
(InputStream content, long length, ContentType contentType) Creates a newStreamEntity
builder. -
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