Uses of Class
com.azure.cosmos.Http2ConnectionConfig
Packages that use Http2ConnectionConfig
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of Http2ConnectionConfig in com.azure.cosmos
Methods in com.azure.cosmos that return Http2ConnectionConfigModifier and TypeMethodDescriptionGatewayConnectionConfig.getHttp2ConnectionConfig()
Get the http2 connection config.Http2ConnectionConfig.setEnabled
(Boolean enabled) Configure the flag to indicate whether http2 is enabled.Http2ConnectionConfig.setMaxConcurrentStreams
(Integer maxConcurrentStreams) Configures the maximum number of the concurrent streams that can be opened to the remote peer.Http2ConnectionConfig.setMaxConnectionPoolSize
(Integer maxConnectionPoolSize) Configures the maximum number of live connections to keep in the pool.Http2ConnectionConfig.setMinConnectionPoolSize
(Integer minConnectionPoolSize) Configures the minimum number of live connections to keep in the pool (can be the best effort).Methods in com.azure.cosmos with parameters of type Http2ConnectionConfigModifier and TypeMethodDescriptionGatewayConnectionConfig.setHttp2ConnectionConfig
(Http2ConnectionConfig http2ConnectionConfig) Set the http2 connection config.