- All Known Implementing Classes:
NettyChannelPool
public interface ExtendedChannelPool
-
Method Details
-
acquire
CompletionStage<io.netty.channel.Channel> acquire() -
release
-
isClosed
boolean isClosed() -
id
String id() -
close
CompletionStage<Void> close()
-