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

org.springframework.web.client.constants.RestTemplateJdkHttp2ClientSystemPropertiesConstants Maven / Gradle / Ivy

The newest version!
package org.springframework.web.client.constants;

import org.zodiac.commons.constants.SystemPropertiesConstants;

public interface RestTemplateJdkHttp2ClientSystemPropertiesConstants {

    String SPRING_REST_TEMPLATE_HTTP2CLIENT_PREFIX = SystemPropertiesConstants.Zodiac.SPRING_REST_TEMPLATE_PREFIX + ".http2client";
    String SPRING_REST_TEMPLATE_HTTP2CLIENT_ENABLED = SPRING_REST_TEMPLATE_HTTP2CLIENT_PREFIX + ".enabled";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy