public static interface Http2Configuration.Builder extends CopyableBuilder<Http2Configuration.Builder,Http2Configuration>
| Modifier and Type | Method and Description |
|---|---|
Http2Configuration.Builder |
initialWindowSize(Integer initialWindowSize)
Sets initial window size of a stream.
|
Http2Configuration.Builder |
maxStreams(Long maxStreams)
Sets the max number of concurrent streams per connection.
|
copyapplyMutation, buildHttp2Configuration.Builder maxStreams(Long maxStreams)
Note that this cannot exceed the value of the MAX_CONCURRENT_STREAMS setting returned by the service. If it does the service setting is used instead.
maxStreams - Max concurrent HTTP/2 streams per connection.Http2Configuration.Builder initialWindowSize(Integer initialWindowSize)
initialWindowSize - The initial window size of a stream.Copyright © 2020. All rights reserved.