类 ProxyConfig

java.lang.Object
org.dromara.sms4j.api.universal.ProxyConfig
所有已实现的接口:
Serializable

public class ProxyConfig extends Object implements Serializable
短信代理配置类
另请参阅:
  • 字段详细资料

    • enable

      private Boolean enable
      是否启用代理 默认不启用
    • host

      private String host
      代理服务器地址
    • port

      private Integer port
      代理服务器端口
  • 构造器详细资料

    • ProxyConfig

      public ProxyConfig()