public interface ChannelHealthChecker
Modifier and Type | Field and Description |
---|---|
static ChannelHealthChecker |
ACTIVE
|
Modifier and Type | Method and Description |
---|---|
Future<java.lang.Boolean> |
isHealthy(Channel channel)
Check if the given channel is healthy which means it can be used.
|
static final ChannelHealthChecker ACTIVE
Copyright © 2008–2018 The Netty Project. All rights reserved.