Interface Http2ServerSettings
- All Known Subinterfaces:
- Http2ServerSettings
- All Known Implementing Classes:
- Http2ServerSettings.Http2ServerSettingsImpl
public interface Http2ServerSettings
- 
Method SummaryModifier and TypeMethodDescriptionintintintintintintintbooleanintwithFrameTypeThrottleInterval(Duration interval) withIncomingConnectionLevelBufferSize(int newIncomingConnectionLevelBufferSize) withIncomingStreamLevelBufferSize(int newIncomingStreamLevelBufferSize) withLogFrames(boolean shouldLog) withMaxConcurrentStreams(int newValue) withMinCollectStrictEntitySize(int newValue) withOutgoingControlFrameBufferSize(int newValue) withPingInterval(Duration interval) withPingTimeout(Duration timeout) withRequestEntityChunkSize(int newRequestEntityChunkSize) 
- 
Method Details- 
getRequestEntityChunkSizeint getRequestEntityChunkSize()
- 
withRequestEntityChunkSize
- 
getIncomingConnectionLevelBufferSizeint getIncomingConnectionLevelBufferSize()
- 
withIncomingConnectionLevelBufferSize
- 
getIncomingStreamLevelBufferSizeint getIncomingStreamLevelBufferSize()
- 
withIncomingStreamLevelBufferSize
- 
minCollectStrictEntitySizeint minCollectStrictEntitySize()
- 
withMinCollectStrictEntitySize
- 
getMaxConcurrentStreamsint getMaxConcurrentStreams()
- 
withMaxConcurrentStreams
- 
getOutgoingControlFrameBufferSizeint getOutgoingControlFrameBufferSize()
- 
withOutgoingControlFrameBufferSize
- 
logFramesboolean logFrames()
- 
withLogFrames
- 
getPingIntervalDuration getPingInterval()
- 
withPingInterval
- 
getPingTimeoutDuration getPingTimeout()
- 
withPingTimeout
- 
getFrameTypeThrottleFrameTypes
- 
getFrameTypeThrottleCostint getFrameTypeThrottleCost()
- 
getFrameTypeThrottleBurstint getFrameTypeThrottleBurst()
- 
getFrameTypeThrottleIntervalDuration getFrameTypeThrottleInterval()
- 
withFrameTypeThrottleInterval
 
-