menu
http2 package
documentation
transport.dart
ServerSettings
ServerSettings const constructor
ServerSettings const constructor
dark_mode
light_mode
ServerSettings
constructor
const
ServerSettings
(
{
int
?
concurrentStreamLimit
,
int
?
streamWindowSize
,
})
Implementation
const ServerSettings({super.concurrentStreamLimit, super.streamWindowSize});
http2 package
documentation
transport
ServerSettings
ServerSettings const constructor
ServerSettings class