![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
{
"groups": [
{
"name": "spring.rest.http2client",
"type": "org.springframework.boot.autoconfigure.web.client.RestTemplateJdkHttp2ClientProperties",
"sourceType": "org.springframework.boot.autoconfigure.web.client.RestTemplateJdkHttp2ClientProperties"
}
],
"properties": [
{
"name": "feign.http2client.enabled",
"type": "java.lang.Boolean",
"defaultValue": false,
"description": "Enables the use of the JDK(11 and above) HTTP Client by Feign."
},
{
"name": "feign.http2client.connection-timeout",
"type": "java.time.Duration",
"defaultValue": "2000ms",
"description": "Connect timeout duration for this client."
},
{
"name": "feign.http2client.read-timeout",
"type": "java.time.Duration",
"defaultValue": "2000ms",
"description": "Read timeout duration for this client."
},
{
"name": "feign.http2client.http2-priority",
"type": "java.time.Integer",
"description": "Default priority for any HTTP/2 requests sent from this client. The value provided must be between code 1 and code 256 (inclusive)."
},
{
"name": "feign.http2client.redirect",
"type": "java.net.http.HttpClient$Redirect",
"defaultValue": "ALWAYS",
"description": "Specifies whether requests will automatically follow redirects issued by the server."
},
{
"name": "feign.http2client.http-version",
"type": "java.net.http.HttpClient$Version",
"defaultValue": "HTTP_1_1",
"description": "Requests a specific HTTP protocol version where possible."
},
{
"name": "spring.http.client.http2client.enabled",
"type": "java.lang.Boolean",
"defaultValue": true,
"description": "Enables JDK 11 HTTP2 client."
},
{
"name": "spring.rest-template.http2client.enabled",
"type": "java.lang.Boolean",
"defaultValue": false,
"description": "Enables the use of the JDK(11 and above) HTTP Client by Spring RestTemplate."
},
{
"name": "spring.rest-template.http2client.level",
"type": "org.springframework.web.client.logger.HttpLogLevel",
"defaultValue": "BASIC",
"description": "Requests Log level for this client.It must be one of 'NONE', 'BASIC', 'HEADERS', 'BODY'."
},
{
"name": "spring.rest-template.http2client.connection-timeout",
"type": "java.time.Duration",
"defaultValue": "2000ms",
"description": "Connect timeout duration for this client."
},
{
"name": "spring.rest-template.http2client.read-timeout",
"type": "java.time.Duration",
"defaultValue": "2000ms",
"description": "Read timeout duration for this client."
},
{
"name": "spring.rest-template.http2client.http2-priority",
"type": "java.time.Integer",
"description": "Default priority for any HTTP/2 requests sent from this client. The value provided must be between code 1 and code 256 (inclusive)."
},
{
"name": "spring.rest-template.http2client.redirect",
"type": "java.net.http.HttpClient$Redirect",
"defaultValue": "ALWAYS",
"description": "Specifies whether requests will automatically follow redirects issued by the server.It must be one of 'NEVER', 'ALWAYS', 'NORMAL'."
},
{
"name": "spring.rest-template.http2client.http-version",
"type": "java.net.http.HttpClient$Version",
"defaultValue": "HTTP_1_1",
"description": "Requests a specific HTTP protocol version where possible.It must be 'HTTP_1_1' or 'HTTP_2'."
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy