Uses of Class
org.apache.juneau.http.entity.ByteArrayEntity
Packages that use ByteArrayEntity
- 
Uses of ByteArrayEntity in org.apache.juneau.httpMethods in org.apache.juneau.http that return ByteArrayEntityModifier and TypeMethodDescriptionstatic final ByteArrayEntityHttpEntities.byteArrayEntity(byte[] content) Creates a newByteArrayEntitybuilder.static final ByteArrayEntityHttpEntities.byteArrayEntity(byte[] content, ContentType contentType) Creates a newByteArrayEntitybuilder.static final ByteArrayEntityHttpEntities.byteArrayEntity(Supplier<byte[]> content) Creates a newByteArrayEntitybuilder.static final ByteArrayEntityHttpEntities.byteArrayEntity(Supplier<byte[]> content, ContentType contentType) Creates a newByteArrayEntitybuilder.
- 
Uses of ByteArrayEntity in org.apache.juneau.http.entityMethods 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 ByteArrayEntityModifierConstructorDescriptionprotectedByteArrayEntity(ByteArrayEntity copyFrom) Copy constructor.