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

io.gitee.huangguiming.Imcode.imconfig.IMDefaultConfigImpl Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package io.gitee.huangguiming.Imcode.imconfig;

import io.gitee.huangguiming.Imcode.utils.ApacheHttpClientBuilder;
import lombok.Data;

@Data
public class IMDefaultConfigImpl implements IMConfigStorage{

    protected volatile long sdkappid;
    protected volatile String secretKey;
    protected volatile long expiresTime;
    protected volatile String admin;
    protected volatile String httpProxyHost;
    protected volatile int httpProxyPort;
    protected volatile String httpProxyUsername;
    protected volatile String httpProxyPassword;
    protected volatile int retrySleepMillis = 1000;
    protected volatile int maxRetryTimes = 5;
    protected volatile ApacheHttpClientBuilder apacheHttpClientBuilder;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy