toggle menu
Spring Boot Kotlin API
3.3.7
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.server
/
Http2
Http2
open
class
Http2
Simple server-independent abstraction for HTTP/2 configuration.
Author
Brian Clozel
Since
2.0.0
Members
Constructors
Http2
Link copied to clipboard
constructor
(
)
Functions
is
Enabled
Link copied to clipboard
open
fun
isEnabled
(
)
:
Boolean
Return whether to enable HTTP/2 support, if the current environment supports it.
set
Enabled
Link copied to clipboard
open
fun
setEnabled
(
enabled
:
Boolean
)