Searched refs:connectionManualWindowManagement (Results 1 – 1 of 1) sorted by relevance
19 private boolean connectionManualWindowManagement = false; field in Http2StreamManagerOptions113 return connectionManualWindowManagement; in isConnectionManualWindowManagement()126 …reamManagerOptions withConnectionManualWindowManagement(boolean connectionManualWindowManagement) { in withConnectionManualWindowManagement() argument127 this.connectionManualWindowManagement = connectionManualWindowManagement; in withConnectionManualWindowManagement()