@Deprecated public class HttpMultipart extends Object
| Modifier and Type | Field and Description |
|---|---|
InputStream |
body
Deprecated.
|
String |
filename
Deprecated.
|
HttpHeaderCollection |
headers
Deprecated.
|
String |
name
Deprecated.
|
| Constructor and Description |
|---|
HttpMultipart()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBody()
Deprecated.
|
String |
getFilename()
Deprecated.
|
HttpHeaderCollection |
getHeaders()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getString()
Deprecated.
|
public String name
public String filename
public HttpHeaderCollection headers
public InputStream body
public String getName()
public String getFilename()
public HttpHeaderCollection getHeaders()
public InputStream getBody()
public String getString() throws IOException
IOExceptionCopyright © 2025. All rights reserved.