trait Http2ServerSettings extends AnyRef

Self Type
scaladsl.settings.Http2ServerSettings
Annotations
@DoNotInherit()
Source
Http2ServerSettings.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http2ServerSettings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def logFrames: Boolean
  2. abstract def withIncomingConnectionLevelBufferSize(newIncomingConnectionLevelBufferSize: Int): Http2ServerSettings
  3. abstract def withIncomingStreamLevelBufferSize(newIncomingStreamLevelBufferSize: Int): Http2ServerSettings
  4. abstract def withLogFrames(shouldLog: Boolean): Http2ServerSettings
  5. abstract def withMaxConcurrentStreams(newValue: Int): Http2ServerSettings
  6. abstract def withOutgoingControlFrameBufferSize(newValue: Int): Http2ServerSettings
  7. abstract def withRequestEntityChunkSize(newRequestEntityChunkSize: Int): Http2ServerSettings

Concrete Value Members

  1. def getIncomingConnectionLevelBufferSize: Int
  2. def getIncomingStreamLevelBufferSize: Int
  3. def getMaxConcurrentStreams: Int
  4. def getOutgoingControlFrameBufferSize: Int
  5. def getRequestEntityChunkSize: Int