public class HttpMultipart extends Object
| Modifier and Type | Field and Description |
|---|---|
InputStream |
body |
String |
filename |
HttpHeaderCollection |
headers |
String |
name |
| Constructor and Description |
|---|
HttpMultipart() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBody() |
String |
getFilename() |
HttpHeaderCollection |
getHeaders() |
String |
getName() |
String |
getString() |
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.