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 classHttp2ServerSettings.Http2ServerSettingsImplstatic classHttp2ServerSettings.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:
requestEntityChunkSizein interfaceHttp2CommonSettings
-
withRequestEntityChunkSize
Http2ServerSettings withRequestEntityChunkSize(int newValue)
- Specified by:
withRequestEntityChunkSizein interfaceHttp2ServerSettings
-
incomingConnectionLevelBufferSize
int incomingConnectionLevelBufferSize()
- Specified by:
incomingConnectionLevelBufferSizein interfaceHttp2CommonSettings
-
withIncomingConnectionLevelBufferSize
Http2ServerSettings withIncomingConnectionLevelBufferSize(int newValue)
- Specified by:
withIncomingConnectionLevelBufferSizein interfaceHttp2ServerSettings
-
incomingStreamLevelBufferSize
int incomingStreamLevelBufferSize()
- Specified by:
incomingStreamLevelBufferSizein interfaceHttp2CommonSettings
-
withIncomingStreamLevelBufferSize
Http2ServerSettings withIncomingStreamLevelBufferSize(int newValue)
- Specified by:
withIncomingStreamLevelBufferSizein interfaceHttp2ServerSettings
-
minCollectStrictEntitySize
int minCollectStrictEntitySize()
- Specified by:
minCollectStrictEntitySizein interfaceHttp2CommonSettings- Specified by:
minCollectStrictEntitySizein interfaceHttp2ServerSettings
-
withMinCollectStrictEntitySize
Http2ServerSettings withMinCollectStrictEntitySize(int newValue)
- Specified by:
withMinCollectStrictEntitySizein interfaceHttp2ServerSettings
-
maxConcurrentStreams
int maxConcurrentStreams()
- Specified by:
maxConcurrentStreamsin interfaceHttp2CommonSettings
-
withMaxConcurrentStreams
Http2ServerSettings withMaxConcurrentStreams(int newValue)
- Specified by:
withMaxConcurrentStreamsin interfaceHttp2ServerSettings
-
outgoingControlFrameBufferSize
int outgoingControlFrameBufferSize()
- Specified by:
outgoingControlFrameBufferSizein interfaceHttp2CommonSettings
-
withOutgoingControlFrameBufferSize
Http2ServerSettings withOutgoingControlFrameBufferSize(int newValue)
- Specified by:
withOutgoingControlFrameBufferSizein interfaceHttp2ServerSettings
-
logFrames
boolean logFrames()
- Specified by:
logFramesin interfaceHttp2CommonSettings- Specified by:
logFramesin interfaceHttp2ServerSettings
-
withLogFrames
Http2ServerSettings withLogFrames(boolean shouldLog)
- Specified by:
withLogFramesin interfaceHttp2ServerSettings
-
pingInterval
scala.concurrent.duration.FiniteDuration pingInterval()
- Specified by:
pingIntervalin interfaceHttp2CommonSettings
-
withPingInterval
Http2ServerSettings withPingInterval(scala.concurrent.duration.FiniteDuration time)
-
pingTimeout
scala.concurrent.duration.FiniteDuration pingTimeout()
- Specified by:
pingTimeoutin interfaceHttp2CommonSettings
-
withPingTimeout
Http2ServerSettings withPingTimeout(scala.concurrent.duration.FiniteDuration timeout)
-
maxResets
int maxResets()
- Specified by:
maxResetsin interfaceHttp2ServerSettings
-
withMaxResets
Http2ServerSettings withMaxResets(int n)
- Specified by:
withMaxResetsin 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)
-
-