HttpClientConnectionManagerOptions |
Http2StreamManagerOptions.getConnectionManagerOptions() |
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withBufferSize(int bufferSize) |
Deprecated.
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withClientBootstrap(ClientBootstrap clientBootstrap) |
Sets the client bootstrap instance to use to create the pool's connections
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withConnectionAcquisitionTimeoutInMilliseconds(int connectionAcquisitionTimeoutInMilliseconds) |
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withExpectedHttpVersion(HttpVersion expectedHttpVersion) |
Set the expected protocol version of the connection to be made, default is HTTP/1.1
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withManualWindowManagement(boolean manualWindowManagement) |
If set to true, then you must manage the read backpressure mechanism.
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withMaxConnectionIdleInMilliseconds(long maxConnectionIdleInMilliseconds) |
Sets maximum amount of time, in milliseconds, that the connection can be idle in the manager before
getting culled by the manager
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withMaxConnections(int maxConnections) |
Sets the maximum number of connections allowed in the connection pool
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withMaxPendingConnectionAcquisitions(int maxPendingConnectionAcquisitions) |
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withMonitoringOptions(HttpMonitoringOptions monitoringOptions) |
Sets the monitoring options for connections in the connection pool
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withPort(int port) |
Sets the port to connect to for connections in the connection pool.
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withProxyEnvironmentVariableSetting(HttpProxyEnvironmentVariableSetting httpProxyEnvironmentVariableSetting) |
Optional.
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withProxyOptions(HttpProxyOptions proxyOptions) |
Sets the proxy options for connections in the connection pool
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withSocketOptions(SocketOptions socketOptions) |
Sets the socket options to use for connections in the connection pool
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withTlsConnectionOptions(TlsConnectionOptions tlsConnectionOptions) |
Sets the connection-specific TLS options to use for connections in the connection pool.
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withTlsContext(TlsContext tlsContext) |
Sets the tls context to use for connections in the connection pool
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withUri(URI uri) |
Sets the URI to use for connections in the connection pool
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withWindowSize(long windowSize) |
Sets the starting size of each HTTP stream's flow-control window.
|