Interface Http2ServerSettings
- All Known Subinterfaces:
Http2ServerSettings
- All Known Implementing Classes:
Http2ServerSettings.Http2ServerSettingsImpl
public interface Http2ServerSettings
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
boolean
int
withFrameTypeThrottleInterval
(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
-
getRequestEntityChunkSize
int getRequestEntityChunkSize() -
withRequestEntityChunkSize
-
getIncomingConnectionLevelBufferSize
int getIncomingConnectionLevelBufferSize() -
withIncomingConnectionLevelBufferSize
-
getIncomingStreamLevelBufferSize
int getIncomingStreamLevelBufferSize() -
withIncomingStreamLevelBufferSize
-
minCollectStrictEntitySize
int minCollectStrictEntitySize() -
withMinCollectStrictEntitySize
-
getMaxConcurrentStreams
int getMaxConcurrentStreams() -
withMaxConcurrentStreams
-
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
-