Uses of Class
org.apache.juneau.http.entity.StringEntity
Packages that use StringEntity
-
Uses of StringEntity in org.apache.juneau.http
Methods in org.apache.juneau.http that return StringEntityModifier and TypeMethodDescriptionstatic final StringEntity
HttpEntities.stringEntity
(String content) Creates a new builder for aStringEntity
builder.static final StringEntity
HttpEntities.stringEntity
(String content, ContentType contentType) Creates a new builder for aStringEntity
builder.static final StringEntity
HttpEntities.stringEntity
(Supplier<String> content) Creates a new builder for aStringEntity
builder.static final StringEntity
HttpEntities.stringEntity
(Supplier<String> content, ContentType contentType) Creates a new builder for aStringEntity
builder. -
Uses of StringEntity in org.apache.juneau.http.entity
Methods in org.apache.juneau.http.entity that return StringEntityModifier and TypeMethodDescriptionStringEntity.copy()
StringEntity.setCached()
StringEntity.setCharset
(Charset value) StringEntity.setChunked()
StringEntity.setChunked
(boolean value) StringEntity.setContent
(Object value) StringEntity.setContent
(Supplier<?> value) StringEntity.setContentEncoding
(String value) StringEntity.setContentEncoding
(ContentEncoding value) StringEntity.setContentLength
(long value) StringEntity.setContentType
(String value) StringEntity.setContentType
(ContentType value) StringEntity.setMaxLength
(int value) StringEntity.setUnmodifiable()
Constructors in org.apache.juneau.http.entity with parameters of type StringEntity