Searched refs:HTTP2_INITIAL_WINDOW_SIZE (Results 1 – 4 of 4) sorted by relevance
20 …tatic software.amazon.awssdk.http.nio.netty.internal.ChannelAttributeKey.HTTP2_INITIAL_WINDOW_SIZE;155 ch.attr(HTTP2_INITIAL_WINDOW_SIZE).set(clientInitialWindowSize); in configureHttp2()
57 public static final AttributeKey<Integer> HTTP2_INITIAL_WINDOW_SIZE = field in ChannelAttributeKey
48 channel.attr(ChannelAttributeKey.HTTP2_INITIAL_WINDOW_SIZE).set(INITIAL_WINDOW_SIZE); in newHttp2Channel()
20 …tatic software.amazon.awssdk.http.nio.netty.internal.ChannelAttributeKey.HTTP2_INITIAL_WINDOW_SIZE;233 Integer initialWindowSize = parentChannel.attr(HTTP2_INITIAL_WINDOW_SIZE).get(); in tryExpandConnectionWindow()