All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.voovan.http.HttpSessionParam Maven / Gradle / Ivy

There is a newer version: 4.3.8
Show newest version
package org.voovan.http;

/**
 * 类文字命名
 *
 * @author: helyho
 * DBase Framework.
 * WebSite: https://github.com/helyho/DBase
 * Licence: Apache v2 License
 */
public class HttpSessionParam {
    public static int TYPE = 0;
	public static int HTTP_REQUEST = 1;
	public static int HTTP_RESPONSE  = 2;
	public static int KEEP_ALIVE = 3;
	public static int KEEP_ALIVE_TIMEOUT = 4;
	public static int KEEP_ALIVE_LIST_CONTAIN = 5;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy