Interface Http2ServerSettings
- All Known Subinterfaces:
Http2ServerSettings
- All Known Implementing Classes:
Http2ServerSettings.Http2ServerSettingsImpl
public interface Http2ServerSettings
-
Method Summary
Modifier and TypeMethodDescriptionintintintintintintThe maximum size of a decoded header list that this endpoint is prepared to accept, in bytes.intintbooleanintwithFrameTypeThrottleInterval(Duration interval) withIncomingConnectionLevelBufferSize(int newIncomingConnectionLevelBufferSize) withIncomingStreamLevelBufferSize(int newIncomingStreamLevelBufferSize) withLogFrames(boolean shouldLog) withMaxConcurrentStreams(int newValue) withMaxHeaderListSize(int newValue) withMinCollectStrictEntitySize(int newValue) withOutgoingControlFrameBufferSize(int newValue) withPingInterval(Duration interval) withPingTimeout(Duration timeout) withRequestEntityChunkSize(int newRequestEntityChunkSize)
-
Method Details
-
getRequestEntityChunkSize
int getRequestEntityChunkSize() -
withRequestEntityChunkSize
-
getIncomingConnectionLevelBufferSize
int getIncomingConnectionLevelBufferSize() -
withIncomingConnectionLevelBufferSize
-
getIncomingStreamLevelBufferSize
int getIncomingStreamLevelBufferSize() -
withIncomingStreamLevelBufferSize
-
minCollectStrictEntitySize
int minCollectStrictEntitySize() -
withMinCollectStrictEntitySize
-
getMaxConcurrentStreams
int getMaxConcurrentStreams() -
withMaxConcurrentStreams
-
getMaxHeaderListSize
int getMaxHeaderListSize()The maximum size of a decoded header list that this endpoint is prepared to accept, in bytes. The value is advertised to the peer via SETTINGS_MAX_HEADER_LIST_SIZE and the same limit is applied to the accumulated header block fragments of a HEADERS frame and its CONTINUATION frames.- Returns:
- (undocumented)
- Since:
- 2.0.0
-
withMaxHeaderListSize
- Parameters:
newValue- (undocumented)- Returns:
- (undocumented)
- Since:
- 2.0.0
-
getOutgoingControlFrameBufferSize
int getOutgoingControlFrameBufferSize() -
withOutgoingControlFrameBufferSize
-
logFrames
boolean logFrames() -
withLogFrames
-
getPingInterval
Duration getPingInterval() -
withPingInterval
-
getPingTimeout
Duration getPingTimeout() -
withPingTimeout
-
getFrameTypeThrottleFrameTypes
-
getFrameTypeThrottleCost
int getFrameTypeThrottleCost() -
getFrameTypeThrottleBurst
int getFrameTypeThrottleBurst() -
getFrameTypeThrottleInterval
Duration getFrameTypeThrottleInterval() -
withFrameTypeThrottleInterval
-