org.restcomm.connect.commons.common.http.SslMode Maven / Gradle / Ivy
package org.restcomm.connect.commons.common.http;
public enum SslMode {
strict, allowall;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.restcomm.connect.commons.common.http;
public enum SslMode {
strict, allowall;
}