public interface Http2ServerSettings extends Http2ServerSettings, Http2CommonSettings
Modifier and Type | Interface and Description |
---|---|
static class |
Http2ServerSettings.Http2ServerSettingsImpl |
static class |
Http2ServerSettings.Http2ServerSettingsImpl$ |
getFrameTypeThrottleBurst, getFrameTypeThrottleCost, getFrameTypeThrottleFrameTypes, getFrameTypeThrottleInterval, getIncomingConnectionLevelBufferSize, getIncomingStreamLevelBufferSize, getMaxConcurrentStreams, getOutgoingControlFrameBufferSize, getPingInterval, getPingTimeout, getRequestEntityChunkSize, withFrameTypeThrottleInterval, withPingInterval, withPingTimeout
int requestEntityChunkSize()
requestEntityChunkSize
in interface Http2CommonSettings
Http2ServerSettings withRequestEntityChunkSize(int newValue)
withRequestEntityChunkSize
in interface Http2ServerSettings
int incomingConnectionLevelBufferSize()
incomingConnectionLevelBufferSize
in interface Http2CommonSettings
Http2ServerSettings withIncomingConnectionLevelBufferSize(int newValue)
withIncomingConnectionLevelBufferSize
in interface Http2ServerSettings
int incomingStreamLevelBufferSize()
incomingStreamLevelBufferSize
in interface Http2CommonSettings
Http2ServerSettings withIncomingStreamLevelBufferSize(int newValue)
withIncomingStreamLevelBufferSize
in interface Http2ServerSettings
int minCollectStrictEntitySize()
minCollectStrictEntitySize
in interface Http2CommonSettings
minCollectStrictEntitySize
in interface Http2ServerSettings
Http2ServerSettings withMinCollectStrictEntitySize(int newValue)
withMinCollectStrictEntitySize
in interface Http2ServerSettings
int maxConcurrentStreams()
maxConcurrentStreams
in interface Http2CommonSettings
Http2ServerSettings withMaxConcurrentStreams(int newValue)
withMaxConcurrentStreams
in interface Http2ServerSettings
int outgoingControlFrameBufferSize()
outgoingControlFrameBufferSize
in interface Http2CommonSettings
Http2ServerSettings withOutgoingControlFrameBufferSize(int newValue)
withOutgoingControlFrameBufferSize
in interface Http2ServerSettings
boolean logFrames()
logFrames
in interface Http2CommonSettings
logFrames
in interface Http2ServerSettings
Http2ServerSettings withLogFrames(boolean shouldLog)
withLogFrames
in interface Http2ServerSettings
scala.concurrent.duration.FiniteDuration pingInterval()
pingInterval
in interface Http2CommonSettings
Http2ServerSettings withPingInterval(scala.concurrent.duration.FiniteDuration time)
scala.concurrent.duration.FiniteDuration pingTimeout()
pingTimeout
in interface Http2CommonSettings
Http2ServerSettings withPingTimeout(scala.concurrent.duration.FiniteDuration timeout)
scala.collection.immutable.Set<java.lang.String> frameTypeThrottleFrameTypes()
Http2ServerSettings.Http2ServerSettingsImpl withFrameTypeThrottleFrameTypes(scala.collection.immutable.Set<java.lang.String> frameTypes)
int frameTypeThrottleCost()
Http2ServerSettings.Http2ServerSettingsImpl withFrameTypeThrottleCost(int cost)
int frameTypeThrottleBurst()
Http2ServerSettings.Http2ServerSettingsImpl withFrameTypeThrottleBurst(int burst)
scala.concurrent.duration.FiniteDuration frameTypeThrottleInterval()
Http2ServerSettings.Http2ServerSettingsImpl withFrameTypeThrottleInterval(scala.concurrent.duration.FiniteDuration interval)
scala.Option<Http2InternalServerSettings> internalSettings()
Http2ServerSettings withInternalSettings(Http2InternalServerSettings newValue)