org.tio.http.common.HttpConfig Maven / Gradle / Ivy
/*
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction, and
distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by the copyright
owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all other entities
that control, are controlled by, or are under common control with that entity.
For the purposes of this definition, "control" means (i) the power, direct or
indirect, to cause the direction or management of such entity, whether by
contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity exercising
permissions granted by this License.
"Source" form shall mean the preferred form for making modifications, including
but not limited to software source code, documentation source, and configuration
files.
"Object" form shall mean any form resulting from mechanical transformation or
translation of a Source form, including but not limited to compiled object code,
generated documentation, and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or Object form, made
available under the License, as indicated by a copyright notice that is included
in or attached to the work (an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object form, that
is based on (or derived from) the Work and for which the editorial revisions,
annotations, elaborations, or other modifications represent, as a whole, an
original work of authorship. For the purposes of this License, Derivative Works
shall not include works that remain separable from, or merely link (or bind by
name) to the interfaces of, the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including the original version
of the Work and any modifications or additions to that Work or Derivative Works
thereof, that is intentionally submitted to Licensor for inclusion in the Work
by the copyright owner or by an individual or Legal Entity authorized to submit
on behalf of the copyright owner. For the purposes of this definition,
"submitted" means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems, and
issue tracking systems that are managed by, or on behalf of, the Licensor for
the purpose of discussing and improving the Work, but excluding communication
that is conspicuously marked or otherwise designated in writing by the copyright
owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
of whom a Contribution has been received by Licensor and subsequently
incorporated within the Work.
2. Grant of Copyright License.
Subject to the terms and conditions of this License, each Contributor hereby
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
irrevocable copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the Work and such
Derivative Works in Source or Object form.
3. Grant of Patent License.
Subject to the terms and conditions of this License, each Contributor hereby
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
irrevocable (except as stated in this section) patent license to make, have
made, use, offer to sell, sell, import, and otherwise transfer the Work, where
such license applies only to those patent claims licensable by such Contributor
that are necessarily infringed by their Contribution(s) alone or by combination
of their Contribution(s) with the Work to which such Contribution(s) was
submitted. If You institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work or a
Contribution incorporated within the Work constitutes direct or contributory
patent infringement, then any patent licenses granted to You under this License
for that Work shall terminate as of the date such litigation is filed.
4. Redistribution.
You may reproduce and distribute copies of the Work or Derivative Works thereof
in any medium, with or without modifications, and in Source or Object form,
provided that You meet the following conditions:
You must give any other recipients of the Work or Derivative Works a copy of
this License; and
You must cause any modified files to carry prominent notices stating that You
changed the files; and
You must retain, in the Source form of any Derivative Works that You distribute,
all copyright, patent, trademark, and attribution notices from the Source form
of the Work, excluding those notices that do not pertain to any part of the
Derivative Works; and
If the Work includes a "NOTICE" text file as part of its distribution, then any
Derivative Works that You distribute must include a readable copy of the
attribution notices contained within such NOTICE file, excluding those notices
that do not pertain to any part of the Derivative Works, in at least one of the
following places: within a NOTICE text file distributed as part of the
Derivative Works; within the Source form or documentation, if provided along
with the Derivative Works; or, within a display generated by the Derivative
Works, if and wherever such third-party notices normally appear. The contents of
the NOTICE file are for informational purposes only and do not modify the
License. You may add Your own attribution notices within Derivative Works that
You distribute, alongside or as an addendum to the NOTICE text from the Work,
provided that such additional attribution notices cannot be construed as
modifying the License.
You may add Your own copyright statement to Your modifications and may provide
additional or different license terms and conditions for use, reproduction, or
distribution of Your modifications, or for any such Derivative Works as a whole,
provided Your use, reproduction, and distribution of the Work otherwise complies
with the conditions stated in this License.
5. Submission of Contributions.
Unless You explicitly state otherwise, any Contribution intentionally submitted
for inclusion in the Work by You to the Licensor shall be under the terms and
conditions of this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify the terms of
any separate license agreement you may have executed with Licensor regarding
such Contributions.
6. Trademarks.
This License does not grant permission to use the trade names, trademarks,
service marks, or product names of the Licensor, except as required for
reasonable and customary use in describing the origin of the Work and
reproducing the content of the NOTICE file.
7. Disclaimer of Warranty.
Unless required by applicable law or agreed to in writing, Licensor provides the
Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
including, without limitation, any warranties or conditions of TITLE,
NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
solely responsible for determining the appropriateness of using or
redistributing the Work and assume any risks associated with Your exercise of
permissions under this License.
8. Limitation of Liability.
In no event and under no legal theory, whether in tort (including negligence),
contract, or otherwise, unless required by applicable law (such as deliberate
and grossly negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special, incidental,
or consequential damages of any character arising as a result of this License or
out of the use or inability to use the Work (including but not limited to
damages for loss of goodwill, work stoppage, computer failure or malfunction, or
any and all other commercial damages or losses), even if such Contributor has
been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability.
While redistributing the Work or Derivative Works thereof, You may choose to
offer, and charge a fee for, acceptance of support, warranty, indemnity, or
other liability obligations and/or rights consistent with this License. However,
in accepting such obligations, You may act only on Your own behalf and on Your
sole responsibility, not on behalf of any other Contributor, and only if You
agree to indemnify, defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason of your
accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work
To apply the Apache License to your work, attach the following boilerplate
notice, with the fields enclosed by brackets "{}" replaced with your own
identifying information. (Don't include the brackets!) The text should be
enclosed in the appropriate comment syntax for the file format. We also
recommend that a file or class name and description of purpose be included on
the same "printed page" as the copyright notice for easier identification within
third-party archives.
Copyright 2018 JFinal
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package org.tio.http.common;
import java.io.File;
import java.io.FileFilter;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Objects;
import java.util.Set;
import java.util.TreeMap;
import java.util.TreeSet;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.tio.http.common.handler.HttpRequestHandler;
import org.tio.http.common.session.HttpSession;
import org.tio.http.common.session.id.ISessionIdGenerator;
import org.tio.http.common.session.limiter.SessionRateLimiter;
import org.tio.http.common.view.freemarker.FreemarkerConfig;
import org.tio.utils.cache.ICache;
import org.tio.utils.hutool.FileUtil;
import org.tio.utils.hutool.StrUtil;
/**
* @author tanyaowu
* 2017年8月15日 下午1:21:14
*/
public class HttpConfig {
private static Logger log = LoggerFactory.getLogger(HttpConfig.class);
/**
* 用于覆盖session cookie的参数名,客户端可以用这个传递sessionid
*/
public static final String TIO_HTTP_SESSIONID = "tio_http_sessionid";
/**
* 存放HttpSession对象的cacheName
*/
public static final String SESSION_CACHE_NAME = "tio-h-s";
/**
* 存放sessionId的cookie value
*/
public static final String SESSION_COOKIE_NAME = "PHPSESSID";
/**
* session默认的超时时间,单位:秒
*/
public static final long DEFAULT_SESSION_TIMEOUT = 30 * 60;
/**
* 默认的静态资源缓存时间,单位:秒
*/
public static final int MAX_LIVETIME_OF_STATICRES = 60 * 10;
/**
* 文件上传时,boundary值的最大长度
*/
public static final int MAX_LENGTH_OF_BOUNDARY = 512;
/**
* 文件上传时,头部的最大长度
*/
public static final int MAX_LENGTH_OF_MULTI_HEADER = 512;
/**
* 文件上传时,体的最大长度(默认值2M)
*/
public static final int MAX_LENGTH_OF_MULTI_BODY = 1024 * 1024 * 2;
/**
* 文件上传时,体的最大长度
*/
private int maxLengthOfMultiBody = MAX_LENGTH_OF_MULTI_BODY;
/**
*POST体的最大长度默认值(2M)
*/
public static final int MAX_LENGTH_OF_POST_BODY = 1024 * 1024 * 2;
/**
* jsonp时,回调参数名
*/
public static final String JSONP_PARAM_NAME = "tio_http_jsonp";
/**
* POST体的最大长度
*/
private int maxLengthOfPostBody = MAX_LENGTH_OF_POST_BODY;
public static final int MAX_FORWARD_COUNT = 10;
public int maxForwardCount = MAX_FORWARD_COUNT;
/**
* 是否使用session
*/
private boolean useSession = true;
/**
* 是否兼容1.0
* true:兼容
* false:不兼容
* 默认兼容
*/
public boolean compatible1_0 = true;
/**
* 是否拼接http request header value
*
*/
private boolean appendRequestHeaderString = false;
private String bindIp = null; //"127.0.0.1";
/**
* 监听端口
*/
private Integer bindPort = 80;
private String serverInfo = HttpConst.SERVER_INFO;
private String charset = HttpConst.CHARSET_NAME;
private ICache sessionStore = null;
public SessionRateLimiter sessionRateLimiter;
/**
* 访问路径前缀,譬如"/api"
*/
private String contextPath = "";
/**
* 加后缀,譬如".php"
*/
private String suffix = "";
/**
* 如果访问路径是以"/"结束,则实际访问路径会自动加上welcomeFile,从而变成形如"/index.html"的路径
*/
private String welcomeFile = null; //"index.html";
/**
* 允许访问的域名,如果不限制,则为null
*/
private String[] allowDomains = null;
/**
* 存放HttpSession对象的cacheName
*/
private String sessionCacheName = SESSION_CACHE_NAME;
/**
* session超时时间,单位:秒
*/
private long sessionTimeout = DEFAULT_SESSION_TIMEOUT;
private String sessionCookieName = SESSION_COOKIE_NAME;
/**
* 静态资源缓存时间,如果小于等于0则不缓存,单位:秒
*/
private int maxLiveTimeOfStaticRes = MAX_LIVETIME_OF_STATICRES;
private String page404 = "/404.html";
private String page500 = "/500.html";
private ISessionIdGenerator sessionIdGenerator;
private HttpRequestHandler httpRequestHandler;
/**
* ip被拉黑时,服务器给的响应,如果是null,服务器会直接断开连接
*/
private HttpResponse respForBlackIp = null;
/**
* 是否被代理
*/
private boolean isProxied = false;
/**
* 示例:
* 1、classpath中:classpath:page
* 2、绝对路径:/page
*/
private String pageRoot = null; //FileUtil.getAbsolutePath("page");//"/page";
private boolean pageInClasspath = false;
/**
* 临时支持freemarker,主要用于开发环境中的前端开发,暂时不重点作为tio-http-server功能
* 请大家暂时不要使用该功能,因为api随时会变
*/
private FreemarkerConfig freemarkerConfig = null;
/**
* 域名和页面根目录映射。当客户端通过不同域名访问时,其页面根目录是不一样的
* key: www.t-io.org
* value: 域名对应的页面根目录
*/
private volatile Map domainPageMap = null; //new HashMap<>();
public boolean checkHost = true;
private String name = null;
/**
* jsonp时,回调参数名
*/
private String jsonpParamName = JSONP_PARAM_NAME;
/**
* 是否监控文件变化
*/
public boolean monitorFileChange = false;
public Map getDomainPageMap() {
return domainPageMap;
}
public HttpConfig(Integer bindPort, boolean useSession) {
this.bindPort = bindPort;
this.useSession = useSession;
}
/**
*
* @param bindPort
* @param sessionTimeout session超时时间,单位:秒
* @param contextPath
* @param suffix
*/
public HttpConfig(Integer bindPort, Long sessionTimeout, String contextPath, String suffix) {
this.bindPort = bindPort;
if (sessionTimeout != null) {
this.sessionTimeout = sessionTimeout;
}
if (contextPath == null) {
contextPath = "";
}
this.contextPath = contextPath;
if (suffix == null) {
suffix = "";
}
this.suffix = suffix;
}
/**
* @return the bindIp
*/
public String getBindIp() {
return bindIp;
}
/**
* @return the bindPort
*/
public Integer getBindPort() {
return bindPort;
}
/**
* @return the charset
*/
public String getCharset() {
return charset;
}
/**
* @return the maxLiveTimeOfStaticRes
*/
public int getMaxLiveTimeOfStaticRes() {
return maxLiveTimeOfStaticRes;
}
public String getPage404() {
return page404;
}
public String getPage500() {
return page500;
}
/**
* @return the pageRoot
*/
public String getPageRoot() {
return pageRoot;
}
public String getPageRoot(HttpRequest request) {
if (domainPageMap == null || domainPageMap.isEmpty()) {
return pageRoot;
}
String domain = request.getDomain();
String root = domainPageMap.get(domain);
if (root != null) {
return root;
}
Set> set = domainPageMap.entrySet();
for (Entry entry : set) {
String d = entry.getKey();
if (d.startsWith(".") && domain.endsWith(d)) {
String file = entry.getValue();
domainPageMap.put(domain, file);
return file;
}
}
domainPageMap.put(domain, pageRoot);
return pageRoot;
}
/**
*
* @param request
* @param path 形如 /xx/aa.html
* @return
* @throws Exception
* @author tanyaowu
*/
public HttpResource getResource(HttpRequest request, String path) throws Exception {
String pageRoot = getPageRoot(request);
HttpResource httpResource = null;
// File file = null;
if (pageRoot != null) {
if (StrUtil.endWith(path, "/")) {
path = path + "index.html";
}
String complatePath = pageRoot + path;
if (pageInClasspath) {
URL url = this.getClass().getClassLoader().getResource(complatePath);
if (url != null) {
String protocol = url.getProtocol();
if (Objects.equals(protocol, "jar")) {
InputStream inputStream = this.getClass().getClassLoader().getResourceAsStream(complatePath);
httpResource = new HttpResource(path, inputStream, null);
} else {
File file = new File(url.toURI());
if (file.exists()) {
httpResource = new HttpResource(path, null, file);
}
}
}
} else {
File file = new File(complatePath);
if (file.exists()) {
httpResource = new HttpResource(path, null, file);
}
}
}
return httpResource;
}
/**
* @return the serverInfo
*/
public String getServerInfo() {
return serverInfo;
}
/**
* @return the sessionCacheName
*/
public String getSessionCacheName() {
return sessionCacheName;
}
public String getSessionCookieName() {
return sessionCookieName;
}
// public void setSessionTimeout(long sessionTimeout) {
// this.sessionTimeout = sessionTimeout;
// }
public ISessionIdGenerator getSessionIdGenerator() {
return sessionIdGenerator;
}
public ICache getSessionStore() {
return sessionStore;
}
public long getSessionTimeout() {
return sessionTimeout;
}
/**
* @param bindIp the bindIp to set
*/
public void setBindIp(String bindIp) {
this.bindIp = bindIp;
}
/**
* @param charset the charset to set
*/
public void setCharset(String charset) {
this.charset = charset;
}
/**
* @param maxLiveTimeOfStaticRes the maxLiveTimeOfStaticRes to set
*/
public void setMaxLiveTimeOfStaticRes(int maxLiveTimeOfStaticRes) {
this.maxLiveTimeOfStaticRes = maxLiveTimeOfStaticRes;
}
public void setPage404(String page404) {
this.page404 = page404;
}
public void setPage500(String page500) {
this.page500 = page500;
}
/**
* 静态文件路径,必须先设置好pageRoot后再用
* key: 文件名后缀
* path: 访问路径 如 /user/set.html
*/
private Map> staticPathsMap = null;
/**
* path: 访问路径 如 /user/set.html
*/
private Set staticPaths = null;
public Map> getStaticPathsMap() {
initStaticPaths();
return staticPathsMap;
}
public Set getStaticPaths() {
initStaticPaths();
return staticPaths;
}
private Map> initStaticPaths() {
if (staticPathsMap != null) {
return staticPathsMap;
}
if (pageInClasspath) {
throw new RuntimeException("classpath的pageRoot是");
}
staticPathsMap = new TreeMap<>();
staticPaths = new TreeSet<>();
List files = FileUtil.loopFiles(pageRoot, new FileFilter() {
@Override
public boolean accept(File file) {
String filename = file.getName();
String ext = FileUtil.extName(filename);//.getExtension(filename);
if (file.isDirectory()) {
if ("svn-base".equalsIgnoreCase(ext)) {
return false;
}
return true;
}
// String ext = FileUtil.extName(file);
return true;
}
});
if (files == null) {
return staticPathsMap;
}
if (log.isInfoEnabled()) {
log.info("一共{}个文件", files.size());
}
File pageRootFile = new File(pageRoot);
String pageRootAbs;
try {
pageRootAbs = pageRootFile.getCanonicalPath();
} catch (IOException e1) {
log.error(e1.toString(), e1);
return null;
}
for (File file : files) {
try {
if (file.isDirectory()) {
} else {
String absPath = file.getCanonicalPath();
// long start = System.currentTimeMillis();
String path = absPath.substring(pageRootAbs.length());
path = path.replaceAll("\\\\", "/");
if (!(path.startsWith("/"))) {
path = "/" + path;
}
log.info("访问路径:{}", path);
String ext = FileUtil.extName(path);
Set set = staticPathsMap.get(ext);
if (set == null) {
set = new TreeSet<>();
staticPathsMap.put(ext, set);
}
set.add(path);
staticPaths.add(path);
}
} catch (Exception e) {
log.error(e.toString());
}
}
return staticPathsMap;
}
/**
* 获取文件的URL访问路径
* @param file
* @return
* @throws IOException
*/
public String getPath(File file) throws IOException {
String absPath = file.getCanonicalPath();
File pageRootFile = new File(pageRoot);
String pageRootAbs = pageRootFile.getCanonicalPath();
String path = absPath.substring(pageRootAbs.length());
path = path.replaceAll("\\\\", "/");
if (!(path.startsWith("/"))) {
path = "/" + path;
}
return path;
}
/**
*
* @param pageRoot 如果是以"classpath:"开头,则从classpath中查找,否则视为普通的文件路径
* @author tanyaowu
* @throws IOException
*/
public void setPageRoot(String pageRoot) throws IOException {
staticPathsMap = null;
if (StrUtil.startWith(pageRoot, "classpath:")) {
this.pageRoot = pageRoot.substring("classpath:".length());//.replaceFirst("classpath:", "classpath:/");
if (this.pageRoot.startsWith("/")) {
this.pageRoot = this.pageRoot.substring(1);
}
this.pageInClasspath = true;
} else {
this.pageRoot = pageRoot;//fromPath(pageRoot);
}
}
/**
*
* @param path 如果是以"classpath:"开头,则从classpath中查找,否则视为普通的文件路径
* @return
*/
// public static File fromPath(String path) {
// if (path == null) {
// return null;
// }
//
// if (StrUtil.startWithIgnoreCase(path, "classpath:")) {
// return new File(ResourceUtil.getAbsolutePath(path));
// } else {
// return new File(path);
// }
// }
/**
*
* @param domain 形如www.t-io.org的域名,也可以是形如.t-io.org这样的通配域名
* @param pageRoot 如果是以"classpath:"开头,则从classpath中查找,否则视为普通的文件路径
* @throws IOException
*/
public void addDomainPage(String domain, String pageRoot) throws IOException {
// File pageRootFile = fromPath(pageRoot);
// if (!pageRootFile.exists()) {
// throw new IOException("文件【" + pageRoot + "】不存在");
// }
//
// if (!pageRootFile.isDirectory()) {
// throw new IOException("文件【" + pageRoot + "】不是目录");
// }
if (domainPageMap == null) {
synchronized (this) {
if (domainPageMap == null) {
domainPageMap = new HashMap<>();
}
}
}
domainPageMap.put(domain, pageRoot);
if (this.freemarkerConfig != null) {
freemarkerConfig.addDomainConfiguration(domain, pageRoot);
}
}
/**
* @param serverInfo the serverInfo to set
*/
public void setServerInfo(String serverInfo) {
this.serverInfo = serverInfo;
}
/**
* @param sessionCacheName the sessionCacheName to set
*/
public void setSessionCacheName(String sessionCacheName) {
this.sessionCacheName = sessionCacheName;
}
public void setSessionCookieName(String sessionCookieName) {
this.sessionCookieName = sessionCookieName;
}
public void setSessionIdGenerator(ISessionIdGenerator sessionIdGenerator) {
this.sessionIdGenerator = sessionIdGenerator;
}
public void setSessionStore(ICache sessionStore) {
this.sessionStore = sessionStore;
// this.httpSessionManager = HttpSessionManager.getInstance(sessionStore);
}
/**
* @return the httpRequestHandler
*/
public HttpRequestHandler getHttpRequestHandler() {
return httpRequestHandler;
}
/**
* @param httpRequestHandler the httpRequestHandler to set
*/
public void setHttpRequestHandler(HttpRequestHandler httpRequestHandler) {
this.httpRequestHandler = httpRequestHandler;
}
public String getContextPath() {
return contextPath;
}
public String getSuffix() {
return suffix;
}
public String[] getAllowDomains() {
return allowDomains;
}
public void setAllowDomains(String[] allowDomains) {
this.allowDomains = allowDomains;
}
/**
* @return the isProxied
*/
public boolean isProxied() {
return isProxied;
}
/**
* @param isProxied the isProxied to set
*/
public void setProxied(boolean isProxied) {
this.isProxied = isProxied;
}
public boolean isUseSession() {
return useSession;
}
public void setUseSession(boolean useSession) {
this.useSession = useSession;
}
/**
* 根据sessionId获取HttpSession对象
* @param sessionId
* @return
*/
public HttpSession getHttpSession(String sessionId) {
if (StrUtil.isBlank(sessionId)) {
return null;
}
HttpSession httpSession = (HttpSession) getSessionStore().get(sessionId);
return httpSession;
}
public String getWelcomeFile() {
return welcomeFile;
}
public void setWelcomeFile(String welcomeFile) {
this.welcomeFile = welcomeFile;
}
public FreemarkerConfig getFreemarkerConfig() {
return freemarkerConfig;
}
public void setFreemarkerConfig(FreemarkerConfig freemarkerConfig) {
this.freemarkerConfig = freemarkerConfig;
}
/**
* @return the appendRequestHeaderString
*/
public boolean isAppendRequestHeaderString() {
return appendRequestHeaderString;
}
/**
* @param appendRequestHeaderString the appendRequestHeaderString to set
*/
public void setAppendRequestHeaderString(boolean appendRequestHeaderString) {
this.appendRequestHeaderString = appendRequestHeaderString;
}
/**
* @return the maxLengthOfMultiBody
*/
public int getMaxLengthOfMultiBody() {
return maxLengthOfMultiBody;
}
/**
* @param maxLengthOfMultiBody the maxLengthOfMultiBody to set
*/
public void setMaxLengthOfMultiBody(int maxLengthOfMultiBody) {
this.maxLengthOfMultiBody = maxLengthOfMultiBody;
}
public HttpResponse getRespForBlackIp() {
return respForBlackIp;
}
public void setRespForBlackIp(HttpResponse respForBlackIp) {
this.respForBlackIp = respForBlackIp;
}
/**
* @param checkHost
* @author tanyaowu
*/
public void setCheckHost(boolean checkHost) {
this.checkHost = checkHost;
}
public void setCompatible1_0(boolean compatible1_0) {
this.compatible1_0 = compatible1_0;
}
public boolean isPageInClasspath() {
return pageInClasspath;
}
public void setPageInClasspath(boolean pageInClasspath) {
this.pageInClasspath = pageInClasspath;
}
public SessionRateLimiter getSessionRateLimiter() {
return sessionRateLimiter;
}
public void setSessionRateLimiter(SessionRateLimiter sessionRateLimiter) {
this.sessionRateLimiter = sessionRateLimiter;
}
public int getMaxForwardCount() {
return maxForwardCount;
}
public void setMaxForwardCount(int maxForwardCount) {
this.maxForwardCount = maxForwardCount;
}
public int getMaxLengthOfPostBody() {
return maxLengthOfPostBody;
}
public void setMaxLengthOfPostBody(int maxLengthOfPostBody) {
this.maxLengthOfPostBody = maxLengthOfPostBody;
}
/**
* @return the name
*/
public String getName() {
return name;
}
/**
* @param name the name to set
*/
public void setName(String name) {
this.name = name;
}
public String getJsonpParamName() {
return jsonpParamName;
}
public void setJsonpParamName(String jsonpParamName) {
this.jsonpParamName = jsonpParamName;
}
public boolean isMonitorFileChange() {
return monitorFileChange;
}
public void setMonitorFileChange(boolean monitorFileChange) {
this.monitorFileChange = monitorFileChange;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy