Package | Description |
---|---|
org.apache.http.entity.mime.content |
MIME body part implementations.
|
Modifier and Type | Method and Description |
---|---|
static StringBody |
StringBody.create(String text)
Deprecated.
(4.3) use
StringBody(String, ContentType)
or MultipartEntityBuilder |
static StringBody |
StringBody.create(String text,
Charset charset)
Deprecated.
(4.3) use
StringBody(String, ContentType)
or MultipartEntityBuilder |
static StringBody |
StringBody.create(String text,
String mimeType,
Charset charset)
Deprecated.
(4.3) use
StringBody(String, ContentType)
or MultipartEntityBuilder |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.