public class HTTPBodyConfiguration extends Object
| 构造器和说明 |
|---|
HTTPBodyConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBodyBufferThreshold() |
String |
getCharset() |
int |
getMaxRequestSize() |
javax.servlet.MultipartConfigElement |
getMultipartConfigElement() |
String |
getTempFilePath() |
void |
setBodyBufferThreshold(int bodyBufferThreshold) |
void |
setCharset(String charset) |
void |
setMaxRequestSize(int maxRequestSize) |
void |
setMultipartConfigElement(javax.servlet.MultipartConfigElement multipartConfigElement) |
void |
setTempFilePath(String tempFilePath) |
public int getBodyBufferThreshold()
public void setBodyBufferThreshold(int bodyBufferThreshold)
public int getMaxRequestSize()
public void setMaxRequestSize(int maxRequestSize)
public String getTempFilePath()
public void setTempFilePath(String tempFilePath)
public String getCharset()
public void setCharset(String charset)
public javax.servlet.MultipartConfigElement getMultipartConfigElement()
public void setMultipartConfigElement(javax.servlet.MultipartConfigElement multipartConfigElement)
Copyright © 2017. All rights reserved.