io.castle.client.internal.backend.CastleBackendProvider Maven / Gradle / Ivy
package io.castle.client.internal.backend;
/**
* List of backend providers available for the HTTP layer.
*
* The default value is OKHTTP.
*/
public enum CastleBackendProvider {
OKHTTP
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy