Modifier and Type |
Method and Description |
int |
getIncomingConnectionLevelBufferSize() |
int |
getIncomingStreamLevelBufferSize() |
int |
getMaxConcurrentStreams() |
int |
getOutgoingControlFrameBufferSize() |
java.time.Duration |
getPingInterval() |
java.time.Duration |
getPingTimeout() |
int |
getRequestEntityChunkSize() |
boolean |
logFrames() |
int |
minCollectStrictEntitySize() |
Http2ServerSettings |
withIncomingConnectionLevelBufferSize(int newIncomingConnectionLevelBufferSize) |
Http2ServerSettings |
withIncomingStreamLevelBufferSize(int newIncomingStreamLevelBufferSize) |
Http2ServerSettings |
withLogFrames(boolean shouldLog) |
Http2ServerSettings |
withMaxConcurrentStreams(int newValue) |
Http2ServerSettings |
withMinCollectStrictEntitySize(int newValue) |
Http2ServerSettings |
withOutgoingControlFrameBufferSize(int newValue) |
Http2ServerSettings |
withPingInterval(java.time.Duration interval) |
Http2ServerSettings |
withPingTimeout(java.time.Duration timeout) |
Http2ServerSettings |
withRequestEntityChunkSize(int newRequestEntityChunkSize) |