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

com.litongjava.tio.http.common.TioConfigKey Maven / Gradle / Ivy

There is a newer version: 3.7.3.v20241201-RELEASE
Show newest version
package com.litongjava.tio.http.common;

/**
 * @author tanyaowu
 * 2017年8月18日 下午5:43:54
 */
public interface TioConfigKey {
	/**
	 * 存放HttpConfig
	 */
	//	String HTTP_SERVER_CONFIG = "TIO_HTTP_SERVER_CONFIG";

	String HTTP_REQ_HANDLER = "TIO_HTTP_REQ_HANDLER";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy