com.github.unclecatmyself.common.constant.BootstrapConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of InChat Show documentation
Show all versions of InChat Show documentation
A lightweight, efficient communication framework that supports chat and the Internet of Things
The newest version!
package com.github.unclecatmyself.common.constant;
/**
* Created by MySelf on 2019/1/3.
*/
public class BootstrapConstant {
public static final String HTTPCODE = "httpCode";
public static final String AGGREGATOR = "aggregator";
public static final String CHUNKEDWRITE = "chunkedWrite";
public static final String WEBSOCKETHANDLER = "webSocketHandler";
public static final String SSL = "ssl";
}