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

io.github.silencelwy.smsapi.client.HttpCharacterEncoding Maven / Gradle / Ivy

There is a newer version: 1.0.3.4-RELEASE
Show newest version
package io.github.silencelwy.smsapi.client;

public class HttpCharacterEncoding {
    public static final String DEFAULT_ENCODING = "UTF8";
    public static final String ENCODE_UTF8 = "UTF8";
    public static final String ENCODE_GBK = "GBK";

    public HttpCharacterEncoding() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy