public interface ChannelHealthChecker
| Modifier and Type | Field and Description |
|---|---|
static ChannelHealthChecker |
ACTIVE
|
static final ChannelHealthChecker ACTIVE
io.netty.util.concurrent.Future<Boolean> isHealthy(Channel channel)
Future is notified once
the check is complete. If notified with Boolean.TRUE it can be used Boolean.FALSE otherwise.
This method will be called by the EventLoop of the Channel.Copyright © 2008–2015 The Netty Project. All rights reserved.