Home
last modified time | relevance | path

Searched refs:connectionManualWindowManagement (Results 1 – 1 of 1) sorted by relevance

/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/
DHttp2StreamManagerOptions.java19 private boolean connectionManualWindowManagement = false; field in Http2StreamManagerOptions
113 return connectionManualWindowManagement; in isConnectionManualWindowManagement()
126 …reamManagerOptions withConnectionManualWindowManagement(boolean connectionManualWindowManagement) { in withConnectionManualWindowManagement() argument
127 this.connectionManualWindowManagement = connectionManualWindowManagement; in withConnectionManualWindowManagement()