Uses of Class
org.apache.juneau.http.entity.ByteArrayEntity
Packages that use ByteArrayEntity
-
Uses of ByteArrayEntity in org.apache.juneau.http
Methods in org.apache.juneau.http that return ByteArrayEntityModifier and TypeMethodDescriptionstatic final ByteArrayEntity
HttpEntities.byteArrayEntity
(byte[] content) Creates a newByteArrayEntity
builder.static final ByteArrayEntity
HttpEntities.byteArrayEntity
(byte[] content, ContentType contentType) Creates a newByteArrayEntity
builder.static final ByteArrayEntity
HttpEntities.byteArrayEntity
(Supplier<byte[]> content) Creates a newByteArrayEntity
builder.static final ByteArrayEntity
HttpEntities.byteArrayEntity
(Supplier<byte[]> content, ContentType contentType) Creates a newByteArrayEntity
builder. -
Uses of ByteArrayEntity in org.apache.juneau.http.entity
Methods in org.apache.juneau.http.entity that return ByteArrayEntityModifier and TypeMethodDescriptionByteArrayEntity.copy()
ByteArrayEntity.setCached()
ByteArrayEntity.setCharset
(Charset value) ByteArrayEntity.setChunked()
ByteArrayEntity.setChunked
(boolean value) ByteArrayEntity.setContent
(Object value) ByteArrayEntity.setContent
(Supplier<?> value) ByteArrayEntity.setContentEncoding
(String value) ByteArrayEntity.setContentEncoding
(ContentEncoding value) ByteArrayEntity.setContentLength
(long value) ByteArrayEntity.setContentType
(String value) ByteArrayEntity.setContentType
(ContentType value) ByteArrayEntity.setMaxLength
(int value) ByteArrayEntity.setUnmodifiable()
Constructors in org.apache.juneau.http.entity with parameters of type ByteArrayEntityModifierConstructorDescriptionprotected
ByteArrayEntity
(ByteArrayEntity copyFrom) Copy constructor.