c
org.apache.pekko.http.javadsl.settings
ConnectionPoolSettings
Companion object ConnectionPoolSettings
abstract class ConnectionPoolSettings extends AnyRef
Public API but not intended for subclassing
- Self Type
- ConnectionPoolSettingsImpl
- Annotations
- @DoNotInherit()
- Source
- ConnectionPoolSettings.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectionPoolSettings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def withBaseConnectionBackoff(newValue: FiniteDuration): ConnectionPoolSettings
- abstract def withIdleTimeout(newValue: Duration): ConnectionPoolSettings
- abstract def withKeepAliveTimeout(newValue: Duration): ConnectionPoolSettings
- abstract def withMaxConnectionBackoff(newValue: FiniteDuration): ConnectionPoolSettings
- abstract def withMaxConnectionLifetime(newValue: Duration): ConnectionPoolSettings
- abstract def withMaxConnections(n: Int): ConnectionPoolSettings
- abstract def withMaxOpenRequests(newValue: Int): ConnectionPoolSettings
- abstract def withMaxRetries(n: Int): ConnectionPoolSettings
- abstract def withMinConnections(n: Int): ConnectionPoolSettings
- abstract def withPipeliningLimit(newValue: Int): ConnectionPoolSettings
Client-side pipelining is not currently supported, see https://github.com/akka/akka-http/issues/32
- abstract def withResponseEntitySubscriptionTimeout(newValue: Duration): ConnectionPoolSettings
- Annotations
- @ApiMayChange()
Concrete Value Members
- def appendHostOverride(hostPattern: String, settings: ConnectionPoolSettings): ConnectionPoolSettings
- Annotations
- @ApiMayChange()
- def getBaseConnectionBackoff: FiniteDuration
- def getConnectionSettings: ClientConnectionSettings
- def getIdleTimeout: Duration
- def getKeepAliveTimeout: Duration
- def getMaxConnectionBackoff: FiniteDuration
- def getMaxConnectionLifetime: Duration
- def getMaxConnections: Int
- def getMaxOpenRequests: Int
- def getMaxRetries: Int
- def getMinConnections: Int
- def getPipeliningLimit: Int
- def getResponseEntitySubscriptionTimeout: Duration
- Annotations
- @ApiMayChange()
- def withConnectionSettings(newValue: ClientConnectionSettings): ConnectionPoolSettings
- def withHostOverrides(hostOverrides: List[(String, ConnectionPoolSettings)]): ConnectionPoolSettings
- Annotations
- @ApiMayChange()
- def withTransport(newValue: ClientTransport): ConnectionPoolSettings