Package | Description |
---|---|
software.amazon.awssdk.crt.http |
Modifier and Type | Method and Description |
---|---|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withBufferSize(int bufferSize)
Sets the IO buffer size to use for connections in the connection pool
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withClientBootstrap(ClientBootstrap clientBootstrap)
Sets the client bootstrap instance to use to create the pool's connections
|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withManualWindowManagement(boolean manualWindowManagement)
If set to true, then the TCP read back pressure mechanism will be enabled.
|
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.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.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.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(int windowSize)
Sets the IO channel window size to use for connections in the connection pool
|
Modifier and Type | Method and Description |
---|---|
static HttpClientConnectionManager |
HttpClientConnectionManager.create(HttpClientConnectionManagerOptions options) |
Copyright © 2020. All rights reserved.