public interface Http2ServerSettings
int getRequestEntityChunkSize()
Http2ServerSettings withRequestEntityChunkSize(int newRequestEntityChunkSize)
int getIncomingConnectionLevelBufferSize()
Http2ServerSettings withIncomingConnectionLevelBufferSize(int newIncomingConnectionLevelBufferSize)
int getIncomingStreamLevelBufferSize()
Http2ServerSettings withIncomingStreamLevelBufferSize(int newIncomingStreamLevelBufferSize)
int minCollectStrictEntitySize()
Http2ServerSettings withMinCollectStrictEntitySize(int newValue)
int getMaxConcurrentStreams()
Http2ServerSettings withMaxConcurrentStreams(int newValue)
int getOutgoingControlFrameBufferSize()
Http2ServerSettings withOutgoingControlFrameBufferSize(int newValue)
boolean logFrames()
Http2ServerSettings withLogFrames(boolean shouldLog)
java.time.Duration getPingInterval()
Http2ServerSettings withPingInterval(java.time.Duration interval)
java.time.Duration getPingTimeout()
Http2ServerSettings withPingTimeout(java.time.Duration timeout)
java.util.Set<java.lang.String> getFrameTypeThrottleFrameTypes()
int getFrameTypeThrottleCost()
int getFrameTypeThrottleBurst()
java.time.Duration getFrameTypeThrottleInterval()
Http2ServerSettings withFrameTypeThrottleInterval(java.time.Duration interval)