Package | Description |
---|---|
org.tinygroup.weblayer.webcontext.basic.interceptor | |
org.tinygroup.weblayer.webcontext.parser.impl | |
org.tinygroup.weblayer.webcontext.parser.upload |
Modifier and Type | Field and Description |
---|---|
static HumanReadableSize |
ResponseHeaderSecurityFilter.MAX_SET_COOKIE_SIZE_DEFAULT |
Modifier and Type | Method and Description |
---|---|
HumanReadableSize |
ResponseHeaderSecurityFilter.getMaxCookieSize() |
Modifier and Type | Method and Description |
---|---|
void |
ResponseHeaderSecurityFilter.setMaxCookieSize(HumanReadableSize maxSetCookieSize) |
Modifier and Type | Method and Description |
---|---|
HumanReadableSize |
UploadServiceImpl.getFileSizeMax() |
HumanReadableSize |
UploadServiceImpl.getSizeMax() |
HumanReadableSize |
UploadServiceImpl.getSizeThreshold() |
Modifier and Type | Method and Description |
---|---|
void |
UploadServiceImpl.setFileSizeMax(HumanReadableSize fileSizeMax) |
void |
UploadServiceImpl.setSizeMax(HumanReadableSize sizeMax) |
void |
UploadServiceImpl.setSizeThreshold(HumanReadableSize sizeThreshold) |
Modifier and Type | Method and Description |
---|---|
HumanReadableSize |
UploadParameters.getFileSizeMax() |
HumanReadableSize |
UploadConfiguration.getFileSizeMax()
取得单个文件允许的最大尺寸,超过此尺寸的文件将被抛弃。单位:字节,值
-1 表示没有限制。 |
HumanReadableSize |
UploadParameters.getSizeMax() |
HumanReadableSize |
UploadConfiguration.getSizeMax()
取得HTTP请求的最大尺寸,超过此尺寸的请求将被抛弃。单位:字节,值
-1 表示没有限制。 |
HumanReadableSize |
UploadParameters.getSizeThreshold() |
HumanReadableSize |
UploadConfiguration.getSizeThreshold()
取得将文件放在内存中的阈值,小于此值的文件被保存在内存中。单位:字节。
|
Modifier and Type | Method and Description |
---|---|
void |
UploadParameters.setFileSizeMax(HumanReadableSize fileSizeMax) |
void |
UploadParameters.setSizeMax(HumanReadableSize sizeMax) |
void |
UploadParameters.setSizeThreshold(HumanReadableSize sizeThreshold) |
Copyright © 2006–2018 TinyGroup. All rights reserved.