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

org.jgroups.util.TLSClientAuth Maven / Gradle / Ivy

There is a newer version: 5.4.1.Final
Show newest version
package org.jgroups.util;

/**
 * @author Tristan Tarrant
 * @since  5.2.15
 */
public enum TLSClientAuth {
    NONE,
    WANT,
    NEED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy