Package | Description |
---|---|
org.apache.http.entity.mime.content |
MIME body part implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContentBody |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentBody |
class |
ByteArrayBody
Binary body part backed by a byte array.
|
class |
FileBody
Binary body part backed by a file.
|
class |
InputStreamBody
Binary body part backed by an input stream.
|
class |
StringBody
Text body part backed by a byte array.
|
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.