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

com.foxinmy.easemob4j.model.Consts Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.foxinmy.easemob4j.model;

import java.nio.charset.Charset;

/**
 * 常量类
 * @className Consts
 * @author jy
 * @date 2014年12月3日
 * @since JDK 1.7
 * @see
 */
public final class Consts {
	public static final Charset UTF_8 = Charset.forName("UTF-8");
	public static final Charset GBK = Charset.forName("GBK");
	public static final String SUCCESS = "SUCCESS";
	public static final String FAIL = "FAIL";
	public static final String PROTOCOL_FILE = "file";
	public static final String PROTOCOL_JAR = "jar";

	public static final String ASSESS_TOKEN_URL = "https://a1.easemob.com/%s/%s/token";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy