Package io.netty.channel.pool
Interface ChannelHealthChecker
public interface ChannelHealthChecker
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ACTIVE
-
-
Method Details
-
isHealthy
Check if the given channel is healthy which means it can be used. The returnedFuture
is notified once the check is complete. If notified withBoolean.TRUE
it can be usedBoolean.FALSE
otherwise. This method will be called by theEventLoop
of theChannel
.
-