Interface Http2ServerSettings

All Known Subinterfaces:
Http2ServerSettings
All Known Implementing Classes:
Http2ServerSettings.Http2ServerSettingsImpl

public interface Http2ServerSettings
  • Method Details

    • 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

      Duration getPingInterval()
    • withPingInterval

      Http2ServerSettings withPingInterval(Duration interval)
    • getPingTimeout

      Duration getPingTimeout()
    • withPingTimeout

      Http2ServerSettings withPingTimeout(Duration timeout)