public class MultipartContext extends Object
Multipart context containing:
| Constructor and Description |
|---|
MultipartContext(String contentType,
int contentLength,
String charEncoding)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCharEncoding()
Returns the character encoding
|
int |
getContentLength()
Returns the content length
|
String |
getContentType()
Returns the content type
|
String |
toString() |
public String getContentType()
Returns the content type
public int getContentLength()
Returns the content length
public String getCharEncoding()
Returns the character encoding
Copyright © 2017. All rights reserved.