Package | Description |
---|---|
io.netty.channel.pool |
Implementations and API for
Channel pools. |
Modifier and Type | Field and Description |
---|---|
static ChannelHealthChecker |
ChannelHealthChecker.ACTIVE
|
Modifier and Type | Method and Description |
---|---|
protected ChannelHealthChecker |
SimpleChannelPool.healthChecker()
Returns the
ChannelHealthChecker that will be used to check if a Channel is healthy. |
Constructor and Description |
---|
FixedChannelPool(Bootstrap bootstrap,
ChannelPoolHandler handler,
ChannelHealthChecker healthCheck,
FixedChannelPool.AcquireTimeoutAction action,
long acquireTimeoutMillis,
int maxConnections,
int maxPendingAcquires)
Creates a new instance.
|
FixedChannelPool(Bootstrap bootstrap,
ChannelPoolHandler handler,
ChannelHealthChecker healthCheck,
FixedChannelPool.AcquireTimeoutAction action,
long acquireTimeoutMillis,
int maxConnections,
int maxPendingAcquires,
boolean releaseHealthCheck)
Creates a new instance.
|
SimpleChannelPool(Bootstrap bootstrap,
ChannelPoolHandler handler,
ChannelHealthChecker healthCheck)
Creates a new instance.
|
SimpleChannelPool(Bootstrap bootstrap,
ChannelPoolHandler handler,
ChannelHealthChecker healthCheck,
boolean releaseHealthCheck)
Creates a new instance.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.