Packages

t

org.apache.pekko.http.javadsl.settings

Http2ClientSettings

trait Http2ClientSettings extends AnyRef

Self Type
Http2ClientSettingsImpl
Source
Http2ClientSettings.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http2ClientSettings
  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. Protected

Abstract Value Members

  1. abstract def incomingConnectionLevelBufferSize: Int
  2. abstract def incomingStreamLevelBufferSize: Int
  3. abstract def logFrames: Boolean
  4. abstract def maxConcurrentStreams: Int
  5. abstract def outgoingControlFrameBufferSize: Int
  6. abstract def requestEntityChunkSize: Int

Concrete Value Members

  1. def getBaseConnectionBackoff: Duration
  2. def getCompletionTimeout: Duration
  3. def getMaxConnectionBackoff: Duration
  4. def getMaxPersistentAttempts: Int
  5. def getPingInterval: Duration
  6. def getPingTimeout: Duration
  7. def withBaseConnectionBackoff(backoff: Duration): Http2ClientSettings
  8. def withCompletionTimeout(timeout: Duration): Http2ClientSettings
  9. def withIncomingConnectionLevelBufferSize(newValue: Int): Http2ClientSettings
  10. def withIncomingStreamLevelBufferSize(newValue: Int): Http2ClientSettings
  11. def withLogFrames(shouldLog: Boolean): Http2ClientSettings
  12. def withMaxConcurrentStreams(newValue: Int): Http2ClientSettings
  13. def withMaxConnectionBackoff(backoff: Duration): Http2ClientSettings
  14. def withMaxPersistentAttempts(max: Int): Http2ClientSettings
  15. def withOutgoingControlFrameBufferSize(newValue: Int): Http2ClientSettings
  16. def withPingInterval(interval: Duration): Http2ClientSettings
  17. def withPingTimeout(timeout: Duration): Http2ClientSettings
  18. def withRequestEntityChunkSize(newValue: Int): Http2ClientSettings