public class ChannelPoolManagerKey
extends java.lang.Object
| Constructor and Description |
|---|
ChannelPoolManagerKey(javax.net.ssl.SSLContext sslContext,
javax.net.ssl.SSLParameters sslParameters,
int gracefulShutdownTimeout,
long idleTimeout,
long sslIdleTimeout,
int maxHeaderSize,
int maxChunkSize,
long maxResponseSize,
int maxPoolSize,
int minPoolSize,
int maxConcurrentConnectionInitializations,
int poolWaiterSize,
com.linkedin.r2.transport.http.client.AsyncPoolImpl.Strategy strategy,
boolean tcpNoDelay,
java.lang.String poolStatsNamePrefix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getGracefulShutdownTimeout() |
long |
getIdleTimeout() |
int |
getMaxChunkSize() |
int |
getMaxConcurrentConnectionInitializations() |
int |
getMaxHeaderSize() |
int |
getMaxPoolSize() |
long |
getMaxResponseSize() |
int |
getMinPoolSize() |
java.lang.String |
getName()
The name is determined by an hash on the transport properties
|
java.lang.String |
getPoolStatsNamePrefix() |
int |
getPoolWaiterSize() |
javax.net.ssl.SSLContext |
getSslContext() |
javax.net.ssl.SSLParameters |
getSslParameters() |
com.linkedin.r2.transport.http.client.AsyncPoolImpl.Strategy |
getStrategy() |
int |
hashCode() |
boolean |
isTcpNoDelay() |
public ChannelPoolManagerKey(javax.net.ssl.SSLContext sslContext,
javax.net.ssl.SSLParameters sslParameters,
int gracefulShutdownTimeout,
long idleTimeout,
long sslIdleTimeout,
int maxHeaderSize,
int maxChunkSize,
long maxResponseSize,
int maxPoolSize,
int minPoolSize,
int maxConcurrentConnectionInitializations,
int poolWaiterSize,
com.linkedin.r2.transport.http.client.AsyncPoolImpl.Strategy strategy,
boolean tcpNoDelay,
java.lang.String poolStatsNamePrefix)
public java.lang.String getName()
public javax.net.ssl.SSLContext getSslContext()
public javax.net.ssl.SSLParameters getSslParameters()
public int getGracefulShutdownTimeout()
public long getIdleTimeout()
public int getMaxHeaderSize()
public int getMaxChunkSize()
public long getMaxResponseSize()
public int getMaxPoolSize()
public int getMinPoolSize()
public int getMaxConcurrentConnectionInitializations()
public int getPoolWaiterSize()
public com.linkedin.r2.transport.http.client.AsyncPoolImpl.Strategy getStrategy()
public boolean isTcpNoDelay()
public java.lang.String getPoolStatsNamePrefix()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object