Package akka.http.javadsl.settings
Interface Http2ServerSettings
-
- All Known Subinterfaces:
Http2ServerSettings
- All Known Implementing Classes:
Http2ServerSettings.Http2ServerSettingsImpl
public interface Http2ServerSettings
-
-
Method Summary
-
-
-
Method Detail
-
getRequestEntityChunkSize
int getRequestEntityChunkSize()
-
withRequestEntityChunkSize
Http2ServerSettings withRequestEntityChunkSize(int newRequestEntityChunkSize)
-
getIncomingConnectionLevelBufferSize
int getIncomingConnectionLevelBufferSize()
-
withIncomingConnectionLevelBufferSize
Http2ServerSettings withIncomingConnectionLevelBufferSize(int newIncomingConnectionLevelBufferSize)
-
getIncomingStreamLevelBufferSize
int getIncomingStreamLevelBufferSize()
-
withIncomingStreamLevelBufferSize
Http2ServerSettings withIncomingStreamLevelBufferSize(int newIncomingStreamLevelBufferSize)
-
minCollectStrictEntitySize
int minCollectStrictEntitySize()
-
withMinCollectStrictEntitySize
Http2ServerSettings withMinCollectStrictEntitySize(int newValue)
-
getMaxConcurrentStreams
int getMaxConcurrentStreams()
-
withMaxConcurrentStreams
Http2ServerSettings withMaxConcurrentStreams(int newValue)
-
getOutgoingControlFrameBufferSize
int getOutgoingControlFrameBufferSize()
-
withOutgoingControlFrameBufferSize
Http2ServerSettings withOutgoingControlFrameBufferSize(int newValue)
-
logFrames
boolean logFrames()
-
withLogFrames
Http2ServerSettings withLogFrames(boolean shouldLog)
-
getPingInterval
java.time.Duration getPingInterval()
-
withPingInterval
Http2ServerSettings withPingInterval(java.time.Duration interval)
-
getPingTimeout
java.time.Duration getPingTimeout()
-
withPingTimeout
Http2ServerSettings withPingTimeout(java.time.Duration timeout)
-
maxResets
int maxResets()
-
withMaxResets
Http2ServerSettings withMaxResets(int n)
-
getMaxResetsInterval
java.time.Duration getMaxResetsInterval()
-
withMaxResetsInterval
Http2ServerSettings withMaxResetsInterval(java.time.Duration interval)
-
-