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

org.infinispan.client.rest.configuration.Protocol Maven / Gradle / Ivy

There is a newer version: 14.0.33.Final
Show newest version
package org.infinispan.client.rest.configuration;

/**
 * @author Tristan Tarrant <[email protected]>
 * @since 10.0
 **/
public enum Protocol {
   HTTP_11,
   HTTP_20
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy