Package akka.http.scaladsl.settings
Interface Http2ServerSettings
-
- All Superinterfaces:
Http2CommonSettings
,Http2ServerSettings
- All Known Implementing Classes:
Http2ServerSettings.Http2ServerSettingsImpl
public interface Http2ServerSettings extends Http2ServerSettings, Http2CommonSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Http2ServerSettings.Http2ServerSettingsImpl
static class
Http2ServerSettings.Http2ServerSettingsImpl$
-
Method Summary
-
Methods inherited from interface akka.http.javadsl.settings.Http2ServerSettings
getIncomingConnectionLevelBufferSize, getIncomingStreamLevelBufferSize, getMaxConcurrentStreams, getMaxResetsInterval, getOutgoingControlFrameBufferSize, getPingInterval, getPingTimeout, getRequestEntityChunkSize, withMaxResetsInterval, withPingInterval, withPingTimeout
-
-
-
-
Method Detail
-
requestEntityChunkSize
int requestEntityChunkSize()
- Specified by:
requestEntityChunkSize
in interfaceHttp2CommonSettings
-
withRequestEntityChunkSize
Http2ServerSettings withRequestEntityChunkSize(int newValue)
- Specified by:
withRequestEntityChunkSize
in interfaceHttp2ServerSettings
-
incomingConnectionLevelBufferSize
int incomingConnectionLevelBufferSize()
- Specified by:
incomingConnectionLevelBufferSize
in interfaceHttp2CommonSettings
-
withIncomingConnectionLevelBufferSize
Http2ServerSettings withIncomingConnectionLevelBufferSize(int newValue)
- Specified by:
withIncomingConnectionLevelBufferSize
in interfaceHttp2ServerSettings
-
incomingStreamLevelBufferSize
int incomingStreamLevelBufferSize()
- Specified by:
incomingStreamLevelBufferSize
in interfaceHttp2CommonSettings
-
withIncomingStreamLevelBufferSize
Http2ServerSettings withIncomingStreamLevelBufferSize(int newValue)
- Specified by:
withIncomingStreamLevelBufferSize
in interfaceHttp2ServerSettings
-
minCollectStrictEntitySize
int minCollectStrictEntitySize()
- Specified by:
minCollectStrictEntitySize
in interfaceHttp2CommonSettings
- Specified by:
minCollectStrictEntitySize
in interfaceHttp2ServerSettings
-
withMinCollectStrictEntitySize
Http2ServerSettings withMinCollectStrictEntitySize(int newValue)
- Specified by:
withMinCollectStrictEntitySize
in interfaceHttp2ServerSettings
-
maxConcurrentStreams
int maxConcurrentStreams()
- Specified by:
maxConcurrentStreams
in interfaceHttp2CommonSettings
-
withMaxConcurrentStreams
Http2ServerSettings withMaxConcurrentStreams(int newValue)
- Specified by:
withMaxConcurrentStreams
in interfaceHttp2ServerSettings
-
outgoingControlFrameBufferSize
int outgoingControlFrameBufferSize()
- Specified by:
outgoingControlFrameBufferSize
in interfaceHttp2CommonSettings
-
withOutgoingControlFrameBufferSize
Http2ServerSettings withOutgoingControlFrameBufferSize(int newValue)
- Specified by:
withOutgoingControlFrameBufferSize
in interfaceHttp2ServerSettings
-
logFrames
boolean logFrames()
- Specified by:
logFrames
in interfaceHttp2CommonSettings
- Specified by:
logFrames
in interfaceHttp2ServerSettings
-
withLogFrames
Http2ServerSettings withLogFrames(boolean shouldLog)
- Specified by:
withLogFrames
in interfaceHttp2ServerSettings
-
pingInterval
scala.concurrent.duration.FiniteDuration pingInterval()
- Specified by:
pingInterval
in interfaceHttp2CommonSettings
-
withPingInterval
Http2ServerSettings withPingInterval(scala.concurrent.duration.FiniteDuration time)
-
pingTimeout
scala.concurrent.duration.FiniteDuration pingTimeout()
- Specified by:
pingTimeout
in interfaceHttp2CommonSettings
-
withPingTimeout
Http2ServerSettings withPingTimeout(scala.concurrent.duration.FiniteDuration timeout)
-
maxResets
int maxResets()
- Specified by:
maxResets
in interfaceHttp2ServerSettings
-
withMaxResets
Http2ServerSettings withMaxResets(int n)
- Specified by:
withMaxResets
in interfaceHttp2ServerSettings
-
maxResetsInterval
scala.concurrent.duration.FiniteDuration maxResetsInterval()
-
withMaxResetsInterval
Http2ServerSettings withMaxResetsInterval(scala.concurrent.duration.FiniteDuration interval)
-
internalSettings
scala.Option<Http2InternalServerSettings> internalSettings()
-
withInternalSettings
Http2ServerSettings withInternalSettings(Http2InternalServerSettings newValue)
-
-