public class ContentDisposition extends Object
| 构造器和说明 |
|---|
ContentDisposition() |
ContentDisposition(String content) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBoundary() |
String |
getCharset() |
String |
getMediaType() |
String |
getParam(String key) |
void |
putParam(String key,
Object value) |
void |
setBoundary(String boundary) |
void |
setCharset(String charset) |
void |
setMediaType(String mediaType) |
String |
toString() |
public ContentDisposition()
public ContentDisposition(String content)
Copyright © 2019. All rights reserved.