org.voovan.http.HttpSessionParam Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of voovan-web Show documentation
Show all versions of voovan-web Show documentation
Voovan is a java framwork and it not depends on any third-party framework.
package org.voovan.http;
/**
* 类文字命名
*
* @author: helyho
* DBase Framework.
* WebSite: https://github.com/helyho/DBase
* Licence: Apache v2 License
*/
public enum HttpSessionParam {
TYPE, HTTP_REQUEST, HTTP_RESPONSE, KEEP_ALIVE, KEEP_ALIVE_TIMEOUT
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy