Uses of Class
org.apache.juneau.http.entity.StringEntity
Packages that use StringEntity
- 
Uses of StringEntity in org.apache.juneau.httpMethods in org.apache.juneau.http that return StringEntityModifier and TypeMethodDescriptionstatic final StringEntityHttpEntities.stringEntity(String content) Creates a new builder for aStringEntitybuilder.static final StringEntityHttpEntities.stringEntity(String content, ContentType contentType) Creates a new builder for aStringEntitybuilder.static final StringEntityHttpEntities.stringEntity(Supplier<String> content) Creates a new builder for aStringEntitybuilder.static final StringEntityHttpEntities.stringEntity(Supplier<String> content, ContentType contentType) Creates a new builder for aStringEntitybuilder.
- 
Uses of StringEntity in org.apache.juneau.http.entityMethods 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