setLocalMaxStreamsForTest method

  1. @visibleForTesting
void setLocalMaxStreamsForTest(
  1. int value
)

Implementation

@visibleForTesting
void setLocalMaxStreamsForTest(int value) {
  _localMaxStreams = value;
}